/** Shopify CDN: Minification failed

Line 2812:0 Unexpected "/"
Line 2864:0 Expected identifier but found "/"
Line 2864:21 Expected identifier but found "/"
Line 2865:29 Expected identifier but found "/"
Line 2868:0 Expected identifier but found "/"
Line 2868:17 Expected identifier but found "/"
Line 2901:0 Expected identifier but found "/"
Line 2901:27 Expected identifier but found "/"

**/


/*@font-face {
  font-family: 'Recoleta';
  src: url('/cdn/shop/files/Recoleta-Medium_2.woff2') format('woff2'),
      url('/cdn/shop/files/Recoleta-Medium_2.woff') format('woff'),
      url('/cdn/shop/files/Recoleta-Medium_2.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}*/



/* General Styles */
.inveterate h1, .inveterate h2, .inveterate h3, .font-pn {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-heading {
  font-family: 'Work Sans', sans-serif !important;
}

.font-body {
  font-family: 'Work Sans', sans-serif !important;
}

.flourish-bloom {
 font-family: Work Sans !important;
}

.recharge-renew {
 font-family: Work Sans !important;

}

 
.w-full { width: 100%; }

.font-auto {
  font-family: inherit;
}

.font-italic {
  font-style: italic;
}

.font-700 {
  font-weight: 700;
}
.font-600 {
  font-weight: 600;
}
.font-500 {
  font-weight: 500;
}
.font-400 {
  font-weight: 400;
}

.ju_controls_btn {
  display: none !important;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #a21818;
}

.text-darkgrey {
  color: #363636;
}


.text-navy {
  color: #363636;
}


@media screen and (max-width: 999px) {
  .text--left-pocket {
	text-align: left;
  }
  
  .page-header__text-wrapper {
/*     max-width: 850px; */
    margin: 38px auto 20px;
  }
}


.bg-creme {
  background: #f3f0e9;
}

/* PDP Styles */
.shopify-installments__content svg {
  max-width: 60px;
/*   margin-left: 10px; */
}

.shopify-installments__content svg path {
  fill: #455662;
}

.shopify-installments__content {
  display: flex;
}

/* PDP Meta, PDP title */
.product-meta__title {
  margin-bottom: 0px;
  font-weight: 500;
}

.product-meta__price-list-container {
  margin-top: 0px;
}

.quick-buy-product__info .product-item-meta__title {
  font-size: 16px;
}

/* PDP Variant Options */
.product-form__option-name {
  font-weight: 600;
}

/* PDP Gallery */
@media screen and (max-width: 740px) {
  .product__media-image-wrapper {
    border-radius: 0;
  }
  
  .product.product--thumbnails-bottom {
    margin-top: 0 !important;
  }
  
  .product__media-list,
  .product__media-item {
    display: block;
    min-width: 100%;
    text-align: center;
    padding: 0;
  }

  .product__media-item {
    width: 100%;
  }
  
  .product__media-item_full_width {
    width: 100%;
  }
}

.ih-collectionpage-product-item__label-list {
  margin-bottom: 6px;
  background: transparent;
}

.product-item-meta__swatch-list {
/*   margin-left: 2px; */
  position: relative;
}

.collection_item_color_swatch_list {
  position: relative;
}

.product-item-meta .flex-col {
  overflow: hidden;
}

.color-swatch-list--mini {
  overflow: scroll;
  padding: 3px 2px 7px;
  margin-top: 6px;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: 0;
  justify-content: flex-start;
}
.color-swatch-list--mini::-webkit-scrollbar {
  display: none;
}

.color-swatch-list--mini .color-swatch__item {
  width: 20px;
  height: 20px;
}
.mobile-nav .mobile-nav__item:last-child .heading {
    color: #a21818;
}
@media screen and (max-width: 740px) {
  .product-item-meta__title {
/*     font-size: 16px !important; */
  }
}
@media screen and (min-width: 741px) {

  .quick-buy-product__info .product-item-meta__title {
    font-size: 18px;
  }
  
  .color-swatch-list--mini {
/*     flex-wrap: wrap; */
  }

}
@media screen and (min-width: 741px) and (max-width: 999px) {}
@media screen and (max-width: 999px) {}
@media screen and (min-width: 1000px) {}
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 1400px) {}

/* HEADER */
/* Gender switch */

#gender_select {
  background: #f0f4f5 ;
/*   padding-left: var(--container-gutter);
    padding-right: var(--container-gutter); */
      display: flex;
      padding-top: 4px;
      padding-bottom: 0px;
}

.gender-select-option {
  padding: 4px; 
  margin: 0 1px 0 0; 
  line-height: 1.2;
  font-size: 13px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.gender-select-option:hover {
  opacity: 1;
  cursor: pointer;
}

.active-gender {
  opacity: 1;
  cursor: default;
  padding: 4px 8px;
  background: #fff;
  border-radius: 30px;
  color: #363636;
  margin-bottom: 4px;
}

.pdp-gender {
    position: static;
  } 

@media screen and (min-width: 1000px) {
  .pdp-gender {
    position: absolute;
    top: -30px;
    right: 44px;
  } 
}

.gender-select-option-collection {
  padding: 4px 3px; 
/*   margin: 0 1px 0 0;  */
  line-height: 1;
  color: #95a1ae;
  font-size: 9px;
  font-weight: 400;
  font-weight: 400;
  text-transform: uppercase;
/*   letter-spacing: 0.5px; */
/*   opacity: 0.4; */
  cursor: pointer;
  transition: all 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.gender-select-option-collection:hover {
  color: #363636;
  cursor: pointer;
}

.active-gender-collection {
  color: #363636;
}

.line-separator {
  width: 1px;
  background: rgba(0,0,0,0);
  margin-right: 5px;
}

.gender_mobile_menu {
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
    padding-bottom: 8px;
}

.gender-select-option_mobile {
  padding: 14px; 
  margin: 0 0 0 0;
  line-height: 1.2;
  font-size: 14px;
  opacity: 0.7;
}

.active-gender.gender-select-option_mobile {
  padding: 12px 18px; 
  margin: 0 0 0 0;
  opacity: 1;
  background: #363636;
  border-radius: 30px;
  color: #ffffff;
}



/* IMAN FLEX CLASSES */
.flex {
  display: flex;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col-row {
  display: flex;
  flex-direction: column;
}

.flex-colr-row {
  display: flex;
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-colr-rowr {
  display: flex;
  flex-direction: column-reverse;
}

.flex-col-rowr {
  display: flex;
  flex-direction: column;
}


.ai-c {
  align-items: center;
}

.ai-str {
  align-items: stretch;
}

.ai-fs {
  align-items: flex-start;
}

.ai-fe {
  align-items: flex-end;
}

.ai-c-fs {
  align-items: center;
}

.ai-fs-c {
  align-items: flex-start;
}

.ai-n {
  align-items: normal; 
}
.jc-spb {
  justify-content: space-between;
}

.jc-spe {
  justify-content: space-evenly;
}

.jc-c {
  justify-content: center;
}
.jc-fs {
  justify-content: flex-start;
}

.jc-fe {
  justify-content: flex-end;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.halfflexchild {
  width: 100%;
  height: 100%;
}

.p-abs {
  position: absolute;
}
  
.p-rel {
  position: relative;
}

.spacer-1-2 {
  height: 1em;
}

.spacer-2-3 {
  height: 2em;
}

.spacer-1 {
  height: 1em;
  width: 1em;
}

.spacer-2 {
  height: 2em;
  width: 2em;
}

.spacer-3 {
  height: 3em;
  width: 3em;
}

.spacer-4 {
  height: 4em;
}
@media screen and (min-width: 1000px) {
  .spacer-2-3 {
    height: 3em;
  }
  
  .spacer-1-2 {
    height: 2em;
  }
  
  .flex-col-row {
    flex-direction: row;
  }

  .flex-colr-row {
    flex-direction: row;
  }

  .flex-colr-rowr {
    flex-direction: row-reverse;
  }

  .flex-col-rowr {
    flex-direction: row-reverse;
  }
  
  .ai-c-fs {
    align-items: flex-start;
  }

  .ai-fs-c {
    align-items: center;
  }
  
  .halfflexchild {
    width: 50%;
  }
}
/* END FLEX CLASSES */



.pdp-icons {
  overflow: scroll;
  margin: 20px auto;
}

.pdp-icons::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}

.pdp-icons-inner {
  display: flex;
}

.pdp-icon {
  flex: 1 1;
  flex-direction: column;
  margin-left: 0px;
/*   margin-right: 11px; */
  text-align: center;
  /* justify-content: space-between; */
}

.pdp-icon svg {
  width: 55px;
  min-width: 55px;
}
.pdp-icon p {
  margin: 10px 0 0 0px;
  /* text-align: center; */
  /* white-space: nowrap; */
  font-size: 14px !important;
    font-family: inherit;
    font-weight: 400;
}

.ih-bundle-info {
  width: 100%;
}


@media screen and (max-width: 740px) {
  .ih-product-card-inner {
    grid-auto-columns: minmax(68vw,1fr);
    grid-gap: 16px;
  }
  .ih-pdp-complete-the-set {
    margin-left: -12px;
    margin-right: -12px;
    /* background: #f3f0e9; */
    padding: 32px 16px 36px;
/*     margin-bottom: -36px; */
  }
  .ih-product-card-inner .product-item , .ih-pdp-complete-the-set .product-content__featured-products-list .product-item {
    background: #ffffff;
    /* border-radius: 8px; */
    /* padding: 16px; */
    flex-direction: column;
    /* box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 8%); */
    /* margin-bottom: 10px; */
  }
  
  .ih-pdp-complete-the-set .product-content__featured-products-list .product-item .product-item__image-wrapper {
/*     margin-right: 16px; */
    width: 100%;
    margin: 0 0 16px 0;
  }
  
  .ih-pdp-complete-the-set .product-content__featured-products-list {
    grid-auto-columns: minmax(68vw,1fr);
	grid-gap: 16px;
  }
  
}

@media screen and (min-width: 741px) {
  .ih-pdp-complete-the-set {
    width: 100%;
  }
}

.accordion svg {
  transform: rotateX(0deg);
  transform-origin: center center;
}

.video_text_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 80%;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.video_text_overlay .heading {
  text-align: center;
  margin: 0 auto;
}

/* cart drawer featured product css */

.cart-item-featured_products .mini-cart__featured_products-heading {
  font-size: 12px !important;
  margin-top: 5px;
  margin-bottom: 20px;
}

.cart-item-featured_products {
  padding: 0px;
  margin-top: 24px;
  margin-bottom: 10px;
  background: #f0f4f5;
  height: 0px;
  overflow: hidden;
  transition: all 1000ms;
  
}

.cart-item-featured_products_padded_container {
  padding: 12px;
  position: relative;
}

.cart-item-featured_products_close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #95a1ae;
  position: absolute;
  top: 0;
  padding: 18px;
  right: 0;
  cursor: pointer;
}

.cart-item-featured_products .product-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 10px;
}

.cart-item-featured_products .product-item:last-child {
    padding-bottom: 0;
    border-top: 2px solid #fff;
}

.cart-item-featured_products .product-item:nth-child(1) {
    padding-top: 0;
    border: 0;
}

.cart-item-featured_products product-item.product-item .product-item__image-wrapper {
    width: 95px;
    flex: none;
    margin: 0 14px 0 0;
}

.cart-item-featured_products product-item.product-item .product-item__info {
    text-align: left;
    min-width: 0;
}


.cart-item-featured_products .product-item__cta-wrapper button.product-item__link {
    font-size: 14px;
}

.cart-item-featured_products .price-list span.price, .price-list span.price > * {
    /* font-size: 13px !important; */
}

/* cart drawer featured product css */

.product-meta__price-list-container .price-list span.price > * {
    /* font-size: 17px !important; */
}


/* Sizing chart table */
.sizing_chart_table {
  font-size: 14px;
  border-collapse: collapse;
  margin: 20px 0;
}

.sizing_chart_table, .sizing_chart_table td, .sizing_chart_table table{
  border: 1px solid #e6e3dd;
  padding: 3px 5px !important;
  white-space: nowrap;
}

.sizing_chart_table tr:first-child {
  background: #f3f0e9;
  font-weight: 600;
  text-align: center;
}

.sizing_chart_table td:first-child {
  background: #f3f0e9;
  font-weight: 600;
  text-align: left;
}

.okeReviews-reviewsSummary-ratingCount {
font-size: 13px;
}

.mini-cart__featured_products-list .product-item .product-item__info  .product-item-meta .product-item-meta__price-list-container {
  line-height: 1;
}


.hide {
  display: none;
}

.headline-shadow {
  text-shadow: 2px 2px 8px rgba(0,0,0,.3);
}



/* BUTTON HARD STYLE */
/* #AddToCart {
  background: #363636;
  color: #fff;
}
 *

/* Price updates */

/* @media screen and (max-width: 740px) {
  [dir=ltr] .price-list:not(.price-list--stack)>.price:not(:last-child) {
    margin-right: 0;
  }
  
  .price-list {
    justify-content: end;
  }
} */

.ih-product_item_label {
  background: #fff;
  border: 1px solid #95a1ae;
  border-radius: 30px;
  padding: 2px 8px;
  font-size: 10px;
  color: #363636;
}

.ih-product_item_label_collection {
  background: transparent;
  border: 1px solid #95a1ae;
  border-radius: 30px;
  padding: 2px 8px;
  font-size: 10px;
  color: #363636;
}

.ih-product_item_label_collection_two {
  background: #f3f0e9;
  border: 1px solid #f3f0e9;
}

[dir=ltr] .product-item__label-list {
  left: 8px;
  top: 8px;
}

quick-buy-drawer .product-form__add-button {
  background: #363636 !important;
  color: #f0f4f5;
}


.popover__content .product-form .product-form__quantity {
  display: none;
}

/* STORY SCROLL */
.header__linklist .header__linklist-item .header__linklist-link:last-child {
    color: #a21818;
}
.story-scrollbar-container {
  width: calc(100% - 0px);
  padding: 0px 0px;
  overflow: hidden;
  margin: 0 0 0 auto;
}

.story-scroller {
  overflow: scroll;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0px 1px;
}

.story-scroller::-webkit-scrollbar {
  display: none;
}

.story-circle {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 55px;
  overflow: hidden;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-circle-inner {
  border-radius: 12px;
  overflow: hidden;
  width: 55px;
  height: 55px;
  background-position: center;
  background-size: cover;
}

.story{
  margin-right: 12px;
}

.story:nth-child(1) {
  margin-left: 10px;
}
.story-title {
/*   max-width: 76px; */
/*   text-overflow: ellipsis; */
  margin: auto;
  display: inline-block;
/*   width: 70px; */
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  overflow: hidden;
  line-height: 1.1;
}


.countdownTimer {
  margin-top: 0px;
  padding: 8px 2px;
  background: #f6f4a2;
  color: #363636;
  font-size: 13px;
  max-width: 100%;
}

#clockdivv {
  display: flex;
  align-items: center;
  margin: 0px 0 0 0;
  line-height: 1;
  text-align: left;
  justify-content: center;
}

.clockBlock {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 8px 12px;
  margin: 0 2px;
/*   border: 1px solid red; */
  background: #f3f0e9;
  color: #363636;
  line-height: 1 !important;
}

.clockBlock h3 {
  line-height: 1 !important;
  margin: 5px 0 !important;
  padding: 0 !important;
  font-size: 18px;
}

.clockBlock_v2 {
  margin-right: 4px;
  font-style: italic;
}

.ks-calculator-container.ks-calculator-inject {
  text-align: right !important; 
  min-width: 200px;
}

/* COLLECTION VIDEOS  SECTION */

.ih_video-with-text {
  padding: 0 !important;
}


.ih_video-with-text__wrapper {
  padding: 0; 
}

.ih_video-with-text_image-wrapper {
  margin: 0 0 20px 0 !important; 
  width: 100%;
  border-radius: 0;
}

.ih_video-with-text__content-wrapper {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 36px;
  padding-bottom: 36px;
}

@media screen and (min-width: 1000px) {

  .ih_video-with-text_image-wrapper {
    margin: 0 0 0px 0 !important; 
    width: 50%;
    border-radius: 0;
  }
  
  .ih_video-with-text__content-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0;
    padding-bottom: 0px;
  }
}

.collection_filter_bubble {
  padding: 8px 16px!important;
  border-radius: 40px  !important;
  border-color: #363636;
  background: #ffffff;

  color: #363636;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  margin-right: 8px;
  white-space: nowrap;
}
.collection_filter_bubble:after {
  border-radius: 40px;
}

.block-swatch__radio:checked+.collection_filter_bubble {

  background: #363636;
  color: #fff;
}

.ih_bubble_filter_container {
  overflow: scroll;
  flex-wrap: nowrap;
  position: relative;
  padding-right: 20px;
}


.ih_bubble_filter_container::-webkit-scrollbar {
  display: none;
}

.ih_collection-tag, .tag {
  margin: 0 8px 8px 0;
  font-size: 11px;
  padding: 8px 16px!important;
  line-height: 1;
}
.ih_collection-tag span, .tag span {
  font-size: 11px;
}

.filter-arrow {
  width: 45px;
  height: 32px;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-image: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,1) 80%);
}

.swatch-arrow-container {
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 32px;
  right: 0px;
  top: 4px;
  bottom: 0;
  background-image: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,1) 80%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-arrow-clickable {
  width: 26px;
  height: 26px;
  z-index: 1;
  right: 2px;
  top: 2px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 30px;
/*   box-shadow: 0px 0px 3px rgb(0 0 0 / 10%); */
}

.discount_message {
  margin-top:2px;
  color: #a21818;
}

.discount_message_atc {
    line-height: 1;
}
.discount_message_atc p{
  line-height: 1;
}

.bg-creme {
  background: #f3f0e9;
}

.filter_bubble_container {
  overflow: hidden;
  display: inline-grid;
  max-width: 100%;
  min-width: 100%;
  position: relative;

}

.product-facet__active-list {
  margin-left: 0 !important;
}

#facet-main {
  position: relative;
}



.prod-wrp-bg {
  /* background: #f0f4f5; */
  padding: 20px 0;
}

.prod-spac{
  position:relative;
}
/* .prod-spac:after{
  content:"";
  position:absolute;
  top:-80px;
  bottom:0;
  left:0;
  right:0;
  z-index: -1;
  background:url(/cdn/shop/t/232/assets/bg4-3@2x.png) 0% 0/55% auto no-repeat
} */
/* @media(max-width:1024px){
  .prod-spac:after{
    top:-50px;
    background:url(/cdn/shop/t/232/assets/bg4-3@2x.png) 0% 0/55% auto no-repeat
  }
}
@media(max-width:767px){
  .prod-spac:after{
    top:-20px;
    background:url(/cdn/shop/t/232/assets/bg4-3@2x.png) 0 0/100% auto no-repeat
  }
} */
.relative{
  z-index:1;
}
/** Color group styles **/

.product-form__option-color-group-selector .product-form__option-info {
    margin-top: 16px;
}
 
.product-form__option-color-group-selector .product-form__option-info:first-of-type {
    margin-top: 0;
}

.bundle-product-container .product-form .bundle-products-wrapper {
    border-top: 1px solid #EEEEEE;
    padding-top: 20px;
}
.bundle-product-container .product-form .bundle-products-wrapper:first-of-type {
    border-top: 0px solid #EEEEEE;
    padding-top: 0px;
}

.bundle-product-container .product-form .bundle-products-wrapper .product-image-wrapper {
    width: 30%;
    float: left;
    padding-right: 10px;
}

.bundle-product-container .product-form .bundle-products-wrapper .product-info-wrapper {
    width: 70%;
    display: inline-block;
}

.bundle-product-container product-meta.product-meta {
/*     border-bottom: 0; */
}

.bundle-product-container .bundle-products-wrapper .product-info-wrapper .product-title {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
}

.bundle-product-container .bundle-products-wrapper .product-info-wrapper .product-meta__price-list-container {
  margin-left: 0;
  display: block;
}

.bundle-product-container .bundle-products-wrapper .product-meta__price-list-container .price  {
  line-height: normal;
  font-size:16px !important;
}

.bundle-product-container .bundle-products-wrapper .product-meta__price-list-container .price > span {
  font-size: 16px !important;
}


/* .bundle-product-container .product-form .product-image-wrapper img {
  max-height: 140px;
  margin-bottom: 10px;
} */


.bundle-product-container .bundle-products-wrapper .product-form__option-selector .product-form__option-info > span {
    font-size: 13.6px !important;
    line-height: normal;
}

.bundle-product-container .bundle-products-wrapper .product-form__option-selector .product-form__option-info {
    margin-bottom: 5px;
}


.bundle-product-container .bundle-products-wrapper .product-form__option-selector .color-swatch-list .color-swatch__item {
    width: 26px;
    height: 26px;
}

.bundle-product-container .bundle-products-wrapper  .product-form__option-selector .color-swatch-list {
    grid-template-columns: repeat(auto-fit,26px);
    grid-gap: 2px;
}

.bundle-product-container .bundle-products-wrapper .product-form__payment-container .form-error {
    text-align: center;
    font-weight: 600;
}

.bundle-product-container .product-meta {
/*   display: none; */
  margin-bottom: 20px;
  padding: 12px 0;

}

.bundle-product-container .product-meta .bundle-meta__title {
  margin: 12px 0 10px;
}

.bundle-product-container .product-meta .bundle_savings_label {
  color: #fff;
  background: #a21818;
  border-color: #a21818;
  font-size: 11px;
}

.bundle-product-container .product-meta .bundleListPrice {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 13px;
}

.bundle-product-container .product-meta .bundleSalePrice {
  font-weight: 600;
  letter-spacing: 0;
  font-size: 18px;
  color: #a21818;
}

.bundle-product-container .block-swatch__item {
  margin: 2px;
  font-size: 13px;
  padding: 4px 8px;
  min-width: 35px;
}

.bundle-product-container .product__media-nav {
  display: none;
}

.bundleProductTop {
  display: flex;
  margin-bottom: 16px;
}

.product-meta-wrapper {
  margin-bottom: 10px;
}

@media screen and (max-width: 999px) {
  .bundle-product-container #product_media_slider {
/*     display: none; */
  }
}


/** Color group styles **/


.ctsToggle-container {
  background: #fff;
  color: #455662;
  font-size: 11px;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 30px;
  border: 1px solid #455662;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}


@media screen and (min-width: 741px) {
  .ctsToggle-container {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
  }
}


.multi-column__text-container .button-wrapper {
  margin-top: 16px;
}

.multi-column__text-container .multi-column-block-title {
  margin: 16px 0 0;
}

.block-swatch__item_fabric {
  padding: 10px;
}

.label_card {
  overflow: hidden;
  border-radius: 10px;
  max-width: 145px;
  border: 1px solid #95a1ae;
  min-width: 120px;
}
.label_title {
  padding: 5px;
}
.label_img_container img {
  max-width: 150px;
}


.cartSavingsAmount span{
  font-size: 16px;
  font-weight: 600;
  color: #a21818;
}

.cartTotalAmount .cartTotalAmountSpan{
  font-size: 16px;
  font-weight: 600;
/*   color: #a21818; */
}

.cartSavingsAmount, .cartTotalAmount {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1;
  margin-bottom: 18px;
}
.cartTotals {
  margin-bottom: 12px;
}

[dir=ltr] .price-list:not(.price-list--stack)>.price:not(:last-child) {
  line-height: 1.1;
}

@media screen and (max-width: 999px) {
  [dir=ltr] .price-list:not(.price-list--stack)>.price:not(:last-child) {
    margin-right: 0;
  }

  [dir=ltr] .price-list:not(.price-list--stack)>.price--compare {
/*     margin-left: 4px; */
  }
}

.bundle_product__info {
  padding: 0 !important;
}

.grid-button-wrapper {
  display: grid;
  grid-template-columns: minmax(150px,auto) 1fr;
}

.flex-button-wrapper {
  display: flex;
}

.grid-button-wrapper a {
  margin-right: 10px;
}

.grid-button-wrapper .multi-column__link {
  margin: 0;
}

.mobile-stacked-grid-button-wrapper {
  display: grid;
  grid-template-columns: minmax(150px,auto);
  grid-gap: 10px;
}


@media screen and (max-width: 599px) {
  .product-form-bundle-pdp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr auto;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

.product-form-bundle-pdp .bundle-products-wrapper[data-product="sweater"] { grid-area: 1 / 1 / 2 / 2; }
.product-form-bundle-pdp .bundle-products-wrapper[data-product="sweatpant"] { grid-area: 1 / 2 / 2 / 3; }
.product-form-bundle-pdp .product-form__buy-buttons { grid-area: 2 / 1 / 3 / 3; }
  .bundle-product-container .product-form .bundle-products-wrapper {
    border: none; 
    padding-top: 0;
  }
  .bundle-product-container .product-form .bundle-products-wrapper .product-image-wrapper, .bundle-product-container .product-form .bundle-products-wrapper .product-info-wrapper {
    width: 100%;
  }
  
  .bundle-product-container .product-form .bundle-products-wrapper .product-image-wrapper {
    padding-right: 0;
    padding-bottom: 12px;
  }
}
#chat-button {
  z-index: 9 !important;
  right: 10px !important;
  bottom: 10px !important;
}

.line-item__remove-button {
  display: none;
}



#shopify-section-template--14588372287553__1655756925451f2263, #shopify-section-template--14584289624129__1655756925451f2263, #shopify-section-template--14584298307649__1655764082dd0413d3, #shopify-section-template--14584687394881__1655756925451f2263 {
  background: #f3f0e9;
}

.pdp_short_description {
  text-align: center;
  display: none;
}
.pdp_short_description .h5 {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .pdp_short_description {
/*     text-align: left; */
  }
}

.okeReviews .okeReviews-reviewsCarousel {
  padding-bottom: 0 !important;
}

.okeReviews {
  margin-top: 0px;
}

.pdp_abs_label {
  margin-top: 15px;
  position: absolute;
  top: 90px;
  left: 10px;
}

.pdp_label_1, .ih-product_item_label_collection {
  font-size: 10px;
  /* font-weight: 600; */
  text-transform: uppercase;
  padding: 2px 7px;
  border: 1px solid #ffffff;
  color: #363636;
  background: #ffffff;
  border-radius: 30px;
  padding: 5px 11px 4px;
}


@media screen and (min-width: 741px) {
  .pdp_abs_label {
    margin-top: 10px;
    position: absolute;
    top: 15px;
    left: 10px;
  }


  .pdp_label_1, .ih-product_item_label_collection {
    font-size: 10px;
    /* padding: 2px 7px; */
    padding: 5px 10px 3px;
  }
}

.header__logo-svg svg {
  min-width: 55px;
}

.wide-card {
  gap: 6px;
}


.okeReviews .okeReviews-reviewsCarousel-review-product-image {
  border-radius: 100px;
}

/* Membership page  */

.inveterate h1, .inveterate h2, .inveterate h3 {
  line-height: 1.2;
}

.inveterate__hero {
  background: url('/cdn/shop/files/memberhero_v2.jpg?v=1656544829');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.inveterate__hero--right {
  display: none !important;
}

.inveterate__hero__button, .inveterate__hero__caption {
  margin: auto;
  text-align: center !important;
}

.inveterate__hero__caption a {
  color: #363636 !important;
}

.inveterate__quote {
  display: none !important;
}

.inveterate__pricing__block, .inveterate__pricing__block__heading {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inveterate__pricing__block__list li, .inveterate__pricing__button__text, .inveterate__added__text {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 400;
  font-style: normal;
}

.inveterate__hero--left
  {
    background: white;
    padding: 30px 20px !important;
    margin: 40px auto;
  }

@media (min-width: 768px){
  .inveterate__benefits {
      padding: 100px 180px;
  } 
}


@media (min-width: 992px){
  .inveterate__hero--left
  {
    background: white;
    padding: 30px !important;
    margin: 40px 0 40px auto !important;
  }
}

.inveterate__pricing__block__price--subtext {
  font-size: 18px !important;
}

.inveterate__pricing__block__heading {
  display: none;
}

.pdp-price-list {
  flex-direction: column;
}

.price--member {
  line-height: 1.5 !important;
  text-align: right !important;
  margin-top: 4px;
}

.price--member-title {
  font-size: 12px;
  text-align: right;
  display:block;
  color: #363636;
}
  
  .product-meta-grid {
    display: grid;
    max-width: 100%;
    border: 1px solid red;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  
  .product-meta-title { grid-area: 1 / 1 / 2 / 4; }
  .product-meta-price { grid-area: 1 / 4 / 3 / 5; }
  .product-meta-extra { grid-area: 2 / 1 / 3 / 4; }

  #atc-public_title {
    /* font-size: 11px; */
line-height: 22px;
  }

  .product_item_sale_message {
    margin-top: 4px;
    line-height: 1;
  }

  .small_sale_message, .pdp_small_sale_message {
    display: inline-block;
      color: #a21818;
      font-weight: 400;
/*       background: white; */
      font-size: 13px !important;
      border-radius: 3px;
      line-height: 1.2;
      cursor:default;
  }

  .product_item_sale_price{
    display: block;
    color: #a21818;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
/*     font-size: 13px !important; */
/*     text-align: right; */
    margin: 0 0 0 auto;
/*     margin-top: 8px; */
  }

  .sale-text-image-overlay {
    position: absolute;
     z-index: 3; 
     text-align: center; 
    font-size: 14px; 
    top: auto; 
    /* font-style: italic; */
    bottom: 0; left: 0; 
    right: 0; padding: 4px; 
    background: #363636; 
    color: white;

  }

  /* MOVED PDP IMAGE NAV ABOVE IMAGE GALLERY */
  .product__media-nav {
    bottom: 40px;
    opacity: 0.36;
  }

  .product-meta {
    margin-top: -16px !important;
  }

  .product__info {
    padding-top: 0px !important;
  }

.product-meta-container {
  padding: 0px 0 5px;
  flex-direction: column;
}

@media (min-width: 992px){
  .product_item_sale_price {
    font-size: 15px;
  }

  .product-meta {
    margin-top: 4px !important;
  }

  .product-meta-container {
    padding: 0 0 10px;
  }
}

.below_atc {
  margin: 10px 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
/*   font-weight: 600; */
}

#below_atc_section {
  margin-bottom: 0px;
}

.scrollingtext-container {
  display: inline-flex;
  flex-direction: column;
  height: 13px;
  overflow: hidden;    
  text-align: right;
}

.scrollingtext-container span {
  /* height: 2.3rem; */
  /* color: lightcoral; */
  animation: moveUp 12s linear infinite;
  white-space:nowrap;
}

@keyframes moveUp {
  0% {
    transform: translateY(0%);
  }
  
  20% {
    transform: translateY(0%);
  }
  
  25% {
    transform: translateY(-100%);
  }
  45% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0%);
  }
  70% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-100%);
  }
  95% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}




.price--highlight {
  margin-left: auto;
}

.price.price--highlight.price--large {
  margin-top: 6px;
}

.shopify-payment-button {
  display: none;
}

.okeReviews.okeReviews--theme .okeReviews-button {
  background-color: #363636 !important;
}

.grecaptcha-badge { 
    visibility: hidden;
}


.tabs-nav__item-bubble {
  border: 1px solid #363636;
  padding: 8px 16px;
  border-radius: 30px;
}

.tabs-nav__item-bubble[aria-expanded=true] {
  border: 1px solid #363636;
  padding: 8px 16px;
  border-radius: 30px;
  background: #363636;
  color: #ffffff;
}

.tabs-nav__item-list-bubble {
  gap: 10px;
  box-shadow: none;
}

.tabs-nav {
  margin-bottom: 24px;
}

.text-with-icons__content-wrapper .heading {
  font-size: 18px;
  font-weight: 600;
}


.text-with-icons__icon-wrapper>* {
    width: 60px;
    height: 40px;
}

/******************new css start*********************/



.template-index .image-text-hero-inner img {
/*     border-radius: 90% 90% 0 0; */
    margin-top: 20px;
}

.template-index .multi-column__inner img {
/*     border-radius: 200px 200px 0 0; */
    margin-top: 20px;
}

.template-index .promotion-block-list img {
/*     border-radius: 90% 90% 0 0; */
}

.template-index .promotion-block-list a {
    background: none;
}

.template-index .promotion-block {
    background: none;
}
.shopify-section--press {}

.shopify-section--press .section__color-wrapper.vertical-breather {
    padding: 60px 0;
}

.shopify-section--press page-dots.press-list__logo-list {
    margin: 35px 0 0;
}

.shopify-section--press {
    margin-top: 50px;
}

.shopify-section--press img.press-list__logo-image {
    filter: brightness(0);
}
.shopify-section--press blockquote.press-list__item-content:before {
    display: none;
}
button.press-list__logo-item.tap-area.slick-slide.slick-current.slick-active {
    opacity: 1;
}


.press-list__logo-list-wrapper button.press-list__logo-item {
    width: auto !important;
}

.press-list__logo-list-wrapper .slick-track {
    text-align: center !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.press-list__wrapper {padding: 0;}

.press-list__wrapper button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.press-list__wrapper button.slick-next.slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.press-list__wrapper split-lines {
    padding: 0 40px;
}
.shopify-section--press .section__color-wrapper.vertical-breather {
    padding: 25px 0;
}
page-dots.press-list__logo-list.slider.slider-thumb.slick-initialized.slick-slider {
    margin: 10px 0 0 0;
}
blockquote.press-list__item-content.blockquote.blockquote--center {
    padding-top: 0;
}
.template-index div#shopify-section-template--14870483370049__1658504426d96b0eae .promotion-block-list img {
/*     border-radius: 160px 160px 0 0; */
}
div#shopify-section-template--14870483370049__36ef834f-0949-45d8-84ee-cbe65009a10c section#section {
    margin-top: 40px;
}
.press-list  split-lines {
    line-height: 48px;
}
@media(max-width:576px){
  .template-index .image-text-hero-inner img {
/*     border-radius: 100px 100px 0 0; */
    margin-top: 0px;
       height: 250px;
    object-fit: cover;
    object-position: top;
}
  .shopify-section--press page-dots.press-list__logo-list {
    margin: 16px 0 0;
}
  .press-list__logo-list-wrapper.hide-scrollbar {
    max-width: 90%;
    margin: 0 auto;
}
.press-list__wrapper split-lines {
    padding: 0 20px;
  font-size: 25px;
}
  .press-list__logo-list-wrapper .slick-track {
    white-space: nowrap;
    overflow-x: auto;
    justify-content: space-between;
    overflow-y: hidden;
      gap: 17px;
}
  .shopify-section--press img.press-list__logo-image {
    width: 60px;
}
.press-list__wrapper button.slick-prev.slick-arrow {
    z-index: 9;
}
  .press-list__logo-list-wrapper.hide-scrollbar {
    margin-top: 12px;
}
  .image-with-text__text-wrapper {
    padding-bottom: 14px;
}
  .image-text-hero-content-template--14870483370049__89752821-9175-4aff-8c0c-e51788e79669 .heading {
    margin-bottom: 7px;
}
  .image-text-hero-content.image-text-hero-content-template--14870483370049__89752821-9175-4aff-8c0c-e51788e79669 {
    padding-top: 10px;
}
  div#shopify-section-template--14870483370049__42a3a512-b6de-4491-87c3-848a36ab157d {
    margin-top: 30px;
}
 .shopify-section--press .slick-track {
    height: auto !important;
}
  div#shopify-section-template--14870483370049__36ef834f-0949-45d8-84ee-cbe65009a10c section#section {
    margin: 15px 0 0;
}
  .template-index .multi-column__inner img {
    margin-top: 10px;
}
  .press-list split-lines {
    line-height: 32px;
}
 .image-text-hero-section .heading {
    font-size: 30px;
}
 .image-text-hero-section a.button {
    padding: 10px 14px;
}
}



/*gb 27 april "landing-page-section" css STARTS*/
/*gb 27 april "helen-owen" css STARTS*/
.helen-owen-title-m {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-right: 340px;
    padding-top: 130px;
}
.helen-owen-title-main {
  position: relative;
  width: 200px;
  border-radius: 50%;
  transform: rotate(294deg);
}
.helen-owen-title-main h2 span {
    height: 240px;
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    width: 20px;
    left: 0;
    top: 0;
    transform-origin: bottom center;
}
.char1 {
  transform: rotate(0deg);
}
.char2 {
  transform: rotate(8deg);
}
.char3 {
  transform: rotate(16deg);
}
.char4 {
  transform: rotate(22deg);
}
.char5 {
  transform: rotate(28deg);
}
.char6 {
  transform: rotate(36deg);
}
.char7 {
  transform: rotate(44deg);
}
.char8 {
  transform: rotate(48deg);
}
.char9 {
  transform: rotate(56deg);
}
.char10 {
  transform: rotate(62deg);
}
.char11 {
  transform: rotate(68deg);
}
.char12 {
  transform: rotate(74deg);
}
.char13 {
  transform: rotate(80deg);
}
.char14 {
  transform: rotate(86deg);
}
.char15 {
  transform: rotate(92deg);
}
.char16 {
  transform: rotate(96deg);
}
.char17 {
  transform: rotate(102deg);
}
.char18 {
  transform: rotate(114deg);
}
.char19 {
  transform: rotate(120deg);
}
.char20 {
  transform: rotate(128deg);
}
.char21 {
  transform: rotate(126deg);
}
.char22 {
  transform: rotate(126deg);
}
.char23 {
  transform: rotate(132deg);
}
.char24 {
  transform: rotate(138deg);
}
.helen-owen {
    padding: 300px 0 50px;
    text-align: center;
}
.helen-owen-text-main h1 {
    font-size: 70px;
    letter-spacing: 5.3px;
    font-weight: bold;
}
.helen-owen-btn-main a {
    font-size: 25px;
    font-weight: bold;
    padding: 15px 50px;
    background: antiquewhite;
    border-radius: 50%;
}
@media screen and (max-width: 767px){
  .helen-owen-title-main h2 span {
      height: 200px;
      font-size: 35px;
  }
  .helen-owen-title-m {
      padding-right: 340px;
      padding-top: 150px;
  }
  .helen-owen-text-main h1 {
      font-size: 28px;
      letter-spacing: 4.3px;
  }
  .helen-owen-text-main {
      margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .helen-owen-title-main h2 span {
      height: 190px;
      font-size: 35px;
  }
}
@media screen and (max-width: 320px) {
  .helen-owen-title-m {
      padding-right: 250px;
      padding-top: 130px;
  }
  .helen-owen-title-main h2 span {
      height: 150px;
      font-size: 30px;
  }
  .helen-owen-text-main h1 {
      letter-spacing: 2.3px;
  }
}
/*gb 27 april "helen-owen" css ENDS*/

/*gb 27 april "early-morning" css STARTS*/
.early-morning-main {
    position: relative;
    margin: 10px 0;
    box-shadow: 0 0 5px #a3a1a1;
}
.early-morning {
    width: 100%;
    position: relative;
}
.early-morning-img-main {
    position: relative;
}
.early-morning-img-main img {
    width: 100%;
}
.early-morning-m {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 100%;
}
.early-morning-vb {
    width: 45%;
    margin-left: auto;
}
.early-morning-text-main {
    text-align: center;
}
.early-morning-text-main p {
    font-size: 50px;
    color: #57351a;
    width: 48%;
    line-height: 1.5;
    font-family: lora !important;
    font-style: italic;
}
.mobile-img {
  display: none;
}
@media screen and (max-width: 1480px) {
  .early-morning-text-main p {
      font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .early-morning-text-main p {
      font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .early-morning-text-main p {
      font-size: 26px;
      width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-img {
    display: block;
  }
  .desktop-img {
    display: none;
  }
  .early-morning-vb {
      width: 50%;
      margin-left: auto;
  }
  .early-morning-text-main p {
      font-size: 18px;
      width: 66%;
  }
}
@media screen and (max-width: 320px) {
  .early-morning-text-main p {
      font-size: 18px;
      width: 70%;
  }
}
/*gb 27 april "early-morning" css ENDS*/

/*gb 27 april "button-section" css STARTS*/
.button-section-main {
    position: relative;
    margin: 10px 0;
    box-shadow: 0 0 5px #a3a1a1;
}
.button-section {
    position: relative;
}
.button-img-section {
    position: relative;
}
.button-img-section img {
    width: 100%;
}
.button-btn-section-m {
    position: absolute;
    top: 61%;
    transform: translate(0, -50%);
    width: 50%;
    padding-left: 80px;
}
.button-btn-section {
    width: 45%;
    text-align: center;
    background: url(/cdn/shop/files/13_03.png?v=1682711292);
    height: 258px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button-btn-section a {
    width: 100%;
    background: url(/cdn/shop/files/12_03.png?v=1682711793);
    height: 324px;
    background-position: bottom 39px center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 138px 0;
}
.button-btn-section a {
    font-size: 30px;
    font-weight: bold;
}
@media screen and (max-width: 1580px) {
  .button-btn-section-m {
      top: 63%;
  }
  .button-btn-section a {
      height: 270px;
      background-position: bottom 39px center;
      padding: 100px 0;
  }
}
@media screen and (max-width: 1480px) {
  .button-btn-section-m {
      top: 64%;
  }
  .button-btn-section a {
      height: 239px;
      background-position: bottom 50px center;
      padding: 65px 0;
  }
}
@media screen and (max-width: 1024px) {
  .button-btn-section-m {
      top: 69%;
      padding-left: 60px;
  }
  .button-btn-section a {
      font-size: 18px;
      font-weight: 700;
  }
  .button-btn-section a {
      height: 240px;
      background-position: bottom 96px center;
      padding: 48px 0;
  }
}
@media screen and (max-width: 768px) {
  .button-btn-section-m {
      top: 68%;
      padding-left: 45px;
      transform: translate(0, -50%);
  }
  .button-btn-section a {
      height: 236px;
      background-position: bottom 96px center;
      padding: 66px 0;
  }
  .button-btn-section {
      height: 186px;
  }
}
@media screen and (max-width: 767px) {
  .button-btn-section-m {
      top: 78%;
      padding-left: 10px;
  }
  .button-btn-section {
      width: 70%;
  }
  .button-btn-section a {
      height: 247px;
      background-position: bottom 113px center;
      padding: 66px 0;
  }
}
@media screen and (max-width: 375px) {
  .button-btn-section a {
      font-size: 14px;
      font-weight: 700;
  }
  .button-btn-section a {
      height: 247px;
      background-position: bottom 123px center;
      padding: 66px 0;
  }
}
@media screen and (max-width: 360px) {
  .button-btn-section a {
      background-position: bottom 130px center;
      padding: 60px 0;
  }
}
@media screen and (max-width: 320px) {
  .button-btn-section a {
      height: 247px;
      background-position: bottom 140px center;
      padding: 57px 0;
  }
}
/*gb 27 april "button-section" css ENDS*/

/*gb 27 april "recharge-renew" css ENDS*/
.recharge-renew-main {
    margin: 10px 0;
    box-shadow: 0 0 5px #a3a1a1;
}
.recharge-renew {
    display: flex;
    flex-direction: row;
    position: relative;
}
.recharge-renew-m {
    flex: 60%;
}
.recharge-renew-text-main h2 {
    font-size: 150px;
    color: #57351a;
    text-align: center;
    margin: 0;
    line-height: 1;
    font-weight: 100;
    width: 80%;
    margin-left: auto;
}
h2.right-text {
    text-align: right;
}
.recharge-renew-img-m {
    display: flex;
    flex-direction: row;
}
.recharge-renew-img-main {
    flex: 60%;
}
.recharge-renew-img-main img {
    transform: rotate(355deg);
}
.recharge-renew-head-m {
    flex: 40%;
    align-self: end;
    text-align: center;
}
.recharge-renew-head-main h3 {
    font-size: 40px;
    color: #57351a;
    margin: 0;
    line-height: 1;
}
.recharge-renew-head-main p {
    font-size: 25px;
    margin: 0;
    color: #57351a;
    font-family: lora !important;
    font-style: italic;
}
.recharge-renew-price-main h4 {
    font-size: 27px;
    color: #57351a;
}
.recharge-renew-main-two {
    flex: 40%;
    position: relative;
}
.recharge-renew-img-m-main {
    width: 85%;
    position: relative;
}
.recharge-renew-img-m-main img {
    transform: rotate(8deg);
}
.recharge-renew-head-one-main {
    text-align: center;
    position: absolute;
    top: 62%;
    transform: translate(0%, -50%);
    padding-left: 70px;
}
.recharge-renew-head-one-main h3 {
    font-size: 40px;
    color: #57351a;
    margin: 0;
    line-height: 1;
}
.recharge-renew-head-one-main p {
    font-size: 25px;
    margin: 0;
    color: #57351a;
    font-family: lora !important;
    font-style: italic;
}
.recharge-renew-price-one-main h4 {
    font-size: 27px;
    color: #57351a;
}
.recharge-renew-text-mobile {
    display: none;
}
@media screen and (max-width: 1580px) {
  .recharge-renew-head-one-main h3 {
      font-size: 35px;
  }
  .recharge-renew-text-main h2 {
      font-size: 140px;
  }
}
@media screen and (max-width: 1480px) {
  .recharge-renew-head-one-main {
      padding-left: 50px;
  }
  .recharge-renew-head-main h3 {
      font-size: 33px;
  }
  .recharge-renew-text-main h2 {
      font-size: 130px;
  }
  .recharge-renew-head-one-main h3 {
      font-size: 33px;
  }
  .recharge-renew {
      padding-bottom: 20px;
  }
  .recharge-renew-img-main img {
      width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .recharge-renew-text-main h2 {
      font-size: 80px;
  }
  .recharge-renew-head-main h3 {
      font-size: 28px;
  }
  .recharge-renew-head-main p {
      font-size: 18px;
  }
  .recharge-renew-price-main h4 {
      font-size: 25px;
  }
  .recharge-renew-head-one-main h3 {
      font-size: 28px;
  }
  .recharge-renew-head-one-main p {
      font-size: 18px;
  }
  .recharge-renew-price-one-main h4 {
      font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .recharge-renew-text-main h2 {
      font-size: 55px;
  }
  .recharge-renew-head-main h3 {
      font-size: 20px;
  }
  .recharge-renew-head-main p {
      font-size: 14px;
  }
  .recharge-renew-price-main h4 {
      font-size: 20px;
  }
  .recharge-renew-head-one-main h3 {
      font-size: 20px;
  }
  .recharge-renew-head-one-main p {
      font-size: 14px;
  }
  .recharge-renew-price-one-main h4 {
      font-size: 20px;
  }
  .recharge-renew-head-one-main {
      padding-left: 30px;
  }
  .recharge-renew-head-one-main {
      top: 68%;
  }
  .recharge-renew-text-main h2 {
      font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .recharge-renew-text-main {
      display: none;
  }
  .recharge-renew-text-mobile {
      display: block;
  }
  .recharge-renew-img-m {
      flex-direction: column;
      position: relative;
  }
  .recharge-renew {
      flex-direction: column-reverse;
  }
  .recharge-renew-m {
      width: 60%;
  }
  .recharge-renew-img-main {
      position: relative;
  }
  .recharge-renew-main-two {
      width: 60%;
      margin-left: auto;
  }
  .recharge-renew-img-m-main {
      width: 100%;
      padding-top: 30px;
  }
  .recharge-renew-text-mobile h2 {
      font-size: 30px;
      margin: 0;
      line-height: 1.2;
      width: 70%;
      font-weight: 100;
      color: #57351a;
  }
  .recharge-renew-head-one-main {
      top: 102%;
  }
  .recharge-renew-head-m {
      align-self: center;
      position: absolute;
      top: 102%;
      transform: translate(0, -50%);
  }
  .recharge-renew-img-m-main img {
      width: 94%;
  }
  .recharge-renew-img-main img {
      width: 94%;
  }
  .recharge-renew-head-main h3 {
      font-size: 16px;
  }
  .recharge-renew-head-main p {
      font-size: 12px;
  }
  .recharge-renew-head-one-main h3 {
      font-size: 16px;
  }
  .recharge-renew-head-one-main p {
      font-size: 12px;
  }
  .recharge-renew-price-main h4, .recharge-renew-head-one-main h3 {
      font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .recharge-renew-text-mobile h2 {
      font-size: 20px;
  }
  .recharge-renew-price-one-main h4, .recharge-renew-head-one-main h3 {
      font-size: 14px;
  }
  .recharge-renew-head-one-main p {
      font-size: 10px;
  }
  .recharge-renew-price-main h4, .recharge-renew-head-main h3 {
      font-size: 14px;
  }
  .recharge-renew-head-main p {
      font-size: 10px;
  }
}
/*gb 27 april "recharge-renew" css ENDS*/
/*gb 27 april "flourish-bloom" css STARTS*/
.flourish-bloom {
    position: relative;
}
.flourish-bloom-two-main {
    display: flex;
    flex-direction: row;
    position: relative;
    padding-bottom: 30px;
}
.flourish-bloom-two-main-one {
    flex: 50%;
}
.flourish-bloom-ing-main {
    width: 60%;
}
.flourish-bloom-ing-main img {
    transform: rotate(355deg);
}
.flourish-bloom-hd-main {
    text-align: center;
    width: 60%;
    margin-left: auto;
}
.flourish-bloom-hd-main h3 {
    font-size: 40px;
    color: #57351a;
    margin: 0;
    line-height: 1;
}
.flourish-bloom-hd-main p {
    font-size: 25px;
    margin: 0;
    color: #57351a;
    font-family: lora !important;
    font-style: italic;
}
.flourish-bloom-price-main {
    font-size: 28px;
    color: #57351a;
}
.flourish-bloom-two-main-two {
    flex: 50%;
    position: relative;
    padding-top: 70px;
}
.flourish-bloom-ing-main-two {
    width: 50%;
    margin-left: auto;
    position: relative;
}
.flourish-bloom-ing-main-two img {
    transform: rotate(8deg);
    width: 80%;
}
.flourish-bloom-hd-main-two {
    text-align: center;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translate(0, 85%);
}
.flourish-bloom-hd-main-two h3 {
    font-size: 40px;
    color: #57351a;
    margin: 0;
    line-height: 1;
}
.flourish-bloom-hd-main-two p {
    font-size: 25px;
    margin: 0;
    color: #57351a;
    font-family: lora !important;
    font-style: italic;
}
.flourish-bloom-price-main-two {
    font-size: 28px;
    color: #57351a;
}
.flourish-bloom-main {
    padding: 50px 0 0;
}
.flourish-bloom-head {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.flourish-bloom-head h2 {
    font-size: 150px;
    margin: 0;
    line-height: 1;
    font-weight: 100;
    color: #57351a;
}
.flourish-bloom-lb {
    position: absolute;
    left: 0;
    right: 0;
}
h2.right-text-two {
    text-align: center;
    width: 80%;
    margin-left: auto;
}
@media screen and (max-width: 1580px) {
  .flourish-bloom-head h2 {
      font-size: 140px;
  }
}
@media screen and (max-width: 1480px) {
  .flourish-bloom-head h2 {
      font-size: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .flourish-bloom-head h2 {
      font-size: 80px;
  }
  .flourish-bloom-hd-main h3 {
      font-size: 30px;
  }
  .flourish-bloom-hd-main p {
      font-size: 20px;
  }
  .flourish-bloom-hd-main-two h3 {
      font-size: 30px;
  }
  .flourish-bloom-hd-main-two p {
      font-size: 20px;
  }
  .flourish-bloom-hd-main-two {
      transform: translateY(54%);
  }
}
@media screen and (max-width: 768px) {
  .flourish-bloom-hd-main h3 {
      font-size: 20px;
  }
  .flourish-bloom-hd-main-two h3 {
      font-size: 20px;
  }
  .flourish-bloom-hd-main p {
      font-size: 16px;
  }
  .flourish-bloom-hd-main-two p {
      font-size: 16px;
  }
  .flourish-bloom-price-main {
      font-size: 18px;
  }
  .flourish-bloom-price-main-two {
      font-size: 18px;
  }
  .flourish-bloom-head h2 {
      font-size: 70px;
  }
}
@media screen and (max-width: 767px) {
  .flourish-bloom-two-main {
      flex-direction: column;
  }
  .flourish-bloom-lb {
      position: relative;
  }
  .flourish-bloom-head {
      width: 70%;
  }
  .flourish-bloom-head h2 {
      font-size: 50px;
  }
  .flourish-bloom-two-main-one {
      padding-top: 30px;
  }
  .flourish-bloom-two-main-two {
      padding-top: 30px;
  }
  .flourish-bloom-main {
      padding: 30px 0 0;
  }
  .flourish-bloom-ing-main {
      width: 50%;
  }
  .flourish-bloom-ing-main img {
      width: 80%;
  }
  .flourish-bloom-hd-main {
      position: absolute;
      right: 0;
      top: 8%;
  }
  .flourish-bloom-hd-main-two {
      transform: translateY(-71%);
  }
}
@media screen and (max-width: 767px) {
  .flourish-bloom-head h2 {
      font-size: 30px;
  }
  .flourish-bloom-hd-main h3, .flourish-bloom-hd-main-two h3 {
      font-size: 16px;
  }
  .flourish-bloom-hd-main p, .flourish-bloom-hd-main-two p {
      font-size: 12px;
  }
  .flourish-bloom-price-main, .flourish-bloom-price-main-two {
      font-size: 14px;
  }
}
h1.heading.h1 {
    display: none;
}

.button-btn-section-m-lb {
    display: none;
}
/*gb 27 april "flourish-bloom" css ENDS*/
/*gb 27 april "landing-page-section" css ENDS*/

/ STORY SCROLL /
.header__linklist .header__linklist-item .header__linklist-link:last-child {
    color: #a21818;
}
.story-scrollbar-container {
  width: calc(100% - 0px);
  padding: 0px 0px;
  overflow: hidden;
  margin: 0 0 0 auto;
}

.story-scroller {
  overflow: scroll;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0px 1px;
}

.story-scroller::-webkit-scrollbar {
  display: none;
}

.story-circle {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 55px;
  overflow: hidden;
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.story-circle-inner {
  border-radius: 12px;
  overflow: hidden;
  width: 55px;
  height: 55px;
  background-position: center;
  background-size: cover;
}

.story{
  margin-right: 12px;
}

.story:nth-child(1) {
  margin-left: 10px;
}
.story-title {
/   max-width: 76px; /
/   text-overflow: ellipsis; /
  margin: auto;
  display: inline-block;
/   width: 70px; /
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  overflow: hidden;
  line-height: 1.1;
}


.countdownTimer {
  margin-top: 0px;
  padding: 8px 2px;
  background: #f6f4a2;
  color: #363636;
  font-size: 13px;
  max-width: 100%;
}

#clockdivv {
  display: flex;
  align-items: center;
  margin: 0px 0 0 0;
  line-height: 1;
  text-align: left;
  justify-content: center;
}

.clockBlock {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 8px 12px;
  margin: 0 2px;
/   border: 1px solid red; /
  background: #f3f0e9;
  color: #363636;
  line-height: 1 !important;
}

.clockBlock h3 {
  line-height: 1 !important;
  margin: 5px 0 !important;
  padding: 0 !important;
  font-size: 18px;
}

.clockBlock_v2 {
  margin-right: 4px;
  font-style: italic;
}

.ks-calculator-container.ks-calculator-inject {
  text-align: right !important; 
  min-width: 200px;
}

#shopify-section-mini-cart .line-item__content-wrapper {
    width: 100%;
}

#shopify-section-mini-cart .line-item__price-list-container.text--small {
    margin-left: auto;
    padding-left: 8px;
}

#main .shopify-section:first-child .button-section-main {
  margin-top: 0;
  margin-bottom: 0;
}  

cart-drawer#mini-cart.ic--cart-loading .drawer__content {
  opacity: 0.5;
  -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 70%) right/300% 100%;
  background-repeat: no-repeat;
  animation: ic--drawer-shimmer 1.5s infinite;
}
@keyframes ic--drawer-shimmer {
  100% {-webkit-mask-position:left}
}

/* ==================================================
   FEAT Shipping Progress Bar - Simple & Clean
   ================================================== */

   .feat-shipping-progress {
    margin: 16px 0;
    padding: 0 4px;
  }
  
  .feat-shipping-progress--large {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .feat-shipping-progress__message {
    font-size: 13px;
    text-align: center !important;
    margin: 0 auto 12px auto;
    color: #000000;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 1;
    transform: translateY(0);
    line-height: 1.4;
  }
  
  .feat-shipping-progress__message p,
  .feat-shipping-progress__message strong,
  .feat-shipping-progress__message span {
    text-align: center !important;
    margin: 0;
  }
  
  .shipping-bar__text {
    text-align: center !important;
  }
  
  .shipping-bar__text p,
  .shipping-bar__text strong,
  .shipping-bar__text span {
    text-align: center !important;
    margin: 0;
    display: inline;
  }
  
  .feat-shipping-progress__bar-container {
    position: relative;
    margin: 0 0 11px 0;
  }
  
  .feat-shipping-progress__bar {
    height: 8px;
    background: #EAE7DF;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
  }
  
  .feat-shipping-progress__fill {
    height: 100%;
    background: #443F3A;
    border-radius: 10px;
    transition: width 0.5s ease-out;
  }
  
  .feat-shipping-progress__milestone {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  
  .feat-shipping-progress__milestone--tier1 {
    left: 27%;
  }
  
  .feat-shipping-progress__milestone--tier2 {
    left: 73%;
  }
  
  .feat-shipping-progress__milestone--single {
    left: 100%;
    transform: translate(-50%, -50%);
  }
  
  .feat-shipping-progress__dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #EAE7DF;
    border: 1px solid #443F3A;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
  }
  
  .feat-shipping-progress__milestone.achieved .feat-shipping-progress__dot {
    border-color: #443F3A;
    background: #443F3A;
    transform: scale(1.1);
  }
  
  .feat-shipping-progress__labels {
    display: flex;
    position: relative;
    padding: 0 4px;
  }
  
  .feat-shipping-progress__labels--single {
    justify-content: flex-end;
  }
  
  .feat-shipping-progress__labels--single .feat-shipping-progress__label {
    left: 100% !important;
    max-width: 90px !important;
  }
  
  .feat-shipping-progress__label {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    text-align: center !important;
    position: absolute;
    transform: translateX(-50%) scale(1);
    white-space: normal;
    line-height: 1.3;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .feat-shipping-progress__label p,
  .feat-shipping-progress__label strong,
  .feat-shipping-progress__label span {
    text-align: center !important;
    display: block;
    margin: 0;
  }
  
  .feat-shipping-progress__label:first-child {
    left: 27%;
    max-width: 50px;
  
  }
  
  .feat-shipping-progress__label:last-child {
    left: 73%;
    max-width: 90px;
    width: 100%;
  }
  
  
  /* Responsive */
  @media screen and (min-width: 741px) {
    .feat-shipping-progress {
      margin: 20px 0;
    }
  
    .feat-shipping-progress__message {
      font-size: 14px;
      margin-bottom: 16px;
    }
  
    .feat-shipping-progress__bar {
      height: 8px;
    }
  
    .feat-shipping-progress__dot {
      width: 16px;
      height: 16px;
    }
  
    .feat-shipping-progress__label {
      font-size: 12px;
      max-width: 90px;
    }
  }
  
  