.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}
.watch-name-wrapper{
    flex-grow: 2;
}
.badge.sold-item{
    background-color: #f96446;
}
.w-commerce-commercecartapplepaybutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartquantityinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  overflow: visible;
  background-color: #f2f2f2;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  margin-left: -0.109375rem;
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 0rem;
}

h2 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  margin-left: -0.03125rem;
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 400;
  letter-spacing: -0.03125rem;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: -0.03125rem;
}

h4 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.01875rem;
}

h6 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
}

p {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}

a {
  display: inline-block;
  border-bottom: 1px solid hsla(0, 0%, 68.7%, 0.2);
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #000;
  text-decoration: none;
}

a:hover {
  border-bottom-width: 1px;
  border-bottom-color: rgba(2, 3, 12, 0);
  color: #c79558;
}

ul {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.75rem;
  line-height: 1.375;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

em {
  font-family: Amiri, sans-serif;
  font-weight: 400;
}

blockquote {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 8px 48px;
  border-left: 5px none #e2e2e2;
  background-image: url('../images/quote-sign-05.svg'), url('../images/quote-sign-04.svg');
  background-position: 100% 100%, 0% 0%;
  background-size: 24px, 24px;
  background-repeat: no-repeat, no-repeat;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-style: italic;
  font-weight: 400;
}

.all-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 6rem 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.without-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.no-top {
  padding-top: 0rem;
}

.section.category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.space {
  padding-top: 8px;
  padding-bottom: 8px;
}

.section.stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.horizontal {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.space {
  max-width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.container.justify-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.container.filter {
  max-width: 950px;
}

.overline {
  position: relative;
  z-index: 1;
  margin-bottom: 0.625rem;
  font-family: Lato, sans-serif;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.overline.scroll {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: 0rem;
}

.overline.line {
  width: 100%;
  padding-top: 0.75rem;
  border-top: 1px solid #6f6f6f;
}

.overline.black {
  color: #000;
}

.overline.display {
  margin-bottom: 1.5rem;
}

.caption {
  margin-bottom: 8px;
  color: #6f6f6f;
  font-size: 0.625rem;
  line-height: 1.375;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-bottom: 40px;
  padding: 4px 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Amiri, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  background-color: #c79558;
  color: #fff;
}

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

.button.white:hover {
  background-color: #f96446;
  color: #fff;
}

.introduction {
  margin-bottom: 2.25rem;
  font-size: 1.5rem;
  line-height: 1.3;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.introduction.big {
  font-size: 24px;
}

.horizontal-rule {
  position: relative;
  z-index: 1;
  height: 1px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: rgba(79, 96, 104, 0.2);
}

.horizontal-rule.white {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.title {
  position: relative;
  z-index: 1;
  margin-bottom: 2.25rem;
  font-family: Amiri, sans-serif;
  font-weight: 400;
  letter-spacing: 0rem;
}

.content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.horizontal.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content.top-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content.middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.content.middle.align-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content.fullwidth {
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content.fullwidth.centered-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.display-1 {
  position: relative;
  z-index: 1;
  margin-bottom: 6rem;
  font-family: Lato, sans-serif;
  color: #191919;
  font-size: 2vw;
  line-height: 0.9em;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.display-1.font-white.no-style {
  margin-bottom: 0rem;
}

.card-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #191919;
}

.card-container.space {
  width: auto;
  max-width: 950px;
  margin-right: -8px;
  margin-left: -8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-container.centered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-fullwidth {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". ."
    ". .";
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.utility-page-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 35vh 6rem 6rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f3f2ed;
  color: #000;
}

.utility-page-wrap.password {
  padding-top: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f2ed;
  color: #000;
}

.utility-page-content {
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.promo-popup {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 256px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  color: #fff;
  font-weight: 500;
}

.promo-image {
  width: 34px;
  height: 34px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/avatar.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.promo-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0.6875rem;
}

.promo-close {
  position: absolute;
  left: auto;
  top: 0px;
  right: -12px;
  bottom: auto;
  width: 16px;
  height: 16px;
  background-color: #000;
  background-image: url('../images/Orion_close_4px.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.promo-close:hover {
  background-color: #f96446;
}

.accordion-item-trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-style: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.accordion-item-trigger:hover {
  color: #f96446;
}

.accordion-item-trigger.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-item-trigger.top:hover {
  color: #c79558;
}

.accordion-item-content {
  overflow: hidden;
  padding-left: 160px;
  text-align: left;
}

.accordion-item-content.no-styles {
  padding-left: 0px;
}

.post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 0.625rem;
  letter-spacing: 0.03em;
}

.post-card-author-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 12px 4px 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  border-radius: 100px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #000;
  font-size: 0.625rem;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.post-card-author-link:hover {
  background-color: #000;
  color: #fff;
}

.post-card-author-link.blog-post {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-size: 0.875rem;
  letter-spacing: 0em;
  text-transform: none;
}

.post-card-author-link.blog-post:hover {
  background-color: transparent;
  color: #000;
}

.post-card-avatar {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 100px;
}

.post-card-avatar.big {
  width: 256px;
  height: 256px;
  margin-right: 16px;
  border-radius: 0px;
}

.image-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 20vw;
  max-height: 256px;
  padding: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-wrapper.big {
  height: 36vw;
  max-height: none;
}

.image-wrapper.medium {
  height: 344px;
  max-height: none;
}

.image-wrapper.small {
  width: 60%;
  height: 12vw;
}

.image-wrapper._50prc {
  width: 50%;
  height: 100%;
  max-height: none;
  min-height: 640px;
}

.image-wrapper._100vh {
  height: 100vh;
  max-height: none;
}

.image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.image.collection-iii {
  background-image: url('../images/instagram-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.collection-ii {
  background-image: url('../images/kyle-cut-media-iuR0ga_v5No-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image.collection-i {
  background-image: url('../images/kyle-cut-media-TeOH1b-t3Nc-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-button-wrapper {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 64px;
  min-width: 64px;
  padding: 16px 16px 36px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  background-color: #000;
  box-shadow: none;
  color: #fff;
}

.contact-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #000;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.contact-button:hover {
  border-color: rgba(135, 138, 143, 0.5);
  background-color: #f96446;
}

.contact-button-close-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0;
}

.contact-button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.625rem;
  font-weight: 600;
}

.contact-button-list {
  width: auto;
  height: auto;
  padding-bottom: 28px;
}

.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  padding-right: 32px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(243, 242, 237, 0);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Work Sans';
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-link:hover {
  background-color: #f3f2ed;
  color: #000;
}

.contact-link-icon {
  width: 24px;
  margin-right: 10px;
}

.progress-bar-wrapper {
  position: fixed;
  left: 12px;
  top: 73px;
  right: 12px;
  bottom: auto;
  z-index: 9;
  height: 4px;
}

.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price-wrapper.justify-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 0.6875rem;
  font-weight: 500;
}

.price.sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  font-size: 14px;
}

.price.white {
  color: #fff;
}

.old-price {
  margin-right: 8px;
  font-family: Inter, sans-serif;
  color: #6f6f6f;
  text-decoration: line-through;
}

.old-price.detail {
  color: #fff;
}

.new-price {
  font-family: Inter, sans-serif;
  color: #f96446;
}

.new-price.sell {
  color: #6f6f6f;
  font-size: 12px;
}

.badge {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #191919;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.collection-list.centered {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.collection-list.fullheight {
  height: 100%;
}

.collection-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 25%;
  -webkit-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
}

.collection-item._2x {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.collection-item._1x {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.collection-item._3x {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
}

.collection-item.overflow-visible {
  overflow: visible;
}

.collection-item.navi-1x {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.empty-state {
  background-color: #fff;
}

.left-section {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-style: none;
}

.left-section._1of3 {
  width: 33.3%;
}

.left-section._1of4 {
  width: 25%;
}

.left-section._1of4.bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.left-section._1of4.left-50 {
  margin-left: 50%;
}

.left-section._1of4.left-25 {
  margin-left: 25%;
}

.left-section.stretch {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left-section.left-25 {
  margin-left: 25%;
}

.left-section.home {
  width: 100%;
}

.left-section.about {
  width: 50%;
}

.right-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-section.stretch {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.sticky.stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sticky.bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky.on-bottom {
  top: 60vh;
  height: auto;
}

.tabs-content {
  z-index: 0;
  overflow: visible;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  padding-top: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-areas: ". ."
    ". .";
  -ms-grid-rows: auto 8px auto;
  grid-template-rows: auto auto;
  background-color: #000;
  color: #fff;
  font-size: 0.75rem;
}

.splitscreen {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.tabs-menu {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tabs-menu.sub {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid hsla(0, 0%, 68.6%, 0.2);
}

.tabs-menu.centered {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 72px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 100%, 0);
  color: #000;
}

.newsletter-modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(26, 26, 26, 0.75);
}

.newsletter-modal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  min-height: 384px;
  background-color: #fff;
}

.newsletter-modal-image {
  width: 400px;
  background-image: url('../images/black-lington-analog-watch-with-black-leather-strap-1119499.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsletter-modal-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-block {
  width: 100%;
  max-width: 500px;
  margin-bottom: 0px;
}

.form-block.max {
  max-width: none;
}

.form-horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-wrapper {
  position: relative;
  margin-right: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field-wrapper.no-styles {
  margin-right: 0px;
}

.text-field-label {
  position: absolute;
  left: 8px;
  top: 4px;
  font-family: 'Work Sans';
  color: #6f6f6f;
  font-size: 9px;
  line-height: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field-label.white {
  color: hsla(0, 0%, 100%, 0.6);
}

.text-field {
  height: 48px;
  padding: 12px 8px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(26, 26, 26, 0.2);
  background-color: transparent;
}

.text-field:focus {
  border-color: rgba(26, 26, 26, 0.4);
}

.text-field.in-the-row {
  margin-bottom: 0px;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 4px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #c79558;
  color: #fff;
}

.submit-button.white {
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #000;
}

.submit-button.white:hover {
  background-color: #f96446;
  color: #fff;
}

.submit-button.checkout {
  margin-bottom: 0px;
  border-radius: 0px;
}

.form-stretch-vert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.close-button-modal {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 32px;
  height: 32px;
  background-color: #000;
  background-image: url('../images/baseline-close-24px.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  color: #fff;
}

.close-button-modal:hover {
  background-color: #c79558;
}

.success-message {
  background-color: #272727;
  color: #f8f8f6;
  text-align: left;
}

.error-message {
  padding: 16px;
  background-color: #f96446;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.nav-column {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.nav-column.last {
  margin-right: 0vw;
}

.nav-column.stretch {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-column.no-bottom {
  margin-bottom: 0rem;
}

.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-style: none;
}

.horizontal._100-height {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icons-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding-right: 45px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: rgba(79, 96, 104, 0.2);
  color: #000;
}

.icons-payment.stripe {
  background-image: url('../images/stripe-logo-white.svg');
  background-position: 96% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  color: #fff;
}

.footer-link {
  margin-bottom: 0rem;
  padding-left: 12px;
  background-image: url('../images/Orion_indicator-right.svg');
  background-position: 0% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #4f6068;
  text-decoration: none;
}

.margin-bottom {
  width: 100%;
  margin-bottom: 2.25rem;
}

.icon-social-square {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-bottom-style: none;
  border-radius: 2px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.icon-social-square:hover {
  background-color: #f96446;
  color: #fff;
}

.icon-social-square.facebook {
  background-image: url('../images/facebook-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square.twitter {
  background-image: url('../images/twitter-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square.pinterest {
  background-image: url('../images/pinterest-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square.instagram {
  background-image: url('../images/instagram-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square.linkedin {
  background-image: url('../images/linkedin-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square.xing {
  background-image: url('../images/xing-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square.behance {
  background-image: url('../images/behance-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square.vimeo {
  background-image: url('../images/vimeo-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square.whatsapp {
  background-image: url('../images/whatsapp-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.text-field-white {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 8px 0px;
  border: 1px none #000;
  border-radius: 2px;
  background-color: rgba(79, 96, 104, 0.2);
  color: #fff;
}

.text-field-white:focus {
  border-color: rgba(26, 26, 26, 0.4);
}

.footer-section {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.heroscreen-padding {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 12px 12px 72px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heroscreen-padding._12px {
  overflow: hidden;
  padding: 12px;
}

.parallax-image {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-image.absolute.img-01 {
  height: 100%;
  background-image: url('../images/patek-philippe-5212A-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-image.header {
  position: absolute;
  height: 100%;
  background-image: url('../images/man-wearing-watch-outdoors.jpg');
}

.parallax-image.sale {
  height: 100%;
  background-image: url('../images/kyle-cut-media-iuR0ga_v5No-unsplash.jpg');
  background-size: cover;
}

.parallax-image.collection-i {
  height: 100%;
  background-image: url('../images/instagram-2.jpg');
  background-size: cover;
}

.parallax-image.collection-ii {
  height: 100%;
  background-image: url('../images/kyle-cut-media-iuR0ga_v5No-unsplash.jpg');
  background-size: cover;
}

.display-2 {
  font-family: Amiri, sans-serif;
  font-weight: 400;
  letter-spacing: 0rem;
}

.display-2.font-white {
  font-size: 20px;
}

.font-white {
  position: relative;
  z-index: 1;
  font-family: Lato, sans-serif;
  color: #fff;
}

.font-white.no-styles.margin-bottom-mobile {
  margin-bottom: 0rem;
  font-family: Lato, sans-serif;
  text-align: center;
}

.content-xs {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-xs.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content-xs.top-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-xs.align-left {
  margin-left: 0px;
  text-align: left;
}

.grid-fullwidth {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.grid-fullwidth._4x4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . ."
    ". . . ."
    ". . . ."
    ". . . .";
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
}

.card {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-bottom-style: none;
  background-color: transparent;
  color: #191919;
}

.card.l-bg-image {
  height: 50vh;
  padding: 2rem;
}

.card.xl {
  max-width: 950px;
  padding: 3rem;
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
}

.card.xl.padding-change {
  padding-right: 40px;
  padding-left: 40px;
}

.card.l2 {
  padding: 2rem;
}

.card.xl-space {
  margin: 8px;
  padding: 3rem;
  -webkit-flex-basis: 23%;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
}

.card.xl-space.full {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.card.xs-space {
  margin: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 21%;
  -ms-flex-preferred-size: 21%;
  flex-basis: 21%;
}

.card.xl-bg-image {
  height: 90vh;
  padding: 3rem;
  -webkit-flex-basis: 33.3%;
  -ms-flex-preferred-size: 33.3%;
  flex-basis: 33.3%;
}

.card.xs-space-bg-image {
  min-height: 256px;
  margin: 8px;
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}

.card.l-space {
  margin: 8px;
  padding: 2rem;
  -webkit-flex-basis: 21%;
  -ms-flex-preferred-size: 21%;
  flex-basis: 21%;
}

.card.l-space-bg-image {
  min-height: 50vh;
  margin: 8px;
  padding: 2rem;
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}

.card.xl-space-bg-image {
  min-height: 75vh;
  margin: 8px;
  padding: 3rem;
  -webkit-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}

.icon-64 {
  width: 64px;
  height: 64px;
}

.icon-48 {
  display: block;
  width: 48px;
  height: 48px;
}

.icon-48.margin-bottom {
  margin-bottom: 1rem;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.background-image.footer-01 {
  background-image: url('../images/thumb-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.footer-02 {
  background-image: url('../images/thumb-05.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.footer-03 {
  background-image: url('../images/thumb-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.footer-04 {
  background-image: url('../images/thumb-07.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.about-us-01 {
  background-image: url('../images/instagram-2.jpg');
  background-size: cover;
}

.background-image.about-us-02 {
  background-image: url('../images/kyle-cut-media-iuR0ga_v5No-unsplash.jpg');
  background-size: cover;
}

.background-image.about-extern-01-copy {
  background-image: url('../images/instagram-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.about-extern-01-copy-copy {
  background-image: url('../images/kyle-cut-media-TeOH1b-t3Nc-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.img {
  position: relative;
  display: block;
  width: auto;
  height: auto;
}

.background-image.category-home {
  background-image: url('../images/black-lington-analog-watch-with-black-leather-strap-1119499.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image.blog-post {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.submit-button-absolute {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 40px;
  margin: 4px;
  padding: 4px 24px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Work Sans';
  color: #fff;
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.submit-button-absolute:hover {
  background-color: #f96446;
  color: #fff;
}

.submit-button-absolute.grey {
  background-color: #000;
}

.submit-button-absolute.grey:hover {
  background-color: #f96446;
  color: #fff;
}

.background-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.background-color.white-smoke {
  background-color: #f2f2f2;
}

.background-color.dark-grey {
  background-color: #191919;
}

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

.background-color.gainsboro {
  background-color: #d3cfbe;
}

.background-color.red {
  background-color: #f96446;
}

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

.background-color.gainsboro {
  background-color: #d3cfbe;
}

.background-color.black {
  background-color: #000;
}

.background-color.light-grey {
  background-color: #fff;
}

.background-color.rose {
  background-color: #f3ddd1;
}

.menu-button {
  z-index: 2;
  display: none;
  width: 60px;
  height: 60px;
  padding: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
}

.menu-button:hover {
  background-color: rgba(79, 96, 104, 0.2);
}

.menu-button.w--open {
  background-color: #000;
}

.hover {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  -webkit-transition: letter-spacing 1000ms ease, color 200ms ease;
  transition: letter-spacing 1000ms ease, color 200ms ease;
  font-family: 'Chakra Petch';
  color: #000;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #f96446;
}

.nav-link.w--current {
  color: #f96446;
}

.slider {
  z-index: 1;
  display: none;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.slider.margin-bottom {
  margin-bottom: 2.5rem;
}

.slider._100-vertical {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide-nav {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 6px;
}

.slide-nav.justify-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.phone-link {
  padding-left: 24px;
  background-image: url('../images/phone-white.svg');
  background-position: 0% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  color: #f8f8f6;
  text-decoration: none;
}

.background-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.icon-16 {
  width: 16px;
  height: 16px;
}

.icon-16.margin-left {
  margin-right: 4px;
}

.breadcrumb-wrapper {
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0);
  font-size: 0.625rem;
}

.breadcrumb-link-icon {
  margin-right: 8px;
  padding-left: 10px;
  background-image: url('../images/arrow-right-5px.svg');
  background-position: 0% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  font-family: 'Work Sans';
  color: #6f6f6f;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumb-link-icon:hover {
  color: #f96446;
}

.breadcrumb-link-icon.w--current {
  padding-left: 10px;
  background-image: url('../images/arrow-down-5px.svg');
  background-position: 0% 50%;
  color: #f96446;
  font-weight: 700;
}

.breadcrumb-link-icon.w--current:hover {
  color: #f96446;
}

.breadcrumb-link {
  margin-right: 8px;
  font-family: 'Work Sans';
  color: #6f6f6f;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumb-link:hover {
  color: #f96446;
}

.breadcrumb-link.w--current {
  padding-left: 12px;
  background-image: url('../images/Orion_arrow-down-1.svg');
  background-position: 0% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
  color: #f96446;
}

.breadcrumb-link.last {
  margin-right: 0px;
}

.breadcrumb-link.font-white {
  color: #fff;
}

.breadcrumb-link.font-white:hover {
  color: #f96446;
}

.breadcrumb {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-description {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-style: none;
}

.product-description.bottom {
  padding-top: 16px;
}

.product-description.bottom.horizontal-space-between {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-description.bottom.margin-top {
  margin-top: 256px;
}

.product-description.top {
  padding-bottom: 16px;
  justify-content: start;
  flex-grow: 2;
}

.product-description.half {
  width: auto;
}

.product-description.right {
  padding-left: 24px;
}

.no-styles {
  margin-bottom: 0rem;
}

.collection-list-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.collection-list-wrapper.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.collection-list-wrapper.auto {
  height: auto;
}

.collection-list-wrapper.grow {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._404 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20vw;
  line-height: 0.75;
  font-weight: 400;
  letter-spacing: -0.05em;
}

._404-line {
  position: absolute;
  left: 6rem;
  top: 30vh;
  right: 6rem;
  bottom: auto;
  height: 1px;
  background-color: hsla(0, 0%, 53.3%, 0.25);
}

._404-list {
  margin-top: 16px;
  margin-bottom: 0px;
}

._404-list-item {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid hsla(0, 0%, 53.3%, 0.25);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
}

._404-list-item:hover {
  color: #f96446;
}

.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
}

.disable-swipe-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 3rem;
  z-index: 2;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.header-content {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1176px;
}

.arrow-rectangle {
  position: absolute;
  display: block;
  width: 40px;
  height: 64px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-size: 12px;
  line-height: 12px;
}

.arrow-rectangle:hover {
  background-color: hsla(0, 0%, 100%, 0.75);
}

.mask {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mask.full {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slide {
  overflow: hidden;
  height: 100%;
  padding: 0px;
  background-color: transparent;
}

.slide.absolute {
  width: 100%;
}

.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sup {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 16px;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0em;
}

.section-space {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.section-space.no-bottom {
  padding-bottom: 0rem;
}

.section-space.reverse {
  background-color: #fff;
}

.section-space.stretch {
  height: 100%;
}

.section-space.without-padding {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.section-space.overflow-hidden {
  overflow: hidden;
}

.section-space.product-sticky {
  padding-bottom: 0rem;
}

.section-space.off {
  display: none;
}

.item-bordered {
  width: 100%;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid rgba(79, 96, 104, 0.2);
  border-right: 1px solid rgba(79, 96, 104, 0.2);
}

.item-bordered.last {
  padding-right: 0px;
  padding-left: 24px;
  border-right-style: none;
}

.item-bordered.one {
  padding-right: 0px;
  border-right-style: none;
}

.item-bordered.one.last {
  margin-bottom: 24px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(79, 96, 104, 0.2);
}

.text-field-2 {
  height: 48px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 rgba(26, 26, 26, 0.2);
  background-color: transparent;
}

.mask-visible {
  overflow: visible;
}

.fullwidth {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-title {
  overflow: hidden;
  margin-bottom: 0rem;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
}

.product-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-style: none;
}

.product-link.w--current {
  color: #f96446;
}

.product-link.greyscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: border-color 200ms ease, color 200ms ease, -webkit-filter 300ms ease;
  transition: border-color 200ms ease, color 200ms ease, -webkit-filter 300ms ease;
  transition: filter 300ms ease, border-color 200ms ease, color 200ms ease;
  transition: filter 300ms ease, border-color 200ms ease, color 200ms ease, -webkit-filter 300ms ease;
}

.product-link.greyscale:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.tab-link-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-bottom: 32px;
  padding: 8px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-width: 2px;
  border-bottom-color: hsla(0, 0%, 100%, 0);
  background-color: transparent;
  font-family: 'Work Sans';
  color: #6f6f6f;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tab-link-title:hover {
  border-bottom: 2px solid #fff;
  color: #fff;
}

.tab-link-title.w--current {
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.button-icon {
  position: absolute;
  left: 0px;
  width: 24px;
  height: 12px;
  margin-right: 8px;
}

.button-icon.small {
  width: 24px;
  height: 12px;
}

.button-label {
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}

.link-in-text {
  display: inline-block;
  padding: 4px 8px;
  border-bottom-style: none;
  background-color: #d3cfbe;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Work Sans';
  color: #000;
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
}

.link-in-text:hover {
  background-color: #f96446;
  color: #fff;
}

.button-ghost {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 4px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(79, 96, 104, 0.2);
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  font-family: 'Work Sans';
  color: #000;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button-ghost:hover {
  border-color: #000;
  color: #000;
}

.button-ghost.white {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.button-ghost.white:hover {
  border-color: #fff;
}

.button-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 8px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  background-color: #191919;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Work Sans';
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button-small:hover {
  background-color: #c79558;
  color: #fff;
}

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

.button-small.white:hover {
  background-color: #f96446;
  color: #fff;
}

.button-small-ghost {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  padding: 8px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(79, 96, 104, 0.2);
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  font-family: 'Work Sans';
  color: #000;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button-small-ghost:hover {
  border-color: #000;
  color: #000;
}

.button-small-ghost.white {
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

.button-small-ghost.white:hover {
  border-color: #fff;
}

.notice-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.notice-box.middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.parallax-image-zoom {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.parallax-image-zoom.about-1 {
  height: 100vh;
  background-image: url('../images/black-lington-analog-watch-with-black-leather-strap-1119499.jpg');
  background-position: 50% 50%;
  background-size: 72%;
  background-repeat: no-repeat;
}

.parallax-image-zoom.home-watchus-01 {
  position: absolute;
  height: 100%;
  background-image: url('../images/pathum-danthanarayana-BnZBWRDSgiM-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.parallax-image-zoom.home-watchus-02 {
  position: absolute;
  height: 100%;
  background-image: url('../images/accessory-clothes-clothing-fashion-179909.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.overlay-card-space {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 36px;
  opacity: 0;
}

.card-with-space-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.content-hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-hero.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hotline {
  margin-bottom: 0rem;
  font-weight: 400;
}

.line-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  border-left: 1px solid rgba(79, 96, 104, 0.2);
}

.tags {
  display: inline-block;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 4px 8px;
  border-bottom-style: none;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease, color 200ms ease;
  font-family: 'Work Sans';
  color: #000;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.tags:hover {
  border-color: #000;
  background-color: #f96446;
  color: #fff;
}

.tags.w--current {
  border-bottom-style: none;
  background-color: #f96446;
  color: #fff;
}

.tags.w--current:hover {
  color: #fff;
}

.icon-social-circle {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-bottom-style: none;
  border-radius: 100px;
  background-color: #000;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.icon-social-circle:hover {
  background-color: #f96446;
  color: #fff;
}

.icon-social-circle.facebook {
  background-image: url('../images/facebook-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle.twitter {
  background-image: url('../images/twitter-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle.pinterest {
  background-image: url('../images/pinterest-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle.instagram {
  background-image: url('../images/instagram-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle.instagram:hover {
  background-color: #c79558;
  color: #191919;
}

.icon-social-circle.linkedin {
  background-image: url('../images/linkedin-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle.xing {
  background-image: url('../images/xing-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle.behance {
  background-image: url('../images/behance-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle.vimeo {
  background-image: url('../images/vimeo-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle.whatsapp {
  background-image: url('../images/whatsapp-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle-outline {
  width: 32px;
  height: 32px;
  margin-top: 4px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(79, 96, 104, 0.2);
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.icon-social-circle-outline:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #f96446;
  background-color: #f96446;
  color: #fff;
}

.icon-social-circle-outline.facebook {
  background-image: url('../images/facebook-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle-outline.twitter {
  background-image: url('../images/twitter-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle-outline.pinterest {
  background-image: url('../images/pinterest-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle-outline.instagram {
  background-image: url('../images/instagram-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle-outline.xing {
  background-image: url('../images/xing-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle-outline.vimeo {
  background-image: url('../images/vimeo-black_1.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle-outline.linkedin {
  background-image: url('../images/linkedin-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle-outline.whatsapp {
  background-image: url('../images/whatsapp-black_1.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle-outline.behance {
  background-image: url('../images/behance-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle-outline.vimeo {
  background-image: url('../images/vimeo-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-circle-outline.whatsapp {
  background-image: url('../images/whatsapp-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.tabs {
  z-index: 1;
  width: 100%;
}

.line-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-bottom: 1px solid rgba(79, 96, 104, 0.2);
}

.line-bottom._16 {
  left: 16px;
  right: 16px;
}

.number {
  margin-bottom: 0rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.number.red {
  color: #f96446;
}

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(12%, rgba(0, 0, 0, 0.5)), color-stop(50%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 12%, hsla(0, 0%, 100%, 0) 50%);
}

.gradient.top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 31, 28, 0.5)), color-stop(50%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(32, 31, 28, 0.5), hsla(0, 0%, 100%, 0) 50%);
}

.gradient.blog {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0));
}

.margin-right {
  margin-right: 8px;
}

.card-with-hover {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-social-square-outline {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(79, 96, 104, 0.2);
  border-radius: 2px;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
}

.icon-social-square-outline:hover {
  border-color: #f96446;
  background-color: #f96446;
  color: #fff;
}

.icon-social-square-outline.facebook {
  background-image: url('../images/facebook-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square-outline.twitter {
  background-image: url('../images/twitter-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square-outline.pinterest {
  background-image: url('../images/pinterest-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square-outline.instagram {
  background-image: url('../images/instagram-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square-outline.linkedin {
  background-image: url('../images/linkedin-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square-outline.xing {
  background-image: url('../images/xing-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square-outline.behance {
  background-image: url('../images/behance-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square-outline.vimeo {
  background-image: url('../images/vimeo-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-square-outline.whatsapp {
  background-image: url('../images/whatsapp-black.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.thumb-image-hover-card {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.card-with-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-header {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 2.25rem;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-header.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-header.horizontal.no-styles {
  margin-bottom: 0rem;
}

.content-header.no-styles {
  margin-bottom: 0rem;
}

.content-header.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.show-all-link {
  padding-left: 12px;
  border-bottom-style: none;
  background-image: url('../images/arrow_right_black.svg');
  background-position: 0% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  font-family: Inter, sans-serif;
  color: #6f6f6f;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.show-all-link:hover {
  color: #f96446;
}

.show-all-link.w--current {
  padding-left: 8px;
  background-image: url('../images/Orion_arrow-down-1.svg');
  background-position: 0% 50%;
  color: #000;
  font-weight: 700;
}

.show-all-link.w--current:hover {
  color: #f96446;
}

.show-all-link.white {
  background-image: none;
}

.show-all-link.white:hover {
  color: #c79558;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.add-to-cart {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-to-cart.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.add-to-cart-field {
  width: 72px;
  height: 48px;
  margin-bottom: 0px;
  padding: 0px 8px;
  border-radius: 0px;
  background-color: #fff;
}

.add-to-cart-field:focus {
  border-style: none;
}

.checkout-form {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.block-header {
  padding: 12px 24px;
  border-style: none none solid;
  border-bottom-color: rgba(79, 96, 104, 0.2);
  background-color: #fff;
}

.block-header.paypal {
  padding-top: 20px;
  border-bottom-width: 1px;
}

.block-content {
  padding: 24px;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

.shipping-method-list {
  border-right-style: none;
  border-left-style: none;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}

.background-image-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-image-hero.map-2 {
  background-image: url('../images/map.jpg');
  background-size: cover;
}

.background-image-hero.intro-01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/kyle-cut-media-4yGBA_xhHEE-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/kyle-cut-media-4yGBA_xhHEE-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image-hero.home-021 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/beige-strap-silver-round-analog-watch-behind-adidas-white-157627.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/beige-strap-silver-round-analog-watch-behind-adidas-white-157627.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image-hero.home-022 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/ruthson-zimmerman-1Y22qP2etKU-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/ruthson-zimmerman-1Y22qP2etKU-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image-hero.home-023 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/instagram-6.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/instagram-6.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-image-hero.home-new {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), color-stop(50%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(50%, hsla(0, 0%, 100%, 0))), url('../images/kyle-cut-media-TeOH1b-t3Nc-unsplash.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), hsla(0, 0%, 100%, 0) 50%), linear-gradient(180deg, rgba(0, 0, 0, 0.2), hsla(0, 0%, 100%, 0) 50%), url('../images/kyle-cut-media-TeOH1b-t3Nc-unsplash.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.background-image-hero.store {
  background-image: url('../images/ruthson-zimmerman-1Y22qP2etKU-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.background-image-hero.home-031 {
  background-image: url('../images/instagram-2.jpg');
  background-size: cover;
}

.cart-absolute {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  height: 100%;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-style: none;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.cart-button:hover {
  background-color: #d3cfbe;
  color: #fff;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c79558;
  color: #fff;
  line-height: 11px;
}

.icon-65 {
  margin-right: 0px;
}

.order-summary {
  top: 72px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(79, 96, 104, 0.2);
}

.image-licensing {
  width: 100%;
  height: 24vw;
  margin-bottom: 2.25rem;
}

.image-licensing.throne {
  background-image: url('../images/black-lington-analog-watch-with-black-leather-strap-1119499.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-licensing.corniche {
  background-image: url('../images/kyle-cut-media-4yGBA_xhHEE-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-licensing.watches {
  background-image: url('../images/watch-01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-parallax-02 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/kyle-cut-media-TeOH1b-t3Nc-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.link {
  border-bottom: 1px solid rgba(79, 96, 104, 0.2);
}

.link:hover {
  border-bottom-color: transparent;
}

.slide-zoom-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.slide-zoom-wrapper.fullscreen {
  height: 100%;
  min-height: auto;
}

.cookies {
  position: fixed;
  left: 24px;
  top: auto;
  right: auto;
  bottom: 24px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding: 0.9em 1.4em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  background-color: #fff;
  font-family: 'Work Sans';
  font-size: 0.625rem;
  font-weight: 500;
  text-transform: uppercase;
}

.button-accept {
  padding: 0.45em 1em;
  background-color: #000;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms, 200ms;
  transition-duration: 200ms, 200ms;
}

.button-accept:hover {
  background-color: #f96446;
  color: #fff;
}

.expand-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}

.expand-trigger:hover {
  color: #f96446;
}

.icon-32 {
  display: block;
  width: 32px;
  height: 32px;
}

.icon-32.margin-bottom {
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.font-red {
  position: relative;
  z-index: 1;
  color: #f96446;
}

.font-dark-grey {
  position: relative;
  z-index: 1;
  color: #000;
}

.social-sticky-big {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d3cfbe;
  color: #0f57ea;
  text-align: center;
}

.follow-us-big {
  margin-top: 6rem;
  margin-bottom: 6rem;
  font-family: Questrial;
  color: #fff;
  font-size: 16vw;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.icon-social-big {
  width: 4vw;
  height: 4vw;
  min-height: 36px;
  min-width: 36px;
  margin-right: 8px;
  border-bottom-style: none;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.icon-social-big:hover {
  background-color: #f96446;
  color: #fff;
}

.icon-social-big.facebook {
  background-image: url('../images/facebook-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-big.twitter {
  background-image: url('../images/twitter-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-big.pinterest {
  background-image: url('../images/pinterest-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.icon-social-big.instagram {
  background-image: url('../images/instagram-white.svg');
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
}

.list-horisontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.footer-small {
  position: relative;
  z-index: 2;
  background-color: #fff;
  font-size: 0.875rem;
}

.arrow-small {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #000;
  font-size: 10px;
}

.arrow-small:hover {
  background-color: #fff;
}

.arrow-small.black {
  background-color: #191919;
  color: #fff;
}

.show-more-hidden {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.social-media-grid.big {
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.font-white-smoke {
  color: #f2f2f2;
}

.font-grey {
  position: relative;
  z-index: 1;
  color: #6f6f6f;
  font-size: 16px;
}

.header-image-wrapper-5 {
  position: relative;
  z-index: 2;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.header-image-wrapper-4 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.fullscreen {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.header-image-wrapper-1 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.header-image-wrapper-3 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.header-image-wrapper-2 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

.typo-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.typo-background.relative {
  position: relative;
  background-color: #191919;
}

.typo-background.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.typo-moving-background {
  width: 300vw;
  font-family: Questrial;
  color: #fff;
  font-size: 15vh;
  line-height: 15vh;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.typo-moving-background.right-to-left {
  font-family: Lato, sans-serif;
}

.typo-moving-background.right-to-left.font-white-smoke {
  color: #f2f2f2;
}

.add-to-cart-fullwidth {
  width: 100%;
}

.align-right {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: right;
}

.cart {
  width: 90px;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-left: 1px solid hsla(0, 0%, 53.3%, 0.4);
  font-family: 'Work Sans';
  font-size: 0.625rem;
}

.heroscreen-blog-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 85vh;
}

.line-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  border-bottom: 1px solid rgba(79, 96, 104, 0.2);
}

.line-top.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.25);
}

.opacity-50 {
  opacity: 0.5;
}

.separator-caption {
  width: 1px;
  height: 14px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: #6f6f6f;
}

.background-color-to-change {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.rich-text-block {
  padding-right: 2rem;
  padding-left: 2rem;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 1.125rem;
}

.rich-text-block._2x {
  font-size: 18px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 4rem;
  column-gap: 4rem;
  -webkit-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-rule-width: 1px;
}

.post-info-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-style: none;
}

.uppercase {
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.text-field-white-outline {
  height: 48px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
}

.text-field-white-outline:focus {
  border-color: rgba(26, 26, 26, 0.4);
}

.navbar-transparent {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
}

.nav-link-transparent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid hsla(0, 0%, 53.3%, 0.4);
  border-left: 1px solid hsla(0, 0%, 53.3%, 0.4);
  -webkit-transition: opacity 200ms ease, padding 200ms ease, border 200ms ease;
  transition: opacity 200ms ease, padding 200ms ease, border 200ms ease;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-link-transparent:hover {
  border-bottom: 3px solid hsla(0, 0%, 53.3%, 0.4);
}

.nav-link-transparent.w--current {
  border-bottom-width: 3px;
  border-bottom-color: #c79558;
  color: #c79558;
}

.nav-link-transparent.off {
  display: none;
}

.dropdown-navi-list {
  left: auto;
  top: 60px;
  right: -103px;
  bottom: auto;
  overflow: hidden;
  width: 100vw;
  padding-right: 12px;
  padding-left: 12px;
  background-color: transparent;
  color: #000;
}

.dropdown-navi-list.small {
  right: auto;
  width: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.navbar-transparent-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 53.3%, 0.4);
  background-color: transparent;
}

.main-image-product-full {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/image-placeholder-transparent_1image-placeholder-transparent.gif');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-image-product-full.mobile {
  display: none;
}

.progress-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #f96446;
}

.title-post {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.slide-hidden-text {
  width: 100%;
  height: 100%;
}

.image-description {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.arrow-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}

.arrow-circle:hover {
  background-color: #f96446;
  color: #fff;
}

.arrow-circle.right {
  right: -40%;
}

.arrow-circle.left {
  left: -40%;
}

.slider-hidden-text {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.line-vert-middle {
  width: 1px;
  height: 100%;
  margin: 1.5rem auto;
  background-color: rgba(79, 96, 104, 0.2);
}

.line-vert-middle.white {
  background-color: #fff;
}

.link-white {
  border-bottom: 1px solid rgba(79, 96, 104, 0.2);
  color: #fff;
}

.link-white:hover {
  border-bottom-color: transparent;
  color: #f96446;
}

.uppercase-serif {
  font-family: Amiri, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.small-margin-bottom {
  width: 100%;
  margin-bottom: 1rem;
}

.list-item-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.list-item-horizontal.font-white {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-horizontal {
  height: 1px;
  margin-right: 1.5rem;
  margin-left: 0rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.line-horizontal.no-left {
  margin-left: 0rem;
}

.big-typo {
  font-family: Inter, sans-serif;
  font-size: 4vw;
  line-height: 1em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.big-typo.no-styles {
  font-size: 44px;
  line-height: 1;
  white-space: nowrap;
}

.growing-section.stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav_items {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.dropdown-navi-link {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Questrial;
}

.dropdown-navi-link.w--current {
  color: #f96446;
}

.columns-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 53.3%, 0.4);
  background-color: #fff;
}

.card-navi {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-bottom-style: none;
}

.dropdown-navigation {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.checkout-container {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(79, 96, 104, 0.2);
}

.brand-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
}

.nav-menu-and-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heroscreen-subpage-mini {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 6rem;
}

.tab-pane-padding-top {
  padding-top: 2rem;
}

.tab-link-light {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  text-align: center;
}

.tab-link-light.w--current {
  background-color: #f3f2ed;
}

.margin-bottom-mobile {
  margin-bottom: 1.5rem;
}

.content-first-screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 950px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-holder {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  border-bottom-style: none;
}

.section-hero-img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mask-100 {
  height: 100vh;
}

.cart-wrapper {
  font-size: 0.625rem;
}

.search-result-item {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(79, 96, 104, 0.2);
}

.search-link {
  color: #f96446;
}

.text-block {
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
}

.remove-button {
  border-bottom-style: none;
  color: #f96446;
  font-weight: 500;
  text-transform: uppercase;
}

.cart-line-item {
  font-weight: 500;
  text-transform: uppercase;
}

.empty-state-cart {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  text-transform: uppercase;
}

.logo {
  position: absolute;
  left: 12px;
  top: 5%;
  right: 0%;
  bottom: 0%;
  width: 104px;
  height: 90%;
}

.logo.black {
  width: 260px;
  background-image: url('../images/Chrono-Luxe_Logo-02-min.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.white {
  width: 260px;
  height: auto;
  background-image: url('../images/Chrono-Luxe_Logo-02b-min.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.close-button {
  border-bottom-style: none;
}

.padding-top-0 {
  margin-top: 0px;
}

.blog-post-thumb {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.buy-now-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 4px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Questrial;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

.buy-now-button:hover {
  background-color: #f96446;
  color: #000;
}

.add-to-cart-button-in {
  width: 100%;
  height: 48px;
  padding: 4px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Questrial;
  color: #000;
  font-size: 0.875rem;
  font-weight: 400;
}

.add-to-cart-button-in:hover {
  background-color: #f96446;
}

.discount {
  padding: 24px;
  border-style: none none solid;
}

.button-apply {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Work Sans';
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.button-apply:hover {
  background-color: #f96446;
  color: #fff;
}

.background-video {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.product-image-home-slide {
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.list {
  font-family: Amiri, sans-serif;
}

.grid-2 {
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-image-item {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-3 {
  width: 100%;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.filter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.grid-4 {
  max-width: none;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  padding: 6px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: #cbcbcb;
  border-radius: 0px;
  cursor: pointer;
}

.text-block-2 {
  color: #191919;
}

.down-icon {
  width: 12px;
}

.filter-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 60px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.tabs-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-content-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.filter-names {
  font-size: 16px;
}

.filtter-button-container {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fff;
}

.apply-filter-button {
  border: 2px solid #000;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.apply-filter-button:hover {
  border-color: #c79558;
  background-color: #c79558;
  color: #000;
}

.filter-tab-links {
  background-color: transparent;
  cursor: pointer;
}

.filter-tab-links.w--current {
  background-color: #ddd;
}

.filter-tab-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 40px 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.filter-grid.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.filter-checkbox {
  display: inline-block;
  height: auto;
  margin-right: 0px;
  margin-bottom: 15px;
}

.filter-labels {
  font-size: 16px;
  text-align: left;
  text-transform: none;
}

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

.sticky-button-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  padding: 6px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  outline-color: #f3f3f3;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

.cross-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.image-2 {
  width: 36%;
}

.div-block-4 {
  overflow: hidden;
}

.button-filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-filter-wrapper.selected {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c79558;
}

.button-filter-image {
  width: 80px;
  margin-bottom: 6px;
}

.shop-grid {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-range-container {
  width: 300px;
}

.div-block-5 {
  display: none;
}

.filter-tab-header {
  margin-bottom: 2rem;
}

.product-page-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-slider-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.slide-nav-2 {
  display: none;
}

.magnify {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-slide {
  background-color: #fff;
}

.right-arrow {
  color: #c79558;
}

.left-arrow {
  color: #c79558;
}

.product-slider {
  width: 500px;
  height: 500px;
}

.zoom-box {
  width: 100%;
  height: 100%;
}

.product-slider-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-description-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand-name {
  font-size: 0.8rem;
}

.product-name {
  margin-bottom: 0.75rem;
  font-family: Amiri, sans-serif;
  font-weight: 300;
}

.grid-5 {
  margin-bottom: 10px;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ref {
  color: #6f6f6f;
}

.ref {
  font-size: 0.8rem;
  line-height: 0.8rem;
}

.div-block-6 {
  width: 1px;
  height: 0.8rem;
  background-color: #6f6f6f;
}

.price-big {
  color: #191919;
  font-size: 1.5rem;
  font-weight: 300;
}

.button-wrapper-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cbcbcb;
  cursor: pointer;
}

.description-header {
  margin-bottom: 0rem;
  color: #191919;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
}

.image-3 {
  width: 20px;
}

.dropdown-wrapper {
  width: 100%;
}

.dropdown-content {
  overflow: hidden;
  margin-bottom: 10px;
}

.paragraph {
  overflow: visible;
}

.image-4 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-title-preview {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.image-5 {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-6 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.phone-container {
  display: none;
}

.div-block-8 {
  display: none;
}

.heading {
  margin-bottom: 1rem;
}

.sticky-navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
  background-color: #f6f3ef;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.image-7 {
  width: 150px;
}

.nav-link-2 {
  margin-top: 0px;
  margin-right: 0px;
  padding: 21px 20px;
  opacity: 1;
  color: #6c6c6c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  opacity: 1;
  color: #212121;
}

.nav-link-2.w--current {
  color: #212121;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  cursor: pointer;
}

.brand-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-3 {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.grid-8 {
  width: 100%;
  margin-bottom: 40px;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-slide-small {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .section.splitscreen {
    width: 10%;
  }

  .section.splitscreen.off {
    display: none;
  }

  .container {
    max-width: 1200px;
  }

  .container.filter {
    max-width: 1200px;
  }

  .content {
    max-width: 1200px;
  }

  .card-container.space {
    max-width: 1200px;
  }

  .left-section.about {
    width: 50%;
  }

  .content-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .card.xl {
    max-width: 1200px;
  }

  .nav-link-transparent {
    font-size: 16px;
  }

  .big-typo.no-styles {
    font-size: 56px;
  }

  .content-first-screen {
    max-width: 1200px;
  }

  .filter-names:hover {
    color: #c79558;
  }

  .container-3 {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  h6 {
    margin-bottom: 1rem;
  }

  .section {
    padding: 3rem;
  }

  .section.without-padding {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .container {
    max-width: 100%;
    padding: 0px;
  }

  .container.filter {
    display: none;
  }

  .overline.scroll {
    display: none;
  }

  .introduction {
    font-size: 1.3rem;
  }

  .horizontal-rule {
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .content {
    display: block;
  }

  .content.centered {
    max-width: 100%;
  }

  .content.fullwidth.centered-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .display-1 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .display-1.no-styles {
    margin-bottom: 0rem;
  }

  .card-container.space {
    max-width: 100%;
  }

  .section-fullwidth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .utility-page-wrap {
    padding-right: 3rem;
    padding-bottom: 5rem;
    padding-left: 3rem;
  }

  .accordion-item-content {
    padding-left: 0px;
  }

  .image-wrapper {
    height: 256px;
  }

  .image-wrapper.small {
    height: 24vw;
  }

  .image-wrapper._50prc {
    min-height: 320px;
  }

  .image-wrapper._100vh {
    height: 75vh;
  }

  .collection-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .collection-item._1x {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .collection-item._1x.full {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .collection-item._3x {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .empty-state {
    color: #000;
  }

  .left-section {
    width: 100%;
  }

  .left-section._1of3 {
    width: 100%;
  }

  .left-section._1of4 {
    width: 100%;
  }

  .left-section._1of4.mobile-none {
    display: none;
  }

  .left-section._1of4.left-50 {
    margin-left: 0%;
  }

  .left-section._1of4.left-25 {
    margin-left: 0%;
  }

  .left-section.left-25 {
    margin-left: 0%;
  }

  .left-section.about {
    width: 100%;
  }

  .right-section {
    width: 100%;
  }

  .right-section.images {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sticky {
    height: auto;
    padding-bottom: 0px;
  }

  .footer {
    height: auto;
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .splitscreen {
    display: block;
  }

  .splitscreen.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tabs-menu {
    overflow: auto;
  }

  .tabs-menu.sub {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar {
    width: 100vw;
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .newsletter-modal-wrapper {
    display: none;
  }

  .newsletter-modal {
    width: 90%;
  }

  .newsletter-modal-image {
    width: 50%;
  }

  .newsletter-modal-info {
    width: 50%;
  }

  .form-block {
    max-width: 100%;
  }

  .nav-column.stretch {
    -webkit-box-flex: 28%;
    -webkit-flex: 28%;
    -ms-flex: 28%;
    flex: 28%;
  }

  .footer-section {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .heroscreen-padding {
    min-height: 50vh;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heroscreen-padding.mobile-none {
    display: none;
  }

  .parallax-image {
    height: 50vh;
  }

  .content-xs {
    max-width: 800px;
  }

  .grid-fullwidth._4x4 {
    display: block;
  }

  .card {
    padding: 2rem;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .card.l-bg-image {
    height: 50vh;
  }

  .card.xl {
    padding: 2rem;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .card.xl.padding-change {
    max-width: 100%;
  }

  .card.xl-space {
    padding: 2rem;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .card.xs-space {
    padding: 2rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .card.xl-bg-image {
    height: 50vh;
    padding: 2rem;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .card.xs-space-bg-image {
    padding: 2rem;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .card.l-space {
    padding: 2rem;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .card.l-space-bg-image {
    height: 50vh;
    padding: 2rem;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .card.xl-space-bg-image {
    height: 50vh;
    min-height: auto;
    padding: 2rem;
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .background-image.footer-01 {
    position: relative;
  }

  .background-image.footer-03 {
    position: relative;
    height: 50vh;
  }

  .menu-button {
    top: 0px;
    width: 60px;
    height: 60px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #000;
  }

  .nav-menu {
    overflow: scroll;
    margin-left: 0%;
    padding-right: 12px;
    padding-left: 12px;
    background-color: transparent;
  }

  .breadcrumb-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .breadcrumb {
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  ._404-line {
    left: 5rem;
    right: 5rem;
  }

  .header-section {
    padding: 3rem;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .header-section.intro {
    height: 75vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .section-space {
    padding: 3rem 30px;
  }

  .section-space.reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .section-space.product-sticky {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
    background-color: #000;
  }

  .notice-box {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .notice-box.middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 128px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .parallax-image-zoom {
    height: 50vh;
  }

  .parallax-image-zoom.about-1 {
    height: 50vh;
  }

  .overlay-card-space {
    position: relative;
    display: block;
    width: 100%;
    padding: 4px;
    opacity: 1;
  }

  .card-with-space-overlay {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .content-hero {
    display: block;
  }

  .line-left {
    display: none;
  }

  .line-bottom {
    display: none;
  }

  .line-bottom._16 {
    display: block;
  }

  .card-with-overlay {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content-header {
    display: block;
  }

  .columns.just-desktop {
    display: block;
  }

  .slider-horizontal-parallax {
    height: 50vh;
  }

  .checkout-form {
    padding: 0px;
  }

  .block-header {
    padding-right: 12px;
    padding-left: 12px;
  }

  .block-content {
    padding-right: 12px;
    padding-left: 12px;
  }

  .background-image-hero.map-2 {
    position: relative;
    height: 50vh;
  }

  .background-image-hero.home-031 {
    position: relative;
  }

  .cart-absolute {
    right: 60px;
  }

  .cart-button {
    height: 60px;
  }

  .intro-parallax-02 {
    position: relative;
    left: 0vw;
    width: 100%;
    height: 50vh;
  }

  .social-sticky-big {
    padding: 3rem;
  }

  .fullscreen {
    min-height: 90vh;
  }

  .typo-background.relative {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .typo-moving-background.right-to-left {
    font-size: 10vh;
  }

  .line-top {
    display: none;
  }

  .post-info-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar-transparent {
    display: none;
  }

  .nav-link-transparent {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right: 1px solid hsla(0, 0%, 53.3%, 0.4);
    border-bottom-width: 1px;
    border-left-style: solid;
    background-color: #fff;
    color: #000;
    text-align: center;
  }

  .nav-link-transparent:hover {
    border-bottom-width: 1px;
  }

  .dropdown-navi-list {
    overflow: scroll;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-transparent-content {
    background-color: #fff;
  }

  .main-image-product-full {
    display: none;
    height: 75vh;
  }

  .main-image-product-full.mobile {
    display: block;
  }

  .big-typo.no-styles {
    font-size: 30px;
  }

  .dropdown-navi-link {
    border-bottom-style: none;
    font-family: 'Work Sans';
    font-size: 0.625rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .columns-navi {
    display: block;
    overflow: scroll;
  }

  .card-navi {
    padding: 10px 0px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-color: #f3f2ed;
    text-align: center;
  }

  .heroscreen-subpage-mini {
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-first-screen {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card-holder {
    padding: 2rem 0px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .section-hero-img {
    height: 75vh;
  }

  .mask-100 {
    height: 75vh;
  }

  .logo.black {
    background-image: url('../images/Chrono-Luxe_Logo-02-min.png');
  }

  .discount {
    padding-right: 12px;
    padding-left: 12px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .filter-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sticky-button-wrapper {
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 40px;
    outline-color: #f3f3f3;
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 3px;
  }

  .product-page-grid {
    margin-top: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-slider-wrapper {
    position: static;
  }

  .product-slider {
    width: 400px;
    height: 400px;
  }

  .image-3 {
    margin-right: 16px;
  }

  .div-block-7 {
    width: 100%;
  }

  .phone-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-8 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 45px;
    height: 100%;
    max-width: none;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .nav-menu-2 {
    width: 100%;
    height: 100vh;
    padding-top: 40px;
    background-color: #fff;
  }

  .sticky-navbar {
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    padding: 0px;
    background-color: #f2f2f2;
  }

  .image-7 {
    width: 195px;
  }

  .nav-link-2 {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    border-top: 0px solid #dcdcdc;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
  }

  .nav-link-2.off {
    display: none;
  }

  .icon-4 {
    color: #1d2859;
  }

  .brand-2 {
    border-bottom-style: none;
  }

  .menu-button-2 {
    padding-right: 0px;
    background-color: #f6f3ef;
  }

  .menu-button-2.w--open {
    background-color: #f2f2f2;
  }

  .container-3 {
    position: -webkit-sticky;
    position: sticky;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: 0.875rem;
  }

  li {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  blockquote {
    padding-right: 50px;
    padding-left: 50px;
    background-size: 32px, 32px;
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .all-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    padding: 2rem 16px;
  }

  .introduction {
    font-size: 1rem;
  }

  .introduction.big {
    font-size: 1.25rem;
  }

  .display-1 {
    font-size: 2rem;
  }

  .card-container {
    display: block;
  }

  .card-container.space {
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-container.centered {
    text-align: left;
  }

  .utility-page-wrap {
    display: block;
    padding-top: 80px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .utility-page-wrap.password {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .utility-page-content {
    width: 100%;
  }

  .accordion-item-trigger {
    padding-right: 0px;
    padding-left: 0px;
  }

  .accordion-item-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-wrapper.big {
    height: 256px;
  }

  .image-wrapper.medium {
    height: 256px;
  }

  .image-wrapper._100vh {
    height: 50vh;
  }

  .collection-list {
    display: block;
  }

  .collection-list.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .collection-list.centered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .collection-item._3x {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer {
    display: block;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .newsletter-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .newsletter-modal-image {
    display: none;
    width: 100%;
    height: 300px;
  }

  .newsletter-modal-info {
    width: 100%;
  }

  .form-horizontal {
    display: block;
  }

  .text-field-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-field.in-the-row {
    margin-bottom: 10px;
  }

  .submit-button {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-column {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .margin-bottom {
    margin-bottom: 1rem;
  }

  .footer-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .heroscreen-padding {
    padding-bottom: 0px;
  }

  .display-2.font-white.no-styles {
    margin-bottom: 1.5rem;
  }

  .font-white.no-styles.margin-bottom-mobile {
    margin-bottom: 1.5rem;
  }

  .grid-fullwidth {
    display: block;
  }

  .card {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 2rem;
  }

  .card.l-bg-image {
    height: 40vh;
    padding: 2rem;
  }

  .card.xl {
    padding: 2rem;
  }

  .card.xl-space {
    margin-right: 0px;
    margin-left: 0px;
    padding: 2rem;
  }

  .card.xs-space {
    margin-right: 0px;
    margin-left: 0px;
    padding: 2rem;
  }

  .card.xl-bg-image {
    height: 40vh;
    max-height: 540px;
    padding: 2rem;
  }

  .card.xs-space-bg-image {
    min-height: 256px;
    padding: 2rem;
  }

  .card.l-space {
    margin-right: 0px;
    margin-left: 0px;
    padding: 2rem;
  }

  .card.l-space-bg-image {
    height: 40vh;
    max-height: 540px;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 2rem;
  }

  .card.xl-space-bg-image {
    height: 40vh;
    max-height: 540px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 2rem;
  }

  .background-image.footer-04 {
    position: relative;
    height: 50vh;
  }

  .background-image.category-home {
    position: relative;
  }

  .menu-button {
    background-color: #fff;
  }

  .nav-menu {
    overflow: scroll;
    height: 100vh;
    padding-bottom: 92px;
  }

  .nav-link {
    font-size: 1.5rem;
  }

  .icon-16.margin-left {
    margin-bottom: 0rem;
  }

  .breadcrumb-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product-description {
    margin-top: 0vw;
  }

  ._404 {
    line-height: 1.5;
  }

  ._404-line {
    left: 16px;
    top: 80px;
    right: 16px;
  }

  .header-section {
    padding: 2rem;
  }

  .arrow-rectangle {
    display: none;
  }

  .section-space {
    display: block;
    padding: 2rem 16px;
  }

  .section-space.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-link-title {
    font-size: 0.875rem;
  }

  .mobile-none {
    display: none;
  }

  .overlay-card-space {
    margin-top: 1.5rem;
  }

  .margin-right {
    margin-bottom: 8px;
  }

  .card-with-overlay {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .content-header {
    margin-bottom: 1rem;
  }

  .content-header.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .add-to-cart-field {
    height: 36px;
  }

  .checkout-form {
    padding: 0px;
  }

  .image-licensing {
    height: 256px;
  }

  .intro-parallax-02 {
    position: relative;
  }

  .cookies {
    left: 16px;
    bottom: 16px;
  }

  .social-sticky-big {
    padding: 2rem;
  }

  .list-horisontal {
    overflow: visible;
    width: 100%;
  }

  .social-media-grid {
    display: block;
  }

  .header-image-wrapper-4 {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header-image-wrapper-1 {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header-image-wrapper-3 {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .header-image-wrapper-2 {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .rich-text-block {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .rich-text-block._2x {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .nav-link-transparent.w--current {
    border-bottom-width: 1px;
  }

  .main-image-product-full {
    height: 50vh;
  }

  .small-margin-bottom {
    margin-bottom: 1rem;
  }

  .big-typo.no-styles {
    font-size: 24px;
  }

  .card-navi {
    padding: 2rem;
  }

  .heroscreen-subpage-mini {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tab-pane-padding-top {
    padding-top: 16px;
  }

  .content-first-screen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-hero-img {
    display: block;
    height: 50vh;
  }

  .mask-100 {
    height: 50vh;
  }

  .buy-now-button {
    height: 36px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .add-to-cart-button-in {
    height: 36px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .filter-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 24px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .filter-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .filter-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .filter-grid.grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .shop-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-page-grid {
    margin-top: 100px;
    grid-row-gap: 40px;
  }

  .product-slider {
    width: 340px;
    height: 340px;
  }

  .image-7 {
    width: 200px;
  }

  .brand-2.w--current {
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section.phone-off {
    display: none;
  }

  .content.horizontal {
    display: block;
  }

  .post-card-author-link.blog-post {
    display: block;
  }

  .image-wrapper.small {
    width: 100%;
    height: 256px;
  }

  .image-wrapper._50prc {
    width: 100%;
    min-height: 256px;
  }

  .price-wrapper.detail {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .newsletter-modal-image {
    display: none;
  }

  .horizontal {
    display: block;
  }

  .icons-payment {
    margin-top: 8px;
  }

  .card {
    width: 100%;
    padding: 16px;
  }

  .card.l-bg-image {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.xl {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.l2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.xl-space {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.xs-space {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.xl-bg-image {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.xs-space-bg-image {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.l-space {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.l-space-bg-image {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card.xl-space-bg-image {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .submit-button-absolute {
    position: relative;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .menu-button {
    background-color: transparent;
    color: #fff;
  }

  .breadcrumb-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .product-description.right {
    padding-top: 12px;
    padding-left: 0px;
  }

  .header-section {
    padding: 16px;
  }

  .item-bordered {
    padding-right: 0px;
    border-right-style: none;
  }

  .item-bordered.last {
    padding-left: 0px;
  }

  .columns {
    display: block;
  }

  .add-to-cart-field {
    padding-top: 0px;
  }

  .expand-trigger {
    display: block;
  }

  .social-sticky-big {
    padding-right: 16px;
    padding-left: 16px;
  }

  .social-media-grid {
    display: block;
  }

  .cart {
    z-index: 100;
  }

  .nav-link-transparent {
    color: #000;
  }

  .navbar-transparent-content {
    background-color: transparent;
  }

  .big-typo.no-styles {
    font-size: 14px;
  }

  .columns-navi {
    display: block;
  }

  .card-navi {
    width: 100%;
    padding: 16px;
  }

  .content-first-screen {
    max-width: none;
  }

  .card-holder {
    width: 100%;
  }

  .buy-now-button {
    padding-right: 8px;
    padding-left: 8px;
  }

  .add-to-cart-button-in {
    padding-right: 8px;
    padding-left: 8px;
  }

  .product-image-home-slide {
    width: 200px;
    height: 200px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-2 {
    font-size: 0.7rem;
  }

  .down-icon {
    font-size: 0.7rem;
  }

  .filter-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .filter-grid.grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .shop-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-page-grid {
    grid-row-gap: 40px;
  }

  .product-slider {
    width: 280px;
    height: 280px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-7 {
    width: 140px;
  }

  .nav-flex {
    height: 80px;
  }

  .container-3 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-_7f59bd23-8688-7d7f-e881-781a74b7a6cd-6ebd6fb0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-row-span: 4;
  grid-row-end: 5;
}

#w-node-b35282a0-2cf2-0821-c2bc-2e741ebfe326-6ebd6fb0 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row-span: 4;
  grid-row-end: 7;
}

#w-node-c0ce5337-5102-6d26-daa1-494187c61ba1-6ebd6fb0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-row-span: 4;
  grid-row-end: 10;
}

#w-node-_85c4f78a-92dc-963f-af69-0c3067f6189a-6ebd6fb0 {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row: 8;
  grid-row-start: 8;
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-row-span: 4;
  grid-row-end: 12;
}

#w-node-_2173f923-9bd5-8498-5822-1aae6c564b07-6ebd6fb0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 11;
  grid-row-start: 11;
  -ms-grid-column-span: 7;
  grid-column-end: 8;
  -ms-grid-row-span: 4;
  grid-row-end: 15;
}

#w-node-_3347fc2e-485c-9c35-414f-04ae775c8720-6ebd6fb0 {
  -ms-grid-column-span: 7;
  grid-column-end: 13;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row-span: 3;
  grid-row-end: 17;
  -ms-grid-row: 14;
  grid-row-start: 14;
}

#w-node-d11af81e-028f-1953-31a8-dda4364bc713-94bd6fc0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-d11af81e-028f-1953-31a8-dda4364bc715-94bd6fc0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-d11af81e-028f-1953-31a8-dda4364bc720-94bd6fc0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-_2870e7ff-9ceb-d79d-ed77-9e3d6e959b1a-94bd6fc0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 3;
  grid-row-end: 4;
}

#w-node-_2870e7ff-9ceb-d79d-ed77-9e3d6e959b1c-94bd6fc0 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

#w-node-_2870e7ff-9ceb-d79d-ed77-9e3d6e959b29-94bd6fc0 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 3;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
}

@media screen and (max-width: 991px) {
  #w-node-d11af81e-028f-1953-31a8-dda4364bc713-94bd6fc0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
  }

  #w-node-d11af81e-028f-1953-31a8-dda4364bc715-94bd6fc0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
  }

  #w-node-d11af81e-028f-1953-31a8-dda4364bc720-94bd6fc0 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
  }

  #w-node-_2870e7ff-9ceb-d79d-ed77-9e3d6e959b1a-94bd6fc0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
  }

  #w-node-_2870e7ff-9ceb-d79d-ed77-9e3d6e959b1c-94bd6fc0 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
  }

  #w-node-_2870e7ff-9ceb-d79d-ed77-9e3d6e959b29-94bd6fc0 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;
  }

  #w-node-_44e2043a-f4d0-31af-c1a2-5dbdaefae74a-56086dfd {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
