/** Shopify CDN: Minification failed

Line 976:12 Expected identifier but found "*"
Line 1486:0 Unexpected "}"

**/
.link{
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: var(--color-base);
  --font-heading-line-height: 130%;
  line-height: var(--font-heading-line-height);
  word-break: break-word;
}
.h1,.h2,.h3,.h4,.h5,.h6{
  margin: 0;
}
h1>a,h2>a,h3>a,h4>a,h5>a,h6>a,
.h1>a,.h2>a,.h3>a,.h4>a,.h5>a,.h6>a{
  color: var(--color-base);
}
@media (min-width: 993px){
  h1,h2{
  	--h-mt: var(--sections-top-spacing);
    --h-mb: 60px
  }
}
@media (max-width: 992px){
  h1,h2{
  	--h-mt: var(--sections-top-spacing-mobile);
    --h-mb: 40px
  }
}
h1,.h1{
  font-size: calc(36px * var(--font-heading-scale));
}
h2,.h2{
  font-size: calc(30px * var(--font-heading-scale));
}
h1,h2{
  margin-top: var(--h-mt, 0);
  margin-bottom: var(--h-mb, 0);
}
h3,.h3{
  font-size: calc(24px * var(--font-heading-scale));
}
h4,.h4{
  font-size: calc(20px * var(--font-heading-scale));
}
h5,.h5{
  font-size: calc(16px * var(--font-heading-scale));
}
h6,.h6{
  font-size: calc(14px * var(--font-heading-scale));
}
h3,h4,h5,h6{
  --h-mt: 40px;
  --h-mb: 20px;
  margin-top: var(--h-mt);
  margin-bottom: var(--h-mb);
}
@media (max-width: 576px){
  .h1--mobile{
    font-size: calc(36px * var(--font-heading-scale));
  }
  .h2--mobile{
    font-size: calc(30px * var(--font-heading-scale));
  }
  .h3--mobile{
    font-size: calc(24px * var(--font-heading-scale));
  }
  .h4--mobile{
    font-size: calc(20px * var(--font-heading-scale));
  }
}
.body0{
  font-size: 18px;
  line-height: 130%;
  font-weight: var(--font-body-weight);
}
.body2{
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  font-weight: var(--font-body-weight);
}
.body3{
  font-size: var(--font-body3-size);
  line-height: var(--font-body3-line-height);
}
strong,b,.strong{
  font-weight: var(--font-body-bold-weight);
}

form{
  margin: 0;
}
button,
button:active,
button:focus{outline: none;border: none;}
img{
  max-width: 100%;
  vertical-align: middle;
}
meta+img,p+img,p span img{
  max-width: 100%;
  vertical-align: middle;
  margin: 10px 0;
}
input:focus, input:active{outline: none;}
input::placeholder,
textarea::placeholder{
  font-family: var(--font-body-family);
  font-weight: var(--font-body-weight);
  color: var(--color-input-text);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
  color: var(--color-input-text);
}
input::-moz-placeholder,
textarea::-moz-placeholder{
  color: var(--color-input-text);
}
a{
  color: var(--color-text-link);
  text-decoration: underline;
  outline: 0;
  transition: color var(--duration-medium) var(--animation-bezier);
}
a:hover{text-decoration: none;}
a.clear-underline{
  text-decoration: none;
}
.unstyle-ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
p{
  margin: 15px 0 0;
}
.no-js:not(html),
html.no-js .no-js-hidden {
  display: none!important;
}
html.no-js .no-js:not(html) {
  display: block!important;
}
  
address {
  font-style: var(--font-body-style);
}

.color-base{color: var(--color-base);}
.mb0{margin-bottom: 0px;}
.mb3{margin-bottom: 3px;}
.mb5{margin-bottom: 5px;}
.mb7{margin-bottom: 7px;}
.mb9{margin-bottom: 9px;}
.mb10{margin-bottom: var(--padding1);}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: var(--padding3);}
.mt0{margin-top: 0px;}
.mt3{margin-top: 3px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt18{margin-top: 18px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: var(--padding4);}
.mt60{margin-top: var(--padding5);}
.mb40{margin-bottom: var(--padding4);}
.pt15{padding-top: 15px;}

.subheading{
  color: var(--color-subheading);
  margin-bottom: 20px;
}
.heading--mb{margin-bottom: 50px;}
.el_mt_20{margin-top: calc(var(--padding2) * -1);}
.el_mt_20>*{margin-top: var(--padding2);}
.el_mt_30{margin-top: calc(var(--padding3) * -1);}
.el_mt_30>*{margin-top: var(--padding3);}
.el_mt_40{margin-top: calc(var(--padding4) * -1);}
.el_mt_40>*{margin-top: var(--padding4);}
.el_mt_60{margin-top: calc(var(--padding5) * -1);}
.el_mt_60>*{margin-top: var(--padding5);}
.self_mt_60{margin-top: var(--padding5);}
@media (max-width: 992px){
  .heading--mb{
    margin-bottom: var(--padding4);
  }
  .el_mt_60,
  .self_mt_60{
    --padding5: var(--padding4);
  }
}
.same__mt-10 > *:not(:first-child){
  margin-top: 10px;
}
.same__mt-10 > :first-child{
  margin-top: 0;
}
  
.text-center{text-align: center !important;}
.text-left{text-align: left !important;}
.nomargin{margin: 0;}
.mt--first-child-0 > *:first-child{margin-top:0;}
.mb--last-child-0 > *:last-child{margin-bottom:0;}
.text-uppercase{text-transform: uppercase !important;}
.justify-content-center{justify-content: center !important;}
.align-items-start{align-items: flex-start !important;}
.align-items-center{align-items: center !important;}
.align-items-end{align-items: flex-end !important;}
.align-self-center{align-self: center !important;}
.align-self-end{align-self: flex-end !important;}
.display-block{display: block;}
.display-flex{display: flex;}
.justify-content-between{justify-content: space-between;}
.position-relative{position: relative;}
.hidden, .hide{display: none !important;}
.body-bold-weight{font-weight: var(--font-body-bold-weight);}
.visibility-hidden{
  visibility: hidden;
  display: none !important;
}
.visibility-hidden:first-child+*:not(.visibility-hidden){
  margin-top: 0;
}
@media (min-width:577px){
  .justify-content-center--no-phone{justify-content: center !important;}
}
.page-width,
.page-wide{
  width: 100%;
  max-width: calc(var(--page-width) + var(--page-padding)*2);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.page-fullwidth{
  width: 100%;
}
@media (min-width:993px) and (max-width: 1440px){
  .page-width{
    max-width: unset;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width:993px){
  .page-wide{
    width: 100%;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width:577px) and (max-width: 992px){
  .page-width,
  .page-wide{
    padding-left: 30px;
    padding-right: 30px;
  }
}

.grid{
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--page-padding) / -2);
  margin-left: calc(var(--page-padding) / -2);
}
[class*="col-"]{
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  padding-right: calc(var(--page-padding) / 2);
  padding-left: calc(var(--page-padding) / 2);
}
.col-12{max-width: 100%;}
.col-10{max-width: 83.333333%;}
.col-9{max-width: 75%;}
.col-8{max-width: 66.666666%;}
.col-7{max-width: 58.333333%;}
.col-6{max-width: 50%;}
.col-5{max-width: 41.666666%;}
.col-4{max-width: 33.333333%;}
.col-3{max-width: 25%;}
.col-one_fifth{max-width: 20%;}
.col-four_fifth{max-width: 80%;}
.col-one_eight{max-width: 12.5%;}
.col-2{max-width: 16.666666%;}

.top-spacing-none{
  --sections-top-spacing-current: 0;
}
.top-spacing-small{
  --sections-top-spacing-current: var(--sections-top-spacing--small);
  --sections-top-spacing-current-mobile: var(--sections-top-spacing--small-mobile);
}
.top-spacing-medium{
  --sections-top-spacing-current: var(--sections-top-spacing--medium);
  --sections-top-spacing-current-mobile: var(--sections-top-spacing--medium-mobile);
}
.top-spacing-normal{
  --sections-top-spacing-current: var(--sections-top-spacing);
  --sections-top-spacing-current-mobile: var(--sections-top-spacing-mobile);
}
[class*="top-spacing-"]{
  margin-top: var(--sections-top-spacing-current);
}
/*
sp - screen phone <= 576
sst - screen-small-tablet <= 768px
st - screen tablet <= 992
md - screen-medium <= 1200px
lg - screen-large <= 1440px
*/
@media (max-width:1440px){
  .col-lg-6{
    max-width: 50%;
  }
}
@media (max-width:1200px){
  .col-md-12{
    max-width: 100%;
  }
  .col-md-6{
    max-width: 50%;
  }
  .col-md-3{
    max-width: 25%;
  }
  .col-md-4{
    max-width: 33.333333%;
  }
}
@media (max-width:992px){
  [class*="top-spacing-"]{
    margin-top: var(--sections-top-spacing-current-mobile);
  }
  .col-st-3{
    max-width: 25%;
  }
  .col-st-4{
    max-width: 33.333333%;
  }
  .col-st-6{
    max-width: 50%;
  }
  .col-st-8{
    max-width: 66.666666%;
  }
  .col-st-10{
    max-width: 83.333333%;
  }
  .col-st-12{
    max-width: 100%;
  }
}
@media (max-width:576px){
  .col-sp-6{
    max-width: 50%;
  }
  .col-sp-12{
    max-width: 100%;
  }
}

.border__radius,
.image--radius img{
  border-radius: var(--radius);
}
.border__radius-top{
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.scroll__vertical{overflow: hidden auto;}
.scroll__disabled{overflow: hidden;}

summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
[style*="--aspect-ratio"]{
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  width: 100%;
}
[style*="--aspect-ratio"] img,
[style*="--aspect-ratio"].placeholder__svg--bg svg{
  backface-visibility: hidden;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[style*="--aspect-ratio"]:before{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: calc(100%/(0 + var(--aspect-ratio, 1 / 1)));
}
a.image-hover-scaling__image{
  display: block;
}
@media (min-width: 993px){
  .image-hover-scaling-up{
    -webkit-transform: translate3d(0,0,0);
  }
  .image-hover-scaling-up .image-hover-scaling__image{
    --scale-image: 1.05;
    transition: transform var(--duration-medium) var(--zoom-animation-bezier);
    transform: scale(1);
  }
  .image-hover-scaling-up.image-hover-scaling-internal,
  .image-hover-scaling-up .image-hover-scaling-internal{
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    border-radius:var(--radius);
  }
  .image-hover-scaling-up.image-hover-scaling-internal .image-hover-scaling__image,
  .image-hover-scaling-up .image-hover-scaling-internal .image-hover-scaling__image{
    transition: transform 200ms ease;
    --scale-image: 1.1;
  }
  .image-hover-scaling-up:hover .image-hover-scaling__image:not(.image-hover-scaling-up--disabled),
  .hover-area:hover .image-hover-scaling-up .image-hover-scaling__image:not(.image-hover-scaling-up--disabled){
    transform: scale(var(--scale-image));
  }
}
.image-hover-scaling-up.image-hover-scaling-internal.border__radius--circle,
.image-hover-scaling-up .image-hover-scaling-internal.border__radius--circle,
.border__radius--circle{
  border-radius: 50%;
}

.announcement-bar{
  opacity: 1;
  color: var(--color-announcement-bar-text);
  background: var(--color-announcement-bar);
  min-height: 40px;
  padding: 9px 0 10px;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
}
.announcement-bar .btn-small:before{
  top: calc(100% - 2px);
}
.announcement-bar .btn-small{
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
  font-weight: var(--font-button-weight);
}



.header__color-line{
  width: 100%;
  height: 5px;
  background: var(--color-base);
}
@media(max-width: 992px){
  [style*="--aspect-ratio-mobile"]:before{
   --aspect-ratio: var(--aspect-ratio-mobile);
  }
  .header__color-line{display: none;}
}
.badge__container{  
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  pointer-events: none;
}
.badge__container:empty{
  display: none;
}
.badge{
  display: inline-flex;
  pointer-events: none;
  border-radius:var(--radius-badge);
  background: var(--color-badge-1);
  color: #ffffff; /* var(--color-badge-1-text); */
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);    
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  font-weight: var(--font-body-bold-weight);
  padding: 2px 10px 2px;
  pointer-events: none;
  text-transform: initial;
}
.badge--fixed{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.badge--small{
  font-size: var(--font-body4-size);
  line-height: var(--font-body4-line-height);
  padding: 1px 4px;
}
.badge--featured{
  background: var(--color-badge-2);
  color: var(--color-badge-2-text);
}
.badge--sold_out{
  background: var(--color-badge-3);
  color: var(--color-badge-3-text);
}
.badge__menu__fixed{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 0!important;
  gap: 4px;
  top: 6px;
  right: 6px;
  z-index: 1;
}
*:not(.badge__menu__fixed)>.badge__menu{
  position: relative;
  top: -2px;
  margin-left: 6px;
}
.cart-count-bubble{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--auto-text-color-accent);
  background: var(--color-accent);
  border-radius: 50%;
}
.cart-icon-bubble{
  display: flex;
}
@media (min-width: 993px){
  .cart-count-bubble{
    position: absolute;
    bottom: calc(100% + 4px);
    font-size: 12px;
    line-height: 130%;
    width: 20px;
    height: 20px;
  }
  .cart-count-bubble span{
    position: relative;
    top: 1px;
  }
}
@media (max-width: 992px){
  .cart-count-bubble{
    font-size: 16px;
    line-height: 130%;
    width: 30px;
    height: 30px;
  }
  .cart-icon-bubble_hide-tablet{
    display: none;
  }
}

.link{
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: none;
  box-shadow: none;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.link svg{
  flex: 0 0 auto;
}
.link:not(.link-only-svg) svg:first-child{
  margin-right: 10px;
}

.btn-small,
.btn-medium{
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  text-align: left;
  color: var(--color-accent);
  font-weight: var(--font-button-weight);
  text-decoration: none;
}
.btn-medium{
  --height: 2px;
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
}
.btn-medium--type-small{
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
}
.btn-small{
  --height: 1px;
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
}
.btn-small-body3{
  font-size: var(--font-body3-size);
  line-height: var(--font-body3-line-height);
}
.btn-small:before,
.btn-medium:before,
.btn-medium--icon>span:before{
  content: "";
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: var(--height);
  background: var(--color-accent);
  transition: width var(--duration-medium) var(--animation-bezier);
}
.btn-medium--icon svg{
  max-width: 20px;
  max-height: 20px;
}
.btn-medium--icon svg:last-child{
  margin-left: 10px;
}
.btn-medium--icon>span:before{
  width: 0;
}
.btn-medium.btn-medium--icon:before{
  content: unset;
}
.btn-medium--icon>span{
  position: relative;
}
.btn-medium:hover,
.btn-small:hover{
  text-decoration: none;
}
@media (min-width: 993px){
  .section-btn-small-container{
    position: absolute;
    margin-top: 0;
    bottom: calc(100% + 20px);
    right: 0;
    z-index: 1;
    width: auto;
    padding: 0;
  }
  .grid>.section-btn-small-container{
    right: calc(var(--page-padding) / 2);
  }
  .hover-area:hover .btn-small:before,
  .btn-small:hover:before{
    width: 0;
  }
  .btn-medium:before{
    width: 0;
  }
  .btn-medium--icon svg{
    opacity: var(--opacity-icons);
    transition: opacity var(--duration-medium) var(--animation-bezier);
  }
  .btn-medium--icon:hover svg{
    opacity: 1;
  }
  .hover-area:hover .btn-medium:not(.hover-area--native):before,
  .btn-medium--icon:hover>span:before,
  .btn-medium:hover:before{
    width: 100%;
  }
}
@media (max-width: 992px){
  .btn-medium:after,
  .btn-small:after{
    content: "";
    position: absolute;
    display: block;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: var(--radius-button);
  }
  .btn-medium:hover:after,
  .btn-small:hover:after{
    background: var(--mobile-focus-color);
  }
}

/* for custom icons */
svg.theme-icon {
  max-height:48px;
  fill: #00b9e4;
}
svg.theme-icon path,
svg.theme-icon rect{
  fill: var(--color-base);
}
svg.placeholder-svg path{
  fill: rgba(var(--color-base-rgb), .3); 
}
svg > *{
  transition: fill var(--duration-medium) var(--animation-bezier);
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-button-weight);
  font-size: var(--font-body-size);
  line-height: var(--font-body-line-height);
  height: 50px;
  background: var(--background);
  color: var(--color);
  border-radius: var(--radius-button);
  border: unset;
  padding: 0 25px;
  width: auto;
  text-decoration: none;
  cursor: pointer;
}
.btn svg path{
 fill: var(--fill);
}
.btn:hover{
  text-decoration: none;
}
.btn_border{
  padding: 0 20px;
  font-size: var(--font-body2-size);
  line-height: var(--font-body2-line-height);
  --background: transparent;
}
@media (min-width: 993px){
  .btn_zoom{
    position: relative;
  }
  .btn_zoom>*{
    position: relative;
    z-index: 1;
  }
  .btn_zoom:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--radius-button);
    border: var(--border, unset);
    background: var(--background);
    z-index: 0;
    transform: translate3d(0,0,0);
    transition: transform var(--duration-short) var(--zoom-animation-bezier),
      			width var(--duration-short) var(--zoom-animation-bezier),
                height var(--duration-short) var(--zoom-animation-bezier);
  }
  .btn_border.btn_zoom:before{
    border: 2px solid var(--color-lines-borders);
  }
  .btn_zoom:hover:before{
    --scale-button-on: 6px;
    transform: translate3d(-3px,-3px,0);
    width: calc(100% + var(--scale-button-on));
    height: calc(100% + var(--scale-button-on));
  }
  .btn_border:not(.btn_zoom){
    border: 2px solid var(--color-lines-borders);
  }
}
@media (max-width: 992px){
  .btn_border{
    border: 2px solid var(--color-lines-borders);
  }
  .btn_zoom:not(.btn_border){
    border: var(--border, unset);
  }
}
@media (max-width:576px){  
  .btn{
    padding: 0 20px;
  }
}
.btn svg{
  flex: 0 0 auto;
}
.btn-medium svg:not(:last-child),
.btn svg:not(:last-child){
  margin-right: 10px;
}
.btn.only-child svg:not(:last-child){
  margin-right: 0;
}
.btn-medium svg:last-child:not(:only-child){
  margin-left: 5px;
}
.btn svg:last-child:not(:only-child){
  margin-left: 10px;
}

.btn-small[aria-disabled=true],
.btn[aria-disabled=true]{
  cursor: not-allowed;
  opacity: .3;
  pointer-events: none;
}

.animation-underline{
  display: inline-flex;
  position: relative;
  text-decoration: none;
}
.animation-underline:before{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  top: 100%;
  background: var(--color-base);
  transition: width var(--duration-medium) var(--animation-bezier);
}
.animation-underline--thin:before{
  height: 1px;
}
.animation-underline--active:before{
  width: 100%;
}
@media (min-width: 993px){
  .hover-area:hover .animation-underline:not(.hover-area--native):before,
  .animation-underline:hover:before{
    text-decoration: none;
    width: 100%;
  }
  .hover-area:hover .animation-underline:not(.hover-area--native):not(.hover-area--default):hover:before{
    text-decoration: none;
    width: 0;
  }
  .hover-area:hover .animation-underline:not(.hover-area--native):after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 100%;
    background: transparent;
  }
}

.section-background--none{
  --section-background-spacing: 0;
}
.section-background--xsmall{
  --section-background-spacing: 10px;
  --section-background-spacing-mobile: 10px;
  min-height: 40px;
}
.section-background--small{
  --section-background-spacing: var(--sections-top-spacing--small);
  --section-background-spacing-mobile: var(--sections-top-spacing--small-mobile);
}
.section-background--medium{
  --section-background-spacing: var(--sections-top-spacing--medium);
  --section-background-spacing-mobile: var(--sections-top-spacing--medium-mobile);
}
.section-background--normal{
  --section-background-spacing: var(--sections-top-spacing);
  --section-background-spacing-mobile: var(--sections-top-spacing-mobile);
}  

.section-background{
  padding-top: var(--section-background-spacing, 100);
  padding-bottom: var(--section-background-spacing, 100);
  padding-left: var(--section-sides, 0);
  padding-right: var(--section-sides, 0);
  background: var(--color-section-background);
}
.page-width .section-background{
  --section-sides: 40px;
}
.page-wide .section-background{
  --section-sides: 70px;
}  
@media (min-width:993px) and (max-width: 1440px){
  .page-width .section-background{
    --section-sides: 70px;
  }
}
@media (min-width:993px){
  .page-wide .section-background{
    --section-sides: 70px;
  }
}
@media (min-width:577px) and (max-width: 992px){
  [class*="page-wi"] .section-background{
    --section-sides: 30px;
  }
}
@media (max-width:576px){
  [class*="page-wi"] .section-background{
    --section-sides: var(--page-padding);
  }
}
@media(max-width: 992px){
  .section-background{
    padding-top: var(--section-background-spacing-mobile, 80);
    padding-bottom: var(--section-background-spacing-mobile, 80);
  }
}
  
.placeholder__svg--bg{
  background: rgba(var(--color-base-rgb), 0.07);
}
.placeholder__svg--bg-none{
  background: rgba(0,0,0,0);
}
.placeholder__svg--bg svg{
  display: flex;
  width: 100%;
  height: auto;
}
  
.w-full {width: 100%;}
@media (max-width: 576px){
  .w-full-sp{
    width: 100%;
  }
}
blockquote{
  background: var(--color-secondary-background);
  border-radius: var(--radius);
  padding: 40px;
  margin: 40px 0;
}
blockquote>:*{
  margin: 20px 0 0;
}
blockquote>:first-child{
  margin: 0;
}
@media (max-width: 546px){
  blockquote{
    padding: 20px;
  }
}

.shopify-challenge__message{
  margin-top: 0;
  margin-bottom: 30px;
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: var(--color-base);
  font-size: 20px;
  line-height: 26px;
}
.shopify-challenge__container .shopify-challenge__button{
  margin-top: 30px;
}
@media (min-width: 993px){
  .shopify-challenge__container{
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
@media (max-width: 992px){
  .shopify-challenge__container{
    margin-top: 140px;
    margin-bottom: 140px;
  }
}
@media (max-width:576px){
  .shopify-challenge__container .shopify-challenge__button{
    width: calc(100% - 40px);
  }
}

table th{
  font-weight: var(--font-body-bold-weight);
}
table{
  border-spacing: 0;
  width: 100%;
}
table h1, table h2, table h3, table h4, table h5, table h6{
  margin-top: 0;
  margin-bottom: 0;
}
table tr:nth-child(odd){
  background: var(--color-secondary-background);
}
table tr th:first-child,
table tr td:first-child{
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
  padding-left: 15px;
}
table tr th:last-child,
table tr td:last-child{
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  padding-right: 15px;
}
table tr td{
  padding-top: 11px;
  padding-bottom: 10px;
}
table thead{
  text-align: left;
}
  
.svg-icon--small svg{
  max-width: 20px;
  max-height: 20px;
}
.svg-icon--normal svg{
  max-width: 48px;
  max-height: 48px;
}
.color-accent-to-base{
  --color-accent: var(--color-base);
}
.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden{
  overflow: hidden;
}
.breadcrumb{
  margin-bottom: 20px;
}

@media (max-width: 576px){
  .breadcrumb {margin-top: 20px !important;}
  .breadcrumb.breadcrumb--no-mt{
    margin-top:0px;
  }
}

@media (min-width: 577px) and (max-width: 992px){
  .breadcrumb {margin-top: 20px;}
  .breadcrumb.breadcrumb--no-mt{
    margin-top:0px;
  }
}
.breadcrumb li{
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumb li svg{
  opacity: var(--opacity-icons);
  margin-left: 10px;
  margin-right: 10px;
}
.share-button__fallback{
  position: relative;
}
.share-button__fallback input{
  text-overflow: ellipsis;
  padding-right: 50px;
}
.share-button__close,
.share-button__copy{
  position: absolute;
  top: 52%;
  right: 0;
  transform: translate(0,-50%);
  padding: 0 20px;
  height: 100%;
  background: transparent;
  z-index:1;
  cursor: pointer;
  opacity: var(--opacity-icons);
}
.share-button__close,
.share-button__copy{
  opacity: 1;
}
.share-button__close:not(.hidden)+.share-button__copy,
.share-button__close:not(.hidden)~.field input,
.share-button__close:not(.hidden)~.field label{
  display:none;
}
.share-button__close:not(.hidden)~.field .share-button__message{
  display: flex;
  align-items: center;
}
.share-button{
  display: block;
  margin-top: var(--padding2);
}
html.no-js .share-button details{
  display: flex;
}
.share-button details summary{
  display: inline-flex;
  width: max-content;
}
.share-button__fallback{
  margin-top: var(--padding1);
}
  
a:empty, ul:empty, dl:empty, p:empty{
  display: none;
}
  
.loading-overlay__spinner{
  width: 20px;
  height: 20px;
  display: inline-block;
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: var(--color-base);
  animation: dash 1.4s ease-in-out infinite;
}
.btn .path {
  stroke: var(--fill);
}
@media screen and (forced-colors: active) {
  .path{
    stroke: CanvasText;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

*:focus {
  outline: 0;
  box-shadow: none;
}
*:focus-visible:not(textarea):not(input):not(select) {
  outline: 0.2rem solid rgba(var(--color-base-rgb),.3);
  outline-offset: 0.3rem;
}
@media (max-width:992px){
  *:not(input):not(textarea):focus:not(select):focus:not(.predictive-search):focus {
    outline: 0!important;
    box-shadow: none!important;
  }
}
#cart-icon-bubble:focus-visible,drawer-inner.drawer__inner:focus-visible{
  outline: unset;
}

.btn:focus,
.btn:focus-visible,
.btn.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem var(--color-body-background),0 0 0 0.5rem rgba(var(--color-base-rgb),.3),0 0 0.5rem 0.3rem rgba(var(--color-base-rgb),.3);
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  clip: auto;
}
.btn:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role=button]:focus:not(:focus-visible):not(.focused){
  outline: 0;
  box-shadow: inherit;
}
@media (max-width: 992px){
  .btn:not(.active-facets__button):hover{
    position: relative;
  }
  .btn:not(.active-facets__button):hover:before{
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 1px solid var(--color-body-background);
    border-radius: calc(var(--radius-button) - 2px);
  }
}
terms_and_condition-checkbox{
  display: flex;
  margin-top: var(--padding3) !important;
}
terms_and_condition-checkbox:not(.checked)+*,
terms_and_condition-checkbox:not(.checked)~.cart__dynamic-checkout-buttons{
  pointer-events: none;
  opacity: 0.3;
}
terms_and_condition-checkbox .checkbox-input a{
  font-weight: var(--font-body-bold-weight);
}
terms_and_condition-checkbox .checkbox-input:hover span{
  cursor: default;
  font-weight: var(--font-body-weight);
}
.section__richtext__editor h1,
.section__richtext__editor h2,
.section__richtext__editor h3,
.section__richtext__editor h4,
.section__richtext__editor h5,
.section__richtext__editor h6{
  margin: 0;
}
.section__richtext__editor ul,
.section__richtext__editor ol{
  margin:0;
  padding:0 0 0 20px;
  max-width: max-content;
}
.text-center .section__richtext__editor ul,
.text-center .section__richtext__editor ol,
.text-center.section__richtext__editor ul,
.text-center.section__richtext__editor ol{
  margin-left: auto;
  margin-right: auto;
}
.section__richtext__editor>*:not(:first-child){
  margin-top:15px;
}

image-box{
  display:block;
}

/* back in stock custom css*/
.ct_main {
  text-align: center;
}

.ct_button {
  width: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct_button_text {
  font-weight: bold;
  padding-top: 2px;
}


/* reevoo footer */
@media (min-width:993px){
.reevoo-footer {margin-top:-150px; padding-bottom:5px; }
}

@media (max-width:992px){
.reevoo-footer { margin-top: 0px; }
}

/* product page extras - alignment fixes */
@media (min-width:993px){
  .product-info-align {display:flex; align-items:center;}
}

@media (min-width: 577px) and (max-width:992px){
  .product-info-align {justify-content:left; display:flex; align-items:start;}
}

@media (max-width:576px){
  .reevoo-star-container {justify-content:center; display:flex; align-items:center;}
  .product-info-align {justify-content:center; display:flex; align-items:center;}
  .product__price .price .price__container h4 .h4 {justify-content:center !important; display:flex; align-items:center !important; text-align: center;}
}


.price__container .h2 {
  font-weight: 600;
}


.signup-success {
  color: #fff;
  background-color: #00b8e4;
  height: 25px;
  text-align: center;
}

/*boost pfs hide collection title/desc on desktop */
@media (min-width:768px){
.boost-collection-hide-desktop { display:none; }
}

@media (max-width:767px){
.boost-collection-hide-desktop { padding:0px 15px 0px 15px; }
}

.boost-collection-custom-description {
  padding:0px 0px 20px 0px;
}

/* plain table for pages */

.page-table table {width:100%; border:none; text-align: center; background-color:#ffffff;}
.page-table tr td {background-color: #ffffff;}


/* policies accordion */

.policy-section {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

 .accordion {
        border: 1px solid #ccc !important;
        border-radius: 2px !important;
        max-width: 800px;
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
      }
      .accordion input {
        display: none !important;
      }
      .accordion__handler {
        padding: 10px !important;
        display: block !important;
        cursor: pointer !important;
        user-select: none !important;
        display: flex !important;
        justify-content: space-between !important;
      }
      .accordion__title {
        font-weight: bold !important;
      }
      .accordion__icon {
        transition: transform 250ms ease-in-out !important;
      }
      .accordion input:checked ~ .accordion__body {
        height: auto !important;
        padding: 0 10px 10px !important;
      }
      .accordion input:checked + .accordion__handler .accordion__icon {
        transform: rotate(180deg) !important;
      }
      .accordion__body {
        height: 0 !important;
        overflow: hidden !important;
      }

      .accordion__body table td {background-color: #ffffff;}


/* display title in different position for mobile & desktop */
@media (min-width:993px) {
.product_title_mobile {display:none;}
}

@media (max-width:992px) {
.product_title_mobile {padding-bottom:20px; text-align: center;}
}

@media (max-width:992px) {
  .product_title_desktop {display: none;}
}


/*Header Announcement Bar */
.announcement_bar {
  max-width: 1600px;
  margin:0 auto;
  padding:5px 0px 5px 0px;
  text-align: center;

}

.announcement_border {
  border-bottom: 1px solid #d9d9d9;
}

.announcement_bar p {
  margin: 0px;
}

.announcement_bar a:link {
  font-weight: bold !important;
  text-decoration:none;
 
}

.announcement_bar a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .announcement_bar {
 font-size:14px;   
  }
}

/*Header Information Bar */


.info_bar {
  width: 100%;
  /* padding:10px 10px; */
  text-align: center;
  margin-top:-10px;
  margin-bottom:10px;
}

.info_bar p {
  margin: 0px;
}

.info_bar a:link {
  text-decoration: none;
 
}

.info_bar a:hover {
 text-decoration:underline;
}

}
/* Questions and Answers */


.ac-qa-block-header, .ac-qa-empty-title, ac-qa-empty-description, .ac-qa-question, .ac-qa-ask-button, .ac-qa-answer, --ac-qa-font-family  {
  font-family: proxima-nova, "Maven Pro", sans-serif !important;
}

:root {
--ac-qa-font-family: proxima-nova, "Maven Pro", sans-serif !important;
}

.ac-qa-empty-description {
  padding-top:10px;
}

.appify_pqa_btn_primary {margin-bottom:10px !important;}

.appify_pqa_btn_primary:hover {
  color: #ffffff !important;
}

.appify_pqa_btn_primary, #appifybtnaskquestion{
  background-color: #00b9e4 !important;
  color: #ffffff;
  font-family: sans-serif !important;
  font-weight:bold !important;
  letter-spacing: 0px !important;  
  text-transform: none !important;
  border-radius: 5px !important;
  border: 0px !important;
}

.appify_pqa_btn_secondary {
   font-family: sans-serif !important;
   text-transform: none !important;
  border: 1px solid #c6c6c6 !important;
}

.appify_pqa_content_title { display: none;}

.appfiy_review_title, .appify_pqa_content_title {
    font-family: sans-serif !important;
    font-size: 20px !important;
}

.appfiy_pqa_container_title, .appify_pqa_content_heading, .first-question-title  {
    font-family: sans-serif !important;
    font-size: 18px !important;
}

.appfiy_pqa_container_title {
padding-top: 5px;
}


.first-question-title  {
  padding-bottom: 5px;
  font-size:16px !important;
}

#firstquestion {
  padding:20px 0px 10px 0px;
}

.namedate {display: none;}


/* Delivery Page Info Blocks */
.shipping-section {
  width: 100%;
  text-align: center;
}

.shipping-block {
  position: relative;
  display: inline-block;
  max-width: 300px; 
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 0px 5px 5px 5px;
  text-align: center;
  vertical-align: top;
}

.shipping-block h4 {
 font-weight: 600 !important;
}

/* PDP redesign */

@media (max-width:576px) {
.pdp_hide_mobile {display: none;}
}

@media (min-width:577px) {
.pdp_hide_desktop {display: none;}
}


@media (max-width:576px) {
.pdp_custom_title {text-align:center;}
}

@media (max-width:576px) {
.mobile_sections_separator {min-height:30px !important;}
}
@media (min-width:577px) {
  .mobile_sections_separator {display: none;}
}


  .product_feature_list {
    margin-top:20px;
    background-color: #f6f7fa;
    border-radius: 5px;
    width: 100%; /* was fit-content */
  }

@media (min-width:1160px) {
.product_feature_list {padding: 15px 10px 10px 10px;}
}

@media (max-width:1159px) {
.product_feature_list {padding: 15px 10px 10px 10px;}
}

@media (max-width:576px) {
.product_feature_list {padding: 15px 10px 10px 4px; margin-top: 30px;}
}


.product_feature_list svg {
  min-width:20px !important;
  min-height:20px !important;

}

.product_feature_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 5px 5px 15px;
}

@media (max-width:576px) {
.product_feature_item {padding: 5px !important; font-size:14px;}
}




 .product_assurance_block {
   margin-top: 20px;
   text-align: center;
   width: 49%;
   max-height:60px;
   padding: 20px 10px 20px 10px;
   background-color: #f6f7fa;
   border-radius: 5px;
   font-weight: 600 !important;
   display: inline-flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   color: #00b9e4;
   font-size: 18px;
 }

 @media (max-width:576px) {
.product_assurance_block {min-height:60px; margin-bottom: 10px; font-size:14px; /*padding: 20px 5px 20px 5px !important*/ ;}
}

 .product_assurance_block path {
   fill: #00b9e4 !important;
 }

 .product_assurance_block svg {
   min-width: 20px !important;
   min-height: 20px !important;
 }

.product_assurance_block a {
  text-decoration:none; 
  color: #00b9e4;
  font-weight:bold;
}



#shopify-block-c868d82b-16dd-444e-b553-897c5b8580df {
  display: none;
}

.product_klarna_container {
  padding:10px 0px 0px 0px;
}

#product_klarna_strip *::part(osm-badge){
    padding:0px 11px 0px 0px;
}

@media (max-width:576px) {
#product_klarna_strip *::part(osm-badge){
  width:53px;
}
#product_klarna_strip *::part(osm-message){
  font-size: 12px;
}
#product_klarna_strip *::part(osm-legal){
  font-size: 12px;
}
}

#product_klarna_strip *::part(osm-container) {
  text-align: left !important;padding-left: 0px !important; border-style:none !important; text-align: left !important; margin-top: 5px !important; margin-bottom:10px !important;
}

#product_klarna_strip *::part(osm-container) .container {
    text-align: left !important;
}

#product_klarna_strip {
    text-align: left !important;
}

#product_klarna_strip *[part=osm-container] p[part=osm-message] {
   text-align: left !important;
}

  
#product_klarna_strip *[part=osm-container] > * {
    align-items: flex-start !important;
}


.product-messaging-badge /* Quiver */ {
  border: 1px solid #eae7e4 !important;
  border-radius: 0px !important;
  margin-top: 10px !important;
  flex-direction: row-reverse !important;
}


/* insert arrow after Quiver text - this also keeps the link from the text div*/
.product-messaging-badge-open-modal-span:after {
    content: "";
    display: inline-flex;
    position: relative;
    width: 25px;
    height: 30px;
    float: right;
    top: -20px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="30px" viewBox="0 0 24 24" fill="none"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8.29289 4.29289C8.68342 3.90237 9.31658 3.90237 9.70711 4.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L9.70711 19.7071C9.31658 20.0976 8.68342 20.0976 8.29289 19.7071C7.90237 19.3166 7.90237 18.6834 8.29289 18.2929L14.5858 12L8.29289 5.70711C7.90237 5.31658 7.90237 4.68342 8.29289 4.29289Z" fill="%2300b9e4"%3E%3C/path%3E%3C/svg%3E');
}

#shopify-block-b05012fe-6ea6-4557-a340-707d73168cbd .product-messaging-badge-text-wrapper {margin-bottom: -10px;}


.product-messaging-badge-vertical-divider {
  margin-right:14px;
}

.product-messaging-badge-logo {
    padding-left: 0px !important;
    padding-right: 14px !important;
}

@media (max-width:576px) {
.product-messaging-badge-logo {
  width: 70.67px !important;
  height: auto !important;

}
.product-messaging-badge-text-wrapper {
  font-size: 12px;
}
  
.product-messaging-badge-text {
   font-size: 12px !important;
 } 
}


.product_payment_feature {
  display:flex; 
  flex-direction: row;
  margin-top:10px; 
  margin-bottom:10px;
  padding: 14px; 
  height: auto; 
  color: #17120f; 
  font-size: 14px;
  font-weight: 400; 
  line-height: 20px; 
  background-color: #FFFFFF;
  border-style: solid; 
  border-color: #eae7e4; 
  border-radius: 0px; 
  border-width: 1px;
  align-items: center;
}

.product_payment_feature_image_container {
  min-width:70px;
  text-align: center;
}

.product-payment-feature-arrow {
  width:25px;
  margin-left:5px;
}


@media (max-width:576px) {
  .product_payment_feature {
    font-size: 12px;
  }
}

@media (min-width:577px) {
.product_featured_video {
  width: 100%; /* width:630px; */ 
  height:354px; 
  margin-top:30px;
}
}

@media (max-width:576px) {
.product_featured_video {
  height:254px;
  width:100%; 
  margin-top:30px;
}
}


/* Monk custom styles */


.mr-embedded-widget--vd .mr-embedded-widget__offer-header {
  /* text-align: left !important; */
  display: none;
}

.mr-embedded-widget--fbt .mr-embedded-widget__offer-header {
  text-align: left !important; 
}



.mr-embedded-widget--fbt .mr-fbt-image-con__image img:hover {
    cursor: pointer;
}

.mr-embedded-widget--fbt .mr-fbt-total-con__text {
  font-weight:normal !important;
}

.mr-embedded-widget--fbt .mr-price-con__offer-price { 
  font-weight:normal !important;
}

.mr-vd-variant-section__action-item button {
  border: 2px solid #f2f2f2 !important;
  background-color: #f2f2f2 !important;
  color: #000000 !important;
  font-weight: bold !important;
  padding: 10px 10px 25px 10px !important;
  align-content: center !important;
}

.mr-vd-variant-section__action-item button:hover {
  border:2px solid #c4cdd5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  font-weight: bold !important;
  padding: 10px 10px 25px 10px !important;
  transition: 0.3s !important;
}

.mr-quantity-selector-con .mr-svg-icon-con {
  color: #969696 !important;
}




.mr-embedded-widget--vd .mr-price-con__offer-price {
  font-weight:bold !important;
}

.mr-embedded-widget--vd .mr-vd-total-con__text {
  font-weight:bold !important;
}

.mr-embedded-widget--vd .mr-vd-variant-section {
 border: 1px solid #eae7e4;
  border-radius:5px !important;
}


.mr-embedded-widget--fbt, .mr-embedded-widget--cross-sell {
    /* background-color: #f6f7fa !important; */ 
    border: 1px solid #eae7e4;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    padding: 5px 0px 20px 20px !important ;
}


.mr-embedded-widget h2, .mr-embedded-widget--fbt h2, .mr-div-embedded-prp-fbt-page h2 {
  display: none !important;
  visibility: hidden !important;
}
   
@media (max-width:576px) {
.mr-embedded-widget__quantity-option-con {
  display: block !important;
  height: auto;
}
}

@media (max-width:576px) {
 .mr-quantity-option {
  margin:5px !important;
}
}

.mr-quantity-option {
 border: 1px solid rgb(80 80 85 / 30%) !important;
}

.mr-embedded-widget__quantity-option-con button {
  border-radius: 5px !important;
}

.mr-embedded-widget__quantity-option-con button:hover {
  border: 2px solid rgb(155, 155, 155) !important;
  border-radius: 5px !important;
  color: #000000 !important;
}


.mr-embedded-widget__quantity-option-con button:focus {
  background-color: #00b9e4 !important;
  color: #ffffff !important;
  border: 1px solid #00b9e4 !important;
  border-radius: 5px !important;
}


.mr-embedded-widget--vd {
   /* border: 1px solid #eae7e4; */
   margin-top: 15px !important;
   margin-bottom: -20px !important;
  padding: 10px 10px 10px 0px !important;
  /* padding: 0px 0px 10px 20px !important ; */
} 


.mr-embedded-widget--fbt .mr-fbt-add-button, .mr-embedded-widget--cross-sell .mr-product-addons-add-button {
 background-color: #00b9e4 !important;
  max-width:328px !important;
  font-family: "Proxima Nova", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border: none !important;
}

.mr-embedded-widget--fbt .mr-fbt-add-button:hover, .mr-embedded-widget--cross-sell .mr-product-addons-add-button:hover {
  background-color: #00b9e4 !important;
  max-width:328px !important;
  font-family: "Proxima Nova", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold !important;
  border: none !important;
  outline: 3px solid #00b9e4;
  transition: opacity 0.3s !important; 
  }



.mr-embedded-widget--fbt .mr-fbt-total-con {
 justify-content: left !important;
}



@media (min-width:577px) {
.mr-product-details__fbt-product-name-con  {
width: 400px !important;
}
}

 @media (max-width:576px) {
.mr-product-details__fbt-product-name-con  {
width: 300px !important;
}
}

.mr-embedded-widget--vd .mr-vd-total-con {
 justify-content: left !important;
}


.mr-embedded-widget--vd .mr-vd-add-button {
 background-color: #00b9e4 !important;
  max-width:328px !important;
  font-family: "Proxima Nova", sans-serif !important;
  font-size: 16px !important;
  font-weight: bold;
   border: none;
}


#mr-div-embedded-cp-freegift_manual-page .mr-embedded-widget {
  padding: 10px 30px 1px;
  background-color: rgb(243 244 246);
  margin-bottom: 50px;
}


#mr-div-embedded-cp-freegift_manual-page .mr-button {
  width: 100px;
  font-weight: bold;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-right: 10px !important;
}

#mr-div-embedded-cp-freegift_manual-page .mr-product-details__product-title {
  max-width: 500px;
}


@media (max-width:576px) {
    #mr-div-embedded-cp-freegift_manual-page .mr-button {
    width:70px;
  } 
}


#mr-div-embedded-cp-freegift_manual-page .mr-actions__action-filler-con {
  margin-left:-12px;
}



.mr-embedded-widget--line-vertical, .mr-embedded-widget--cross-sell {
  background-color: #f6f7fa !important;
}

.mr-embedded-widget--cross-sell .mr-product-item__body {
  padding-right:10px !important;
}


.mr-embedded-widget--line-vertical .mr-button {
  background-color: #00b9e4 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  border:none !important;
  font-weight:bold !important;
  font-size:16px !important;
  max-width:130px !important;
  margin-right: 10px;
  margin-bottom: 30px;
  
}

.mr-embedded-widget--line-vertical .mr-product-details__product-title {
  padding-right:10px !important;
}

.mr-product-item__actions--horizontal .mr-button {
  background-color: #00b9e4 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  border:none !important;
}


.mr-product-item__actions--vertical{
  display: flex !important;
  flex-direction:row !important;
  justify-content:flex-end !important;
  }

.mr-product-item__actions--vertical-full-width {
  max-width:800px !important;
}


/* B2B Net Payment Checkout */ 



#wpd-net-place-order {
    background-color: #00b9e4;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: bold;
}

.wcp-hero-wcpModal input, .wcp-hero-wcpModal textarea { 
  padding: 8px;
}

.wcp-hero-wcpModal select {
  padding:5px;
  font-weight:bold;
}

.cart-wpd-choice {
    width: 350px;
    padding: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    float: right;
    text-align:center;
    background: #f7f7f7;
}

.DiscointCodeSuccess {
font-size:16px;
}

.wcp-discounts-wrapper {
  margin-top:10px;
}

.net-order-total {
  vertical-align: top;
  text-align: right;
  padding-right:10px;
}

.apply-wcp-discount {
  color: #fff !important;
  width: 168px !important;
  margin-right:10px !important;
  border-radius:5px !important;
}

.cart__footer-wrapper .wcp-discounts-wrapper {
  display:none;
}

.wcp-cart-total, .wcp-original-cart-total {
  padding: 0px 0px 0px 10px !important;
}


/* Styles for the modal container */

@media (min-width:700px) {
.pdp-modal-container, .pdp-modal-container-bulk, .pdp-modal-container-instantdelivery  {
  width: 600px;
  right: 0;
}
}

@media (max-width:399px) {
.pdp-modal-container, .pdp-modal-container-bulk, .pdp-modal-container-instantdelivery  {
  width: 365px;
  left:0;
}
}

@media (min-width:400px) and (max-width:699px) {
.pdp-modal-container, .pdp-modal-container-bulk,  .pdp-modal-container-instantdelivery  {
  width: 385px;
  left:0;
}
}


.pdp-modal-container, .pdp-modal-container-bulk,  .pdp-modal-container-instantdelivery  {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);  
  z-index: 9999;
    opacity: 0; 
  transition: opacity 0.3s ease-in-out; 
}


/* Styles for the modal content */
.pdp-modal-content, .pdp-modal-content-bulk, .pdp-modal-content-instantdelivery  {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background-color: rgb(243 244 246);
  color: #000;
  z-index: 9999;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
   box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1); 
  text-align: center;
}

.pdp-modal-content h2, .pdp-modal-content-bulk, .pdp-modal-content-instantdelivery h2 {margin-top: 0px; margin-bottom:0px; text-align:center;}


.pdp-modal-offer-info {
    background-color: #fff;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 35px 10px;
    font-weight: bold;
}

.pdp-modal-offer-info-more-details  { 
  font-weight:normal;
}


@media (min-width: 768px) {
  .pdp-modal-offer-info {
    margin-left: 50px;
    margin-right: 50px;
  }  
}

@media (max-width: 767px) {
  .pdp-modal-offer-info {
    margin-left: 10px;
    margin-right: 10px;
  }  
}

.pdp-modal-offer-info .btn
{
  background-color: #000; 
  margin-top:10px;
}


/* Styles for the modal close button */
.pdp-modal-close-btn, .pdp-modal-close-btn-bulk, .pdp-modal-close-btn-instantdelivery   {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  z-index: 9999;
}


/* Footer additional styles */
.footer__heading {
 font-weight: bold;}




.sold-out-related {
    background-color: #b2eaf770;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom:30px;
}

 /* @media (max-width: 768px) {
  .sold-out-related {
  width: 380px;
  margin: 0 auto;   
  padding-right:20px;
}}
*/


/*
.suggested_alternative {
  width:300px; 
  text-align:center;
  font-weight:bold;
  margin-left: 50px;
}

@media (max-width: 768px) {
  .suggested_alternative{
 margin-left: 0px;
}}

*/


.related_columns {
  display: inline-flex;
  flex-wrap: wrap;
 /* margin-left:50px; */ 
}


@media (max-width: 768px) {
.related_columns {
  width: 380px;
  margin-left:-20px;
}
}

.related_column {
  max-width: 250px;
  width: 100%;
  margin: 0 10px;
  box-sizing: border-box;
}


@media (max-width: 992px) {
  .related_column {
    max-width: 170px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) and (max-width: 1139px) {
  .related_column {
    max-width: 200px;
    margin: 0 auto;
  }
}

/* Black Friday embedded email form */
._inline_1qy88_45 ._formContainer_1qy88_30 {
  background-color: #000000 !important;
  padding:20px 50px;
  margin-bottom:30px;
}

._textHeading_2aowh_35 _textHeading_g1wk8_34 h2 {
  color: #ffcd00;
}

._textBody_2aowh_10 {
  color: #ffffff;
}

._formSubmitButton_g1wk8_82 {
  background-color:#666666;
}



.collection_snippet {
  margin-bottom: -50px;
  margin-top: 15px;
}

.collection_snippet_container {
    margin-top: 0;
    margin-bottom: 20px;
}

.collection_snippet_wrapper {
    background-color: #f6f7fa;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: center;
}


.collection_snippet_main {
    padding: 0 30px; 
    width: 100%; 
    max-width: 500px; 
    margin-left:auto;
    margin-right: auto;
    text-align: left;
}

.collection_snippet_main h2 {
  font-weight: 500;
  color: #000;
  margin-top:0px;
  margin-bottom: 0px;
  padding-top: 30px;
}

.collection_snippet_image_wrapper {
    max-width: 250px;
    padding: 0px;
    margin-top: 30px; 
    margin-left: 30px; 
    margin-bottom:30px;
}


@media (max-width: 856px) {
.collection_snippet_image_wrapper {
  margin-right: 30px;
  max-width: 440px;
}
}

@media (max-width: 499px) {
.collection_snippet_image_wrapper {
  margin-right: 30px;
  max-width: 340px;
}
}


.collection_snippet_img_large {
max-width: 99.5%;
}

.collection_snippet_img_small {
  max-width: 49%;
  margin-top:10px;
}


  
.collection_snippet_related {
    margin:30px auto;
    width: 250px;
    text-align:left;  
    margin-top:30px;
}

.collection_snippet_related h5 {
    margin-top:0px;
    font-weight:bold;
}

.collection_snippet_related ul {
    list-style: none;
    padding-left: 0;
}



@media (max-width: 766px) {
  .collection_snippet_related {
    margin-top:30px;
    width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .collection_snippet_related {
    margin-top:30px;
    width: 400px;
    margin-left: 30px;
    margin-right: auto;
  }
}

@media (max-width: 499px) {
  .collection_snippet_related {
    margin-top:30px;
    width: 320px;
    margin-left: 30px;
    margin-right: auto;
  }
}

@media (min-width: 767px) and (max-width: 1359px) {
.collection_snippet_related {
  width: 100%;
  text-align:left;
  display: inline-flex;
  justify-content: center;
  margin-top: 0px;
}
}


@media (min-width: 1360px) {
.collection_snippet_related > * {
    padding:0px 30px 0px 0px;
}
}

@media (min-width: 1360px) {
.collection_related_spacer {
    margin-bottom:30px;
}
}




@media (max-width: 1359px) {
 
.collection_snippet_related > * {
    padding:30px 30px;
}
}

@media (max-width: 766px) {
  .collection_snippet_related > * {
  padding: 0px 30px 30px 0px;
  }
}

@media (max-width: 499px) {
  .collection_snippet_related > * {
  padding: 0px 30px 30px 0px;
  }
}



@media (min-width: 1200px) {
    .collection_snippet_main {
      max-width: 670px;  
      padding: 0px 30px 30px 30px;
        
       /* max-width: none; */
    }
}

/*
@media (max-width: 766px) {
  .collection_snippet_related {
    text-align:center;
  }
}
*/



.toggle-label {
  display: none;
}

.toggle-snippet + .toggle-label::before {
  content: " ▶"; /*right arrow when not expanded */
}


@media screen and (max-width: 1360px) {
  .toggle-label {
    display: inline-block;
    cursor: pointer;
    background-color: #d5f7ff;
    padding: 2px 8px;
  }

  .collection_snippet_container{
    background-color: #ffffff;
    color: #000000;
    display: none;
    margin-top:20px;
  }

   .toggle-snippet:checked + .toggle-label::before {
    content: " ▼"; /* down arrow when not expanded */
  }

  .toggle-snippet:checked ~ .collection_snippet_container{
    display: flex;
    flex-wrap: wrap;
  }
}


.custom_mobile_icons {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    gap: 15px;
    padding: 15px;
    align-items: flex-start;
}

.custom_mobile_icons img {
    max-width: 75px;
    border-radius: 50%;
}

.custom_mobile_icons a {
  text-decoration:none;
  font-weight:bold;
  font-size:10px;
  color: #000000;
}

.custom_mobile_icons p {
  text-align:center;
  text-wrap: wrap;
  line-height: 14px;
}

@media (min-width: 993px) {
  .custom_mobile_icons { display: none;}
}



/* collection image overlay */
/* Styling for the image overlay */
.image-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Container for the expanded image and close button */
.expanded-image-container {
  position: relative;
  width: fit-content; /* Set the width to 80% */
}

/* Styling for the expanded image */
#expanded-image {
  width: 100%;
  height: auto;
  max-width: 100%; /* Ensure the image does not exceed its container */
  max-height: 80vh; /* Limit the height to 80% of the viewport height */
  object-fit: contain;
}

/* Close button styling */
.expanded-image-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  z-index: 10000; /* Ensure the button is above the image */
}



.custom_mobile_icons {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    gap: 15px;
    padding: 15px;
    align-items: flex-start;
   margin-bottom: 10px;
}

.custom_mobile_icons img {
    max-width: 75px;
    border-radius: 50%;
}

.custom_mobile_icons a {
  text-decoration:none;
  font-weight:bold;
  font-size:10px;
  color: #000000;
}

.custom_mobile_icons p {
  text-align:center;
  text-wrap: wrap;
  line-height: 14px;
  max-width: 75px;
}

@media (min-width: 993px) {
  .custom_mobile_icons { display: none;}
}

.product-count {
  font-weight: bold;
}

.shopify_subscriptions_app_container {
  padding-top:30px;
  font-size:14px;
}

.shopify_subscriptions_app__title {
  font-size: 14px;
  font-weight:bold;
  color: #000 !important;
}

.shopify_subscriptions_app_policy {
  margin-top:5px !important;
}


/* ---- Judge custom css ------ */

.jdgm-carousel-title {
    padding-bottom: 20px !important;
}

.jdgm-carousel-wrapper {
    width: 100% !important;
  }

.jdgm-medals-wrapper {
    padding: 0px !important;
}

.jdgm-verified-wrapper {
padding-top:0px !important; 
padding-bottom:0px !important;
  display: none !important;
}

.jdgm-medals-wrapper .jdgm-medals__container {
  padding:8px 0 !important;
}

.jdgm-medals-separator {
  display:none !important;
}

.jdgm-medals__container {
  max-width: 200px !important;
}

.jdgm-medals-wrapper--small .jdgm-medal {
    width: 70px !important;
    height: 70px !important;
}

.jdgm-medal[data-tier="diamond"] .jdgm-medal__value {
  padding-right: 8px !important;
}

 .jdgm-verified-by__text {
    line-height: 24p !importantx;
    width: 58px !important;
    font-size: 12px !important;
   margin-right: 0px !important;
}

.jdgm-verified-by__image {
  height:20px !important;
}

.jdgm-medals-wrapper--small .jdgm-medal__value {
    font-size: 16px !important;
}

.jdgm-medals-wrapper--rebranding {
gap: 0px !important;
}

/* ----------- */
