/** Shopify CDN: Minification failed

Line 268:0 Unexpected "{"
Line 268:1 Expected identifier but found "%"
Line 269:0 Unexpected "{"
Line 269:1 Expected identifier but found "%"
Line 289:12 Expected identifier but found "{"
Line 289:13 Unexpected "{"
Line 289:20 Expected ":"
Line 289:24 Expected identifier but found "!"
Line 290:9 Expected identifier but found "{"
Line 290:10 Unexpected "{"
... and 9 more hidden warnings

**/
@font-face {
  font-family: 'SFProText';
  src: url("/cdn/shop/files/SF-Pro-Text-Light.woff2?v=1707610815") format("woff2"), url("/cdn/shop/files/SF-Pro-Text-Light.woff") format("woff"), url("SFProText-Light.svg#SFProText-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("/cdn/shop/files/SF-Pro-Text-Regular.woff2?v=1707610814") format("woff2"), url("/cdn/shop/files/SF-Pro-Text-Regular.woff") format("woff"), url("SFProText-Regular.svg#SFProText-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("/cdn/shop/files/SF-Pro-Text-Medium.woff2") format("woff2"), url("/cdn/shop/files/SF-Pro-Text-Medium.woff") format("woff"), url("SFProText-Medium.svg#SFProText-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SFProText';
  src: url("/cdn/shop/files/SF-Pro-Text-Bold.woff2?v=1707610815") format("woff2"), url("/cdn/shop/files/SF-Pro-Text-Bold.woff") format("woff"), url("SFProText-Bold.svg#SFProText-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }


@font-face {
  font-family: 'Monaco';
  src: url("/cdn/shop/files/Monaco_400.ttf?v=1705091734") format("truetype");
  font-weight: normal;
  font-style: normal; }

.btn, .shopify-challenge__container .shopify-challenge__button {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
  background-color: #000;
  color: #fff;
  font-size: .8125rem;
  text-align: center;
  width: 100%;
  padding: .625rem 1.25rem;
  transition: all .2s ease-in-out;
}
input, textarea, select {
  border: .0625rem solid transparent;
  border-bottom: .0625rem solid #333333;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  padding: .625rem;
  font-size: 16px;
  background-color: transparent;
  transition: all .2s ease-in-out;
}

.account__contents {
  max-width:  450px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
}
.account__contents > div {
  width: 100%;
  min-height: 350px;
}
.login__title {
  text-transform: none;
  text-align: center;
  font-size: 12px;
  margin-bottom: .625rem;
}
.account-form__input, .account-form__select {
  border: 1px solid lightgray;
  margin: 6.66672px 0;
  padding: 12px 14px;
}
@media only screen and (min-width: 1024px) {
  .account-form__input, .account-form__select {
    font-size: 12px;
  }
}
.account-form__input::placeholder, .account-form__select::placeholder {
  color: #d3d3d3;
}
.account-form__input.btn, .account-form__select.btn {
  font-size: 13px;
  font-weight: 400;
  padding: 12px;
  margin-top: .625rem;
}
.login__toggle {
  border: 0;
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  font-size: 11px;
  margin: 20px auto;
  display: block;
  text-align: center;
  text-decoration: none;
}
.account__contents > div {
  width: 100%;
  min-height: 350px;
}
@media only screen and (min-width: 64.01em) {
  .btn:hover, .shopify-challenge__container .shopify-challenge__button:hover {
    cursor: pointer;
    color: #fff;
    background-color: #b5a58d;
  }
  .login__toggle:hover {
    color: #dfd2bf;
  }
}

.errors {
  width: 100%;
  text-align: center;
  color: red;
  font-weight: 700;
  font-size: 12px;
}
.errors ul {
  margin: 0 0 .625rem;
  padding: 0;
  list-style-type: none;
  font-size: 12px;
  color: red;
}
.login__reset-success, .reset-password-success, .login__recover {
  display: none;
}
a{
  color: black;
}
.site-footer {
  background-color: #f3f3f3;
  padding: 0.5rem 1.25rem;
}
.shopify-section {
  margin-bottom: 1.5rem;
}
.product {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.product__image-container {
  order: 1;
  max-width: 100vw;
  margin-bottom: 1.25rem;
  position: relative;
}

.swiper-pagination-bullet-active {
  background-color: #dfd2bf !important;
}
@media only screen and (min-width: 1025px) {
  .product__left {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .product__image-container {
    max-width: 32vw;
    margin-right: 0;
    margin-left: auto;
  }
  .product__image-container .swiper-wrapper {
    display: flex !important;
    transform: unset !important;
    flex-direction: column !important;
  }
  .product__image-container .swiper-wrapper .swiper-slide {
    padding-bottom: 1.25rem;
  }
  .product__image-container .swiper-pagination {
    display: none !important;
  }
}
.product__information {
  padding: 0 1.25rem;
  order: 2;
  position: relative;
  max-width: 450px;
}
@media only screen and (min-width: 64em) {
  .product {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 4.125rem;
    grid-row-gap: 1.25rem;
    padding: 0 .625rem;
  }
  .product__information {
    padding: 0;
    width: 100%;
    align-self: start;
    max-width: 400px;
  }
  .lazyautosizes.lazyloaded {
    height: auto;
    max-height: 100%;
    object-fit: contain;
  }
  .product__information {
    padding: 0;
    width: 100%;
    align-self: start;
    max-width: 400px;
  }
}

.c-product__name {
  font-weight: 400;
  line-height: 1.6875rem;
  font-size: 20px;
  text-transform: none;
  margin-bottom: .25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.l-pdp__prices{
  font-size: 20px;
}
.l-pdp__descriptionContainer {
  margin: 1rem 0 1.5rem;
  width: auto;
}



/* 
   Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .fz-header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:{{ width }} !important; 
  height:{{ height }} !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:{{ height }};
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border-color:transparent;
} 
.swatch input:checked + label:after{
  content: "";
  display: block;
  width: 100%;
  height: 2.875rem;
  background: transparent;
  border-bottom: .125rem solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-35%);
  transform: translate(-50%,-35%);
}
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
.swatch-element label{
  min-width: 30px;
  min-height: 30px;
}
.fz-selector{
  display: block;
  width: 100%;
  padding: .1875rem .9375rem .1875rem 0;
  text-align: left;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: #fff #fff #000;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6875rem;
  cursor: pointer;
  text-transform: uppercase;
}
.fz-other-options{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  gap: 1rem;
  margin: 56px 0 0;
}
.fz-selector option{
  text-transform: uppercase;
}
.fz-selector option:hover{
  background-color: #f5f5f5 !important;
}
@media (min-width: 64em) {
  .fz-other-options {
    margin: 64px 0 0;
  }
}
.fz-btn-atc{
  min-height:40px;
  padding: .375rem 1.75rem .3125rem !important;
  cursor: pointer;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  font-size: 16px;
}
.fz-btn-atc:hover{
  border-color: #474747;
    background-color: #474747;
    color: #fff;
    text-decoration: none
}
.c-expander__btn {
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  text-decoration: none;
  min-height: 56px;
  z-index: 2;
  cursor: pointer;
}

.c-expander__container--pdpdesc .c-icon--arrowdown::before {
  width: .9375rem;
  height: .5rem;
  position: relative;
  bottom: .3125rem;
}
.c-icon--arrowdown::before {
  content: "\f078";
}
.c-expander__labeltext {
  padding-right: 2rem;
  font-size: 16px;
}
.c-expander__container--pdpdesc .c-expander__label {
  height: 100%;
  line-height: 1.4375rem;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.c-expander__container--pdpdesc {
  border-bottom: .0625rem solid #d8d8d8;
  position: relative;
}
.mobile-nav__header {
  height: 3.125rem;
  background-color: #000000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #fff;
}
.mobile-nav__close {
  position: absolute;
  z-index: 1;
  top: .9375rem;
  right: 1.25rem;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
}
.mobile-nav__close .icon {
  width: 14px;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  /* fill: currentColor; */
}
.ajaxcart__alignment {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  overflow: auto;
  height: calc(100% - 30px);
}
.ajaxcart__container {
  width: 100%;
}
.ajaxcart__header-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 2rem;
}
.ajaxcart__inner {
  border-top: .0625rem solid #acacac;
  height: auto;
}
.ajaxcart__product {
  display: grid;
  grid-template-columns: 116px 1fr;
  grid-column-gap: 1.25rem;
  border-bottom: .0625rem solid #acacac;
}
.ajaxcart__image {
  width: 100%;
  margin-top: 4px;
}
.ajaxcart__product-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.125rem 0;
}
.ajaxcart__product-title, .ajaxcart__product-variant {
  font-size: 11px;
  font-weight: 300;
  margin-bottom: .625rem;
}
.ajaxcart__product-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ajaxcart__product-qty {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
}
.ajaxcart__qty-adjust {
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.ajaxcart__qty-num {
  font-size: 18px;
  font-weight: 300;
  width: 25px;
  padding: 0;
  border: 0;
  margin: 0 .3125rem;
  text-align: center;
}
.ajaxcart__qty-adjust {
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.cart-count-bubble{
  display: none;
}
.ajaxcart__product-price,.ajaxcart__subtotal-price {
  font-family: Monaco,Arial,sans-serif;
  font-size: 11px;
}
.ajaxcart__subtotal-title {
  font-size: 11px;
  font-weight: 300;
}
.list-menu__item,.header__icon--summary span{
  font-size: 11px;
}
.header__icon--summary span{
  text-underline-offset: 0;
}

.fz-other-options{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  gap: 1rem;
}
.c-product__guidelink {
  font-size: 16px;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: .1875rem;
  display: inline-block;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  border: none;
  background: none;
  padding: 0;
  white-space: nowrap;
}
.swiper-pagination{
  z-index: 1 !important;
}


.c-popin__wrapper {
  display: none;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow-y: auto;
  z-index: 1011;
  opacity: 0;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}
.c-popin__wrapper--opened {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1;
}

.c-popin__backdrop--active {
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
  -webkit-animation-name: openpopindesktop;
  animation-name: openpopindesktop;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  opacity: .95;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 1021;
  height: 100%;
  width: 100%;
}

.c-popin {
  position: fixed;
  min-height: auto;
  padding: 0 0 1.1875rem;
  width: calc(100% - 28px);
  max-width: 500px;
  min-width: 0;
  border: 1px solid #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}
.c-popin, .c-popin [role="document"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-popin--opened {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1021;
  visibility: visible;
  position: relative;
  opacity: 1;
  margin: auto;
}
.c-sizeguide {
  position: fixed;
  right: 0;
  top: 0;
  border: none;
  height: 100%;
  padding: 0;
  width: 100%;
}
@-webkit-keyframes drawerslideindesktop {
  0% {
    -webkit-transform:translateY(0) translateX(100%);
    transform:translateY(0) translateX(100%);
    visibility:0
  }
  to {
    -webkit-transform:translateY(0) translateX(0);
    transform:translateY(0) translateX(0);
    visibility:100%
  }
}
@keyframes drawerslideindesktop {
  0% {
    -webkit-transform:translateY(0) translateX(100%);
    transform:translateY(0) translateX(100%);
    visibility:0
  }
  to {
    -webkit-transform:translateY(0) translateX(0);
    transform:translateY(0) translateX(0);
    visibility:100%
  }
}
@-webkit-keyframes drawerfadeoutdesktop {
  0% {
    -webkit-transform:translateY(0) translateX(0);
    transform:translateY(0) translateX(0);
    visibility:visible;
    opacity:1
  }
  99.99% {
    -webkit-transform:translateY(0) translateX(100%);
    transform:translateY(0) translateX(100%);
    visibility:visible;
    opacity:1
  }
  to {
    -webkit-transform:translateY(0) translateX(100%);
    transform:translateY(0) translateX(100%);
    visibility:hidden;
    opacity:0
  }
}
@keyframes drawerfadeoutdesktop {
  0% {
    -webkit-transform:translateY(0) translateX(0);
    transform:translateY(0) translateX(0);
    visibility:visible;
    opacity:1
  }
  99.99% {
    -webkit-transform:translateY(0) translateX(100%);
    transform:translateY(0) translateX(100%);
    visibility:visible;
    opacity:1
  }
  to {
    -webkit-transform:translateY(0) translateX(100%);
    transform:translateY(0) translateX(100%);
    visibility:hidden;
    opacity:0
  }
}
.c-popin--opened.c-sizeguide {
  -webkit-animation: drawerslideindesktop .3s cubic-bezier(.25,.46,.45,.94);
  animation: drawerslideindesktop .3s cubic-bezier(.25,.46,.45,.94);
}
.c-popin--closed.c-sizeguide {
  -webkit-animation:drawerfadeoutdesktop .3s cubic-bezier(.25,.46,.45,.94);
  animation:drawerfadeoutdesktop .3s cubic-bezier(.25,.46,.45,.94)
}
.c-popin [role="document"] {
  height: 100%;
}
.c-sizeguide .c-popin__head {
  padding: 2rem 1rem 0;
}
.c-popin--opened {
  visibility: visible;
}
.c-sizeguide .c-popin__content {
  padding: 0 1rem 1.25rem;
  overflow-y: auto;
  height: 100%;
  scrollbar-width: none;
}
@media (min-width: 48em) {
  .c-popin__wrapper {
    width: 100%;
  }
  .c-popin {
    top: auto;
    left: auto;
    right: auto;
    width: 37.5rem;
    max-width: none;
    padding: 0 0 3.125rem;
  }
   .c-sizeguide {
    width: 50%;
  }
  .c-popin--opened.c-sizeguide {
    -webkit-transform: translateX(0) matrix(1,0,0,1,0,0);
    transform: translateX(0) matrix(1,0,0,1,0,0);
  }
   .c-popin__head {
    padding: 3.75rem 3.75rem 1.6875rem;
     display: flex;
  }
   .c-popin__content {
    padding: 0 3.75rem;
  }
}
.c-popin__title {
  font-size: 1.25rem;
  font-weight: 400;
  padding-right: 2.1875rem;
  width: 95%;
}

.c-sizeguide .c-popin__title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.u-sronly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.c-sizeguide [data-element="closebtn"]::before {
  height: .821875rem;
  font-family: fontawesome;
  -webkit-transform: none;
  transform: none;
  position: static;
  background-color: #fff;
}
.c-popin__wrapper [role="dialog"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
  min-height: 100vh;
}
.c-popin{
  right: 0 !important;
}
.c-popin__backdrop {
  background-color: rgba(0,0,0,.2);
}
@media (min-width: 64em) {
  .c-popin__wrapper {
    z-index: 1021;
  }
  .c-sizeguide .c-popin__head {
    padding: 2.5rem 4.25rem 0;
  }
  .c-sizeguide .c-popin__content {
    padding: 0 4.25rem;
  }
}

@media (min-width: 90em) {
  .c-sizeguide {
    width: 33%;
  }
}

.c-popin__content {
  padding: 0 2.125rem;
  line-height: 1.6875rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.packaging .packagingz,.sizeguide .sizeguidez{
  display: block !important;
}

.c-product__sizeselector {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
}
.c-customselect {
  width: 100%;
}
.c-product__headlabel {
  display: none;
}
.c-customselect__sizeerrormessage {
  display: none;
}
.c-customselect__select::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 1rem;
  top: 60%;
  width: 8px;
  height: 7.44px;
  border-style: solid;
  border-width: .09375rem .09375rem 0 0;
  -webkit-transform: translateY(-100%) rotate(135deg);
  transform: translateY(-100%) rotate(135deg);
  transition: transform .5s ease-out,-webkit-transform .5s ease-out;
  vertical-align: top;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.c-customselect__input {
  display: block;
  width: 100%;
  padding: .1875rem .9375rem .1875rem 0;
  text-align: left;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: #fff #fff #000;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.6875rem;
  cursor: pointer;
}
.c-customselect__menu {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  -webkit-transition: max-height .5s ease-out;
  transition: max-height .5s ease-out;
  overflow-y: auto;
  z-index: 100;
  background-color: #fff;
}
.c-customselect__select--open:after {
  -webkit-transform:rotate(-45deg);
  transform:rotate(-45deg);
  top:50%;
  right:1.25rem;
  z-index:100
}
.c-customselect__select--open .c-customselect__menu {
  display:block;
  overflow-y:auto;
  -ms-overflow-style:none;
  scrollbar-width:none;
  max-height:calc(29.125rem + 2px);
  border:2px solid #000;
  -webkit-transition:max-height 1s ease-out;
  transition:max-height 1s ease-out
}
.c-customselect__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .9375rem .375rem .75rem;
  min-height: 1.875rem;
  background-color: #fff;
  cursor: pointer;
}

.c-customselect__option:hover{
   background-color:#f5f5f5;
  color:#000
}

.c-expander__btn.active .fz-arrows{
  transform: rotate(-180deg);
}
.c-expander__btn .fz-arrows{
  transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

body *{
  font-family: SFProText,Arial,sans-serif;
}
.ajaxcart__container .money{
  font-family: SFProText,Arial,sans-serif;
  font-weight: bold;
}
.ajaxcart__footer .btn-secondary:hover{
  color: white;
    background-color: #b5a58d;
}
.btn:focus {
    color: white;
    background-color: #b5a58d; }

.account-form__input, .account-form__select {
  border: 1px solid lightgray;
  margin: .41667rem 0;
  padding: .75rem .875rem;
}

/* .page__content p{
  line-height: 1.2 !important;
} */

.product-badge--header{
  display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 300;
    padding: 2px 6px;
    margin-left: 8px;
    background-color: transparent;
    background-color: #000;
}
.icon circle{
  color: transparent;
}