/* Slick CSS */
/* Slick Theme CSS */
@charset "UTF-8";.slick-dots,.slick-next,.slick-prev{padding:0;display:block;position:absolute}.slick-dots li,.slick-dots li button,.slick-next,.slick-prev{cursor:pointer;width:20px;height:20px}.slick-dots li button:before,.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li button,.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,/*.slick-prev:hover{color:transparent;background:0 0;outline:0}*/.slick-next,.slick-prev{font-size:0;line-height:0;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);border:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before,.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before,[dir=rtl] .slick-next:before{content:'←'}.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;border:0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/* Sick.css */
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}.slick-list {position: relative;display: block;/*overflow: hidden;*/margin: 0;padding: 0;}.slick-list:focus {outline: none;}.slick-list.dragging {cursor: pointer;cursor: hand;}.slick-slider .slick-track, .slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}.slick-track {position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}.slick-track:before, .slick-track:after {display: table;content: '';}.slick-track:after {clear: both;}.slick-loading .slick-track {visibility: hidden;}.slick-slide {display: none;float: left;height: 100%;min-height: 1px;}[dir='rtl'] .slick-slide {float: right;}.slick-slide img {display: block;}.slick-slide.slick-loading img {display: none;}.slick-slide.dragging img {pointer-events: none;}.slick-initialized .slick-slide {display: block;}.slick-loading .slick-slide {visibility: hidden;}.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}.slick-arrow.slick-hidden {display: none;}
/*
@font-face {
    font-family: 'magilioregular';
    src: url('/cdn/shop/files/magilio-webfont.woff2?v=1716383302') format('woff2'),
         url('/cdn/shop/files/magilio-webfont.woff?v=1716383302') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
    font-family: 'magilioregular';
    src: url('/cdn/shop/files/magilio-webfont-regular.woff2?v=1720199878') format('woff2'),
         url('/cdn/shop/files/magilio-webfont-regular.woff?v=1720199878') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenirroman';
    src: url('/cdn/shop/files/avenir-roman-webfont.woff2?v=1717453721') format('woff2'),
         url('/cdn/shop/files/avenir-roman-webfont.woff?v=1717453722') format('woff');
    font-weight: normal;
    font-style: normal;

}
/* Animation */
.animate{
  position: relative;
  opacity: 0;
}
.animated{
  opacity: 1;
  transition: .5s;
  -webkit-animation-delay: 20ms;
  animation-delay: 20ms;
}
.show_up{ top: 20px; }
.show_up.animated{
  top: 0;
}
.show_down{ top: -10px; }
.show_down.animated{
  top: 0;
}
.slide_left{ right: -20px; }
.slide_left.animated{ right: 0px; }
.slide_right{ left: -20px; }
.slide_right.animated{ left: 0px; }
.zoom{
  transform: scale(0.9);
}
.zoom.animated{
  transform: scale(1);
}
.zoomout{ transform: scale(1.1); }
.zoomout.animated{ transform: scale(1); }
.show_bottom{
  top:0;
}
.show_bottom.animated {
    top: 50px;
    z-index: 1;
}
.animated.ad-1{
  transition: 1s;
  -webkit-animation-delay: 30ms;
  transition-delay: 30ms;
}
.animated.ad-1-5{
  transition: 1.5s;
  -webkit-animation-delay: 60ms;
  animation-delay: 60ms;
}
.animated.ad-2{
  transition: 2s;
  -webkit-animation-delay: 90ms;
  animation-delay: 90ms;
}
.animated.ad-2-5 {
  transition: 2.5s;
  -webkit-animation-delay: 110ms;
  animation-delay: 110ms;
}
.animated.ad-3 {
  transition: 3s;
  -webkit-animation-delay: 120ms;
  animation-delay: 120ms;
}
.animated.ad-4 {
  transition: 4s;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.pendulum{
  animation: pendulum 4s infinite;
  animation-timing-function: linear;
}

@keyframes pendulum{
   0%, 100%{transform: rotate(2deg);}
   50%{transform: rotate(-2deg);}
}

@keyframes heart_beat{
   0%, 100%{
     transform: scale(0.9);
   }
   50%{transform: scale(1);}
}

.highlight.zoom svg{
  animation: heart_beat 2s infinite;
  animation-timing-function: linear;
}


/* Common Styles */
body{
  overflow-x: hidden;
}
.heading, .h0, .h1, .h2, .h3, .h4, .h5, .h6, .prose :is(h1,h2,h3,h4,h5,h6){
  letter-spacing: 0.5px;
}
.prose p{
  line-height: 1.7;

}
.heading, .h0, .h1, .h2, .h3, .h4, .h5, .h6, .prose :is(h1,h2,h3,h4,h5,h6){
  line-height: 1.2;
}
.text-subdued {
  color: rgb(var(--text-color) / .5);
}
.slick-next, .slick-prev{
  font-size: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #da83ea;
  color: #d0ee51;
  display: inline-block;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slick-prev{ left: 0; }
.slick-next{ right: 0; }
.slick-next:before, .slick-prev:before{
  display: none;
}

@media screen and (min-width: 700px){
  .button--xl {
    padding-block-start: 0.65rem;
    padding-block-end: 0.65rem;
  }
  .shopify-payment-button__button--unbranded, .shopify-payment-button__button--branded.shopify-payment-button__button--branded [role=button] {
    padding: var(--shopify-payment-button-padding, 0.675rem var(--spacing-10)) !important;
  }
 }
.input, .textarea, .select {
    font-size: 1rem;
}
.floating-label {
    font-size: 1rem;
}
.button {
  font-weight: normal;
  padding-top: 16px;
  padding-bottom: 16px;
  min-width: 200px;
  font-size: 18px;
  font-family: var(--heading-font-family);
  letter-spacing: 0.8px;
  line-height: 1;
}
a.button {
  padding-top: 18px;
  padding-bottom: 13px;
}
a.button.secondary_btn {
  padding: 0;
}
.highlight{
  background: linear-gradient(to right, #de8cee, #d4dd73 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.white-highlight{
  color: #fff;
}
.green-hightlight{
  color: #D0EE51;
}
.prose ul, .prose ol{
  row-gap: .8em;
}
@media screen and (min-width: 1025px){
  .section-stack .h2{ 
    padding-bottom: 10px;  
    line-height: 1;
  }
}

@media screen and (max-width: 1000px){
  .button--xl{
    padding-block-start: var(--spacing-4);
    padding-block-end: var(--spacing-4);
  }
}

/* Scroll On mid screens */
/*
@media screen and (max-width: 1150px){
  .shopify-section--main-blog .blog-posts{ grid: auto / auto-flow 36vw; }
}
@media screen and (max-width: 1000px){
   .shopify-section--main-blog .blog-posts{ grid: auto / auto-flow 72vw; }
}
*/
html {
  padding-bottom: 0 !important;
}
.secondary_btn .circle-chevron,.secondary_btn .button__loader {
  display: none;
}
.secondary_btn {
  position: relative;
  max-width: max-content;
  width: 100%;
  display: flex;
  padding: 0;
}
button.secondary_btn {
  background: transparent;
  padding: 0;
}
.secondary_btn .inner-text,.secondary_btn div {
  border: 2px solid;
  padding: 11px 35px 10px;
  border-radius: 42px;
  z-index: 2;
  background: #fffaf3;
  font-family: var(--heading-font-family);
  width: 100%;
  opacity: 1 !important;
  transition: transform .2s linear;
  height: 42px;
  line-height: 1.2;
  transform: none !important;
  color: #161616;
}
.secondary_btn:after {
  content: '';
  background: #DB8DEF;
  position: absolute;
  width: 99%;
  left: 9px;
  z-index: 1;
  border-radius: 42px;
  transform: translate(5px,8px);
  height: 40px;
  transition: transform .2s linear;
  width: 90%;
  transform: translate(2px, 5px);
}
.secondary_btn:hover div {
  position: relative;
  top: 0;
  right: 0;
  border-color: #000;
  color: #161616;
  transform:translate(2px,3px) !important;
}
.secondary_btn.button:not([disabled]):not(.button--outline):hover{
  color: #fff !important;
  box-shadow: none !important;
}
.secondary_btn.button--outline{ box-shadow: none; }
.secondary_btn.button--outline:not([disabled]):hover {
  background: transparent;
  box-shadow: none;
}
.shopify-payment-button__button--unbranded, .shopify-payment-button__button--branded.shopify-payment-button__button--branded [role=button] {
    /* padding: var(--shopify-payment-button-padding, 0.475rem var(--spacing-10)) !important; */
    padding: 12px 10px 8px 10px !important;
    font-size: 18px !important;
    font-family: var(--heading-font-family) !important;
    letter-spacing: 0.8px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    min-height: 42px !important;
  }

.shopify-payment-button__button:before{
  content: '';
  background: #DB8DEF;
  position: absolute;
  width: 99%;
  left: 0;
  z-index: 1;
  border-radius: 42px;
  transform: translate(5px,8px);
  height: 40px;
  transition: transform .2s linear;
  width: 100%;
  transform: translate(2px, 5px);
}
#shopify-section-template--17563309113530__main .shopify-payment-button{
  position: relative;
  z-index: 1;
}
.shopify-payment-button__button:before{ top: 0; left: 0; z-index: -1; transition: all .2s linear; }
.shopify-payment-button__button--unbranded:not([disabled]).shopify-payment-button__button:hover{
  background: rgb(var(--button-background, var(--button-background-primary)) / var(--button-background-opacity, 1)) !important;
  color: rgb(var(--button-text-color, var(--button-text-primary))) !important;
  border: none !important;
  box-shadow: none !important;
}
.shopify-payment-button__button--unbranded:not([disabled]).shopify-payment-button__button:hover:before{ top: -2px; left: -2px; z-index: -1; }
.container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.section-header {
  margin: 0 auto;
  text-align: center;
}
.section-header .prose {
    margin: 0 auto;
}
.prose :is(.h0,.h1,.h2,h1,h2)+* {
  margin-block-start: 0;
}
/*
.section-header .prose h2 span {
  background: linear-gradient(to right, #de8cee 22%, #d4dd73);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/

@media screen and (pointer: fine) {
  .button:not([disabled]):not(.button--outline):hover, .btn:not([disabled]):hover, .shopify-payment-button__button--unbranded:not([disabled]):hover {
    background-color: transparent !important;
    color: rgb(var(--button-outline-color) / var(--button-background-opacity, 1)) !important;
    box-shadow: inset 0 0 0 1px currentColor !important;
  }
}
@media screen and (min-width: 1500px){
  .container{ 
    max-width: 1440px; 
  }
}
@media screen and (min-width: 1201px){
 .container{
    padding-left: 0;
    padding-right: 0;
 }
}
@media screen and (min-width: 1150px) {
  .section-header {
    grid-template-columns: 1000px;
  }
}
@media screen and (max-width: 1200px){
  a.button {
    padding-top: 13px;
    padding-bottom: 12px;
  }
  .button,
  .secondary_btn .inner-text, .secondary_btn div {
    font-size: 16px;
    height: 42px;
  }
  .button:after{ height: 40px;}
}
@media screen and (max-width: 768px){
  .button {
    font-size: 16px;
    min-width: 170px;
  }
  a.button {
    padding-top: 14px;
    padding-bottom: 12px;
  }
  .secondary_btn .inner-text, .secondary_btn div{
    height: 40px;
    padding: 6px 15px;
    line-height: 1.8;
    width: 100%;
  }
  .secondary_btn.pre-order div{
    line-height: 1.7;
  }
  .shopify-section--collection-list  .secondary_btn div{
    line-height: 1.6;
  }
  .secondary_btn:after{
    height: 38px;
    width: 95%;
  }
}
@media screen and (max-width: 600px){
   .button {
    min-width: 160px;
  }
  .announcement-bar {
    padding-block-start: var(--spacing-1);
    padding-block-end: var(--spacing-1);
  }
}
@media screen and (max-width: 480px){
  .container{
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Header */
.menu-protein-calculator,
.menu-protein-calculator a {
  color: #da83ea;
  position: relative;
}
.highlight_bg{ position: relative; }
.highlight_bg:after{
  content: '';
  position: absolute;
  width: 13px;
  height: 9px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABQBAMAAABFWF7FAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAC1QTFRFAAAA2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPqjfKl2AAAAA90Uk5TAHD/gNDwwJBQQGAwsCDgrfEU0QAAAW1JREFUeJzt1j1OwzAUB/DntCBUiZEFCSg5AmJm4AAI9SAIcYKKA6CKA6CqFygDx2DowIAYogysSJzAorUD8fuy3049RKnz0z924jzXgTuFBorNQQ3g27KrxutjOTC6cqA7+7a5y3brti7nJm8fFnf3nHarbucI0nWuunpzuJqV3N4hoH7N3c9NLnxdBhfj4OY277q44nxrILfNu6RMiI7HiY6PTnaTFYuTnBQnOWF0kotvltZE7sQ47uQ47uQ45sTJCm4xFeOo0+KoU0ZHnRpHnBqHnR6HnR6HXCYOue4jE4tSsg/m4tJ9NTO6bp9GTt6L3eZ2oSyxUkEcvLxOoXfK1u7+zqLTKjV12j8F4tTC37t+4gW3DryYGxy45bXGkMu1f+2q8e67wf0u/MHTF3vgqavxpeFoZXKxNUYXmm8TNzxWHTS2PPBGV6XucaY6/JwzgeS97R/YXGiDE9bl9XUwOv/sfzwU10sYs29/AHCW48udvnztAAAAAElFTkSuQmCC) no-repeat center center;
  top: -3px;
  right: 0px;
  background-size: contain;
  display: block;
}
.menu-protein-calculator:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABQBAMAAABFWF7FAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAC1QTFRFAAAA2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPqjfKl2AAAAA90Uk5TAHD/gNDwwJBQQGAwsCDgrfEU0QAAAW1JREFUeJzt1j1OwzAUB/DntCBUiZEFCSg5AmJm4AAI9SAIcYKKA6CKA6CqFygDx2DowIAYogysSJzAorUD8fuy3049RKnz0z924jzXgTuFBorNQQ3g27KrxutjOTC6cqA7+7a5y3brti7nJm8fFnf3nHarbucI0nWuunpzuJqV3N4hoH7N3c9NLnxdBhfj4OY277q44nxrILfNu6RMiI7HiY6PTnaTFYuTnBQnOWF0kotvltZE7sQ47uQ47uQ45sTJCm4xFeOo0+KoU0ZHnRpHnBqHnR6HnR6HXCYOue4jE4tSsg/m4tJ9NTO6bp9GTt6L3eZ2oSyxUkEcvLxOoXfK1u7+zqLTKjV12j8F4tTC37t+4gW3DryYGxy45bXGkMu1f+2q8e67wf0u/MHTF3vgqavxpeFoZXKxNUYXmm8TNzxWHTS2PPBGV6XucaY6/JwzgeS97R/YXGiDE9bl9XUwOv/sfzwU10sYs29/AHCW48udvnztAAAAAElFTkSuQmCC') no-repeat center center;
  top: -17px;
  right: -18px;
  background-size: contain;
  animation: heart_beat 2s infinite;
}

.menu-protein-calculator svg path{
  fill: #da83ea;
}
#menu-protein-calculator .protein-calculator .content{
  margin-block-start: 0 !important;
}
.newsletter-drawer__content .text-with-icon span {
  margin-top: 5px;
}
.announcement-bar__item p{
  font-size: 14px;
  font-weight: normal;
}
.header {
  background: rgb(var(--background));
}
.header__main-nav li a,.header__link-list summary {
  text-transform: uppercase;
  line-height: 12px;
  display: block;
  margin-top: 1px;
  font-weight: normal;
}
.header__main-nav li a.dropdown-menu__item {
  line-height: 1.5;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgNy41NTUxNkMwLjg3NjAyOCAxMi40NjY0IC0yLjQ2NzIxIDkuMTIzMTYgMi40NDQwMyA0Ljk5OTJDLTIuNDY3MjEgMC44NzYwNjEgMC44NzYwMjggLTIuNDY3MTYgNSAyLjQ0NDA2QzkuMTIzOTcgLTIuNDY3MTYgMTIuNDY3MiAwLjg3NjA2MSA3LjU1NTk3IDUuMDAwMDJDMTIuNDY3MiA5LjEyMzk4IDkuMTIzOTcgMTIuNDY3MiA1IDcuNTU1OTdWNy41NTUxNloiIGZpbGw9IiNEMEVFNTEiPjwvcGF0aD4KPC9zdmc+");
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: left;
}
.header__secondary-nav .header__icon-list a {
  display: flex;
  align-items: center;
  line-height: 1;
}
navigation-drawer .mobile_link{
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(var(--text-color) / .12)
}
.header__link-list summary path {
  stroke: rgb(22, 22, 22);
}
.header__link-list summary svg {
  padding-left: 5px;
}
@media screen and (min-width: 1400px) {
  .header {
    --header-part-gap: var(--spacing-20);
    --header-link-list-spacing: var(--spacing-14);
  }
}
@media screen and (min-width: 700px) {
  .announcement-bar__item {
    grid-auto-columns: auto var(--spacing-20);
  }
  .announcement-bar {
    padding-block-start: var(--spacing-1-5);
    padding-block-end: var(--spacing-1-5);
  }
  .header {
    --header-icon-list-spacing: var(--spacing-9);
  }
}
@media screen and (max-width: 1150px) {
  .header__icon-list.justify-end {
    justify-content: flex-start;
  }
  .header__main-nav a[aria-controls="search-drawer"] {
    display: none;
  }
  .header__secondary-nav .header__icon-list  a[href="/account/login"] {
    display: none;
  }
  .menu-protein-calculator:after{
    display: none;
  }
  .menu-protein-calculator span{
    position: relative;
  }
  .menu-protein-calculator span:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAE4AAABQBAMAAABFWF7FAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAC1QTFRFAAAA2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPq2oPqjfKl2AAAAA90Uk5TAHD/gNDwwJBQQGAwsCDgrfEU0QAAAW1JREFUeJzt1j1OwzAUB/DntCBUiZEFCSg5AmJm4AAI9SAIcYKKA6CKA6CqFygDx2DowIAYogysSJzAorUD8fuy3049RKnz0z924jzXgTuFBorNQQ3g27KrxutjOTC6cqA7+7a5y3brti7nJm8fFnf3nHarbucI0nWuunpzuJqV3N4hoH7N3c9NLnxdBhfj4OY277q44nxrILfNu6RMiI7HiY6PTnaTFYuTnBQnOWF0kotvltZE7sQ47uQ47uQ45sTJCm4xFeOo0+KoU0ZHnRpHnBqHnR6HnR6HXCYOue4jE4tSsg/m4tJ9NTO6bp9GTt6L3eZ2oSyxUkEcvLxOoXfK1u7+zqLTKjV12j8F4tTC37t+4gW3DryYGxy45bXGkMu1f+2q8e67wf0u/MHTF3vgqavxpeFoZXKxNUYXmm8TNzxWHTS2PPBGV6XucaY6/JwzgeS97R/YXGiDE9bl9XUwOv/sfzwU10sYs29/AHCW48udvnztAAAAAElFTkSuQmCC') no-repeat center center;
    top: -17px;
    right: -18px;
    background-size: contain;
    animation: heart_beat 2s infinite;
  }
}
@media screen and (max-width: 768px){
  .menu-protein-calculator span:after {
    width: 15px;
    height: 15px;
    top: -10px;
    right: -14px;
  }

}
/* Footer */
.footer .section{
  padding-block-end: 0;
}
.footer__wrapper {
  gap: 2.5rem;
}
.footer__block-list .footer__block.footer__block--menu li a {
  text-transform: uppercase;
  width: 100%;
  position: relative;
  opacity: 1;
  line-height: 1;
  margin-top: -3px;
}
.footer__block-list .footer__block--menu ul {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 70px;
}
.footer__block-list .footer__block.footer__block--menu li svg {
    margin-right: 6px;
}
.footer__block-list .footer__block--menu ul li {
  display: flex;
  padding-top: var(--spacing-5);
}
.footer__block-list .footer__block--menu {
  flex: 0 0 400px;
  max-width: 400px;
  gap: 1rem
}
.footer__newsletter-form {
  max-width: 100%;
}
.footer__block-list .footer__block.footer__block--menu li:first-child a:before {
  display: none;
}
.footer__block--newsletter input {
  border-radius: 24px 0 0 24px;
  height: 43px !important;
  font-size: 1rem;
  width: 60%;
  border: 1px solid rgb(var(--text-color));
}
.footer__block--newsletter input:focus {
  border: 1px solid rgb(var(--text-color));
  box-shadow: none;
}
.newsletter_btn {
  position: absolute;
  right: 0px;
  padding-block-start: 0;
  padding-block-end: 0;
  width: 150px;
  height: 100%;
  color: #fff;
  border-radius: 0 42px 42px 0;
  background: #000;
  font-weight: normal;
  font-family: var(--text-font-family);
  line-height: 1;
  font-size: 1rem;
  text-transform: uppercase;
}
.footer__newsletter-form {
  position: relative;
  margin-top: var(--spacing-5);
}
.spam_free {
  background: rgb(209 238 81 / 15%);
  max-width: 170px;
  border-radius: 42px;
  display: flex;
  align-items: center;
  padding: 4px 15px;
  justify-content: center;
  font-size: 0.813rem;
  margin-top: 7px;
}
.spam_free svg {
  margin-right: 6px;
  height: 20px;
  width: 20px;
}
.footer__block--newsletter label.floating-label {
  height: 43px;
  color: rgb(var(--footer-text));
  opacity: 1;
  font-size: 1rem;
}
.footer__block {
  gap: 1.6rem;
}
.footer-bottom-menu {
  display: flex;
  gap: 20px;
}
.footer-bottom-menu-outer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
.footer-bottom-menu-outer .footer__block--menu {
  max-width: 100%;
  justify-content: flex-end;
  flex: 0 0 100%;
}
.Footer__PaymentList {
  display: flex;
  gap: 20px;
}
.footer__payment-icons {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
}
.footer__aside-bottom:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(222, 140, 238, 1), rgba(212, 221, 115, 1) 100%);
  top: 0;
}
.footer__aside-bottom {
  position: relative;
  padding-top: 20px;
  align-items: flex-start;
}
.footer__copyright {
  flex: 0 0 35%;
}
.footer-bottom-menu-outer .footer__block--menu {
  max-width: 100%;
  justify-content: flex-end;
}
.footer__payment-icons p.text-xs {
  padding-right: 20px;
}
.footer__payment-icons li.HorizontalList__Item {
  display: flex;
  align-items: center;
}
.social-media li svg {
  height: 25px;
  width: 25px;
}
.social-media li a {
  display: block;
  height: 25px;
  width: 25px;
}
.footer__block.footer__block--menu li a .small,
.mobile_link a .small{ text-transform: lowercase; }
@media screen and (min-width: 700px) {
  .footer {
    --footer-padding-block: 0;
    padding-bottom: 0;
  }
  .footer-bottom-menu{ padding-right: 20px;}
}
@media screen and (max-width: 1368px) {
  .newsletter_btn{
    min-width: 60px;
    font-size: 1rem;
    max-width: fit-content;
  }
  .newsletter_btn {
    min-width: 130px;
    width: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__block.footer__block--newsletter {
    flex-basis: 80%;
  }
  .footer__block--text {
    flex-basis: 54%;
  }
  .footer {
    --footer-block-list-gap: var(--spacing-10) var(--spacing-12);
  }
}
@media screen and (max-width: 1024px) {
  .footer__block.footer__block--newsletter {
    flex-basis: 375px;
  }
   .footer__block-list {
    flex-wrap: wrap;
  }
   .newsletter_btn,.footer__block--newsletter label.floating-label {
    font-size: .875rem;
  }
  .footer__block-list {
    gap: 1.8rem;
  }
  .footer__block--text {
    flex-basis: 100%;
  }
  .newsletter_btn {
    min-width: 160px;
  }
  .footer__block-list .footer__block--menu {
    flex: 0 0 525px;
    max-width: 525px;
  }
  .footer-bottom-menu{
    gap: 20px;
  }
  .footer__copyright {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer__block-list .footer__block--menu {
    gap: 0;
  }
  .footer__block-list .footer__block--menu ul li {
    padding-top: var(--spacing-3);
  }
  .footer__newsletter-form {
    margin-top: 0;
  }
  .footer__block--newsletter {
    width: 100%;
  }
  .footer__block-list {
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .footer_logo img {
    --image-max-width: 150px !important;
  }
  .footer__block {
    gap: 1.875rem;
  }
  .social-media  svg {
    width: 30px;
    height: 30px;
  }
  .footer__block--menu {
    max-width: 100%;
  }
  .footer__aside-bottom {
    padding-top: 20px;
    gap: 1.188rem;
  }
  .footer-bottom-menu-outer {
    gap: 1.188rem;
  }
  .footer-bottom-menu-outer .footer__block--menu {
    justify-content: flex-start;
  }
  .footer__payment-icons {
    justify-content: flex-start;
  }
  .footer__block--text {
    flex-basis: 100%;
  }
  .footer__block-list .footer__block--menu {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer__aside-bottom{display: block}
}
@media screen and (max-width: 600px) {
  .footer-bottom-menu{ justify-content: space-between; }
  .footer-bottom-menu-outer .footer__block--menu{
    display: block;
  }
  .footer__block--newsletter input{
    width: 64%;
  }
  /*
  .footer-bottom-menu li {
    flex: 0 0 100%;
  }*/
  .newsletter_btn {
    padding-block-start: var(--spacing-3);
    padding-block-end: var(--spacing-2-5);
    width: 135px;
    min-width: 135px;
    font-size: 0.875rem;
  }
  .footer-bottom-menu {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footer__block--newsletter label.floating-label {
    font-size: .875rem;
  }
  .footer .section {
    padding-block-start: 0;
  }
}
/* Marquee */
.section_spacing{
  padding-block-start: calc( var(--calculated-section-spacing-block-start) / 2);
  padding-block-end: calc( var(--calculated-section-spacing-block-end) / 2);
}
.scrolling-text__text {
  padding-inline-start: inherit;
  padding-inline-end: inherit;
}
.scrolling-text__text svg {
  margin-left: min(1.5em, 3rem);
  margin-right: min(1.5em, 3rem);
  width: 40px;
  height: 40px;
}
.shopify-section--scrolling-text .section {
  padding-block-start: 2rem;
  padding-block-end: 0rem;
}
.scrolling-text--auto .scrolling-text__text {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 700px) {
  .shopify-section--scrolling-text .section {
    padding-block-start: 1rem;
  }
  .scrolling-text__text svg {
    width: 30px;
    height: 30px;
    margin-left: min(1.5em,1rem);
    margin-right: min(1.5em,1rem);
  }
  .scrolling-text__text {
    font-size: 2rem;
  }
}
/* Slideshow */
.slideshow__slide .prose .subheading{
  max-width: 600px;
  margin-block-start: var(--spacing-3);
  font-weight: normal;
}
.slideshow__slide .prose{ font-size: 1rem; }
.slideshow__slide .prose ul,
.slideshow__slide .prose ol{ row-gap: 5px; }
.slideshow .content-over-media p[data-sequence="heading"] .circle{
  position: relative;
  padding-left: 10px;
}
.slideshow .content-over-media p[data-sequence="heading"] .circle:after{
  content: "";
  position: absolute;
  top: -25px;
  left: -9px;
  width: 150px;
  height: 150px;
  background: url(data:image/png;base64,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) no-repeat;
  background-size: contain;
}
.slideshow__slide .slide_heading[data-sequence="heading"]{
  font-size: 4rem;
  line-height: 1;
}

/*
.content-over-media>:not(img,video,iframe,svg,video-media,picture).slider_content:not(.inner-content) [data-sequence="heading"] span{
  display: block;
}
.content-over-media>:not(img,video,iframe,svg,video-media,picture).slider_content.inner-content {
  display: grid;
  grid-template-columns: 55% 50%;
  row-gap: 50px;
  margin-top: 63px;
  max-width: 1200px;
}
*/

.hand_img img {
  margin-right: 0;
  margin-left: auto;
}
.slider_content {
  margin-top: 0 !important;
  align-items: center;
}
@media screen and (min-width: 1500px){
  .content-over-media>:not(img,video,iframe,svg,video-media,picture).slider_content,.content-over-media>:not(img,video,iframe,svg,video-media,picture).slider_content.inner-content{ 
    max-width: 1440px; 
  }
}
@media screen and (min-width: 1201px){
 .content-over-media>:not(img,video,iframe,svg,video-media,picture).slider_content{
    padding-left: 0;
    padding-right: 0;
 }
}
@media screen and (max-width: 1300px){
  .slider_content p[data-sequence=heading] {
    font-size: 3rem;
  }
  .slideshow .content-over-media p[data-sequence=heading] .circle:after{
    top: -16px;
    left: -3px;
    width: 95px;
  }
}
@media screen and (min-width: 700px) {
  .slideshow .prose *+:is(p,div,ul,ol) {
    margin-block-start: var(--spacing-6);
  }
  .slideshow .prose *+.button {
      margin-block-start: var(--spacing-4) !important;
  }
}
@media screen and (max-width: 1025px){
  .slideshow__slide .prose{ font-size: 1rem; }
  .slideshow__slide .slide_heading[data-sequence="heading"]{
    font-size: 3rem;
  }
  .slideshow__slide .content-over-media>:not(img,video,iframe,svg,video-media,picture){
    max-width: 500px;
    width: 100%;
  }
  .slideshow__slide .prose *+.button {
    margin-block-start: var(--spacing-2);
  }
}
@media screen and (max-width: 700px){
  .slideshow__slide .slide_heading[data-sequence="heading"]{
    font-size: 2rem;
  }
  .slider_content p[data-sequence=heading] {
    line-height: 1.3;
    font-size: 2.5rem;
  }
  .slideshow__slide .prose ul li {
    font-size: 15px;
    line-height: 1.4;
    /*color: #000;*/
    margin-bottom: 5px;
  }
  .slideshow__slide .prose *+.button {
    margin-block-start: 0 !important;
  }
  .slideshow__slide .prose ul {
    gap: 1px !important;
    text-align: left;
    justify-content: center;
  }
  .slide_heading span {
    display: block;
  }
  /*
 .content-over-media>:not(img,video,iframe,svg,video-media,picture).slider_content,.content-over-media>:not(img,video,iframe,svg,video-media,picture).slider_content.inner-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
     margin-top: 30px !important;
  }*/
  .slider_content .prose .subheading {
    max-width: 100%;
  }
  .hand_img {
    max-width: 350px;
  }
  .slideshow .content-over-media p[data-sequence=heading] .circle:after {
    top: -14px;
    left: -4px;
    width: 80px;
  }
}

/* Why us? */
.image-link-blocks__inner {
  gap: 0;
  padding: 0;
  justify-content: center;
}
.image-link-blocks__inner img {
  margin: 0 auto;
}
.image-link-blocks__inner 
@media screen and (min-width: 700px) {
  .image-link-blocks {
    gap: 40px;
  }
}
.svg-icons {
  position: relative;
  width: 120px;
  height: 120px;
}
.round-svg-icon {
  position: absolute;
  top: 50%;
  display: flex;
  margin: 0 auto;
  max-width: 50px;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.round-svg svg {
  width: 100%;
  height: 100%;
}
.round-svg img{
  animation: rotation 20s linear infinite;
}
.round-svg svg {
  animation: rotation 35s linear infinite;
}
@media screen and (min-width: 700px){
  .image-link-blocks{
    justify-content: center;
  }
}
@media screen and (max-width: 700px){
  .image-link-blocks{
    gap: var(--spacing-1);
  }
  .svg-icons {
    width: 90px;
    height: 90px;
  }
  .round-svg-icon{
    max-width: 40px;
  }
}
/* Featured collection */
.featured-col .text-on-sale {color: rgb(var(--text-color));font-weight: bold;font-family: var(--heading-font-family);font-size:1.125rem}
.line-through {
  /* color: #ADA4A4; */
  color: #000;
}
.text-on-sale{
  font-weight: normal;
}
.custom_view_collection{
  margin-top: 14px;
  max-width: 100%;
}
.product-card__quick-buy {
  visibility: visible;
  opacity: 1;
  width: 100%;
  top: 0px;
  position: relative;
  transform: none;
  margin-top: 6px;
}
.product-card__quick-buy .secondary_btn {
  padding: 0 0 4px;
  /*max-width: 100%;*/
  box-shadow: none;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.product-card__quick-buy {
  right: 0 !important;
}
.featured-col compare-at-price {
  font-size: 0.75rem;
}
.product-card__info .jdgm-preview-badge{ min-height: 26px; display: block !important; }
.rating__star {
  color: #db8def;
}
.count-rating{
  color: rgb(22 22 22 / 50%);
  font-size: 0.75rem;
}
.product-card__title .highlight,
.product_variations_custom .variant_dropdown .highlight,
.product_variations_custom .variant-picker__option-values a .highlight{
  background: none;
  /* -webkit-background-clip: text; */
  -webkit-text-fill-color: var(--text-color);
}
@media screen and (min-width: 1400px) {
  .product-card__info{
    --product-card-info-padding: var(--spacing-3) var(--spacing-8) var(--spacing-8) var(--spacing-8);
  }
  :root{
    --product-list-column-gap: var(--spacing-14);
  }
}
@media screen and (min-width: 1150px) {
    :root {
      --section-stack-spacing-block: var(--spacing-8);
    }
}
@media screen and (min-width: 700px) {
  :root {
    --input-height: 2.3rem;
  }
}
@media screen and (max-width: 600px) {
  .product-card__info .jdgm-preview-badge {
    min-height: 15px;
  }
}
/* COllection List */
.collection-list{ gap: var(--product-list-column-gap); }
.collection-card__content:first-child{ margin-block-end: 0; }
.collection-card__content {
  transition: none;
  transform: none;
}
.collection-list .content-over-media img{ width: 60%; margin: 0 auto;  }
.collection-card__content-wrapper{ padding: var(--spacing-3) 0; }
.collection-card__content .secondary_btn{
  margin-inline-start: auto;
  margin-inline-end: auto;
  margin-block-start: var(--spacing-5) !important;
}
@media screen and (pointer: fine) {
    .collection-card:hover .collection-card__content {
        transform: none;
    }
}
@media screen and (min-width: 1400px){
   .collection-card__content-wrapper .collection-card__content{ padding-top: var(--spacing-4); }
}

@media screen and (max-width: 768px){
    .collection{ margin-block-start: 0; }
}
/* Logo list */
.logo-list__item {
  padding: 0;
}
.product-card__figure a {
  display: flex;
  justify-content: center;
}
.product-list{
  justify-content: center;
}


@media screen and (min-width: 1000px) {
 .shopify-section--logo-list .section .section-stack.top_space{
    padding-top: calc(var(--calculated-section-spacing-block-start) / 3);
  }
  
 .shopify-section--logo-list .section .section-stack.bottom_spacing{
   padding-bottom: var(--calculated-section-spacing-block-end);
 } 
}

/*What Makes Us Special*/
.tabs-nav__button {
  transition: none;
}
.tab-heading {
  padding-bottom: 8px;
}
.special_content {
  display: grid;
  background: #fff;
  grid-template-columns: 45% calc(55% - 69px);
  position: relative;
   border-radius: 60px;
  background: #fff;
  border: 2px solid #DA83EA;
  gap: 69px;
}
.right_content_outer {
  display: flex;
  align-items: center;
  margin-top: 0px !important;
}
.tabs-container {
  position: relative;
}
.round_icon {
  position: absolute;
  right: -3%;
  top: 82px;
  max-width: 180px;
}
.round_icon img {
  animation: rotation 20s linear infinite;
  margin: 0 !important;
}
.right_content ul li span {
  font-size: 0.875rem;
}
.right_content ul li h4 {
  line-height: 1 !important;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tabs-inner::part(tab_outer){
  margin: 0 auto;
  border:0;
  border-radius: 42px;
  position: relative;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(to right, #de8cee 22%, #d4dd73);
}
.tabs-inner::part(tab-list) {
  box-shadow: none;
  background: #fffaf3;
  border-radius: 30px;
}
.tabs-nav__button {
  /*min-width: 238px;
  width: max-content;*/
  padding-inline-start: var(--spacing-5);
  padding-inline-end: var(--spacing-5);
  padding-block-start: var(--spacing-2);
  padding-block-end: var(--spacing-2);
  color: #161616;
  font-weight: 400;
}
.tabs-inner::part(tab-list):after {
  background: none;
}
.tabs-nav__button[aria-selected=true] {
  border-right: 2px solid #D4DD73;
  background: #161616;
  border-radius: 42px;
  color: #fff;
  font-weight: normal;
}
.left_content img,.left_content svg {
  margin-block: 0 !important;
  border-radius: 60px 0 0 60px;
}
.right_content p {
  max-width: 650px;
}
.right_content ul {
  display: grid;
  grid-template-columns: 50% 50%;
  row-gap: 30px;
  margin-top: 45px;
}
.right_content ul li {
  display: block;
}
.right_content .secondary_btn {
  width: 100%;
  max-width: 326px;
}
.right_content ul li span {
  max-width: 160px;
  margin-top: 0 !important;
  opacity: 0.35;
  line-height: 1.4;
}
.right_content .heading span{
  display: block;
}

@media screen and (max-width: 1440px) {
  .round_icon{
    right: -4%;
    max-width: 165px;
    top: 80px;
  }
  .right_content ul{
    row-gap: 20px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .special_content {
    grid-template-columns: 50% calc(50% - 30px);
    gap: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .tabs-nav__button {
    font-size: 0.9rem;
  }
  .right_content .heading {
    font-size: 2rem;
  }
  .right_content {
    padding: 15px;
  }
  .right_content .secondary_btn {
    margin-block-start: 12px !important;
  }
  .right_content ul {
    row-gap: 12px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1080px) { 
  .left_content img{
    object-fit: cover;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 800px) { 
  .left_content img{
    object-fit: contain;
    height: auto;
    width: 100%;
  }
  .special_content {
    display: block;
  }
  .right_content_outer {
    padding: 0;
  }
  .tabs .round_icon{
    display: none;
  }
  .special_content{
    border-radius: 20px 20px 0 0 ;
  }
  .left_content img,.left_content svg {
    border-radius: 20px 20px 0 0;
    margin: 0 auto;
  }
 
  .right_content .heading {
    margin-bottom: 10px;
  }
  .right_content ul {
    margin-top: 30px;
    column-gap: 20px;
  }
  .accordion__toggle {
    font-size: 1rem;
    letter-spacing: .5px;
  }
  .accordion__content {
    padding: 0;
  }
  .circle-chevron svg {
    background: transparent;
    width: var(--spacing-4);
    height: var(--spacing-4);
  }
   .tabs-nav__button {
    font-size: .8rem;
    padding-inline-start: var(--spacing-3);
    padding-inline-end: var(--spacing-3);
  }
  .right_content {
    padding: 20px 15px 40px 15px;
  }
}
@media screen and (max-width: 699px) { 
  .left_content{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .right_content{
    padding: 10px 0;
  }
  .left_content img,.left_content svg {
    border-radius: 20px
  }
}
/* Text with Icons */
:not(.is-scrollable) .text-with-icons__item:first-child {
  padding-inline-start: 0;
}
.text-with-icons__item{
  gap: 0;
}
div[data-banner= true] {
  background-size: cover;
}
div[data-banner= true] .section{
  padding-block-start: var(--calculated-section-spacing-block-end);
}
.text-with-icons__item {
  position: relative;
}
.text-with-icons__item:before {
  content: '';
  position: absolute;
  left: 0;
  background: linear-gradient(to right,#de8cee 22%,#d4dd73);
  height: 100%;
  width: 1px;
}
.text-with-icons__item:first-child:before {
  display: none;
}
.text-with-icons__text-wrapper {
  text-align: center;
  margin: 0 auto;
}
:not(.is-scrollable) .text-with-icons__item {
  padding-inline-start: var(--spacing-8);
  height: 100%;
}
.text-with-icons__text-wrapper p:last-child {
  margin-block-start: 0;
  font-size: 0.875rem;
  color: #0D0D0D;
}
@media screen and (min-width: 1400px) {
  :not(.is-scrollable) .text-with-icons__list {
    gap: var(--spacing-8);
  }
}
@media screen and (min-width: 1150px) {
  .prose :is(.h3,.h4,h3,h4)+* {
    margin-block-start: var(--spacing-5);
  }
}
@media screen and (max-width: 1150px) {
  .text-with-icons__item:before{
    display: none;
  }
  :not(.is-scrollable) .text-with-icons__item:first-child {
    padding-inline-start: var(--spacing-8);
    padding-inline-end: var(--spacing-8);
  }
}
/* Blog-post */
.blog_btn .section-header{
  justify-content: center;
  display: flex;
}
.inner-blog .h3 a {
  padding-top: 0 !important;
}
/*
.blog-post-card__info .h4 {
  line-height: 1;
}
*/
.blog-post-card:nth-child(2) a, .blog-post-card:nth-child(2) .blog-post-card__info {
  padding-top: 0;
}
.inner-blog:nth-child(2):before {
  display: none;
}
.category_blog{
  color: #C4C1BB;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.blog-inner-content {
  gap: 20px;
  display: grid;
}
.article-exceprpt{
  display: none;
}
.inner-blog .blog-inner-content{
  padding-top: 15px;
}
.share-buttons__item:hover {
  background: none;
}
@media screen and (min-width: 1400px) {
  .blog-posts {
    --blog-articles-gap: var(--spacing-10);
  }
  .blog-posts__container{
    margin-block-end: 0;
    margin-block-start: 0;
  }
}
@media screen and (min-width: 800px) {
  .article-exceprpt{
    display: block;
  }
  .first-blog, .first-blog .blog-inner-content {
    grid-area: span 4 / 1;
    display: grid;
  }
  .inner-blog .blog-inner-content{
    grid-area: span 1 / 2;
    display: flex;
    align-items: center;
    padding-top: 30px;
  }
  .inner-blog {
    grid-area: span 1 / 2;
    display: flex;
    position: relative;
    margin-left: 1.875rem;
  /* align-items: center; */
  }
  .shopify-section--blog-posts .blog-posts {
    gap: 1.875rem;
    grid-template-columns: 57% auto;
  }
  .inner-blog img {
    max-width: 300px;
  }
  .inner-blog:before {
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(to right,#de8cee 22%,#d4dd73);
    height: 1px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .blog-post-card__info .h4 {
    font-size: var(--text-h5);
    line-height: 1.2;
  }
  p.article-exceprpt {font-size: 1rem;}
}
@media screen and (max-width: 1000px) {
  .shopify-section--blog-posts .blog-posts{
    gap: 15px;
  }
 .inner-blog .blog-inner-content{
   padding-top: 0px;
 }
}
/* Testimonial */
.icon1,.icon2{
  position: absolute;
}
.icon1{
  bottom: 0;
  left:-18px;
}
.icon2{
  top: 0;
  right:0;
}
.testimonial.bg-secondary {
  background: transparent;
}
.testimonial_inner  > .v-stack > p {
  margin-top: 45px;
}
.rating__stars .rating__star--full path {
  fill: #DB8DEF;
}
.rating__stars .rating__star--empty path {
  fill: rgb(22 22 22 / 15%);
}
.scrollbar__progress:before{
  background: linear-gradient(to right,#de8cee 22%,#d4dd73);
}
.testimonial-list {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
}
.testimonial-list .testimonial {
  flex: 0 0 550px;
  max-width: 550px;
  /* max-width: 520px; */
  gap: var(--spacing-3);
  display: flex;
  padding: var(--spacing-3);
  margin: 0 2rem;
}
.testimonial-list .testimonial:first-child{
  margin: 0 1rem;
}
.testimonial_rating {
  margin-top: var(--spacing-2);
}
@media screen and (max-width: 1200px) {
  .testimonial-list .testimonial{
    flex: 0 0 480px;
    max-width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .testimonial-list .testimonial {
    flex: 0 0 390px;
    max-width: 390px;
  }
}
@media screen and (max-width: 700px) {
  .shopify-section--testimonials{
    overflow-x: hidden;
  }
  .shopify-section--testimonials .section-stack{ gap: 10px; }
  .testimonial-list .testimonial .quote svg {
    width: 20px;
    height: 29px;
  }
  .testimonial-list .testimonial {
    padding-left: 0;
    flex: 0 0 270px;
    max-width: 270px;
    padding-right: 10px;
  }
  .testimonial_inner>.v-stack>p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .testimonial-list .testimonial {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    margin: 0;
  }
  .testimonial-list .testimonial p {
    max-width: 290px;
  }
}
/* Authenticate  */
.images-scrolling-desktop,.images-scrolling-mobile {
  background: #fff;
  border-radius: 24px;
  column-gap: var(--spacing-22);
  position: relative;
}
.scroll_content {
  max-width: 530px;
}
.images-scrolling-desktop__media-wrapper>:first-child {
  position: relative;
  left: -70px;
  max-height: initial;
}
.images-scrolling-desktop:after,.images-scrolling-mobile:after {
  content: "";
  width: 100%;
  background: linear-gradient(to right, #de8cee 22%, #d4dd73);
  height: 23px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 1368px) {
  .images-scrolling-desktop__media-wrapper>:first-child{
    left: -40px;
  }
}
@media screen and (max-width: 1200px) {
  .images-scrolling-desktop__media-wrapper>:first-child {
    left: -40px;
    max-width: 375px;
  }
}
@media screen and (max-width: 768px) {
  .images-scrolling-desktop__media-wrapper>:first-child {
    left: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .images-scrolling-mobile,.images-scrolling-desktop {
    margin: 0 calc(var(--background-differs-from-previous)* var(--calculated-section-spacing-block-start));
    padding-bottom: 50px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    grid: none;
  }
}
/* Founder notes */
.add_space{ padding-block-start: calc(var(--calculated-section-spacing-block-end) / 2); }
.multiple-images-with-text {
  gap: 0;
}
.multiple-images-with-text .multiple-images-with-text__image-list img {
  border-radius: 60px 0px  0 60px;
}
.multiple-images-with-text__image-list>img{
  margin-inline-start: 0;
}
.multiple-images-with-text-outer {
  position: relative;
  border-radius: 60px;
  padding: 8px;
  background: linear-gradient(to right, #de8cee 22%, #d4dd73);
}
.multiple-images-with-text {
  background: #fffaf3;
  border-radius: 60px;
  position: relative;
}
.section_icons {
  position: absolute;
  right: 20px;
  bottom: 0;
  max-width: 380px;
}
.multiple-images-with-text__content-with-nav {
  max-width: 100%;
  padding-right: 100px;
  padding-left: 145px;
}
.shopify-section--multiple-images-with-text .sign_img img {
  margin-block-start: 10px !important;
}
@media screen and (max-width: 1300px) {
  .multiple-images-with-text__content-with-nav {
    padding-right: 50px;
    padding-left: 80px;
  }
  .sign_img img {
    --image-max-width: 150px !important;
  }
}
@media screen and (max-width: 1200px) {
.add_space{ padding-block-start: calc(var(--calculated-section-spacing-block-end) / 2 + 5px); }
  .sign_img img {
    --image-max-width: 180px !important;
  }
  .section_icons {
    max-width: 280px;
  }
  .multiple-images-with-text__content-with-nav {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 999px) {
  .multiple-images-with-text-outer {
    max-width: fit-content;
    margin: 0 auto;
  }
    .multiple-images-with-text__image-list img {
        max-width: 100%;
    }
  .multiple-images-with-text__image-list[layout=stacked] img {
    display: block;
    margin: 0 auto;
  }
  .sign_img img {
    display: block;
    margin: 0 auto;
  }
  .section_icons {
    position: relative;
    right: 0;
  }
  .multiple-images-with-text__content-with-nav{
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .multiple-images-with-text .multiple-images-with-text__image-list img{ border-radius: 40px 40px 0 0; }
  .multiple-images-with-text-outer,.multiple-images-with-text {
    border-radius: 40px;
  }
}
@media screen and (max-width: 700px) {
  .add_space {
    padding-block-start: calc(var(--calculated-section-spacing-block-end) / 2 + -6px);
  }
  .sign_img{
    width: 130px;
    margin-left: auto;
    margin-right: auto;
   }
  .section_icons{ max-width: 180px; }
}
@media screen and (max-width: 1200px) and (min-width: 1000px){
    .multiple-images-with-text{ display: flex; }
}

/* Cut the crap */
.multi-column__item .wrap_img img{
  width: 100px;
  margin: 0 auto;
}
.multi-column__item .multi_heading {
  line-height: 1.2;
}

@media screen and (min-width: 1000px) {
  .multi-column {
    --multi-column-list-row-min-gap: var(--spacing-16);
    grid: auto / repeat(8, minmax(0, 1fr));
    margin: 0 auto;
  }
}
@media screen and (max-width: 1000px) {
  .multi-column__item {
    grid-template-columns: minmax(0, 1fr);
  }
  .multi-column__item .multi_heading br {
    display: none;
  }
  .multi-column__item .wrap_img img{ width: 80px; }
}
/* Simplifying Banner */
.shopify-section--image-with-text-overlay .content-over-media>:not(img,video,iframe,svg,video-media,picture){
  top: -130px;
}
.shopify-section--image-with-text-overlay .content-over-media p svg {
  position: absolute;
  right: -20px;
  top: -55px;
}
@media screen and (min-width: 1000px) {
  .shopify-section--image-with-text-overlay .content-over-media p{
    font-size: 7.25rem;
  }
}
/* Insta */
#insta-feed h2 {
 font-family: var(--heading-font-family);
 font-size: var(--text-h2);
}
.instagram-text a.button {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  background:   linear-gradient(to right, #de8cee 22%, #d4dd73);
}
.instagram-text a.button div {
  display: flex;
}
.instagram-text a.button div svg {
  margin-right: 10px;
}
.instagram-text .button:not([disabled]):not(.button--outline):hover{
    color: #fff !important;
}
@media screen and (max-width: 700px) {
  .rich-text .h1 {
    line-height: 1;
    margin-bottom: 15px;
  }
 /* .rich-text .h1 span{
    display: block;
  }*/
  .rich-text .h1 span svg {
    width: 30px;
    height: 25px;
  }
}
  
/* Product page */

/* Recipe */
.shopify-section-recipes-column .multi-column {
  --multi-column-list-row-min-gap: var(--spacing-16);
}
.shopify-section-recipes-column .multi-column__item .wrap_img img {
  width: 100%;
}
.shopify-section-recipes-column .multi-column__item {
    justify-content: center;
}
.shopify-section-recipes-column .multi-column__item {
    grid-template-columns: minmax(0, 2.9fr);
}
.recipe-btn{
  text-align: center;
  margin: 0 auto;
}
.shopify-section-recipes-column .multi-column__item .h4 a{
  background: none;
}
.recipe-banner__image img {
  border-radius: 30px;
}
@media screen and (min-width: 1000px) {
  .shopify-section-recipes-column .multi-column {
      --multi-column-list-row-min-gap: var(--spacing-16);
      grid: auto / repeat(12, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .shopify-section-recipes-column .section-stack{
    gap: 10px;
  }
}

/* FAQ */

.faq_left .section-stack__main {
  width: 100%;
  margin-top: 55px;
}
.faq_left h2{
  font-size: 3.438rem;
}
.faq_main {
  display: grid;
  grid-template-columns: calc(60% - 122px) 45%;
  gap: 122px;
  align-items: center;
}
.faq_left .accordion-box {
  padding: 0;
}
.faq_left .section-stack__intro {
  width: 100%;
}

.accordion__toggle .circle-chevron {
  background: transparent !important;
}

.accordion__toggle {
  font-family: var(--heading-font-family);
  font-weight: normal;
}
.faq_left .accordion__toggle {
  font-size: 1.313rem;
  --accordion-spacing: var(--spacing-4);
}
.shopify-section-recipes-column .section-header h2.h2 {
  padding-bottom: 0;
  line-height: 52px;
}
.accordion {
  --accordion-spacing: var(--spacing-3);
}
@media screen and (max-width: 1100px) {
  .faq_main {
    grid-template-columns: calc(65% - 75px) 35%;
    gap: 70px;
  }
}  
@media screen and (max-width: 768px) {
  .faq_main {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .faq_img img {
    max-width: 350px;
    margin: 0 auto;
  }
  .faq_left .section-stack__main {
    margin-top: 10px;
  }
  .faq_left .accordion__toggle {
    font-size: 1rem;
    line-height: 1.2;
  }
  .faq_left .section-stack__intro {
    padding:  0 0;
  }
  .faq_left h2{
    font-size: var(--text-h2);
  }
}

/* Product slider */
.shopify-section--product-slideshow .slideshow__controls {
  bottom: -60px;
  right: 0 !important;
  width: 100%;
}
.shopify-section--product-slideshow .stretching-dots{
  justify-content: center;
  gap: var(--spacing-2);
}
.shopify-section--product-slideshow .slideshow__controls .stretching-dots>* {
  background: rgb(143 80 157 / 20%) ;
}
.shopify-section--product-slideshow .stretching-dots>*[aria-current=true] {
  width: var(--spacing-3);
  background: #DA83EA;
}
.shopify-section--product-slideshow .stretching-dots>* {
  opacity: 1;
  width: var(--spacing-3);
  height: var(--spacing-3);
}
.shopify-section--product-slideshow .round_icon {
  position: absolute;
  right: -3%;
  top: 18px;
  z-index: 1;
  max-width: 180px;
}
.sliderimage_content {
  max-width: 100% !important;
  padding: 0 35px;
}
.shopify-section--product-slideshow .slider_img{
  padding-top: 80px;
  position: relative;
  z-index: 1;
}
.shopify-section--product-slideshow .slider_img img {
  border-radius: 60px;
}
.sliderimage_content{
  --content-over-media-content-max-width: 1200px;
}
@media screen and (max-width: 1570px) {
  .shopify-section--product-slideshow .slideshow__controls {
    bottom: -35px;
  }
}

@media screen and (max-width: 1100px) {
  .shopify-section--product-slideshow .slideshow__controls {bottom: -20px;}
}
@media screen and (max-width: 700px) {
  .shopify-section--product-slideshow .slider_img img{
    border-radius: 30px;
  }
   .shopify-section--product-slideshow .round_icon{
    display: none;
  }
  .sliderimage_content {
    padding: 0;
  }
  .shopify-section--product-slideshow .slider_img{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .shopify-section--product-slideshow .stretching-dots>* {
    width: var(--spacing-2);
    height: var(--spacing-2);
  }
  .shopify-section--product-slideshow .stretching-dots>*[aria-current=true] {width: var(--spacing-2);}
  .shopify-section--product-slideshow .slideshow__controls {
    bottom: 10px;
  }
}  

/* Why choose */
.shopify-section--product-rich-text ul {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.shopify-section--product-rich-text ul li {
  list-style: none;
  margin-bottom: 8px;
  text-align: left;
  line-height: 1.2;
  padding-left: 35px;
  position: relative;
}
.shopify-section--product-rich-text ul li:before {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDE2IiBmaWxsPSJub25lIj4gPHBhdGggZD0iTTAgNi4zMzMzM0w3LjY5MDkxIDE0TDIzIDEiIHN0cm9rZT0iI2RhODNlYSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4gPC9zdmc+);
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 8px;
  width: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 700px) {
  .shopify-section--product-rich-text ul li {
    flex:  0 0 100%;
    max-width: 100%;
    grid-template-columns: 5% 95%;
  }
  .shopify-section--product-rich-text ul {
    gap: 5px;
    margin-top: 15px;
  }
  .shopify-section--product-rich-text ul li:before {
    background-size: 15px;
    width: 16px;
  }
}

/* Product features */
.feature_headline {
  background: linear-gradient(to right,#FF848B,#F9F5CE 52%, #F1C9FC 97%);
  padding: 15px 18px;
  border-radius: 300px;
}
.features_main{
display: flex;
/*align-items: center;*/
}
.left_features{
 /* width: 50%;
  max-width: 850px;*/
  width: 47%;
  overflow: hidden;
}

.left_features .slick-slide{ margin: 0 10px; }
.left_features ul li.slide {
  padding: 4px;
  border-radius: 20px;
  background: linear-gradient(to right, #de8cee 22%, #d4dd73);
  margin: 12px 5px !important;
}
/*.features_main {display: grid;grid-template-columns: 45% 55%;}*/
/*
.left_features li.slick-slide.slick-current.slick-active {
    margin-top: 0 !important;
}*/
.inner_features {
  background: #fff;
  border-radius: 20px;
  padding: 15px 20px;
  text-align: center;
}
/*
.left_features ul {
  display: grid;
}*/
.product_features_main {
  background: #fff;
}
.icons_features svg {
  /*width: 62px;
  height: 60px;*/
  width: 40px;
  height: 40px;
}
.inner_features h5 {
  /*font-size: 1.5rem;*/
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 9px;
}
.inner_features p{ font-size: 1rem;}
.product_features_main > .section {
  padding-bottom: 0;
}
.left_features .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0px 3px !important;
  background: transparent;
  border: 1px solid;
  background: #161616;
  opacity: 0.5;
  border-radius: 100%;
}
.left_features .slick-dots li:before {
  color: transparent;
}
.left_features .slick-dots li button:before {
  color: transparent !important;
}
.left_features .slick-dots li.slick-active {
  opacity: 1;
}
.left_features  .icons_features{
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1500px) {
  .icons_features svg {
    width: 62px;
    height: 60px;
  }
  .inner_features{ padding: 25px; }
  .inner_features h5{ font-size: 1.5rem; }
}
@media screen and (min-width: 1200px) {
  .right_features {
    width: 100%;
   /* max-width: 75%;*/
    max-width: 57%;
    margin: 0 auto;
  }
  .product_features_main_inner .section{
    padding-right: - var(--calculated-section-spacing-block-end);
    padding-block-end: 0;
  }
  .left_features .slick-slider{ margin-top: -12px; }
}
@media screen and (max-width: 1200px) {
  .product_features_main_inner .section{
    padding-right: max(var(--calculated-section-spacing-inline), 50% - var(--container-max-width) / 2);
    padding-inline-start: max(var(--calculated-section-spacing-inline), 50% - var(--container-max-width) / 2);
    padding-block-end: 0;
  }
  .features_main {
    flex-wrap: wrap;
  }
  .left_features ul li.slide {
    flex: 0 0 calc(33.33% - 25px);
    height: 100%;
  }
  .inner_features {
    height: 100%;
  }
  .left_features {
    margin-top: 20px;
    order: 2;
    width: 100%;
    max-width: 100%;
  }
    .right_features{ display:none; }
}
@media screen and (max-width: 700px) {
  .left_features{ margin-top: -10px; }
  .left_features ul li.slide {
    flex: 0 0 100%;
    margin: 10px 5px !important;
  }
  .left_features ul {
    flex-wrap: wrap;
    height: auto;
    gap: 20px;
  }
  .inner_features h5 {
    font-size: 1.2rem;
  }

}

/* Review */
input.jdgm-btn.jdgm-btn--solid.jdgm-submit-rev ,a.jdgm-btn.jdgm-btn--border.jdgm-cancel-rev{
    font-weight: 400;
    color:#fff;
    padding-top: 16px;
    padding-bottom: 11px;
    min-width: 200px;
    font-size: 20px;
    font-family: var(--heading-font-family);
    letter-spacing: .8px;
    line-height: 1;
    --button-background: var(--button-background-primary) / var(--button-background-opacity, 1);
    border-radius: var(--rounded-button);
    background-color: rgb(var(--button-background));
    transition: background-color .15s ease-in-out, color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 0;
}

input.jdgm-btn.jdgm-btn--solid.jdgm-submit-rev:hover,a.jdgm-btn.jdgm-btn--border.jdgm-cancel-rev:hover {
    background: transparent !important;
    color: #161616 !important;
    box-shadow: inset 0 0 0 2px currentColor !important;
    opacity: 1;
}

.jdgm-widget-actions-wrapper {
    border-left: 0 !important;
}
.jdgm-histogram.jdgm-temp-hidden {
  border-color: #2E75DF !important;
}
span.jdgm-rev-widg__summary-average {
  width: 100%;
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.jdgm-rev {
  display: grid;
  grid-template-columns: 20% calc(80% - 45px);
  column-gap: 45px;
  align-items: flex-start;
  padding: 34px 0 !important;
}

.jdgm-rev .jdgm-star.jdgm--off {
  color: rgb(0 0 0 / 15%);
}
.jdgm-histogram .jdgm-star.jdgm--on{
  color: #DA83EA;
}
.jdgm-histogram .jdgm-star.jdgm--off {
  color: #D9D9D9;
}
.jdgm-star.jdgm--off:before {
  content: "\e000" !important;
}
.jdgm-rev__icon {
  display: none !important;
}
span.jdgm-rev__author-wrapper {
  background: #D0EE51;
  height: 80px;
  width: 80px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.jdgm-rev__header {
  display: flex;
  align-items: center;
}
.jdgm-row-extra {
  display: none !important;
}
.jdgm-row-product {
  display: none !important;
  order: 3;
}
.jdgm-row-profile {
  order: 1;
}
.jdgm-row-rating {
  order: 2;
  margin-left: 25px !important;
}
.jdgm-rev__custom-form {
  display: none !important;
}
.jdgm-rev__content {color: #000;}
span.jdgm-rev__timestamp {
  font-size: 0.625rem;
  margin-left: 13px;
  float: left;
}
b.jdgm-rev__title {
  color: #000;
}

.jdgm-widget-actions-wrapper:after {
  content: "";
  background: #db8def;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  border-radius: 42px;
  transform: translate(2px, 6px);
  height: 42px;
  transition: transform .2s linear;
}
a.jdgm-write-rev-link {
  position: relative;
  background: #FFFAF3;
}
.jdgm-widget-actions-wrapper {
  position: relative;
  max-width: 237px;
}
.jdgm-write-rev-link.jdgm-write-rev-link {
  background: #FFFAF3 !important;
  border: 2px solid #161616 !important;
  padding: 10px 35px;
  border-radius: 42px;
  z-index: 99;
  background: #fffaf3;
  font-family: var(--heading-font-family);
  width: 100%;
  opacity: 1 !important;
  transition: transform .2s linear;
  height: 45px;
  color: #161616 !important;
  line-height: 1.4;
  font-size: 18px;
  max-width: 100% !important;
  font-weight: var(--heading-font-weight)  !important;
}
h2.jdgm-rev-widg__title {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  margin-bottom: 15px !important;
  font-size: var(--text-h2);
}
.jdgm-histogram__bar {
  border-radius: 3px;
}
.jdgm-histogram__frequency {
  color: rgb(0 0 0 / 35%) !important;
  font-size: .625rem;
}
.jdgm-row-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.jdgm-row-actions {
  display: none !important;
}
.jdgm-rev:first-child {
  border-top: 0;
}
.jdgm-rev .jdgm-star.jdgm--on:hover {
  color: #fed70a !important;
}
span.jdgm-rev__author {
  font-size: 1.75rem;
  color: #2E75DF !important;
}
.jdgm-paginate {
  border-top: 0 !important;
}
.jdgm-rev__header {
  margin-bottom: 0 !important;
}
span.jdgm-star {
  line-height: 1;
}
.jdgm-widget-actions-wrapper:hover a {
  transform: translate(1px, 5px);
}
.jdgm-rev__author {
  width: 35px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}
.jdgm-rev-widg {
  padding: 0 !important;
}

@media screen and (max-width: 992px) {
  .jdgm-widget-actions-wrapper {
    margin: 0 auto !important;
  }
  .jdgm-row-rating {
    width: 100%;
    margin: 0 !important;
    margin-top: 10px !important;
    justify-content: center;
  }
  .jdgm-rev__header {
    flex-wrap: wrap;
    justify-content: center;
  }
  .jdgm-widget-actions-wrapper:after {
    height: 100%;
    top: -4px;
    left: 4px;
  }
  span.jdgm-rev__author-wrapper{
    width: 60px;
    height: 60px;
  }
  span.jdgm-rev__author {
    font-size: 1rem;
  }
  .jdgm-rev {
    grid-template-columns: 25% calc(82% - 40px);
    column-gap: 15px;
    padding: 34px 0 0 !important;
   }
}
@media screen and (max-width: 500px) {
  .jdgm-widget-actions-wrapper:after {
    top: -4px;
    left: 1px;
  }
}

/* Product details */
.shopify-section--main-product .section{
  padding-block-start: 0;
}
.product-gallery-main {
  grid-template-rows: auto 100%;
  display: grid;
}
.accrodion_below .accordion {
  border-top: 0;
  padding-top: 10px;
}
.accrodion_below .accordion:first-child {
  padding: 0;
}
.accrodion_below {
  margin-top: 52px;
}
.product-info__title {
  font-size: 3rem;
  line-height: 1.1;
}
.title_subheading{ color: #de8cee; }
.jdgm-prev-badge__text {
  color: rgb(22 22 22 / 60%);
}
.product-info__features ul {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  gap: 5px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.product-info__features ul::-webkit-scrollbar{ display: none; }
 
.product-info__features ul li {
  background: #ecf5be;
  /* background: #FFFAF3; */
  padding: 8px 15px;
  border-radius: 42px;
  display: flex;
  align-items: center;
  width: 30%;
/*  flex: 0 0 40%;*/
  justify-content: center;
  margin: 0 auto;
}
.product-info__features ul li svg {
  margin-right: 10px;
}
.product-info__text {
  text-align: center;
}
.quantity_selector_main .form-control {
  display: flex;
  align-items: center;
}
.product-info__quantity-selector .product-info__price {
  margin-left: 18px;
}
.product-info__quantity-selector  label.block-label.text-subdued {
  color: rgb(var(--text-color) / .5);
  margin-block-end: 5px;
}
.product-info__quantity-selector compare-at-price {
  color: #777;
  /*color: #F83A3A;*/
  font-size: 1.25rem;
  letter-spacing: 0.8px;
  font-family: var(--heading-font-family);
}
.text-on-sale {
  color: rgb(var(--text-color));
}
.buy-buttons .secondary_btn div {
  background: #161616;
  border-color: #161616;
  color: #fff;
}
.buy-buttons .secondary_btn {
  max-width: 100%;
  z-index:1;
}
.buy-buttons .secondary_btn:hover div{
  color: #fff;
}
.quantity-selector__button {
  padding-inline-start: var(--spacing-5);
  padding-inline-end: var(--spacing-5);
}
.product-info__variant-picker button.select {
  background: #DA83EA;
  color: #fff;
  border-radius: 42px;
  font-family: var(--heading-font-family);
  letter-spacing: 0.8px;
  --input-height: 2.813rem;
}
.quantity-selector{
  --input-height: 2.813rem;
  border-width: 2px;
  border-color: #161616;
  font-size: 1.563rem ;
}
.product-info__variant-picker button.select span {
  line-height: 1;
  padding-top: 2px;
}
.product_variations_custom .variant-dropdown {
  width: 100%;
  display: block;
}
.product_variations_custom .variant_drop_main {
  display: flex;
  flex-wrap: wrap;
}
.product_variations_custom .variant-picker__option-info {
  width: 100%;
  display: block;
}
.product_variations_custom .variant_dropdown {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 17px 42px 13px;
  border-radius: 42px;
  color: #fff;
  font-family: var(--heading-font-family);
  justify-content: space-between;
  cursor: pointer;
  margin-top: 10px;
  line-height: 1;
  /*border: 1px solid #161616;*/
}
.product_variations_custom .variant-picker__option-values a.is-selected {
  box-shadow: none;
  pointer-events: none;
}
.product_variations_custom .variant_drop_main {
  display: block;
}
.product_variations_custom .variant-picker__option-info {
  width: 100%;
  display: block;
}
.product_variations_custom .variant-picker__option-values a{
  font-family: var(--heading-font-family);
  color: #fff;
  width: 100%;
  line-height: 2.2;
  display: block;
}
.variant-picker__option-values {
  background: #fff;
  padding: 15px 0;
  margin-top: -7px;
  border-radius: 20px;
  position: absolute;
  z-index: 2;
  margin: 0 -2px;
}
on-sale-badge.badge{
  border-radius: 0;
  font-family: var(--text-font-family);
  font-weight: normal;
  font-size:.938rem !important;
  text-transform: uppercase;
  margin-left: 5px;
}
.product-info__price sale-price {
  font-size: 1.563rem !important;
  color: rgb(var(--text-color));
}

.product-info__text {
  margin-top: 30px;
}

.protein-chart {
  margin: 0;
  color: #da83ea;
  font-size: 1.15rem;
  line-height: 1;
  display: block;
}
.tag-line svg {
  width: 100%;
  height: auto;
}
.pro-tagline {
  font-size: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  top: 30%;
  transform: translateY(-30%);
  font-family: var(--heading-font-family);
  letter-spacing: .5px;
  line-height: 1;
}
.tag-line {
  position: relative;
  background: #fff;
}
.variant-picker .popover, .variant-picker .popover::part(content) {
  z-index: 100;
}

div[data-block-handle="preview_badge"] {
  margin-block-start: 10px;
} 

.mobile_title{
  display: none;
}
.quantity-selector__input {
  min-width: var(--spacing-3);
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 2px;
}
/*
.accordion__content th{
  font-weight: normal;
}
.accordion__content :is(th,td):first-child{
  padding-inline-start: var(--spacing-2);
}
.accordion__content th,.accordion__content td {
  padding-block-start: var(--spacing-2);
  padding-block-end: var(--spacing-2);
}
.accordion__content table {
  margin-top: 20px;
}
.accordion__content th,.accordion__content td {
  border: 1px solid rgb(var(--text-color) / .12);
}
*/
.product-gallery__thumbnail[aria-current=true]:after{ display: none; }

/* Nutrition Table */
.prose .nutritionTable_heading{
  border: 1px solid rgb(var(--text-color) / .12);
  border-bottom: none;
  padding: 10px 5px;
}
.prose .nutritionTable{
  border: 1px solid rgb(var(--text-color) / .12);  
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  /*font-family: var(--heading-font-family);*/
}
.prose .nutritionTable th,
.prose .nutritionTable td{
  padding: 10px 5px;
  border-bottom: 1px solid rgb(var(--text-color) / .12);
  text-align: center;
  font-weight: 400;
}
.prose .nutritionTable td{ border-right: 1px solid rgb(var(--text-color) / .12); }
.prose .nutritionTable th:first-child,
.prose .nutritionTable td:first-child{
  padding-left: 5px;
  text-align: left;
  word-wrap: break-word;
 }
.prose .nutritionTable th:last-child,
.prose .nutritionTable td:last-child{ border-right: none; }
.prose .nutritionTable tr:last-child td{ border-bottom: none; }
.nutrition_info{
  border: 1px solid rgb(var(--text-color) / .12);
  border-top: none;
  padding: 10px 5px;
}
.product-quick-add{
  z-index:3;
}

.shopify-section--product-media-grid .steps{
  padding-top: var(--spacing-6);
  padding-block-end: var(--calculated-section-spacing-block-end);
  height: max-content;
 }
.highlighted_text{
  font-size: 1.1rem;
  display: inline-block;
}
@media screen and (min-width: 700px) {
  .media-grid {
      grid: auto-flow dense var(--calculated-row-height) / repeat(3, minmax(0, 1fr));
  }
  .product-gallery__thumbnail-list {
    grid-auto-columns: 100px;
  }
  .highlighted_text{
    font-size: 1.5rem;
    width: 80%;
  }
}

@media screen and (min-width: 1150px) {
  .product {
    column-gap: var(--spacing-14);
  }
  .media-section .section-stack {
    padding-block-end: var(--spacing-12);
  }
}

@media screen and (max-width: 1100px){
   .shopify-section--product-media-grid .media-grid{ padding-bottom: 60px; }
}
@media screen and (max-width: 1000px) {
  .mobile_title{
    display: block;
  }
  .desktop_title{
    display: none;
  }
  .product-info__title {
    text-align: center;
  }
  .pro-tagline{
    font-size: 1.2rem;
  }
  .accrodion_below .accordion{
    padding-top: 0px;
  }
  .product-gallery--mobile-expanded .product-gallery__media{ padding: 0 20px; }
  .accrodion_below{ margin-top: 20px; }
 
}
@media screen and (max-width: 700px) {
  .product{ gap: 0; }
  .product_variations_custom .variant_dropdown{
    padding: 17px 20px 13px;
  }
  .product_variations_custom .variant-picker__option-values a{
    line-height: 3;
  }
  .variant-picker__option-values{
    padding: 5px 0;
  }
 .product-info__title{ font-size: 2rem; }

  button.quantity-selector__button {
    padding-inline-start: var(--spacing-3);
    padding-inline-end: var(--spacing-3);
  }
  .product-info__price sale-price {
    font-size: 1rem !important;
  }
  .product-info__quantity-selector compare-at-price {
    font-size: 1rem;
  }
  on-sale-badge.badge {
    font-size: .8rem !important;
  }
  .price-list--lg {
    gap: 0;
  }
  .pro-tagline{
    font-size: 1rem;
  }
  .tag-line svg{ height: 70px; }
  .shopify-section--product-media-grid .steps{
    padding-top: 10px;
    height: max-content;
  }
}
@media screen and (max-width: 600px) {
  .shopify-section--product-media-grid .media-grid {
    grid: auto / auto-flow 60vw;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    /*scrollbar-width: none;*/
  }
  .media-grid__item {
    height: 200px;
  }
  .product-info__features ul{ white-space: nowrap; }
  .product-info__features ul li{
    width: 49%;
  }
}
@media screen and (min-width: 1368px){
  .tag-line svg{ margin-top: -50px; }
  /*.product-gallery__ar-wrapper{margin-top: -40px; }*/
  .product-info__features ul{ gap: 11px; }
/*  .product-info__features ul li{ flex: 0 0 33%; }*/
}
@media screen and (max-width: 480px){
 .prose .nutritionTable{ table-layout: auto; }
}
/* FAQs Page */
.faq__category{
  margin: 40px 0 20px;
  color: #de8cee;
}
.faq__category:first-child {
  margin:  0 0  20px;
}
.faq-page .accordion__toggle {
  --accordion-spacing: var(--spacing-4);
}
.faq-page .accordion-box {
  padding: 0;
}
.faq-page.section-stack .h2 {
  padding-bottom: 0;
}
.con-list svg {
  width: 20px;
  margin-right: 10px;
  color: var(--color--brand);
  margin-top: 5px;
}
.con-list {
  display: flex;
  align-items: self-start;
  padding: 12px 0;
}
.con-details{
  margin-bottom: 20px
}
.section-stack .con-details h2 {
  padding-bottom: 20px;
}
.contact-form {
  padding: 0;
}
.contact-form button.button[is="custom-button"] {
  padding-top: 16px;
  padding-bottom: 15px;
}
.section-stack .con-details h2 {
  padding-bottom: 20px;
}
.section-stack .con-details p {
  margin-bottom: 2rem;
}
.con-list svg path, .con-list svg line, .con-list svg circle, .con-list svg rect, .con-list svg polyline {
  stroke: #db8def;
}

@media screen and (max-width: 700px) {
  .con-list {
    display: flex;
    align-items: self-start;
    padding: 5px 0;
  }
  .con-list svg {
    width: 22px;
  }

}
@media screen and (max-width: 500px) {
  .con-list.map svg{
    width: 30px;
  }
}
/* Comman pages */
/* Content styles for blog and other pages */
.shopify-policy__container, .shopify-challenge__container, .shopify-email-marketing-confirmation__container {
 --container-gutter: var(--spacing-4);
  margin-inline-start: max(var(--container-gutter), 40% - 80ch / 2) !important;
  margin-inline-end: max(var(--container-gutter), 40% - 80ch / 2) !important;
}
.rte > div {
  padding: 10px 0;
  margin-bottom: 0px;
}
.rte h1{
  margin-bottom: 5px;
  margin-top: 10px;
}
.rte h2{
  margin-bottom: 5px;
  margin-top: 10px;
}
.rte h3{
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 30px;
}
.rte h4{
  margin-bottom: 5px;
  margin-top: 10px;
}
.rte h5{
  margin-bottom: 5px;
  margin-top: 10px;
}
.rte h6{
  margin-bottom: 5px;
  margin-top: 10px;
}
.rte p {
  margin-block-start: 0 !important;
  margin-bottom: 1rem;
}
.rte p:last-child {
    margin-bottom: 0;
}
/* Account */
.customer-account-box{ min-height: auto; }

.account_login,
.account_register{ width: 100%; }
.account_wrapper .button {
  width: 250px;
  margin: 0 auto;
}
.customer-form__box {
    padding: 0;
    width: 100%;
}
.customer-form__box-inner {
    max-width: 100%;
}
.customer-form {width: 100%;grid: auto / auto-flow minmax(0, 100%);}
@media screen and (min-width: 768px){
  .shopify-section--main-customers-login .account_wrapper{display:grid;   grid-template-columns: 50% 50%;}
  .account_register{ border-top: none; }
  .customer-form.account_login{ padding-right: 50px; }
  .account_register{
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px){
  .account_register{
   padding-top: var(--spacing-16);
  }
}

/*Recipes*/

.recipe-banner__content {
  background: #fffaf3;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 4px solid #DA83EA;
  border-radius: 30px;
}
.recipe-banner__content h1,.recipe-banner__content h5,.recipe-banner__content ul {
  width: 100%;
}
.recipe-banner__content h1{ margin-bottom: 1rem; }
.recipe-features{
  position: relative;
  border-radius: 60px;
  padding: 8px;
  background: linear-gradient(to right, #de8cee 22%, #d4dd73);
}
.recipe-content-banner {
  padding: 50px 0;
}
.recipe-features-inner {
  border-radius: 60px;
  position: relative;
}
.recipe-features-inner {
  display: flex;
  justify-content: center;
  font-size: 1rem;
}
.recipe-features-inner li{
  justify-content: center;
  display:flex;
  flex-wrap: wrap;
  padding: 0 15px;
  border-right: 2.5px solid;
}
.recipe-features-inner li span {
  display: block;
  width: 100%;
}
.recipe-content-banner .h5 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.recipe-content div {
  margin-top: 35px;
}
.recipe-features-inner li:last-child {
  border-right: 0;
}
.recipe-content div.ingredients {
  margin-top: 0;
}
.recipe-content .h5,.recipe-content h5 {
  text-transform: uppercase;
  line-height: 1 !important;
  margin-bottom: 12px;
}
.recipe-content ol,.recipe-content ul {
  margin-block-start: 5px !important;
}
.recipe-content .prose ul {
  list-style: disc;
  margin-left: 15px;
}
.recipe-content b {
  color: rgb(var(--text-color));
  font-weight: 500;
  font-family: var(--heading-font-family);
  letter-spacing: .5px;
}
/*
.blog-posts__container {
  padding-block-start: var(--banner-content-padding-block-start);
  padding-block-end: var(--banner-content-padding-block-start);
}*/
@media screen and (min-width: 768px){
  .recipe-banner {
    display: grid;
    grid-template-columns: calc(60% - 20px) 40%;
    gap: 20px;;
  }
  .recipe-content {
    display: grid;
    grid-template-columns: 40% calc(60% - var(--spacing-10));
  }
}
@media screen and (max-width: 768px){
  .recipe-banner__content {
    margin-bottom: 30px;
  }
  .recipe-features{
    margin: 0 15px;
  }
  .recipe-features-inner {
    font-size: 0.9rem;
  }
  .recipe-content-banner {
    padding: 25px 0;
  }
  .recipe-content-banner .h5 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

/* Blog-post */
.article-banner__image img {
  border-radius: 30px;
}
.article-content.rte > div {
  padding: 10px 0;
  margin-bottom: 0px;
}
.article-content.rte h1{
  margin-bottom: 0px;
  margin-top: 10px;
}
.article-content .prose h2{
  margin-bottom: 0px;
  margin-top: 10px;
}
.article-content .prose h3{
  margin-bottom: 0px;
  margin-top: 10px;
}
.article-content .prose h4{
  margin-bottom: 0px;
  margin-top: 10px;
}
.article-content .prose h5{
  margin-bottom: 10px;
  margin-top: 10px;
}
.article-content .prose h6{
  margin-bottom: 0px;
  margin-top: 10px;
}
.article-content .prose p{
  margin-bottom: 1rem;
  margin-top: 0;
}
.article-content .prose b {
  color: rgb(var(--text-color));
  font-family: var(--heading-font-family);
  letter-spacing: .5px;
}
/*
.share-buttons__item svg path{
  fill: #DA83EA;
}*/
@media screen and (min-width: 700px) {
 .article-content .prose div{
    margin-block-start: var(--spacing-8);
  }
}
/* About */
.subheading b {
  color: #da38ea;
  font-weight: normal;
}
.about_us .media-with-text__content .subheading{
  font-weight: normal;
}
.about_us .media-with-text__content .prose *+:is(.h2,.h3,.h4,h2,h3,h4) {
  margin-block-start: var(--spacing-1);
  line-height: 1.2;
}
.about_us .media-heading {
  position: relative;
}
.about_us .media-heading  svg path {
  stroke: #da38ea;
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  transition: .3s
}
.e-animated svg path {
  animation: elementor-headline-dash forwards;
  animation-duration: 4s;
  animation-iteration-count: 1
}
.e-animated svg path:nth-of-type(2) {
  animation-delay: calc(4s, 1.2s / 2)
}
.e-hide-highlight svg path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight .4s forwards;
  animation-iteration-count: 1
}
.about_us .media-heading svg{
  position: absolute;
  top: 24%;
  left: 50%;
  width: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}
@keyframes elementor-headline-dash {
  0% {
    stroke-dasharray: 0 1500;
    opacity: 1
  }
  to {
    stroke-dasharray: 1500 1500;
    opacity: 1
  }
}

@keyframes hide-highlight {
  0% {
    opacity: 1;
    stroke-dasharray: 1500 1500
  }
  to {
    opacity: 0;
    filter: blur(10px)
  }
}
@media screen and (min-width: 1150px) {
   .about_us .media-with-text__content {
        --media-with-text-content-padding: var(--spacing-18) var(--spacing-18) var(--spacing-18) 0;
    }
}
@media screen and (max-width: 1200px){
  .about_us .media-heading {
    font-size: 2.5rem;
  }
  .about_us .media-heading svg{
    top: 23%;
  }
  .about_us .media-with-text__content{ padding-bottom: 0;         padding-left: 0;}
  #shopify-section-template--17151420793018__scrolling-text .section{ padding-top: 0; }
}
@media screen and (max-width: 600px){
  .about_us .media-heading {
    font-size: 2rem;
  }
  .about_us .media-heading svg{ width: 90%; }
}

/* Cart Drawer */
.cart-drawer__top p.h5 {
  margin-top: 5px;
}

.header__cart-count .count-bubble{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  font-size: 10px;
  line-height: 14px;
}
/* Review page */
.jdgm-carousel-wrapper {
  padding: 0;
}
h2.jdgm-carousel-title {
  font-family: var(--heading-font-family);
  font-size: 2rem;
}
div[data-block-handle="featured_carousel"] > div {
  max-width: 100% !important;
}
.jdgm-carousel-wrapper {
  width: 100% !important;
}
.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper {
  display: flex !important;
  justify-content: center;
  gap: 10px;
}
.jdgm-carousel__right-arrow, .jdgm-carousel__left-arrow {
  border-color: rgb(var(--text-color)) !important;
  border-width: 2px !important;
}
.jdgm-carousel__arrows {
  margin: 60px auto 10px auto !important;
}
.jdgm-carousel-item__review-content {
  margin-top: 15px !important;
}
.jdgm-widget-actions-wrapper {
  position: relative;
  z-index: 1;
}

.product-card__info{ position: relative; }
.product-card__info sale-price{ font-weight: 600; }
.blog-banner-content{
  padding-block-start: var(--spacing-8);
  padding-block-end: 0;
}
@media screen and (min-width: 700px){
    .collection-header {
        margin-block-end: var(--spacing-2);
    }
  .blog-banner-content {
    padding-block-start: var(--spacing-16);
    
  }
  .shopify-section--contact .section-stack--horizontal{ padding: 30px 0; }
  .product-card__info .v-stack{ padding-bottom: 14%; }
  .product-card__quick-buy{
    position: absolute;
    bottom: 0;
    top: auto;
    margin-top: 14px;
  }
}
@media screen and (max-width: 600px){
  .product-card__title.h5{ min-height: 22px; }
  .jdgm-carousel--focused-theme .jdgm-carousel-item__review-rating{ text-align: center !important; }
  .blog-posts__container{ margin-block-start: var(--spacing-2); }
}
/* Protein Calcultor */
.content-inner p {
  text-align: center;
}
.field-item select {
  background: #DA83EA;
  padding: 8px 20px;
  border-radius: 40px;
  width: 100%;
  color: #fff;
  /*font-family: var(--heading-font-family);*/
  appearance: none;
}
.field-item {margin-top: 0 !important;  position: relative;}
.field-item select option {
  background: #fff;
  color: #161616;
}
.display-title.h2 {
  text-align: center;
}

#CaculatorForm .btn-wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
form#CaculatorForm {
  padding: 25px 0;
}
.field-item:after {
  content: ' ';
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNiA2TDExIDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");
  position: absolute;
  height: 8px;
  width: 15px;
  top: 50%;
  right: 20px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
/*
.results .cups-label,.grams-display,.equivalent-label {
  color: #de8cee;
}
*/
.field-main .field-item{
  margin-bottom: 10px;
}
.results .bullet{ display: none; }
.results.active .bullet{ display: inline-block; margin-right: 10px; }
.results .cups-label{ margin-block-start: 0; }
.results .cups{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#menu-protein-calculator .protein_cal_drawer_bg{
  width: 190px;
  right: 9px;
  position: absolute;
  bottom: -10px;
  height: 200px;
  animation: pendulum 5s infinite;
  animation-timing-function: linear; 
}
#menu-protein-calculator .protein_cal_drawer_bg svg{ transform: rotate(5deg); }

@media screen and (min-width: 700px) {
  form#CaculatorForm {
  padding: 30px 0 20px;
}
  .field-main .field-item{
    margin-bottom: 0px;
  }
  #menu-protein-calculator.drawer--lg {
      width: 755px;
  }
  .field-main {
    display: grid;
    align-items: center;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
  }
}
@media screen and (max-width: 768px){
  #menu-protein-calculator.drawer{
    --drawer-content-max-height: 85vh;
    height: 80vh;
  }
  #menu-protein-calculator.drawer::part(body){ padding: 5px 1.2rem; }
  #menu-protein-calculator .display-title.h2{ font-size: 1.5rem; }
  #CaculatorForm .btn-wrapper{ padding-top: 10px; }
  #menu-protein-calculator .protein_cal_drawer_bg svg{ width: 150px; }
  #menu-protein-calculator .protein_cal_drawer_bg{
    z-index: -1;
    width: 150px;
    right: 0;
  }
  #menu-protein-calculator .field-item select{ padding: 5px 20px; }

}

/* Whatsapp Chat */
#h5b_whatsapp_chat {
    background-color: #fff;
    padding: 8px;
    bottom: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 999!important;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 0 8px #c2c2c2;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: fixed;
}
#h5b_whatsapp_chat svg{
  width: 35px;
  height: 35px;
}
#h5b_whatsapp_chat svg path { fill: #25D366; }
@media screen and (max-width: 640px){
  #h5b_whatsapp_chat{
    height: 40px;
    width: 40px;
  }
  #h5b_whatsapp_chat svg{
    width: 25px;
    height: 25px;
  }
}
.share-buttons svg.icon-email path{ stroke: #DA83EA; }
#cart-drawer-recommendations .button{
  padding: 9px 10px 5px 10px;
  font-size: 16px;
  width: 100px;
  min-width: max-content;
  height: 30px;
}
.cart-drawer__top .progress-bar:before{ background: linear-gradient(to right, #de8cee, #d4dd73 80%); }
div[slot="footer"] .text-with-icon svg{
  position: relative;
  top: -2px;
}
/* Privacy Banner */
.shopify-pc__banner__dialog{
  left: 0 !important;
  width: 30% !important;
}
.shopify-pc__banner__dialog button{
  padding: 0 10px !important;
  margin: 15px 15px 0 0 !important;
}
.circle-button {
    width: 54px;
    height: 54px;
}
.mega-btn{
  max-width: 150px !important;
  margin: 0 auto 20px;
}
.navigation-promo {
  gap: 50px;
  text-align: center;
  margin: 0 auto;
}
.mega-title {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.navigation-promo .h5{ margin-top: 20px; margin-bottom: 20px; } 
#menu-shop span{ text-transform: uppercase !important; }
navigation-drawer .navigation-promo > a{ display: inline; }
navigation-drawer .navigation-promo { padding-inline-start: 0; padding-inline-end: 0; gap: 20px; }
navigation-drawer .navigation-promo > a .button{ min-width: 150px; }











/* 05-08-25 */
/* offer box */
.free-offer-box {
    background: linear-gradient(to right, #de8cee, #d4dd73 80%);
    border: none;
    padding: 4px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Helvetica Neue', sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    animation: bounce 1.5s infinite ease-in-out;
    color: #222;
}

.offer-icon {
  font-size: 24px;
}

.offer-text {
  font-size: 16px;
  margin: 0;
  color: #222;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
}
.product-info__buy-buttons {
    margin-top: 0px;
}

.newsletter_btn {
    height: 43px;
}

form#footer-newsletter .newsletter_btn {
    width: 40%;
}

form#footer-newsletter .button {
    min-width: auto;
}
span.badge.badge--primary.SOLD.OUT-badge {
  background-color: #6a6a6a !important;
}
cart-drawer#cart-drawer button.button.button--lg.secondary_btn.button--outline.button--secondary:after {
    display: none !important;
}
cart-drawer#cart-drawer button.button.button--lg.secondary_btn.button--outline.button--secondary:hover {
    color: #000;
}
cart-drawer#cart-drawer .cart-drawer__note-inner {
    z-index: 222;
    position: relative;
}
cart-drawer#cart-drawer .secondary_btn:after {
    width: 84%;
}
.comparison_tile {
    display: none;
}
span.discount-badge {
    color: red;
    font-weight: bold;
    font-size: 20px;
}
span.discount-badge.clp {
    font-size: 16px;
    padding-left: 5px;
}
.cart-drawer__inner span.discount-badge.clp {
    font-size: 14px;
    padding-left: 5px;
}
p.mrp-text {
    color: #777;
    font-size: inherit;
    letter-spacing: 0.8px;
    font-family: inherit;
    left: 5px;
    position: relative;
}
.cart-drawer__inner p.mrp-text {
    font-size: 14px;
}
compare-at-price[hidden] {
    display: block;
}


@media screen and (max-width: 768px) {
/* buttons css */
buy-buttons.buy-buttons.buy-buttons--multiple {
    position: fixed;
    bottom: 0;
    z-index: 9 !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    width: 100%;
    left: 0;
    opacity: 100% !important;
    font-size: 16px;
    margin-bottom: 0 !important;
    display: flex;
        background-color: #fff;
    padding: 8px;
}
.shiprocket-headless button.sr-headless-checkout {
    border: 0px !important;
        margin-bottom: 0;
                height: 40px !important;
}
product-quick-add.product-quick-add.is-visible {
    display: none;
}



/* p.mrp-text.hp {
    font-size: 12px;
    font-family: inherit;
} */
p.mrp-text {
    font-size: 16px;
    left: 6;
}
.price-list--lg {
    column-gap: 10px;
}
span.discount-badge {
    font-size: 16px;
    padding-left: 10px;
}
section#shopify-section-template--17622365110458__product_rich_text_66pCqQ {
    margin-top: 35px;
    margin-bottom: 35px;
}

section#shopify-section-template--17633276494010__multi_column_7TUpGY {
    margin-top: 35px;
    margin-bottom: 35px;
}

.comparison_tile {
    display: block;
}
a.panel-footer__account-link.text-sm {
    font-size: 14px;
    color: blueviolet;
}
form#footer-newsletter .button {
    min-width: 40%;
}

  .free-offer-box {
    padding: 5px 16px;
    font-size: 16px;
    flex-direction: row;
    text-align: center;
  }

  .offer-icon {
    font-size: 19px;
  }

.offer-text {
    font-size: 14px;
}

product-quick-add.product-quick-add.is-visible {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
button.button.button--lg.secondary_btn.button--outline.button--secondary.w-full {
    width: 100%;
    max-width: 100% !important;
}
#h5b_whatsapp_chat {
    bottom: 80px;
}
.buy-buttons .shiprocket-headless[data-type="product"] {
    width: 100%!important;
}
.jdgm-rev-widg .jdgm-rev-widg__header {
    padding-top: 50px;
}


}