/** Shopify CDN: Minification failed

Line 253:19 Expected identifier but found whitespace
Line 253:24 Unexpected ";"

**/
/* Headimgs typography */
h2 {
    text-transform:uppercase !important;
}
/* section padding */
.pg-padding {
  /* padding-left:7%;
  padding-right:7%; */
}
.breadcrumb a {
    color: #222;
    text-decoration: none;
}
.announcement-text {
  font-weight:600;
}
/* About Us page */

/* Page header breadcrumbs */

.custom-page-header .page-title {
    margin-bottom: 1rem;
}
.custom-page-header .breadcrumb a {
    text-decoration:none;
}
.custom-page-header {
    padding-left: 5rem;
  padding-right: 5rem;
}

.cstm-image-banner  .banner__box {
    width: 70%;
}
/* .cstm-tab-collage .tab-collage__content {
    width: 80%;
}
.cstm-tab-collage .tab-collage__bottom {
    width: 80%;
} */
  
/* Product Page */

/*Recently Viewed Section */
.product-rtly-vwd {
      background-color:#f9f9f9;
}
/* FAQ section */
.cstm-faq {
  background-color:#f9f9f9;
}
/*Complemenatry products section */
.product__info-container .complementary-products .card-information__wrapper {
    text-align:left;
}
.product__info-container .complementary-products .card-information__wrapper .price {
  justify-content:flex-start;
}

/*Guarantees section */
.pdct-guarantees .guarantee-icon--large {
    --icon-height: 7.2rem;
}

/* Feature Product */
.featured-product .images-with-text__image:nth-child(1) {
    box-shadow: none;
}
/* Custom tab section */
.toggle-trigger-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
  justify-content:center;
}
.toggle-trigger.active {
    background-color: #6559b1 !important;
    color: #fff !Important;
    font-weight: 600 !important;
}
.toggle-trigger-container .toggle-trigger {
    font-size: 15px;
    font-weight: 400;
    transition: all ease .3s;
    position: relative;
    cursor: pointer;
    color: rgb(var(--color-foreground));
    background-color: #f2f2f2;
    padding: 10px;
}
.toggle-trigger-container .toggle-trigger:hover {
  background-color: #6559b1;
  color:#fff;
}
.toggle-trigger-container .toggle-trigger:before {
  content:"";
  position: absolute;
  width: 100%;
  height: 0px;
  bottom:0;
  left:0;
  transition: all ease 0.3s;
  background: rgb(var(--color-foreground));
  background-color:#6559b1;
}
.toggle-trigger-container .toggle-trigger.active:before {
  height: 4px;
}

.toggle-content {
  opacity: 0;
  visibility: hidden;
  /* display: none !important; */
  /* transform: translateY(-20px); */
  transition: all ease;
  position: absolute !important;
  top: 0!important;
  width: 100%;;
}

.toggle-content.active {
  opacity: 1;
  visibility: visible;
  /* display: block !important; */
  /* transform: translateY(0px); */
  position: relative !important;
  top: auto !important;
}

/* Collection page */
/* for removing items from sort */
/* .sorting .facets__item:nth-child(2) {
  display:none;
} */

/* Collection set options */
.set-opt-01 {
    /* background-color: #f2f2f2; */
    max-width: 100%;
    /* padding: 0 11%; */
}
.set-opt-01 .slider-buttons {
  position:relative;
}
.col-five .slider-buttons {
    position: relative;
}
 .slider-buttons {
    position: relative;
}
.set-opt-01 .slider-buttons button.slider-button {
    position: absolute;
    bottom: 20em;
/*     background-color: #fff; */
    padding: 14px;
}
.col-five .slider-buttons button.slider-button {
    position: absolute;
    bottom: 10em;
/*     background-color: #fff; */
    padding: 14px;
  background-color: #f2f2f2;
}
.goals .slider-buttons button.slider-button {
    position: absolute;
    bottom: 11em;
/*     background-color: #fff; */
    padding: 14px;
  background-color: #f2f2f2;
}
.set-opt-01 .slider-buttons button.slider-button.slider-button--prev {
    left: -52px;
}
.col-five .slider-buttons button.slider-button.slider-button--prev {
    left: -73px;
}
.goals .slider-buttons button.slider-button.slider-button--prev {
    left: -73px;
}
.set-opt-01 .slider-buttons .slider-button--next {   
    right: -52px;
}
.col-five  .slider-buttons .slider-button--next {   
    right: -73px;
}
.slider-buttons .slider-button--next {   
    right: -73px;
}
.set-opt-01 .slider-button--next:after {
  display:none;
}
.col-five .slider-button--next:after {
  display:none;
}
.slider-button--next:after {
  display:none;
}
/* .set-opt-01 .slider-button .icon {
    color: #fd7941;
} */
.slider.slider--tablet-up {
    overflow-x:hidden;
}
.eight-collection-wdt {
    max-width: 100%;
    padding: 0;
}
/* .media-bg .media-wrapper {
background:none;
} */
.slider-button[disabled] .icon {
    color: #fd79418c;
}
.slider-button .icon {
      color: rgb(var(--color-button-background));
}
.goal-without-bg .card--media .card__text-spacing:after {
  background-image:none;
}



/* .collection-bg-option .card--media .card__text-spacing {
  display: contents;
}
.collection-bg-option .card--media .card__text-spacing:after {
  background-image: none;
}
.collection-bg-option .collection-list__item .card-information__text {
  color: #222;
}
.collection-bg-option .collection-list__item .card-information__text {
  justify-content: center;
  display: flex;
  padding-top: 1rem;
}
.collection-bg-option .card-wrapper:hover .media-wrapper {
  background-color: #fc8c5c;
} */
/* .bg-drop-shadow .card-wrapper:hover .media-wrapper {
    background: none !important;
    filter: drop-shadow(7px 5px 5px rgba(0,0,0,0.4)) !important;
} */
/* .collection-bg-option .collection-list__item .card:hover .card-information__text {
  /* background-position: bottom center; background-size: 35% 0.1rem, 100% 0.1rem; */
  background-image: none;
      background-size: unset;
} */
.col-five .grid--4-col-desktop .grid__item {
    width: calc(16% - var(--grid-horizontal-spacing) * 3 / 5)!important;
}





/* Categories section */
.collection-four .collection-list--4-items .grid__item {
      width: calc(25% - var(--grid-horizontal-spacing) * 3 / 4);
}
.collection-four .media-wrapper {
background:none;
}
.collection-four .card--media .card__text-spacing:after {
  background-image: none;
}
.collection-four  .collection-list__item .card-information__text {
  color: #222;
}
.collection-four .collection-list__item .card-information__text {
  justify-content: center;
  display: flex;
  padding-top: 1rem;
}
.collection-four .card-wrapper:hover .media-wrapper {
  background-color: #fc8c5c;
}
.collection-four .collection-list--contrast .card--media .card__text-spacing:after {
    background-image: none;
}
.collection-four .collection-list .card--media .card__text-spacing .card-information__text {
    color: #222;
}
.collection-four .card--media .card__text-spacing {
  display: contents;
}
.collection-four .collection-list__item .card:hover .card-information__text {
  /* background-position: bottom center; background-size: 35% 0.1rem, 100% 0.1rem; */
  background-image: none;
  background-size: unset;
}


/* Essential and Prime series section(homepage) */
.series-button li#Slide-template--19613406429503__3c9849f7-12d1-4afd-91f5-78a566b6e074-1 {
      position: relative;
}
.series-button li#Slide-template--19613406429503__3c9849f7-12d1-4afd-91f5-78a566b6e074-1 .multicolumn-card .button {
    position: absolute;
    bottom: 10%;
    right: 6%;
    padding:15px;  
} 
.series-button .multicolumn-card .button:hover {
  background-color:#fc8c5c;
  color:#fff;
  box-shadow: none;
} 
.series-button li#Slide-template--19613406429503__3c9849f7-12d1-4afd-91f5-78a566b6e074-2 {
  position:relative;
}
.series-button li#Slide-template--19613406429503__3c9849f7-12d1-4afd-91f5-78a566b6e074-2 .multicolumn-card .button {
    position: absolute;
    bottom: 10%;
    left: 6%;
    padding: 15px;
  
} 

/* Mega menu css */
/* .list-menu li:nth-child(4) .mega-menu__item:nth-child(1) .label:before {
    content: url(https://dummyimage.com/200x200/000/fff);
    position: absolute;
    top: 90%;
} 
.list-menu li:nth-child(4) .mega-menu__item {
    position: relative;
    
} 
 */

.img-970-600 .media-wrapper {
  background-color: transparent;
   max-height:600px !Important;
}
.img-970-600 img {
  max-width:970px !Important;
     max-height:600px !Important;
  margin: 0 auto !Important;
}
.prdt-3-col .slider-mobile-gutter {
  max-width: 970px;
    margin: 0 auto;
}

.whatsApp{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    z-index:100;
}

.whatsapp-img {
  width:100%;
}
.badge--onsale {
    color: #fff;
   /* font-weight:700;
   font-size: 14px; */
}
.sticky-cart__content {
    width: 70%;
}
.product-form__buttons .button--full-width {
  display: inline-flex;
    width: 48%;
}
.product-form__buttons .shopify-payment-button{
    width: 48%;
    margin-top: 0rem;
    display: inline;
}
.prdt-slideshow-img .slideshow__image img{
      object-fit: contain;
}
.prdt-slideshow-img .media>*:not(.zoom,.deferred-media__poster-button) {
  height: 80%;
  background-color:#fff;
}

.prdt-slideshow-img .slideshow--legacy .flickity-page-dots {
    bottom: 10.3rem;
}
.img-text {
  display:flex;
  gap:20px;
  align-items: center;
  padding-top: 7px;
}
.img-text div {
  width:30%;
}
.img-text-sub {
    display: flex;
    gap:5px;
}
.img-text-sub img {
 width:26%;
  height:26%;
}
.product__info-container .product-form__quantity {
    display: block;
    width: 100%;
}
fieldset.product-form__input .form__label {
    font-weight: 600;
}

/* body.template-collection .ufe-64eca13067bd62820d8ddea4.ufe-widget {
    display: none;
}
body.template-index .ufe-64eca13067bd62820d8ddea4.ufe-widget {
   display: none;
} */
.footer__content-bottom {
    padding-bottom: 0rem;
}
.footer__content-top {
    padding-top: 3rem;
    padding-bottom: 0rem;
}

.product-form__input input[type=radio]:not([disabled]):checked+label:not(.color__swatch):after {
    background-color: #6559b1;
}
.price--on-sale .price-item--sale {
    color: #222;
    font-weight:700;
}
.product__info-container .price--medium bdi {
    font-size: calc(var(--font-heading-scale) * 3rem);
}
.ufe-style-inpage .ufe-offer {
    background-color: #f2f2f2;
    padding: 12px;
  border-radius: 10px;
}
.ufe-core .popTitle {
    font-weight: 600;
    color: #222;
}
.header__menu-item--top .label:hover, .list-menu-dropdown .header__menu-item:hover {
    color: #6559b1;
}

.countdown-item span {
  color:#fd7941;
}
/* .title-wrapper .title:before, h2.rich-text__heading.h1:before {
   content: url(/cdn/shop/files/big-flex-black-arrow.png?v=1693317832);
    position: absolute;
    left: -43px;
    bottom: -6px;
}
.title-wrapper .title, h2.rich-text__heading.h1 {
    position:relative;
} */
.price--on-sale .price-item--sale bdi {
  font-size:22px;
}



@media screen and (min-width: 750px) {
/* .page-width {
    padding: 0 8rem;
} */
  .pg-full {
    padding-left:0;
    padding-right:0;
  }

.pg-space .page-width {
  padding-left:14rem;
  padding-right:14rem;
}
.deal-week .grid--4-col-desktop .grid__item {
    padding: 2%;
}
.set-opt-01 .grid--3-col-desktop .grid__item {
    padding: 4%;
}
.set-opt-01 .grid--4-col-desktop .grid__item {
    padding: 3%;
}
.set-opt-01 .grid--4-col-desktop .grid__item {
    width: calc(26% - var(--grid-horizontal-spacing) * 3 / 4);
}
.set-opt-01 .media>img {
      object-fit: contain;
}  
.collection .product-grid.grid--3-col-desktop>.grid__item {
    max-width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
    padding: 3%;
}
.recently-viewed-products .product-grid.grid--4-col-desktop > .grid__item {
    max-width: 25%;
    padding: 3%;
}
.countdown-timer  .media--adapt .image-fit {
    padding: 10%;
}
.prd-recomendations .grid--4-col-desktop .grid__item {
    padding: 2%;
}
.new-slider-ort .flickity-enabled {
    width: 88%;
    margin: 0 auto;
}
.new-slider-ort .flickity-button  {
    background-color: #f2f2f2;
    color: #fd7941;
    border-radius: 0px;
}  
  .deal-week-new .grid--4-col-desktop .grid__item {
    padding: 2%;
}
.new-slider-ort .flickity-prev-next-button.previous {
  left: -6%;
  top: 38%;
  position: absolute;
}
.new-slider-ort .flickity-prev-next-button.next {
    left: 100%;
    top: 38%;
    position: absolute;
}
.goals  .flickity-prev-next-button.previous {
    left: -6%;
    top: 48%;
    position: absolute;
  
}
.goals .flickity-prev-next-button.next {
    left: 102%;
    top: 48%;
    position: absolute;
}
 .deal-week-new .grid--4-col-desktop .grid__item {
    width: calc(27% - var(--grid-horizontal-spacing) * 3 / 4);
}
.set-opt-01 .grid--3-col-desktop .grid__item {
    width: calc(35% - var(--grid-horizontal-spacing) * 2 / 3);
}
.card-information__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
}
  .card--product+.card-information .price {
    justify-content:flex-start;
  }
  
}
/* Tax display none */
.product__tax {
    display: none;
}
/* menu color */
/* .shopify-section-header:not(.shopify-section-header-sticky) .header-transparent .header__menu-item--top {
    color: #fff;
}
.shopify-section-header:not(.shopify-section-header-sticky) .header-transparent .header__icon .icon {
 color: #fff; 
}
sticky-header .icon {
 color: #222; 
} */


/* Mobile view starts here */
  @media only screen and (max-width:768px) {
  /* Homepage */
  /* Collection list  */
    .collection-four .collection-list--4-items .grid__item {
        width: calc(50% - var(--grid-horizontal-spacing) / 2);
    }
    
  /* custom Tabs */
  .toggle-trigger-container {
    gap: 6px;
    justify-content: left;
  }
  .toggle-trigger-container .toggle-trigger {
      font-size: 13px;
      padding: 6px;
      width: 49%;
  }
  .toggle-trigger-container .toggle-trigger:before {
    width: 92%;
  }
  .set-opt-01 .slider-buttons button.slider-button {
    position:initial;
  }

.pg-padding {
    padding: 0 0%;
}

.goals .slider-buttons button.slider-button {
  bottom: -2.5em
}
.col-five .slider-buttons .slider-button--next, .slider-buttons .slider-button--next {
    right: 33%;
}
.goals .slider-buttons button.slider-button.slider-button--prev {
    left: 40%;
}
.series-button .multicolumn-list {
      row-gap: 0rem;
}
.collection-four .collection-list--4-items .grid__item {
      width: 100%;
}
.ufe-variants-wrap {
    display: block;
}
.product-form__buttons .button--full-width {
    width: 100%;
}
.product-form__buttons .shopify-payment-button {
      width: 100%;
}
.ufe-wrap .upsellWrapper .ufe-variants-wrap>*+* {
    margin-top: 10px;
}
#shopify-section-template--19613406429503__831cb2be-854f-4e31-916d-d4ccf97b9ed7 .slider-buttons {
    display: block;
    margin-bottom: 20px;
}
#shopify-section-template--19613406429503__a0a17714-1395-4e93-9802-daccbcbac6d7 .slider-buttons {
    display: block;
    margin-bottom: 60px;
}
.flickity-prev-next-button {
    top: 30%;
    left: 37% !important;
    transform: none !important;
}
.new-slider-ort .flickity-enabled {
    display: block;
}
.new-slider-ort .flickity-viewport {
    margin-bottom: 10px;
}
.toggle-trigger-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: scroll;
}
.toggle-trigger-container::-webkit-scrollbar {
  display: none;
}
.toggle-trigger-container .toggle-trigger {
    padding: 12px;
    display: flex;
    align-items: center;
}
.pg-full {
  padding-top:60px;
}
 .whatsApp {
    bottom: 70px;
    right: 20px;
}  
.price--on-sale .price-item--sale bdi {
    font-size: 20px;
}
.deal-week-new .badge--onsale, .set-opt-01 .badge--onsale, .template-collection .badge--onsale, .badge--onsale{
    font-size: 1.4rem;
}  
 .product__info-wrapper .price--on-sale .price-item--sale bdi {
    font-size: 22px;
}
   footer details[empty] summary~* {
    padding-top: 0;
} 
.footer__content-top {
    padding-top: 0;
}
.home-insta .rich-text__text {
    margin-top: 1rem;
}
.product-grid-container .facet-filters>.page-width {
    padding: 0;
    margin-bottom: 10px;
}

.img-970-600 .media .image-fit {
      object-fit: contain;
}
.img-970-600 img {
    max-height: 220px!important;
}
.img-970-600 .media--650px {
    height: auto;
}    
.img-970-600 {
    padding-top: 10px;
    padding-bottom: 0;
}
.template-collection .grid--2-col .grid__item {
    max-width: 50%;
}
.series-button li#Slide-template--19613406429503__3c9849f7-12d1-4afd-91f5-78a566b6e074-1 .multicolumn-card .button, .series-button li#Slide-template--19613406429503__3c9849f7-12d1-4afd-91f5-78a566b6e074-2 .multicolumn-card .button {

    padding: 5px;
}
.slideshow__image img {
    object-fit: contain;
}
.shopify-section-header:not(.shopify-section-header-sticky) .header-transparent .header__icon {
    color:#222;
}
    
  }
/* Mobile view ends here */


/* 1280 view */
@media only screen and (min-width:1100) and (max-width:1300) {

  .set-opt-01 .slider-buttons button.slider-button {
     bottom: 29em !important;
  }  
}
/* 1280 view ends here */


/* 1920 view */
@media only screen and (min-width:1700px) {

  /*  Homepage  */
  
  .set-opt-01 .slider-buttons button.slider-button {
     bottom: 18em !important;
  }
  
}
/* 1920 view ends here */


#mobileField input {
      font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: rgb(var(--color-foreground));
    width: 100%;
    box-shadow: inset 0 0 0 0.1rem rgb(var(--color-border));
    height: 4.2rem;
    box-sizing: border-box;
    transition: box-shadow var(--duration-default) ease;
  text-align: left;
}

.customer.login {
  display: none;
}

#mobileNumberText {
  margin: 0;
}
.mo-modal-content {
  width: 100%;
  max-width: 600px;
  padding: 3rem;
      padding-bottom: 2rem;
  background-color: #f9f9f9
}

.mo-modal-content div{
    margin: 0 !important;

}

.mo-modal-content [disabled] {
  opacity: 0.5;
  cursor: no-drop;
}

#mobileError {
  width: 100%;
}
body.template-customers\/login #mobileError div {
  padding-bottom: 1.4rem;
}
body.template-customers\/login #mobileError a[href="/account/register"] {
  
}
.mo-modal-content #submitButton, .verify-btn-register input , body.template-customers\/login #mobileError a{
  position: relative;
  margin-bottom: 1rem;
    z-index: 1;
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-family: inherit;
    padding: 1rem 3rem;
    padding-top: calc(1rem + var(--font-button-baseline));
    text-decoration: none;
    border-radius: var(--button-radius);
    border: var(--button-border-width) solid rgb(var(--color-button-border));
    color: rgb(var(--color-button-text));
    background-color: rgb(var(--color-button-background));
    font-family: var(--font-button-family);
    min-width: 24rem;
    max-width: 100%;
    min-height: 4.6rem;
    text-transform: uppercase;
    font-weight: 600;
    transition-property: color,background-color,box-shadow;
    transition-duration: var(--duration-long);
    transition-timing-function: ease;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    box-shadow: var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) rgba(var(--color-shadow),var(--shadow-opacity));
      font-size: var(--font-button-size);
    letter-spacing: .2em !important;
    line-height: calc(1 + .2 / var(--font-body-scale));
  margin-top: 1rem;
  width: 100%;
}
.otp_btn {
  text-align: center !important;
}
.customer.register form .button {
  margin-top: 2rem;
}
.iti {
  width: 100%;
  /* text-align: left; */
}
body.template-customers\/login .transition-content {
  min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body.template-customers\/login .content-for-layout {
margin: auto;
    width: 100%;
}
body.template-customers\/login  #submitButton {
  margin: 0;
}
body.template-customers\/login .iti {
  max-width: 350px;
}
body.template-customers\/login #MOheading {
      font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * .06rem);
    color: rgb(var(--color-heading));
    line-height: calc(1 + .3/max(1,var(--font-heading-scale)));
  font-size: calc(var(--font-heading-scale) * 2.8rem);
}

.price--on-sale .badge:not(.new-percentage) {
  display: none !important;
}


#resendButton {
  margin-bottom: 20px
}

sticky-header search-modal {
  order:2;
}
sticky-header .header__icon--account {
  order:1;
}
sticky-header cart-drawer {
  order:3;
}

@media (max-width: 700px) {
  .card-information__text {
  display: block;
  display: -webkit-box;
  max-height: 3.6em; /* Approximately two lines of text */
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
      -webkit-line-clamp:2
}

  
}

.ufe-variants-wrap {
  flex-wrap: wrap;
  gap: 4px;
}

mini-cart cart-items .product-quantity .price:before {
content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' focusable='false' class='icon icon-close' fill='none' viewBox='0 0 12 12'%3E%3Cpath d='M1 1L11 11' stroke='currentColor' stroke-linecap='round' fill='none'%3E%3C/path%3E%3Cpath d='M11 1L1 11' stroke='currentColor' stroke-linecap='round' fill='none'%3E%3C/path%3E%3C/svg%3E");    display: inline-block;
    width: 8px;
    height: 8px;
  margin-top: 2px;
    margin-right: 16px;
}
.free-shipping__text {
  font-weight: 600;
    animation: 1s linear 1s infinite alternate blinker;

}





@keyframes blinker {  
 0% { color: #F9423A ; }
 50% { color: #F1E04D  ; }
 100% { color: black; }
}
.new-percentage.badge.badge--onsale ~ .new-percentage.badge.badge--onsale {
    display: none;
}












  
