/** Shopify CDN: Minification failed

Line 72:1 Unexpected ";"

**/







/*============================================================================
  #Normalize
==============================================================================*/


*, input, :before, :after {
 -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}

figure{
  margin:0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


ul{
  list-style:none;
  margin:0;
  padding:0;
}

img{max-width:100%;color:#fff;height:auto;}
img.lazyload, 
img.swiper-lazy:not(.swiper-lazy-loaded){
  opacity:0;
}


a{text-decoration:none;color:inherit;}
a:focus{outline:none;}
a:active{outline:0;}

.img-objf-cover{object-fit:cover;}

@media screen and (min-width: 1024px) {
  a:hover{
    text-decoration:inherit;
  }
};

abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:500}
p{
  margin:0;
}

::-moz-selection {

}

textarea {
  resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border:none;
  -webkit-text-fill-color:;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* reset for number spinner */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input:-internal-autofill-selected{
  font-family:var(--font-main);
  font-size:1.6rem;
}

::placeholder { 
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
   color: inherit;
}

::-ms-input-placeholder {
   color: inherit;
}

.no_placeholder input::-webkit-input-placeholder {
  color: transparent;
}
.no_placeholder input:-moz-placeholder {
  color: transparent;
}
.no_placeholder input::-moz-placeholder {
  color: transparent;
}
.no_placeholder input:-ms-input-placeholder {
  color: transparent;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.reset-input,
.btn-reset{
  background-color:transparent;
  appearance:none;
  -webkit-appearance:none;
  outline:none;
  border:none;
  border-radius:none;
  margin:0;
  padding:0;
  font-family:inherit;
  font-weight:inherit;
  font-size:inherit;
  padding:0;
  cursor:pointer;
  font-family:var(--font-main);
  font-size:1.6rem;
  color:var(--dark-brown);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.h-style {
  margin-top: 0;
  margin-bottom: 0;
  font-weight:500;
  font-size: var(--base-font-size);
}

/* FLEX */


.flex {
  display: flex;
}

.flex_1 {
  flex: 1;
}

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

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

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

.align-top {
  align-items: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-stretch {
  align-items: stretch;
}
  
.align-space {
  align-content: space-between;
}
 

.justify-center {
  justify-content: center;
}

.justify-space {
  justify-content: space-between;
}

.justify-left {
  justify-content: flex-start;
}

.justify-right {
  justify-content: flex-end;
}

.justify-stretch {
  justify-content: stretch;
}

.flex-dir-col {
  flex-direction: column;
}

.flex__align_left {
  margin-left: 0;
  margin-right: auto;
}

.flex__align_right {
  margin-left: auto;
  margin-right: 0;
}

.order-one {
  order: 1;
}

.order-two {
  order: 2;
}

.order-three {
  order: 3;
}

  
.grow-one {
  flex-grow: 1
}
  
.bfix {
  display: block;
  width: 100%
}

.wbsk-ui-scroll-flex {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wbsk-ui-scroll-flex__scroll {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 100%
}

.wbsk-ui-scroll-flex__fixed {
  flex: 1 1 auto;
}


@media screen and (max-width:1024px) {
  .\@mobile-tablet__no-order {
  order: 0;
}
  
.\@mobile-tablet__flex {
  display: flex;
}
  
.\@mobile-tablet__row-wrap {
  flex-flow: row wrap;
}
  
.\@mobile-tablet__column-wrap {
  flex-flow: column wrap;
}
  
.\@mobile-tablet__align-center {
  align-items: center;
}
  
.\@mobile-tablet__align-top {
  align-items: flex-start;
}
  
.\@mobile-tablet__align-bottom {
  align-items: flex-end;
}
  
.\@mobile-tablet__align-stretch {
  align-items: stretch;
}
  
.\@mobile-tablet__justify-center {
  justify-content: center;
}
  
.\@mobile-tablet__justify-space {
  justify-content: space-between;
}
  
.\@mobile-tablet__justify-left {
  justify-content: flex-start;
}
  
.\@mobile-tablet__justify-right {
  justify-content: flex-end;
}
  
.\@mobile-tablet__justify-stretch {
  justify-content: stretch;
}
  
}@media screen and (max-width:767px) {
  .\@mobile-mobile__order-one {
    order: 1;
  }
  
  .\@mobile-mobile__order-two {
    order: 2;
  }
  
  .\@mobile-mobile__order-three {
    order: 3;
  }
  
  .\@mobile-mobile__no-order {
    order: 0;
  }
  
  .\@mobile-mobile__flex {
    display: flex;
  }
  
  .\@mobile-mobile__row-wrap {
    flex-flow: row wrap;
  }
  
  .\@mobile-mobile__column-wrap {
    flex-flow: column wrap;
  }
  
  .\@mobile-mobile__align-center {
    align-items: center;
  }
  
  .\@mobile-mobile__align-top {
    align-items: flex-start;
  }
  
  .\@mobile-mobile__align-bottom {
    align-items: flex-end;
  }
  
  .\@mobile-mobile__align-stretch {
    align-items: stretch;
  }
  
  .\@mobile-mobile__justify-center {
    justify-content: center;
  }
  
  .\@mobile-mobile__justify-space {
    justify-content: space-between;
  }
  
  .\@mobile-mobile__justify-left {
    justify-content: flex-start;
  }
  
  .\@mobile-mobile__justify-right {
    justify-content: flex-end;
  }
  
  .\@mobile-mobile__justify-stretch {
    justify-content: stretch;
  }
  
}

/* BLOCKS */
.block-of-elipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-oh {
  overflow: hidden;
}
.block-oxh-oya {
  overflow-x: hidden;
  overflow-y: auto;
}

.block-mfrh {
  min-height: 100%
}

.block-fvh {
  min-height: 100vh;
}

.block-fhh {
  min-height: 50vh;
}

.block-fh {
  height: 100%
}

.d-block {
  display: block;
  font-size:110%; /* ADDED BY MN */
}

.h-block {
  display: none;
}

.d-iblock {
  display: inline-block;
}

.block-rel {
  position: relative;
}

.block-abc {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-mhinh{
  min-height:inherit;
}


.block-c {
  margin-left: auto;
  margin-right: auto;
}

.block-l {
  margin-left: 0;
  margin-right: auto;
}

.block-r {
  margin-left: auto;
  margin-right: 0;
}

.block-top {
  margin-top: 0;
  margin-bottom: auto;
}

.block-bottom {
  margin-top: auto;
  margin-bottom: 0;
}

.block-1\/12 {
  width: 8.33%
}

.block-2\/12 {
  width: 16.66%
}

.block-3\/12 {
  width: 25%
}

.block-4\/12 {
  width: 33.33%
}

.block-5\/12 {
  width: 41.66%
}

.block-6\/12 {
  width: 50%
}

.block-7\/12 {
  width: 58.3%
}

.block-8\/12 {
  width: 66.66%
}

.block-9\/12 {
  width: 75%
}

.block-10\/12 {
  width: 83.33%
}

.block-11\/12 {
  width: 91.66%
}

.block-12\/12 {
  width: 100%
}

.block-mb-25vw {
  min-height: 25vw;
}

.block-2\/10 {
  width: 20%
}

.block-max-6\/12 {
  max-width: 50%
}

.block-svg-fb svg {
  display: block;
  width: 100%;
  height: auto;
}



@media screen and (max-width:1430px) {
.\@mobile-grid__block-12\/12 {
  width: 100%
}
  
.\@mobile-grid__block-1\/12 {
  width: 8.3%
}
  
.\@mobile-grid__block-2\/12 {
  width: 16.6%
}
  
.\@mobile-grid__block-3\/12 {
  width: 25%
}
  
.\@mobile-grid__block-4\/12 {
  width: 33.3%
}
  
.\@mobile-grid__block-5\/12 {
  width: 41.7%
}
  
.\@mobile-grid__block-6\/12 {
  width: 50%
}
  
.\@mobile-grid__block-7\/12 {
  width: 58.3%
}
  
.\@mobile-grid__block-8\/12 {
  width: 66.6%
}
  
.\@mobile-grid__block-9\/12 {
  width: 75%
}
  
.\@mobile-grid__block-10\/12 {
  width: 83.3%
}
  
.\@mobile-grid__block-11\/12 {
  width: 91.7%
}
  
.\@mobile-grid__block-12\/12 {
  width: 100%
}
  
.\@mobile-grid__block-cl-none {
  margin-left: 0;
}
  
.\@mobile-grid__block-cr-none {
  margin-right: 0;
}
  
}

@media screen and (max-width:1024px) {
  
.\@mobile-tablet__block-auto {
  width: auto;
}

.\@mobile-tablet__block-12\/12 {
  width: 100%
}

.\@mobile-tablet__block-1\/12 {
  width: 8.3%
}
  
.\@mobile-tablet__block-2\/12 {
  width: 16.6%
}
  
.\@mobile-tablet__block-3\/12 {
  width: 25%
}
  
.\@mobile-tablet__block-4\/12 {
  width: 33.3%
}
  
.\@mobile-tablet__block-5\/12 {
  width: 41.7%
}
  
.\@mobile-tablet__block-6\/12 {
  width: 50%
}
  
.\@mobile-tablet__block-7\/12 {
  width: 58.3%
}
  
.\@mobile-tablet__block-8\/12 {
  width: 66.6%
}
  
.\@mobile-tablet__block-9\/12 {
  width: 75%
}
  
.\@mobile-tablet__block-10\/12 {
  width: 83.3%
}
  
.\@mobile-tablet__block-11\/12 {
  width: 91.7%
}
  
.\@mobile-tablet__block-12\/12 {
  width: 100%
}
  
.\@mobile-tablet__block-cl-none {
  margin-left: 0;
}
  
.\@mobile-tablet__block-cr-none {
  margin-right: 0;
}
  
  .\@mobile-tablet__block-c {
    margin-left: auto;
    margin-right: auto;
  }

  
  .\@mobile-tablet__block-abc-reset {
     position: relative;
     top: auto;
     left: auto;
     -ms-transform: translate(0%, 0%);
     -webkit-transform: translate(0%, 0%);
     transform: translate(0%,0%);
  }
  
}

@media screen and (max-width:767px) {

.\@mobile-mobile__block-12\/12 {
  width: 100%
}
  
.\@mobile-mobile__block-1\/12 {
  width: 8.3%
}
  
.\@mobile-mobile__block-2\/12 {
  width: 16.6%
}
  
.\@mobile-mobile__block-3\/12 {
  width: 25%
}
  
.\@mobile-mobile__block-4\/12 {
  width: 33.3%
}
  
.\@mobile-mobile__block-5\/12 {
  width: 41.7%
}
  
.\@mobile-mobile__block-6\/12 {
  width: 50%
}
  
.\@mobile-mobile__block-7\/12 {
  width: 58.3%
}
  
.\@mobile-mobile__block-8\/12 {
  width: 66.6%
}
  
.\@mobile-mobile__block-9\/12 {
  width: 75%
}
  
.\@mobile-mobile__block-10\/12 {
  width: 83.3%
}
  
.\@mobile-mobile__block-11\/12 {
  width: 91.7%
}
  
.\@mobile-mobile__block-12\/12 {
  width: 100%
}
  
.\@mobile-mobile__block-cl-none {
  margin-left: 0;
}
  
.\@mobile-mobile__block-cr-none {
  margin-right: 0;
}
  
.\@mobile-mobile_d-block {
  display: block;
}
  
}

@media screen and (max-width:480px) {

.\@mobile-mobile-p__block-auto {
  width: auto;
}
  
.\@mobile-mobile-p__block-12\/12 {
  width: 100%
}
  
.\@mobile-mobile-p__block-1\/12 {
  width: 8.3%
}
  
.\@mobile-mobile-p__block-2\/12 {
  width: 16.6%
}
  
.\@mobile-mobile-p__block-3\/12 {
  width: 25%
}
  
.\@mobile-mobile-p__block-4\/12 {
  width: 33.3%
}
  
.\@mobile-mobile-p__block-5\/12 {
  width: 41.7%
}
  
.\@mobile-mobile-p__block-6\/12 {
  width: 50%
}
  
.\@mobile-mobile-p__block-7\/12 {
  width: 58.3%
}
  
.\@mobile-mobile-p__block-8\/12 {
  width: 66.6%
}
  
.\@mobile-mobile-p__block-9\/12 {
  width: 75%
}
  
.\@mobile-mobile-p__block-10\/12 {
  width: 83.3%
}
  
.\@mobile-mobile-p__block-11\/12 {
  width: 91.7%
}
  
.\@mobile-mobile-p__block-12\/12 {
  width: 100%
}
  
.\@mobile-mobile-p__block-2\/5 {
  width: 40%
}
  
.\@mobile-mobile-p__block-4\/11 {
  width: 36.36%
}
  
.\@mobile-mobile-p__block-5\/11 {
  width: 45.45%
}
  
}

/* SHOW + HIDE */

.\@mobile-grid__show {
  display: none;
}

.\@mobile-tablet__show {
  display: none;
}

.\@mobile-mobile__show {
  display: none;
}

@media screen and (max-width:1430px) {
  
.\@mobile-grid__hide, .\@mobile-grid__hide-br br {
  display: none;
}
  
.\@mobile-grid__show {
  display: block;
}
  
}

@media screen and (max-width:1024px) {
  .\@mobile-tablet__hide, .\@mobile-tablet__hide-br br {
  display: none;
}
  
.\@mobile-tablet__show {
  display: block;
}
  
}@media screen and (max-width:767px) {
  
.\@mobile-mobile__hide, .\@mobile-mobile__hide-br br {
  display: none;
}
  
.\@mobile-mobile__show {
  display: block;
}
  
}


/* CELL */

.cell-l {
  padding-left: var(--gutter-unit);
}

.cell-l--xs {
  padding-left: var(--gutter-unit-xs);
}

.cell-l--s {
  padding-left: var(--gutter-unit-s);
}

.cell-l--m {
  padding-left: var(--gutter-unit-m);
}

.cell-l--l {
  padding-left: var(--gutter-unit-l);
}

.cell-r {
  padding-right: var(--gutter-unit);
}

.cell-r--xs {
  padding-right: var(--gutter-unit-xs);
}

.cell-r--s {
  padding-right: var(--gutter-unit-s);
}

.cell-r--m {
  padding-right: var(--gutter-unit-m);
}

.cell-r--l {
  padding-right: var(--gutter-unit-l);
}

@media screen and (max-width:1024px) {

.\@mobile-tablet__cell-l--none {
  padding-left: 0;
}
  
.\@mobile-tablet__cell-r--none {
  padding-right: 0;
}
  
.\@mobile-tablet__cell-l {
  padding-left: var(--gutter-unit);
}
  
.\@mobile-tablet__cell-l--xs {
  padding-left: var(--gutter-unit-xs);
}
  
.\@mobile-tablet__cell-l--s {
  padding-left: var(--gutter-unit-s);
}
  
.\@mobile-tablet__cell-l--m {
  padding-left: var(--gutter-unit-m);
}
  
.\@mobile-tablet__cell-l--l {
  padding-left: var(--gutter-unit-l);
}
  
.\@mobile-tablet__cell-r {
  padding-right: var(--gutter-unit);
}
  
.\@mobile-tablet__cell-r--xs {
  padding-right: var(--gutter-unit-xs);
}
  
.\@mobile-tablet__cell-r--s {
  padding-right: var(--gutter-unit-s);
}
  
.\@mobile-tablet__cell-r--m {
  padding-right: var(--gutter-unit-m);
}
  
.\@mobile-tablet__cell-r--l {
  padding-right: var(--gutter-unit-l);
}
}

@media screen and (max-width:767px) {
  
.\@mobile-mobile__cell-l--none {
  padding-left: 0;
}
  
.\@mobile-mobile__cell-r--none {
  padding-right: 0;
}
  
.\@mobile-mobile__cell-l {
  padding-left: var(--gutter-unit);
}
  
.\@mobile-mobile__cell-l--xs {
  padding-left: var(--gutter-unit-xs);
}
  
.\@mobile-mobile__cell-l--s {
  padding-left: var(--gutter-unit-s);
}
  
.\@mobile-mobile__cell-l--m {
  padding-left: var(--gutter-unit-m);
}
  
.\@mobile-mobile__cell-l--l {
  padding-left: var(--gutter-unit-l);
}
  
.\@mobile-mobile__cell-r {
  padding-right: var(--gutter-unit);
}
  
.\@mobile-mobile__cell-r--xs {
  padding-right: var(--gutter-unit-xs);
}
  
.\@mobile-mobile__cell-r--s {
  padding-right: var(--gutter-unit-s);
}
  
.\@mobile-mobile__cell-r--m {
  padding-right: var(--gutter-unit-m);
}
  
.\@mobile-mobile__cell-r--l {
  padding-right: var(--gutter-unit-l);
}
  
}

/* ROW */

.row-reverse-hh {
  margin-top: calc(0px - (50px + var(--header-height)));
}

.row {
  margin-bottom: var(--gutter-unit);
}

.row--xxs {
  margin-bottom: var(--gutter-unit-xxs);
}

.row--xs {
  margin-bottom: var(--gutter-unit-xs);
}

.row--s {
  margin-bottom: var(--gutter-unit-s);
}

.row--m {
  margin-bottom: var(--gutter-unit-m);
}

.row--l {
  margin-bottom: var(--gutter-unit-l);
}

.row--xl {
  margin-bottom: var(--gutter-unit-xl);
}
.row--xxl {
  margin-bottom: var(--gutter-unit-xxl);
}

.row--xxxl {
  margin-bottom: var(--gutter-unit-xxxl);
}

  
@media screen and (max-width:1024px) {
  
.\@mobile-tablet__row--none {
  margin-bottom: 0;
}
  
.\@mobile-tablet__row {
  margin-bottom: var(--gutter-unit);
}
  
.\@mobile-tablet__row--xxs {
  margin-bottom: var(--gutter-unit-xxs);
}
  
.\@mobile-tablet__row--xs {
  margin-bottom: var(--gutter-unit-xs);
}
  
.\@mobile-tablet__row--s {
  margin-bottom: var(--gutter-unit-s);
}
  
.\@mobile-tablet__row--m {
  margin-bottom: var(--gutter-unit-m);
}
  
.\@mobile-tablet__row--l {
  margin-bottom: var(--gutter-unit-l);
}
  
.\@mobile-tablet__row--xl {
  margin-bottom: var(--gutter-unit-xl);
}
  
.\@mobile-tablet__row--xxl {
  margin-bottom: var(--gutter-unit-xxl);
}
  
}

@media screen and (max-width:767px) {

.\@mobile-mobile__row--none {
  margin-bottom: 0;
}
  
.\@mobile-mobile__row {
  margin-bottom: var(--gutter-unit);
}
  
.\@mobile-mobile__row--xxs {
  margin-bottom: var(--gutter-unit-xxs);
}
  
.\@mobile-mobile__row--xs {
  margin-bottom: var(--gutter-unit-xs);
}
  
.\@mobile-mobile__row--s {
  margin-bottom: var(--gutter-unit-s);
}
  
.\@mobile-mobile__row--m {
  margin-bottom: var(--gutter-unit-m);
}
  
.\@mobile-mobile__row--l {
  margin-bottom: var(--gutter-unit-l);
}
  
.\@mobile-mobile__row--xl {
  margin-bottom: var(--gutter-unit-xl);
}
  
.\@mobile-mobile__row--xxl {
  margin-bottom: var(--gutter-unit-xxl);
}
  
}


/* PADDING TOP */

.ct--hh-no-offset {
  padding-top: var(--header-height);
}

.ct--hh {
  padding-top: calc(50px + var(--header-height));
}

.ct--half-hh {
  padding-top: calc(var(--header-height)/ 2);
}

.ct {
  padding-top: var(--gutter-unit);
}

.ct--xxs {
  padding-top: var(--gutter-unit-xxs);
}

.ct--xs {
  padding-top: var(--gutter-unit-xs);
}
.ct--s {
  padding-top: var(--gutter-unit-s);
}
.ct--m {
  padding-top: var(--gutter-unit-m);
}
.ct--l {
  padding-top: var(--gutter-unit-l);
}
.ct--xl {
  padding-top: var(--gutter-unit-xl);
}
.ct--xxl {
  padding-top: var(--gutter-unit-xxl);
}
.ct--xxxl {
  padding-top: var(--gutter-unit-xxxl);
}
@media screen and (max-width:1024px) {
  .\@mobile-tablet__ct--none {
  padding-top: 0;
}
.\@mobile-tablet__ct {
  padding-top: var(--gutter-unit);
}
.\@mobile-tablet__ct--xxs {
  padding-top: var(--gutter-unit-xxs);
}
.\@mobile-tablet__ct--xs {
  padding-top: var(--gutter-unit-xs);
}
.\@mobile-tablet__ct--s {
  padding-top: var(--gutter-unit-s);
}
.\@mobile-tablet__ct--m {
  padding-top: var(--gutter-unit-m);
}
.\@mobile-tablet__ct--l {
  padding-top: var(--gutter-unit-l);
}
.\@mobile-tablet__ct--xl {
  padding-top: var(--gutter-unit-xl);
}
.\@mobile-tablet__ct--xxl {
  padding-top: var(--gutter-unit-xxl);
}
}@media screen and (max-width:767px) {
  .\@mobile-mobile__ct--none {
  padding-top: 0;
}
.\@mobile-mobile__ct {
  padding-top: var(--gutter-unit);
}
.\@mobile-mobile__ct--xxs {
  padding-top: var(--gutter-unit-xxs);
}
.\@mobile-mobile__ct--xs {
  padding-top: var(--gutter-unit-xs);
}
.\@mobile-mobile__ct--s {
  padding-top: var(--gutter-unit-s);
}
.\@mobile-mobile__ct--m {
  padding-top: var(--gutter-unit-m);
}
.\@mobile-mobile__ct--l {
  padding-top: var(--gutter-unit-l);
}
.\@mobile-mobile__ct--xl {
  padding-top: var(--gutter-unit-xl);
}
.\@mobile-mobile__ct--xxl {
  padding-top: var(--gutter-unit-xxl);
}
.ct--hh {
  padding-top: calc(var(--gutter-unit-s) + var(--header-height));
}
}.cb {
  padding-bottom: var(--gutter-unit);
}
.cb--xxs {
  padding-bottom: var(--gutter-unit-xxs);
}
.cb--xs {
  padding-bottom: var(--gutter-unit-xs);
}
.cb--s {
  padding-bottom: var(--gutter-unit-s);
}
.cb--m {
  padding-bottom: var(--gutter-unit-m);
}
.cb--l {
  padding-bottom: var(--gutter-unit-l);
}
.cb--xl {
  padding-bottom: var(--gutter-unit-xl);
}
.cb--xxl {
  padding-bottom: var(--gutter-unit-xxl);
}
.cb--xxxl {
  padding-bottom: var(--gutter-unit-xxxl);
}
@media screen and (max-width:1024px) {
  .\@mobile-tablet__cb--none {
  padding-bottom: 0;
}
.\@mobile-tablet__cb {
  padding-bottom: var(--gutter-unit);
}
.\@mobile-tablet__cb--xxs {
  padding-bottom: var(--gutter-unit-xxs);
}
.\@mobile-tablet__cb--xs {
  padding-bottom: var(--gutter-unit-xs);
}
.\@mobile-tablet__cb--s {
  padding-bottom: var(--gutter-unit-s);
}
.\@mobile-tablet__cb--m {
  padding-bottom: var(--gutter-unit-m);
}
.\@mobile-tablet__cb--l {
  padding-bottom: var(--gutter-unit-l);
}
.\@mobile-tablet__cb--xl {
  padding-bottom: var(--gutter-unit-xl);
}
.\@mobile-tablet__cb--xxl {
  padding-bottom: var(--gutter-unit-xxl);
}
}@media screen and (max-width:767px) {
  .\@mobile-mobile__cb--none {
  padding-bottom: 0;
}
.\@mobile-mobile__cb {
  padding-bottom: var(--gutter-unit);
}
.\@mobile-mobile__cb--xxs {
  padding-bottom: var(--gutter-unit-xxs);
}
.\@mobile-mobile__cb--xs {
  padding-bottom: var(--gutter-unit-xs);
}
.\@mobile-mobile__cb--s {
  padding-bottom: var(--gutter-unit-s);
}
.\@mobile-mobile__cb--m {
  padding-bottom: var(--gutter-unit-m);
}
.\@mobile-mobile__cb--l {
  padding-bottom: var(--gutter-unit-l);
}
.\@mobile-mobile__cb--xl {
  padding-bottom: var(--gutter-unit-xl);
}
.\@mobile-mobile__cb--xxl {
  padding-bottom: var(--gutter-unit-xxl);
}
}


/*============================================================================
  #Font
==============================================================================*/


.no_placeholder input::-webkit-input-placeholder,
.no_placeholder input:-moz-placeholder ,
.no_placeholder input::-moz-placeholder ,
.no_placeholder input:-ms-input-placeholder{
 color:transparent;
}



/*============================================================================
  #ADMIN
==============================================================================*/

#preview-bar-iframe{
  display:none!important;
}



/* GEN */

html{
  font-size: 62.5%;
}

body {
  font-family: var(--font-main);
  font-weight:300;
  overflow-x:hidden;
  padding: 0;
  font-size:var(--t-r);
  line-height: 1;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:var(--dark-brown); 
  background:var(--peach); 
}

.body-masked{
  width:100vw;
  height:100vh;
  overflow:hidden;
  pointer-events: none;
}


main{
  width:100%;
}


/* form els */
.ui-select-wrapper{
}

.ui-select{
  outline:none;
  border:1px solid #ddd;
  font-family: var(--font-main);
  font-size:var(--t-r);
  padding:var(--gutter-unit-xs);
}


/* grid */

.grid{
  width:100%;
  margin-left:auto;
  margin-right:auto;
}

.grid--f{
  max-width:calc(1430px - 0px);
}
.grid--l{
  max-width:1024px;
}

/* radius / shadow items */
.has-rad{
  border-radius:var(--bdr-rad);
  overflow:hidden;
}

.has-rad--tr-br{
  border-radius:0  var(--bdr-rad) var(--bdr-rad) 0;
  overflow:hidden;
}

.has-rad--tl-bl{
  border-radius:var(--bdr-rad) 0 0 var(--bdr-rad);
  overflow:hidden;
}


.has-shadow{
  box-shadow: 0px 0px 14px 8px #0000000a;
}



@media screen and (max-width: 1024px) {
  .\@mobile-tablet__no-rad{
    border-radius:0;
  }
}

/* bg-image */

.lazyload{
  opacity:0;
}
  
.proxy-bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:-1;
}

.lazyimg-ar-wrapper img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.lazyimg-ar-wrapper:after{
  content:'';
  display:block;
}

.far-image{
  overflow:hidden;
}

.far-image picture,
.far-image img,
.far-image video,
.far-image .lazyimg-ar-wrapper{
  object-fit: cover;
  position:absolute;
  left:0;
  top:0;
  width:101%;
  height:101%;
}

.far-image:after{
  content:'';
  display:block;
}

.far-image--square:after{
  padding-top:100%;
}

.far-image--portrait:after{
  padding-top:120%;
}

.far-image--portrait-l:after{
  padding-top:150%;
}

.far-image--landscape:after{
  padding-top:75%;
}

.far-image--landscape-s:after{ 
  padding-top:66%;
}

.far-image--landscape-xs:after{
  padding-top:50%;
}

.far-image--landscape-xxs:after{
  padding-top:30%;
}

.far-image--letterbox:after{
  padding-top:21.43%;
}

.far-image--round{
  border-radius:100%;
}

@media screen and (min-width: 767px) {
  .\@mobile-mobile__far-image--square:after{
    padding-top:100%;
  }
  
  .\@mobile-mobile__far-image--landscape-s:after{
    padding-top:66%;
  }
}

.bg-grey{background:#F7F7F7;}


/*btn*/

.btn{
  padding:17px var(--gutter-unit);
  border:none;
  color:#fff;
  background:#000;
  text-align:center;
  font-weight:400;
  cursor:pointer;
  font-family:var(--font-main);
  font-size:var(--t-r);
  transition:all 200ms linear;
}

.btn:disabled{
  background:rgb(82, 82, 82);
  cursor:not-allowed;
}

.btn--white{
  color:#000;
  background:#fff;
}

.btn--orange{
  color:#fff;
  background:var(--orange);
}


.btn--green{
  background:var(--green-go);
  color:#fff;
}

.btn--round{
  border-radius:var(--bdr-rad);
}

  
.btn-close{
  width:calc( (var(--gutter-unit) * 2) + var(--close-btn-icon-width));
  height:calc( (var(--gutter-unit) * 2) + var(--close-btn-icon-width));
  background:url(//www.glyderapparel.com/cdn/shop/t/34/assets/gbl-close-icon.svg?v=75027852760430762481655924585);
  background-size:var(--close-btn-icon-width);
  background-position:center;
  background-repeat:no-repeat;
}

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

  .btn:not(:disabled):hover{
    
  }
}


@media screen and (max-width: 767px){
}


/* TEXT */

.t-accent-font{font-family:var(--accent-font);}
.t-ucase{text-transform:uppercase;}
.lh-reset{line-height:1;}

.lh-s{line-height:var(--lh-s)}
.lh-r{line-height:var(--lh-r)}
.lh-rm{line-height:var(--lh-rm)}
.lh-m{line-height:var(--lh-m)}
.lh-l{line-height:var(--lh-l)}
.lh-xl{line-height:var(--lh-xl)}
.lh-xxl{line-height:var(--lh-xxl)}

.t-xxs{font-size:var(--t-xxs);}
.t-xs{font-size:var(--t-xs);}
.t-s{font-size:var(--t-s);}
.t-r{font-size:var(--t-r);}
.t-rm{font-size:var(--t-rm);}
.t-m{font-size:var(--t-m);}
.t-ml{font-size:var(--t-ml);}
.t-l{font-size:var(--t-l);}
.t-xl{font-size:var(--t-xl);}
.t-xxl{font-size:var(--t-xxl);}

.f-w200{font-weight:200;}
.f-w300{font-weight:300;}
.f-w400{font-weight:400;}
.f-w500{font-weight:500;}
.f-w600{font-weight:600;}
.f-w700{font-weight:700;}
.f-w800{font-weight:800;}

.tar{text-align:right;}
.tal{text-align:left;}
.tac{text-align:center;}

.t-grey{color:var(--text-grey);}
.t-accent{color:var(--accent-main);}
.t-accent-lb{color:var(--accent-lb);}
.t-white{color:#fff;}
.t-green{color:var(--accent-green)}
.t-red{color:red}
.bg-white{background-color:#fff}

@media screen and (max-width: 1024px){
  .\@mobile-tablet__tal{text-align:left;}
  .\@mobile-tablet__tac{text-align:center;}
  .\@mobile-tablet__tar{text-align:right;}
}


@media screen and (max-width: 767px){
  .\@mobile-mobile__tac{text-align:center;}
  .\@mobile-mobile__tar{text-align:right;}
}


/* FORMS */

.shopify-challenge__container{
  padding-top:10vw;
}

.wbsk-ui-styled-input{
  background-color:#f5f5f5;
  padding:5px 10px;
}
  
.wbsk-ui-styled-select{
  background-color:#fff;
  position:relative;
  color:var(--dark-brown);
}
  
.wbsk-ui-styled-select:after{
  content:'';
  position:absolute;
  top:50%;
  right:var(--gutter-unit-s);
  transform:translate(0,-50%);
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent; 
  border-top: 6px solid #000
}

.wbsk-ui-styled-select select{
  padding:18px 10px;
  padding-right:30px;
  width:100%;
}

.wbsk-ui-styled-select select option{
  font-weight:300;
}
  
.wbsk-ui-styled-select select option:disabled{
  display:none;
}
  
  
/*hr*/

.bdr-bx-shadow{
  box-shadow: 3px 8px 10px 5px rgba(0, 0, 0, 0.02);
}


.bdr-reset{border:none;}
.bdr{border:1px solid #000;}
.bdr-b{border-bottom:1px solid #000;}
.bdr-t{border-top:1px solid #000;}
.bdr-r{border-right:1px solid #000;}
.bdr-l{border-left:1px solid #000;}
.bdr-grey{border-color:#ccc;}

@media screen and (max-width: 767px){
  .\@mobile-mobile__bdr-b{
    border-bottom:1px solid;
  }
  
  .\@mobile-mobile__bdr-b--none{border-bottom:none;}
  .\@mobile-mobile__bdr-t--none{border-top:none;}
  .\@mobile-mobile__bdr-l--none{border-left:none;}
  .\@mobile-mobile__bdr-r--none{border-right:none;}
}



/* RTE */

.rte-content a{
  text-decoration:underline;
}

.rte-content strong{
  font-weight:500;
}

.rte-content p:not(:last-child){
  margin-bottom:var(--gutter-unit-s);
}

.rte-content ul{
  line-height:1.2;
  list-style:initial;
  padding-left:18px;
}

.rte-content ul:not(:last-child){
  margin-bottom:var(--gutter-unit-s);
}

.rte-content li{
  line-height:1.2;
}

.rte-content li:not(:last-child){
  margin-bottom:var(--gutter-unit-xs);

}

.rte-content a{
  text-decoration:underline;
  color:var(--accent-lb);
}

.rte-content a:hover{
}

.rte-content h1,
.rte-content h2,
.rte-content h3,
.rte-content h4{
  margin-top:0;
  font-weight:500;
}

.rte-content h1:not(:last-child),
.rte-content h2:not(:last-child),
.rte-content h3:not(:last-child),
.rte-content h4:not(:last-child){
  margin-bottom:var(--gutter-unit);
}

.rte-content blockquote{
  text-align:center;
  font-size:2rem;
  font-style:italic;
  line-height:1.5;
}

.rte-content blockquote:before{
  display:block;
  content:'';
  width:30px;
  height:2px;
  margin:30px auto;
}

.rte-content blockquote:after{
  display:block;
  content:'';
  width:30px;
  height:2px;
  margin:30px auto;
}

.rte-content--hblock p a {
  color:var(--accent-main);
}

.rte-content--ac-text p:not(:last-child){
  margin-bottom:var(--gutter-unit-s);
}

.rte-content--styled-ul strong{
  color:var(--accent-lb);
  font-weight:500;
}

.gbl-tag{
  padding:6px;
  font-size:1.3rem;
  font-weight:300;
  border-radius:5px;
  text-transform:uppercase;
  background:var(--orange);
  color:#fff;
}

@media screen and (max-width: 1024px){
  .\@mobile-tablet__tac{
    text-align:center;
  } 
}

@media screen and (max-width: 767px){
  .\@mobile-mobile__tal{
    text-align:left;
  }
  
}


/* Loading Classes */

.wbsk-ui__loading:after{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:#ffffffbf;
  content:'';
  background-size:50px;
  background-repeat:no-repeat;
  background-position:center;
  /*background-image:url(//www.glyderapparel.com/cdn/shop/t/34/assets/loading_spinner.svg?v=5414610006454464901655924590);*/
  display:block;
  z-index:999;
}


.wbsk-ui__loading-body:after{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:#0000004f;
  content:'';
  background-size:50px;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url(//www.glyderapparel.com/cdn/shop/t/34/assets/loading_spinner.svg?v=5414610006454464901655924590);
  display:block;
  z-index:999999999999999;  
}


/* SIDEBAR AND MODAL */
.wbsk-ui-sidebar{
  position:fixed;
  left:0;
  top:0;
  z-index:999999999999999;
  height:100%;
  width:100%;
  display:none;
  pointer-events: auto;
}

.wbsk-ui-sidebar__container{
  width:calc(100% - 50px);
  max-width:512px;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:10;
}


.wbsk-ui-sidebar__container--os{
  overflow-x:hidden;
  overflow-y:auto;
}

.wbsk-ui-sidebar__container--fw{
  max-width:100%;
}

.wbsk-ui-sidebar__container--right{
  right:0;
  left:auto;
}

.wbsk-ui-sidebar__close {
  position:absolute;
  top:0%;
  left:0;
  z-index:10;
}


.wbsk-ui-sidebar__close--right{
  left:auto;
  right:0;
}

.wbsk-ui-sidebar-cart__count{
  position:absolute;
  top:50%;
  right:var(--gutter-unit);
  transform:translate(0,-50%);
}


.wbsk-ui-modal{
  position:fixed;
  left:0;
  top:0;
  z-index:999999999999999999;
  height:100%;
  width:100%;
  display:none;
  pointer-events:auto;
}

.wbsk-ui-mask{
  z-index:-1;
  width:100%;
  height:100%;
  background:#1111113b;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
}

.wbsk-ui-modal-container{
  background:#fff;
  height:100%;
  overflow-x:hidden;
  overflow-y:auto;
  z-index:2;
  position:relative;
}

.wbsk-ui-modal-close-btn{
  position:absolute;
  top:0;
  left:0;
}


.wbsk-ui-search__submit{
  width:30px;
  height:30px;
  position:absolute;
  right:0;
  top:50%;
  transform:translate(0,-50%);
  background-image:url(wbsk-ui-search__submit.svg);
  background-size:20px;
  background-repeat:no-repeat;
  background-position:center;
}

.sidebar-search__input{
  width:100%;
  padding:var(--gutter-unit) 0;
}

.sidebar-search__btn{
  right:0;
  left:auto;
  top:50%;
  transform:translate(0,-50%);
}

.sidebar-nav__container{
  padding-top:calc( var(--gutter-unit-m) + var(--close-btn-icon-width) )
}

.sidebar-nav__ql-tag.gbl-tag{
  position:absolute;
  top:0;
  right:0;
  border-radius:0;
}

.sidebar-nested-nav__main{
  padding:calc(var(--gutter-unit)) 0;
  display:block;
  position:relative;
}

.sidebar-nested-nav__main--has-children:after{
  position:absolute;
  right:0;
  top:50%;
  content:'';
  width:15px;
  height:15px;
  background-size:auto 15px;
  background-position:center;
  background-repeat:no-repeat;
  background-image:url(//www.glyderapparel.com/cdn/shop/t/34/assets/sidebar-nested-nav__main--has-children.svg?v=160258272506743271881655924605);
  transform-origin:top;
  transform:rotate(0deg) translate(0%,-50%);
}

.sidebar-nested-nav__main--open.sidebar-nested-nav__main--has-children:after{
  transform:rotate(90deg) translate(0%,-50%);
}


.sidebar-nested-nav__secondary-links a{
  display:block;
}

.sidebar-nested-nav__secondary-links a:not(:last-child){
  padding-bottom:var(--gutter-unit-s);
}


.sidebar-nest-nav__tag{
  margin-left:var(--gutter-unit-xs);
}
  
/* HEADER + NAV */
.mh{
  position:sticky;
  position:-webkit-sticky;
  top:0;
  z-index:999;
  width:100%;
  background:#fff;
}

.mh__nav{
  width:calc(50% - (var(--mh-logo-width) / 2 ) );
  padding:0 var(--gutter-unit-s);
}

.mh__nav--right{
}

.mh__nav-item{
  padding:0 var(--gutter-unit-s);
}


.mh__nav-link{
  position:relative;
  height:var(--mh-item-height);
}

.mh__cl{
  padding-left:var(--gutter-unit);
  border-left:1px solid var(--border-grey);
}

.mh__logo{
  width:var(--mh-logo-width);
  text-align:center;
}

.mh__logo svg{
  width:100%;
  height:auto;
}

.mh__cart-counter{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:var(--orange);
  position:relative;
  margin-left:var(--gutter-unit-s);
  color:#fff;
}

.mh__nav-item:hover .mh__dd-init:before{
  content:'';
  display:block;
  position:absolute;
  bottom:0;
  left:0;
  height:5px;
  width:100%;
  background:var(--accent-main);
  
}

.mh__nav-item:hover .mh-dd{
  display:block;
}

.mh-dd{
  position:absolute;
  top:100%;
  display:none;
  z-index:10;
}

.mh-dd:before{
  content:'';
  height:1px;
  width:100%;
  display:block;
}

.mh__dd-init{
  padding-right:var(--gutter-unit-s);
}

.mh__dd-init:after{
  content:'';
  position:absolute;
  right:0;
  top:50%;
  transform:translate(0,-50%);
  width: 0; 
  height: 0; 
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #000;
}

.mh-dd--full{
  left:0;
  width:100%;
}

.mh-dd--image-list{
  width:50%;
}

.mh-dd--list{
  box-shadow:5px 10px 25px rgba(0,0,0,0.1);
}

.mh-dd--list a:hover{
  opacity:.7;
}

.secondary-nav__item{
  opacity:0.5;
}

.secondary-nav__item--active{
  opacity:1;
  position:relative;
}

.secondary-nav__item--active:after{
  content:'';
  position:absolute;
  top:100%;
  height:3px;
  width:100%;
  left:50%;
  transform:translate(-50%,0);
  background:#000;
  width:calc(100% - ( var(--gutter-unit) * 2 ) );
}

@media screen and (max-width: 1024px){  

}

/* SECCTIONS */
.hero-slideshow__btns a{
  width:auto;
}

.hero-slideshow__btns--dbl a{
  width:calc(35% - var(--gutter-unit-s) );
}

.hero-slideshow__btns--dbl a:first-child{
  margin-right:var(--gutter-unit-s);
}

.hero-slideshow__btns--dbl a:last-child{
  margin-left:var(--gutter-unit-s);
}

.cta-block__img{
  min-height:100%;
  object-fit:cover;
}

.cta-block__content{
  padding:var(--gutter-unit) var(--gutter-unit-s) var(--gutter-unit-m);
 
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}

.lookbook-slider__img{
  height:50vh;
  width:auto;
}

.feat-prod-swiper__controls--active span{
  border-bottom:1px solid;
}

.prod-icons__img{
  width:42px;
  height:auto;
}

.content-block-list-item{
  display:flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}

.content-block-list-item:not(:last-child){
  margin-bottom:var(--gutter-unit-s);
}

.content-block-list-item--has-icon img{
  width:64px;
  height:64px;
}

.content-block-list-item--has-icon span{
  width:calc(100% - 64px);
  padding-left:var(--gutter-unit-s);
}

/* RADIO PROXY + FORM CONTROLS */ 

.proxy-radio{
  display:block;
  position:relative;
}

.proxy-radio-wrapper .proxy-radio{
  margin-right:var(--gutter-unit-xs);
  margin-bottom:var(--gutter-unit-xs);
}

.proxy-radio__input{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;

}

.proxy-radio__input:checked + .proxy-radio__content.prod-color-tab{
  border-color:var(--accent-main);
}

.prod-option-tab{
  border:1px solid #eee;
  font-size:var(--t-s);
  padding:4px 8px 2px;
  border-radius:15px;
}

.proxy-radio__input:checked + .prod-option-tab{
  box-shadow:0 5px 12px 0px #00000026;
}

.proxy-radio__input:disabled + .prod-option-tab{
  opacity:0.2
}

.proxy-radio-wrapper--color-tabs .proxy-radio{
  width:calc(12.5% - var(--gutter-unit-s));
}

.prod-color-tab{
  width:100%;
  border-radius:100%;
  border:1px solid #eee;
}

.prod-color-tab:after{
  content:'';
  display:block;
  padding-top:100%;
}

.proxy-radio__input:checked + .proxy-radio__content.prod-color-tab{
  box-shadow:0 5px 12px 0px #00000026;
  border: 3px solid #ffff;
}



/* COLLECTION */

/* BG BLOCKS */
main{
  position:relative;
}
.bgSvgBlock svg{
  position:absolute;
  z-index:-1;
}

/* BREADCRUMBS */


/* TICKER */
.wbsk-newsticker-container {
  width: 100%;
  overflow: hidden;
}

.wbsk-newsticker-container{
  box-sizing:content-box;
}

.wbsk-newsticker-container li {
  flex-shrink: 0;
}

.slideshow__button-text {
  color: black;
}