@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfair Display Optimized;
  src: url('../fonts/PlayfairDisplay-Regular-Optimized.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Optimized;
  src: url('../fonts/Roboto-Regular-Optimized.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gustavo;
  src: url('../fonts/Gustavo-font-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ftsystemmono;
  src: url('../fonts/FTSystemMono-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #eee;
  --black: black;
  --quagga-red: #e24b29;
  --white: white;
  --orange: #f60;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

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

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

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

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

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

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

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

.w-commerce-commercecheckoutadditionaltextinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutadditionaltextarea {
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 76px;
  margin-bottom: 16px;
  padding: 8px 12px;
}

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

.w-commerce-commercecheckoutadditionaltextarea:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutadditionalcheckboxwrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.w-commerce-commercecheckoutadditionalcheckbox {
  margin-right: 8px;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

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

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

.w-commerce-commercelabel {
  margin-top: 20px;
  margin-bottom: 8px;
}

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }

  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutadditionaltextinput, .w-commerce-commercecheckoutadditionaltextarea, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--white-smoke);
  color: var(--black);
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

h1 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Gustavo, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gustavo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 18.72px;
  font-weight: 500;
  line-height: 22px;
}

h4 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Gustavo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gustavo, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  padding: 0;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

a {
  color: #1a1b1f;
  text-align: left;
  text-transform: none;
  background-color: #f600;
  justify-content: center;
  margin-left: 0;
  padding-left: 0;
  font-family: Ftsystemmono, sans-serif;
  font-weight: 400;
  text-decoration: underline;
  transition: opacity .2s;
  display: inline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Ftsystemmono, sans-serif;
  list-style-type: disc;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

li {
  opacity: 1;
  color: #000;
  margin-bottom: 10px;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  list-style-type: disc;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  opacity: .6;
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 24px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  display: block;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin: 200px auto;
  display: block;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: .625rem 1rem;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.promo-form {
  margin-bottom: 1rem;
}

.button.promo-form.red {
  background-color: var(--quagga-red);
  cursor: pointer;
}

.button.promo-form.no {
  color: var(--black);
  background-color: #0000;
  font-size: .5rem;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-light {
  opacity: .6;
  text-align: center;
  padding-bottom: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  text-decoration: none;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: span-condensed;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  background-color: #0000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  opacity: 1;
  object-fit: fill;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: fixed;
}

.menu-button {
  flex: none;
  order: 0;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  font-family: Roboto Optimized, Arial, sans-serif;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
  display: flex;
}

.contact-email-link {
  opacity: .6;
  background-color: #f600;
  margin-bottom: 5px;
  font-family: Roboto;
  text-decoration: none;
  display: flex;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
  font-family: Roboto Optimized, Arial, sans-serif;
}

.paragraph-22 {
  color: #00000087;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  text-decoration: underline;
}

.paragraph-22.origins {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto;
  font-size: 19px;
  text-decoration: none;
}

.accordion-item-trigger {
  cursor: pointer;
  background-color: #0000;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.footer-2 {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  background-color: #f600;
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-logo-link.w--current {
  font-family: Roboto Optimized, Arial, sans-serif;
  text-decoration: none;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 20%;
  height: 100%;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.5;
}

.footer-link {
  float: none;
  color: #fff;
  white-space: normal;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Roboto;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #fff;
  border: 1px solid #0000;
  text-decoration: none;
}

.footer-link.w--current {
  cursor: pointer;
  margin-left: 0;
  transition-property: none;
}

.text-block-4 {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  line-height: 20px;
}

.text-block-5 {
  color: var(--orange);
  font-family: span-condensed;
  font-size: 50px;
  font-weight: 600;
  text-decoration: underline;
}

.text-block-6 {
  color: #f60;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  font-family: span-condensed;
  font-size: 50px;
  font-weight: 600;
  text-decoration: underline;
  display: block;
}

.cart-button {
  background-color: #0000;
  justify-content: flex-end;
  display: flex;
}

.mycontainer {
  background-color: #f60;
  flex-direction: column;
  justify-content: space-between;
  margin: 51px;
  display: flex;
  transform: rotate(0);
}

.singlecolumn {
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.headerwithtext {
  z-index: 11;
  background-color: #f60;
  padding: 0;
  position: sticky;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 15%;
  display: grid;
}

.cudiv {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: 100%;
  max-height: none;
  display: flex;
}

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

.slide-3 {
  text-align: center;
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
  transform: rotate(0);
}

.slider-4 {
  z-index: auto;
  float: none;
  flex: 1;
  order: 0;
  align-self: stretch;
  width: 100vh;
  max-width: 100vh;
  height: 100vh;
  max-height: 100vh;
  position: relative;
  top: auto;
  left: auto;
  transform: rotate(-90deg);
}

.slider-5 {
  justify-content: space-between;
  align-items: stretch;
  width: 100vh;
  height: 100vh;
  display: inline-block;
  transform: rotate(90deg);
}

.slide-6 {
  width: 100%;
  height: 100%;
}

.mask {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  transform: rotate(0);
}

.slide-nav {
  opacity: 0;
  overflow: visible;
}

.mask-2 {
  transform: translate(0);
}

.div-block-28 {
  height: 100%;
  margin-top: -66px;
  padding-top: 1196px;
  padding-right: 82px;
  font-size: 16vw;
  display: block;
  transform: rotate(-90deg);
}

.slide-nav-2 {
  opacity: 0;
}

.navbar-3 {
  z-index: 10;
  object-fit: fill;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  padding: 34px 51px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.heading-16 {
  color: var(--white);
  margin-top: -49px;
  margin-bottom: 0;
  font-size: 60vw;
  line-height: 60vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.paragraph-6 {
  color: #fff;
  text-align: left;
  margin-top: 6px;
  padding-top: 0;
  padding-left: 0;
  font-size: 7%;
  line-height: 115%;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Roboto;
  font-size: 28px;
  line-height: 32px;
  text-decoration: none;
}

.paragraph-8.contactorange {
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 19px;
}

.link-11 {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.bold-text-3 {
  text-decoration: none;
}

.origins {
  background-color: #f60;
  justify-content: space-between;
  display: flex;
}

.old-design_contact-form-page {
  grid-column-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  display: none;
}

.div-block-47 {
  text-align: center;
}

.old-design_contact-form-2 {
  background-color: var(--white-smoke);
  padding-top: 171px;
  padding-bottom: 171px;
  display: none;
}

.contact-form-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.bold-text-8 {
  justify-content: flex-start;
  padding-right: 213px;
  font-size: 3%;
  line-height: 93%;
  display: flex;
}

.link-15 {
  color: var(--white);
  margin-left: 4px;
  text-decoration: none;
  display: inline;
}

.link-15:hover {
  color: var(--white);
}

.cart-quantity-2 {
  background-color: var(--orange);
  color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 28px;
  height: 28px;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 500;
  display: flex;
}

.heading-27 {
  font-family: span-condensed;
  font-size: 40px;
}

.text-block-25 {
  font-family: span-condensed;
  font-size: 40px;
  line-height: 60px;
}

.text-block-26 {
  font-family: Roboto;
  font-size: 16px;
  line-height: 20px;
}

.option-2 {
  font-family: Roboto;
  line-height: 20px;
}

.text-block-27 {
  font-family: Roboto;
  font-size: 16px;
  line-height: 20px;
}

.cart-line-item {
  font-family: Roboto;
}

.checkout-button {
  background-color: #f60;
  font-family: span-condensed;
  font-size: 25px;
  line-height: 40px;
}

.text-block-28, .text-block-29 {
  color: #f60;
}

.heading-32 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .text-block-30, .field-label-7, .field-label-8, .country, .email, .full-name, .street-address, .street-address-2, .city, .state-province, .zip-postal-code, .text-block-32, .text-block-33, .text-block-34, .field-label-9, .card-number, .field-label-10, .expiration-date, .field-label-11, .security-code, .checkbox-label, .text-block-35, .field-label-12, .full-name-2, .field-label-13, .street-address-3, .street-address-4, .field-label-14, .field-label-15, .field-label-16, .city-2, .state-province-2, .zip-postal-code-2, .field-label-17, .country-2, .text-block-36, .text-block-37, .text-block-38, .text-block-39, .span, .text-block-40, .text-block-41 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.heading-33 {
  font-family: Playfair Display Optimized, Arial, sans-serif;
}

.text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.submit-button-2 {
  background-color: #f60;
  border-radius: 7px;
  padding: 20px;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.checkout-form {
  margin-top: 56px;
}

.field-label-18 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.apply-button {
  background-color: var(--black);
  border-radius: 8px;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.discount-code {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.field-label-19, .field-label-20, .field-label-21 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.link-19 {
  color: var(--black);
  background-color: #f600;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  text-decoration: none;
  display: inline;
}

.link-20, .link-21 {
  color: var(--black);
  background-color: #f600;
  font-family: Roboto Optimized, Arial, sans-serif;
  text-decoration: none;
  display: inline;
}

.link-22 {
  color: var(--black);
  background-color: #f600;
  font-family: Roboto Optimized, Arial, sans-serif;
  text-decoration: none;
}

.discounts {
  margin-bottom: 26px;
}

.container-4 {
  margin-top: 117px;
}

.text-block-48, .text-block-49, .text-block-50, .text-block-51, .text-block-52, .text-block-53, .text-block-54, .text-block-55, .field-label-22, .field-label-23, .text-block-56, .text-block-57, .text-block-58, .text-block-59, .text-block-60, .text-block-61, .text-block-62, .text-block-63, .field-label-24, .div-block-70, .field-label-25, .text-block-64, .text-block-65, .text-block-66, .text-block-67, .text-block-68, .text-block-69, .text-block-70 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.text-block-71 {
  font-family: Roboto;
}

.text-block-72, .text-block-73, .text-block-74 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.text-block-75, .span-2, .text-block-76 {
  font-family: Roboto;
}

.submit-button-4 {
  background-color: #f60;
  border-radius: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.container-5 {
  margin-top: 117px;
}

.field-label-26, .text-block-77, .field-label-27, .text-block-78, .text-block-79, .text-block-80, .div-block-71, .text-block-81, .text-block-82, .text-block-83, .text-block-84, .text-block-85, .text-block-86, .text-block-87, .text-block-88, .field-label-28, .text-block-89, .text-block-90, .text-block-91, .text-block-92, .text-block-93, .field-label-29, .text-block-94, .text-block-95, .text-block-96, .text-block-97, .text-block-98, .text-block-99, .text-block-100, .text-block-101, .text-block-102, .text-block-103, .text-block-104, .text-block-105, .span-3, .text-block-106 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.d-13-icon-bg {
  z-index: 10;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d-16-icon-bg {
  z-index: 40;
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-112, .text-block-113 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.flex, .rustic {
  width: 100%;
  max-width: 100%;
}

.text-block-121 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.tag-manager {
  width: auto;
  max-width: none;
  font-family: Roboto Optimized, Arial, sans-serif;
}

.image-66 {
  display: block;
}

.text-block-122 {
  color: var(--black);
  padding-top: 6px;
  font-family: Roboto;
  font-size: 8px;
  line-height: 11px;
  display: block;
}

.heading-40 {
  color: #000;
  text-align: center;
  transform-style: preserve-3d;
  margin-top: 0;
  padding-bottom: 48px;
  font-family: Playfair Display Optimized, Arial, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 72px;
  display: block;
  transform: scale3d(.9, 1, 1);
}

.d-16-icon-bg-2 {
  z-index: 40;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-42 {
  color: #fff;
  text-align: left;
  transform-style: preserve-3d;
  width: 107%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 32px;
  padding-left: 0;
  font-family: Playfair Display Optimized, Arial, sans-serif;
  font-size: 160px;
  line-height: 160px;
  display: block;
  transform: scale3d(.9, 1, 1);
}

.paragraph-30 {
  color: #fff;
  align-items: stretch;
  width: 100%;
  padding-bottom: 43px;
  padding-left: 41px;
  padding-right: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 18px;
  line-height: 21px;
  display: block;
}

.div-block-104 {
  margin-left: 96px;
  margin-right: 96px;
}

.grid-29 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  font-family: Roboto Optimized, Arial, sans-serif;
}

.section-32 {
  background-color: var(--orange);
  height: auto;
  margin-top: 0;
  padding: 237px 50px 50px 88px;
  display: block;
}

.list-6, .list-7, .list-8, .option-list, .div-block-107 {
  font-size: 16px;
  line-height: 20px;
}

.cart-container {
  width: 100%;
}

.cart-quantity-3 {
  font-size: 16px;
}

.cart-list {
  font-size: 16px;
  line-height: 20px;
}

.customer-info {
  margin-bottom: 20px;
}

.text-block-136 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.footer-3 {
  text-align: center;
  background-color: #f2f2f2;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 16px;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-image-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 60px;
  height: 100%;
  margin-top: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  text-decoration: none;
}

.footer-heading-2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.footer-link-2 {
  color: #444;
  background-color: #f600;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.footer-link-2.w--current {
  display: none;
}

.text-block-140 {
  color: #444;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  display: block;
}

.text-block-141 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 8px;
  text-decoration: none;
  display: block;
}

.div-block-113 {
  justify-content: center;
  font-family: Roboto Optimized, Arial, sans-serif;
  text-decoration: none;
  display: block;
}

.image-79 {
  background-color: #fff0;
  margin-top: 0;
}

.bold-text-26, .bold-text-27, .bold-text-28 {
  font-size: 18px;
  line-height: 22px;
}

.bold-text-29 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.bold-text-30 {
  font-size: 18px;
  line-height: 22px;
}

.text-block-142 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.button-8 {
  background-color: var(--orange);
  border-radius: 7px;
  padding: 20px;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.heading-55 {
  transform-style: preserve-3d;
  justify-content: center;
  font-family: Playfair Display Optimized, Arial, sans-serif;
  font-size: 58px;
  font-weight: 400;
  display: flex;
  transform: scale3d(.9, 1, 1);
}

.paragraph-35 {
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
}

.field-label-32, .field-label-33, .field-label-34, .field-label-35, .field-label-36 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.submit-button-9 {
  background-color: var(--black);
  font-family: Roboto Optimized, Arial, sans-serif;
}

.old-design-blog {
  background-color: #f2f2f2;
  padding: 181px;
  font-family: Roboto Optimized, Arial, sans-serif;
  display: none;
}

.div-block-117 {
  margin: 0;
}

.mainthumbdiv {
  background-color: #f600;
  height: 458px;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  text-decoration: none;
}

.thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  width: 492.286px;
  max-width: 492.282px;
  height: 328px;
  max-height: 327.996px;
  font-family: Roboto Optimized, Arial, sans-serif;
  display: block;
}

.div-block-118 {
  background-color: var(--white);
  background-image: linear-gradient(#ffffff80, #ffffff80);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 80%;
  padding: 28px 39px 28px 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  position: relative;
  top: -40px;
  box-shadow: 5px 4px 15px #0000001c;
}

.text-block-151 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-152 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.heading-56 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 700;
  transition: opacity .2s, color .275s;
}

.heading-56:hover {
  color: var(--orange);
}

.div-block-119 {
  padding-left: 41px;
  padding-right: 41px;
}

.div-block-120 {
  border-left: 3px solid var(--orange);
  align-items: center;
  min-height: 30px;
  padding-left: 41px;
  padding-right: 41px;
  font-family: Roboto Optimized, Arial, sans-serif;
  display: flex;
}

.collection-list-8 {
  grid-column-gap: 145px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  font-family: Roboto Optimized, Arial, sans-serif;
  display: grid;
}

.collection-item-14 {
  width: 583.383px;
  max-width: 500px;
  height: 537.986px;
  max-height: 492px;
}

.div-block-122 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  display: flex;
}

.container-20 {
  margin-left: 179.016px;
}

.bold-text-32 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 19px;
  line-height: 23px;
}

.nav-link-5 {
  background-color: #f600;
  margin-left: 0;
  padding-left: 77px;
  font-family: Roboto Optimized, Arial, sans-serif;
}

.nav-link-5:active {
  font-weight: 400;
}

.nav-link-5.w--current {
  color: var(--black);
  background-color: #f600;
  margin-left: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 700;
}

.nav-link-5.w--current:active {
  font-weight: 400;
}

.section-41 {
  margin-top: 129px;
}

.heading-60 {
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  font-family: Playfair Display Optimized, Arial, sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 76px;
  transform: scale3d(.9, 1, 1);
}

.div-block-124 {
  justify-content: center;
  width: auto;
  height: 700px;
  display: flex;
}

.image-101 {
  margin-top: 0;
}

.heading-61 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  line-height: 34px;
  display: block;
}

.ttt {
  font-weight: 400;
}

.quiz {
  display: none;
}

.container-21 {
  padding-bottom: 171px;
}

.cart-3 {
  z-index: 20;
}

.button-9 {
  background-color: var(--orange);
  text-align: left;
  border-radius: 9px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 700;
}

.link-80 {
  background-color: #f600;
  font-family: Roboto Optimized, Arial, sans-serif;
  display: inline;
}

.link-81 {
  background-color: #f600;
  padding-left: 5px;
  font-family: Roboto Optimized, Arial, sans-serif;
  display: inline;
}

.close-button, .remove-button {
  background-color: #f600;
}

.navbar-8 {
  background-color: #fff;
  height: 50px;
  font-family: Roboto;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-7 {
  height: 50px;
  font-weight: 700;
}

.nav-link-7.w--current {
  color: #000;
  height: 50px;
}

.nav-link-7.w--current:hover, .nav-link-7.w--current:active {
  color: #000000a6;
}

.nav-link-8 {
  height: 50px;
  font-weight: 700;
}

.nav-link-8:hover, .nav-link-8:active {
  color: #000000a6;
}

.nav-link-8.w--current {
  height: 50px;
}

.nav-link-8.w--current:active {
  color: var(--orange);
}

.nav-link-9 {
  height: 50px;
  font-weight: 700;
}

.nav-link-9:hover {
  color: #000000a6;
}

.text-block-156 {
  height: 50px;
  font-family: Roboto;
  font-weight: 700;
}

.text-block-156:hover {
  color: #000000a6;
}

.container-23 {
  justify-content: space-between;
  height: 50px;
  display: flex;
}

.cart-4 {
  border-radius: 0;
  align-self: center;
}

.cart-button-3 {
  background-color: var(--orange);
  border-radius: 5px;
}

.cart-quantity-5 {
  color: var(--black);
}

.checkout-button-2 {
  background-color: var(--orange);
  font-weight: 500;
}

.dropdown-toggle {
  height: 57px;
}

.dropdown, .nav-menu-2 {
  height: 50px;
}

.dropdown-list {
  height: 0;
}

.navbar3 {
  z-index: 6;
  background-color: #ffffffed;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.cart-button-4 {
  background-color: var(--orange);
  border-radius: 7px;
  justify-content: flex-end;
  margin-top: 12px;
  font-family: Roboto Optimized, Arial, sans-serif;
}

.nav-menu-3 {
  justify-content: flex-start;
  display: flex;
}

.div-block-127 {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.cart-quantity-6 {
  color: var(--black);
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.dropdown-2 {
  flex: 1;
}

.text-block-157 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.text-block-157:hover {
  color: #000000a6;
}

.nav-link-10 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 500;
}

.nav-link-10.w--current {
  color: #000;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-10.w--current:hover {
  color: #000000a6;
}

.nav-link-11 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-11:hover {
  color: #000000a6;
}

.nav-link-12 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-12:hover {
  color: #000000a6;
}

.nav-link-13 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-13:hover {
  color: #000000a6;
}

.nav-link-14 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-14:hover {
  color: #000000a6;
}

.container-24 {
  flex: 1;
}

.foxy-cart-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: block;
}

.text-block-158, .text-block-159 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.checkout-button-3 {
  background-color: var(--orange);
  border-radius: 6px;
  padding: 20px;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 19px;
}

.text-block-160 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.text-block-161, .option-3, .cart-quantity-7 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.bold-text-34 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.bold-text-35 {
  font-family: Roboto;
  font-size: 18px;
  line-height: 22px;
}

.bold-text-36 {
  font-family: roboto;
  font-size: 18px;
  line-height: 22px;
}

.bold-text-37, .bold-text-38, .bold-text-39 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.bold-text-41 {
  font-family: Roboto;
  font-size: 18px;
  line-height: 22px;
}

.div-block-130 {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-162 {
  color: #1a1b1f7a;
  width: 200px;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-field-6 {
  margin-top: 10px;
  font-family: Roboto Optimized, Arial, sans-serif;
}

.submit-button-10 {
  background-color: var(--black);
  border-radius: 6px;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 14px;
}

.success-message-2 {
  width: 200px;
}

.text-block-163 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.error-message-2 {
  width: 210px;
  font-family: Roboto Optimized, Arial, sans-serif;
}

.text-block-166, .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5, .navbar-9 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.div-block-136 {
  top: 70px;
}

.div-block-137, .div-block-138, .column {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.heading-63 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.div-block-139 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.product-shipping {
  border: 1.5px solid #000;
  align-items: center;
  margin: 20px 0;
  padding: 1rem;
  display: flex;
}

.box-image {
  color: var(--black);
  padding-left: 24px;
  padding-right: 13px;
  font-family: "Fa solid 900", Arial, sans-serif;
  font-size: 33px;
  display: inline;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #7735f6;
}

.dropdown-toggle-2, .close-button-2, .remove-button-2, .list-item-100, .list-item-101, .list-item-102, .list-item-103, .list-item-104, .list-item-105 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.list-item-106 {
  font-family: Roboto Optimized, Arial, sans-serif;
  list-style-type: none;
}

.list-item-107, .list-item-108, .list-item-109, .list-item-110, .list-item-111 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.list-item-112, .list-item-113 {
  font-family: Roboto Optimized, Arial, sans-serif;
  list-style-type: none;
}

.contentlink {
  font-family: Roboto Optimized, Arial, sans-serif;
  display: block;
}

.buyingguidelink {
  color: var(--orange);
  font-family: Roboto Optimized, Arial, sans-serif;
}

.bold-text-66 {
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 18px;
}

.text-block-179 {
  color: red;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 15px;
}

.text-block-182 {
  padding-bottom: 13px;
}

.heading-68 {
  font-family: Roboto Optimized, Arial, sans-serif;
}

.bold-text-67 {
  font-size: 18px;
}

.text-block-190 {
  padding-bottom: 20px;
}

.div-block-158 {
  padding: 174px 271px;
}

.text-block-197 {
  text-align: center;
  padding-top: 0;
  font-size: 18px;
  line-height: 24px;
}

.grid-42 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 33px;
}

.div-block-159 {
  background-color: var(--orange);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-160 {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-161 {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-198 {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

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

.image-110, .image-111, .image-112, .image-113 {
  margin-top: 0;
}

.grid-43 {
  grid-row-gap: 79px;
  grid-template-rows: auto auto auto;
  padding-top: 45px;
}

.text-block-200 {
  text-align: center;
  padding-top: 13px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-162 {
  padding-bottom: 34px;
}

.text-block-201 {
  padding-left: 174px;
  padding-right: 174px;
  font-size: 18px;
  line-height: 24px;
}

.list-item-114, .list-item-115, .list-item-116 {
  opacity: 1;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.list-9 {
  margin-top: 0;
  padding-left: 174px;
}

.bold-text-68 {
  font-size: 16px;
}

.text-block-208 {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

.field-label-61 {
  font-weight: 400;
}

.submit-button-11 {
  background-color: var(--black);
  color: var(--white);
}

.form-5 {
  padding-top: 10px;
}

.link-97 {
  text-align: center;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-size: 30px;
}

.div-block-174 {
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
}

.bold-text-85 {
  color: #9900e0;
  border: 0 solid #000;
  border-radius: 0;
  text-decoration: underline;
}

.accordion-item-header-product {
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Roboto Optimized, Arial, sans-serif;
  font-weight: 400;
}

.accordion-item-content-product {
  display: none;
  overflow: hidden;
}

.accordion-item-trigger-product {
  background-color: var(--white-smoke);
  cursor: pointer;
  width: auto;
  margin-top: 10px;
  margin-left: 0;
  padding: 15px 15px 15px 23px;
  display: none;
}

.bold-text-88 {
  letter-spacing: 2px;
  font-size: 19px;
}

.accordion-item-trigger-product-2 {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/full-size-rustic.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  width: auto;
  margin-left: 0;
  padding: 15px 15px 15px 23px;
  display: block;
}

.foxy-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.accordion-item-trigger-product-3 {
  cursor: pointer;
  background-color: #f2f2f2;
  width: 705px;
  margin-left: 0;
  padding: 15px 15px 15px 23px;
}

.product-detail-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: block;
}

.product-detail-title {
  text-transform: uppercase;
  transform-style: preserve-3d;
  font-family: Gustavo, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: .78;
}

.product-detail-price {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
}

.form-label {
  color: var(--black);
  text-transform: none;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 10px;
  margin-right: .5rem;
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

.field-label-64 {
  font-weight: 400;
}

.form-section {
  justify-content: space-between;
  margin-bottom: 1rem;
  display: flex;
}

.unique-name {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: none;
  margin-top: 0;
  padding: 0;
  font-family: Ftsystemmono, sans-serif;
  display: inline-block;
}

.foxy-important {
  padding-bottom: 0;
}

.cart-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  padding: 8px 15px;
  font-family: Ftsystemmono, sans-serif;
  text-decoration: none;
}

.cart-button:hover {
  color: var(--black);
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.cart-number {
  color: var(--black);
  background-color: #0000;
  border-radius: 9px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.shopping-cart {
  padding-right: 0;
  font-family: "Fa solid 900", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.shopping-cart:hover {
  color: var(--black);
  font-size: 1rem;
  line-height: 1.2;
}

.list-12 {
  list-style-type: none;
}

.option-button {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  margin-right: 10px;
  font-family: Roboto Optimized, Arial, sans-serif;
}

.option-button:hover, .option-button:active, .option-button.active {
  background-color: var(--black);
  color: var(--white-smoke);
}

.option-button.active:active {
  background-color: var(--black);
}

.option-button.disabled {
  opacity: .5;
  cursor: not-allowed;
}

.option-button.disabled:hover {
  color: #000;
  background-color: #fff;
}

.options-wrapper {
  flex-direction: column;
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.options-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-flow: column wrap;
  align-self: stretch;
  align-items: stretch;
  margin-right: 0;
  display: flex;
}

.options-item {
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  margin-right: 0;
  display: flex;
}

.hide {
  display: none;
}

.foxy-us {
  margin-top: 1rem;
}

.foxy-us.no-padding-margin {
  margin-top: 0;
}

.foxy-ca {
  padding-top: 1rem;
}

.foxy-ca.no-padding {
  padding-top: 0;
}

.foxy-currency, .accordion-item-shipping {
  display: none;
}

.accordion-item-trigger-shipping {
  background-color: var(--white-smoke);
  cursor: pointer;
  margin-top: 10px;
  padding: 15px 15px 15px 23px;
}

.accordion-item-content-shipping {
  overflow: hidden;
}

.paragraph-46 {
  margin-top: 10px;
  padding-top: 0;
  padding-right: 0;
}

.heading-79 {
  color: var(--orange);
  margin-top: 10px;
  font-size: 21px;
}

.image-136 {
  object-fit: fill;
  width: auto;
  overflow: visible;
}

.slider-link {
  z-index: 1;
  color: #000;
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
}

.link-98 {
  text-decoration: none;
}

.text-block-224 {
  text-align: left;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  padding-right: 0;
  display: flex;
}

.div-block-188 {
  border: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 36px;
  padding: 0;
  display: block;
}

.text-block-225 {
  color: var(--orange);
  justify-content: center;
  display: flex;
}

.grid-49 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.image-143 {
  margin-top: 0;
}

.text-block-226 {
  background-color: #e6e6e6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 101px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  position: relative;
  top: 21px;
  left: 22px;
}

.div-block-190 {
  margin-right: 0;
  display: none;
}

.grid-50 {
  grid-template-rows: auto;
}

.price {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.monto-reviews {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.dimensions-file {
  text-decoration: none;
  display: block;
}

.form-label-text {
  margin-bottom: 1rem;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.form-label-text.no-bottom-margin {
  margin-bottom: 0;
}

.accordion-item-trigger-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ttt-faq-wrap, .nfp-faq-wrap {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.padding-medium {
  padding: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.margin-custom3 {
  margin: 3.5rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.text-size-small {
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
}

.text-size-small.hide {
  text-transform: none;
  line-height: 1.6;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-regular {
  text-transform: none;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.padding-xsmall {
  padding: .5rem;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.padding-tiny {
  padding: .125rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-xsmall {
  margin: .5rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.text-weight-light {
  font-weight: 300;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.heading-style-h4-2 {
  font-family: Gustavo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

.margin-xhuge {
  margin: 8rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h3-2 {
  font-family: Gustavo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1 {
  font-family: Gustavo, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-muted {
  opacity: .6;
}

.text-color-black {
  color: #000;
  padding: 0;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

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

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.button-20 {
  color: #f5f5f5;
  text-align: center;
  white-space: nowrap;
  background-color: #363e28;
  align-self: center;
  padding: .5rem 1rem;
  font-weight: 500;
}

.button-20.is-text {
  color: #222;
  background-color: #0000;
  border: 2px solid #0000;
  text-decoration: underline;
}

.button-20.is-small {
  padding: .5rem 1.25rem;
}

.button-20.is-form-submit {
  color: #222;
  background-color: #eae6d5;
}

.button-20.is-large {
  padding: 1rem 2rem;
}

.button-20.is-secondary {
  color: #222;
  background-color: #eae7d6;
  border: 1px #000;
  align-self: stretch;
  font-weight: 600;
}

.button-20.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-color-grey {
  color: gray;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-xhuge {
  padding: 8rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-small {
  padding: 1rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.is-matter {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  height: 60vh;
}

.margin-xxhuge {
  margin: 12rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.icon-height-large {
  height: 3rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_header {
  background-color: #0000000d;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.margin-small {
  margin: 1rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.padding-bottom-2 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-large {
  flex: none;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.about-home {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  padding-right: 2rem;
  display: flex;
}

.container-large.is-relative {
  position: relative;
}

.container-large.about-founder {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.container-large.is-company-values {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  align-self: auto;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.container-large.bottom-border {
  border-bottom: 1.5px solid #000;
}

.overflow-scroll {
  overflow: scroll;
}

.margin-xlarge {
  margin: 4rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.form_input {
  background-color: #f9f7f1;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.form_input::placeholder {
  font-size: 1.25rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.page-wrapper-2 {
  position: relative;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.container-medium {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_spacing-all {
  display: none;
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_color.is-1 {
  background-color: #222;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-custom3 {
  padding: 3.5rem;
}

.main-wrapper {
  background-color: #0000;
  margin-top: 4.5rem;
}

.main-wrapper.is-banner-off {
  margin-top: 6rem;
}

.main-wrapper.is-banner-on {
  margin-top: 9.25rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.margin-large {
  margin: 3rem;
}

.heading-style-h2 {
  font-family: Gustavo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h6 {
  font-family: Gustavo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.overflow-auto {
  overflow: auto;
}

.padding-xxsmall {
  padding: .25rem;
}

.heading-style-h5 {
  color: #222;
  font-family: Gustavo, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}

.padding-large {
  padding: 3rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-xlarge {
  padding: 4rem;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.margin-bottom {
  margin-bottom: 1rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.form_component {
  margin-bottom: 0;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-medium {
  font-size: 1.33313rem;
  line-height: 1.618;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.fs-styleguide_heading-medium {
  font-family: Gustavo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.page-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: block;
}

.form_message-success {
  padding: 1.25rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #222;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.icon-height-medium {
  height: 2rem;
}

.padding-huge {
  padding: 6rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.padding-top, .padding-top.padding-huge {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.padding-global {
  z-index: 10;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global.shop-items {
  border-left: 2px #000;
  border-right: 2px #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-global.about-content {
  flex: 0 auto;
  padding-right: 2.5rem;
  display: flex;
}

.padding-global.shop {
  border-top: 1.5px solid #000;
}

.padding-0 {
  padding: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.margin-tiny {
  margin: .125rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.icon-height-small {
  height: 1rem;
}

.margin-0 {
  margin: 0;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading-90 {
  font-family: Gustavo, sans-serif;
  font-size: 3.25rem;
  line-height: 1.1;
}

.heading-91 {
  font-family: Gustavo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-92 {
  font-family: Gustavo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-93 {
  text-align: left;
  font-family: Gustavo, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-94 {
  font-family: Gustavo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.link-104 {
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.block-quote {
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.social-bg-hover {
  background-color: red;
  width: 0%;
  height: 0%;
  position: absolute;
  inset: 0%;
}

.navbar_brand-image {
  width: 100px;
  margin-top: 0;
}

.navbar_brand {
  border-right: 1.5px solid #000;
  flex: 0 auto;
  width: 10.5rem;
  padding: 0 2rem;
  display: flex;
}

.animated-heading {
  text-align: center;
  font-family: Gustavo, sans-serif;
  font-size: 8rem;
  line-height: 1.2;
}

.site-map-wrapper {
  padding: 2rem 2rem 2rem 2.5rem;
  display: flex;
}

.blog_bottom-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.home-hero_image-carousel {
  width: 100%;
  height: 100%;
}

.home-hero_heading-wrapper {
  z-index: 1000;
  text-align: center;
  background-color: #eee;
  border-top: 1.5px solid #000;
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-black {
  padding: 0;
}

.banner-text {
  color: #eee;
  text-transform: uppercase;
  flex: none;
  font-family: Gustavo, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.home-shop_collection-list-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 0 #000;
  border-right-width: 1.5px;
  flex-flow: column-reverse wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: flex-start start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.marquee-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  display: flex;
}

.footer_form-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.coming-soon-wrapper {
  z-index: -1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  width: 100%;
  height: auto;
  padding: 1rem 0;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.site-map-heading {
  color: #000;
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.home-shop_collection-item {
  border: 1.5px #000;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.home-shop_collection-item:nth-child(odd) {
  border-right: 1.5px #000;
}

.home-shop_collection-item:nth-child(2n) {
  border-right-style: none;
}

.home-about_content-wrapper {
  flex-direction: column;
  flex: 1;
  align-self: auto;
  align-items: flex-start;
}

.footer_text.max-width-16rem {
  opacity: .6;
  text-align: left;
  font-family: Ftsystemmono, sans-serif;
}

.form_text {
  text-align: left;
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.cta-text-wrapper {
  align-items: center;
  display: flex;
}

.cta-text-wrapper.relative-z-index-2 {
  border-left: 1.5px solid #000;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  width: 10.5rem;
  padding: 0 2rem;
}

.heading-style-h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gustavo, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.home-shop_item-heading {
  z-index: 1;
  background-color: #eee;
  border: 1.5px solid #000;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.loop-heading {
  color: #fffef0;
  text-transform: uppercase;
  flex: none;
  font-family: Gustavo, sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.loop-heading.is-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.carousel-cover {
  z-index: 999;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop_star-image {
  margin-top: 0;
}

.home-product_image {
  object-fit: cover;
  border: 1.5px solid #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.home-shop_center-image-wrapper {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 28rem;
  max-width: 28rem;
  height: 22rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-shop_link-wrapper {
  background-color: #eee;
  border: 1.5px solid #000;
  padding: 1rem;
  font-size: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog_category-wrapper {
  background-color: #eee;
  border: 1.5px solid #000;
  border-style: none solid solid none;
  flex: none;
  padding: 1rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form_button {
  color: #000;
  background-color: #eee;
  border: 1.5px solid #000;
  padding: .625rem 1rem;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: opacity .2s;
  position: relative;
}

.form_button:hover {
  background-color: var(--black);
  color: var(--white-smoke);
}

.shop_heading-text {
  color: #e24b29;
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  font-family: Gustavo, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: .78;
  display: flex;
}

.footer_social-link {
  border: 2px solid #000;
  padding: 7px 16px;
  position: relative;
  overflow: hidden;
}

.underline {
  background-color: #000;
  width: 100%;
  height: 1.5px;
}

.footer {
  text-align: center;
  border-top: 1.5px solid #000;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

.footer:lang(ja-jp) {
  display: flex;
}

.home-hero_button-wrapper:hover {
  font-family: Ftsystemmono, sans-serif;
}

.circle-is-arrow {
  border: 1.5px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 0;
  display: flex;
}

.footer_image {
  width: 100%;
}

.home-shop_tag-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 0 0;
}

.footer_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.site-map_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 11.5rem;
  display: flex;
}

.site-map_wrapper.is-border {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px #000;
  border-right: 1.5px solid #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2rem;
}

.site-map_wrapper.is-contact {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2rem;
}

.site-map_wrapper.is-border {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1.5px #000;
  border-bottom: 1.5px #000;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2rem;
}

.scroll-top-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.scroll-top-wrapper.is-back-to-top {
  display: none;
}

.horizontal-line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.footer_logo-image-wrapper {
  border-bottom: 1.5px solid #000;
}

.home-blog_collection-item {
  height: 100%;
}

.footer_copyright-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-is-main {
  flex-direction: column;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-is-main.is-footer {
  align-items: stretch;
}

.container-is-main.is-nav {
  border-bottom: 2px #000;
  flex-direction: row;
  justify-content: space-between;
  height: 6rem;
  padding: 0;
  display: flex;
}

.home-shop_main-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
  position: relative;
}

.navbar_item-wrapper {
  text-transform: none;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.home-hero_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  max-width: 100vw;
  height: 101%;
  max-height: 101%;
  margin-top: -3px;
}

.home-hero_image.is-1 {
  width: 100vw;
  max-width: 100vw;
}

.home-hero_image.is-2, .home-hero_image.is-4, .home-hero_image.is-3 {
  max-width: 101%;
}

.blog_image-wrapper {
  border: 1.5px solid #000;
  width: 100%;
  height: 15rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about_content-image {
  flex: 1;
  align-self: stretch;
  padding: 2rem 0 2rem 2rem;
  display: block;
  position: relative;
}

.footer_content-wrapper {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  height: auto;
  display: flex;
}

.blog_heading-text-wrapper {
  text-align: center;
  border-top: 2px #000;
  border-right: 2px #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 2rem 2rem;
  display: flex;
}

.section_home-shop {
  border-bottom: 1.5px solid #000;
  position: relative;
}

.section_home-product {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-shop_collection-list-wrapper {
  border: 1.5px #000;
  border-style: none solid;
  align-self: center;
  width: 100%;
  padding: 2rem;
}

.bold-text {
  text-transform: none;
  font-family: Ftsystemmono, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  position: relative;
}

.bold-text.text-style-allcaps {
  text-align: left;
}

.home-product_image-wrapper {
  width: 100%;
  height: 400px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.home-product_image-wrapper.is-4, .home-product_image-wrapper.is-5, .home-product_image-wrapper.is-1 {
  height: 400px;
}

.home-product_image-wrapper.is-6, .home-product_image-wrapper.is-2, .home-product_image-wrapper.is-3 {
  height: 500px;
}

.blog_main-image {
  z-index: -1;
  object-fit: cover;
  border: 1.5px #000;
  width: 101%;
  height: 101%;
  margin: 0;
  position: static;
  inset: 0%;
}

.blog_main-image.is-blog {
  width: 100%;
  height: 100%;
}

.home-hero_text {
  text-align: left;
  max-width: 350px;
  padding-top: 0;
  padding-right: 0;
  font-family: Ftsystemmono, sans-serif;
  display: flex;
}

.footer_image-wrapper {
  padding: 2rem;
}

.home-product_vertical-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 33.3333%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.home-product_vertical-wrapper.is-2 {
  border: 1.5px #000;
  border-style: none solid;
}

.home-product_vertical-wrapper.last {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
}

.home-product_vertical-wrapper.is-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.form_text-field {
  background-color: #eee;
  border: 1.5px solid #000;
  font-family: Ftsystemmono, sans-serif;
}

.form_text-field:active, .form_text-field:focus {
  border-color: var(--black);
}

.form_text-field::placeholder {
  color: #000;
  font-family: Ftsystemmono, sans-serif;
}

.form_text-field.is-text-area {
  height: auto;
  min-height: 8rem;
  margin-bottom: 1rem;
}

.footer_component-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  border-top: 1.5px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 2.5rem;
  display: flex;
}

.hero_heading-wrapper-copy {
  text-align: center;
  background-color: #d5d9dc;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.hero_heading-wrapper-copy.z-index-1 {
  z-index: 1;
  background-color: #eee;
  border-top-style: none;
  border-top-width: 0;
  border-right-style: none;
  border-right-width: 0;
  flex: 1;
  align-self: stretch;
  padding: 2rem;
  position: relative;
}

.home-shop_background-image {
  z-index: -1;
  object-fit: cover;
  border: 1.5px solid #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.page-tagline {
  text-align: left;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 6rem;
  font-weight: 700;
  line-height: .8;
}

.product_custom-heading-wrapper {
  width: 7rem;
}

.shop_star-rating-wrapper {
  margin-top: 0;
  display: flex;
}

.product_sub-heading {
  padding-top: 0;
  padding-right: 0;
}

.blog_top-wrapper {
  width: 100%;
  padding: 2rem 2rem 0;
}

.home-product_grid-wrapper {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  align-items: flex-start;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.home-shop_image {
  object-fit: cover;
  object-position: 50% 50%;
  border: 1.5px solid #000;
  width: 28rem;
  max-width: 28rem;
  height: 22rem;
  margin-top: 0;
}

.marquee_content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--quagga-red);
  border-bottom: 1.5px #000;
  display: flex;
  overflow: hidden;
}

.marquee_loop-wrapper {
  border-top: .5px solid #e033264d;
  border-bottom: .5px solid #e033264d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.marquee_loop-wrapper.is-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e24b29;
  border-top-style: none;
  border-bottom-style: none;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
}

.marquee_loop-wrapper.is-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
}

.navbar_menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.arrow-image {
  margin-top: 0;
}

.home-shop_tag-button {
  color: #e24b29;
  background-color: #eee;
  border: 1.5px solid #000;
  padding: .5rem;
  font-family: Ftsystemmono, sans-serif;
}

.footer_contact-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 1.5px solid #000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 30%;
  padding: 2rem 2.5rem;
  display: flex;
}

.about_word_image {
  object-fit: cover;
  border: 1.5px solid #000;
  width: 100%;
  height: 100%;
  display: block;
}

.footer_link {
  color: var(--black);
  cursor: pointer;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.footer_link:hover {
  color: var(--black);
}

.footer_link.is-copy {
  z-index: 1;
  transition-property: none;
  position: absolute;
  inset: 0%;
  transform: translate(0, 110%);
}

.section_landing-blog {
  border-bottom: 2px #000;
}

.section_landing-blog:lang(zh-tw) {
  display: none;
}

.section_home-hero {
  z-index: 1;
  border-top: 1.5px #000;
  border-bottom: 1.5px solid #000;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog_category {
  opacity: .7;
  text-align: left;
  text-transform: none;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.blog_published-date {
  text-align: left;
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.home-hero_image-wrapper {
  object-fit: cover;
  background-color: #d5d9dc;
  border-left: 1.5px #000;
  border-right: 1.5px #000;
  justify-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.coming-soon-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.coming-soon-text-wrapper.is-1, .coming-soon-text-wrapper.is-2 {
  flex: none;
  width: auto;
}

.navbar_menu-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.home-blog_collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-small, .padding-bottom.padding-xsmall, .padding-bottom.padding-medium, .padding-bottom.padding-huge {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.animation-span.is-2, .animation-span.is-1 {
  display: inline-block;
}

.about_text-wrapper {
  border-right: 1.5px solid #000;
  flex-direction: row;
  flex: none;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.about_content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.footer_matter-js-wrapper {
  border-bottom: 1.5px solid #000;
  overflow: hidden;
}

.blog_post-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  object-fit: fill;
  border: 1.5px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-blog_heading-wrapper {
  border-bottom: 1.5px solid #000;
  align-self: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.marquee-image {
  flex: none;
  width: 3rem;
  margin-top: 0;
}

.navbar {
  z-index: 1000;
  background-color: #eee;
  border-bottom: 1.5px solid #000;
  position: fixed;
  inset: 0 0% auto;
}

.h3-heading-style {
  color: #000;
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}

.h3-heading-style.align-center {
  text-align: center;
}

.navbar_underline {
  transform-style: preserve-3d;
  background-color: #000;
  width: 100%;
  height: 2px;
  position: static;
  transform: scale3d(0, 1, 1);
}

.home-hero_slide {
  width: 100%;
  overflow: hidden;
}

.footer-contact_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  width: 11.5rem;
  display: flex;
}

.footer-contact_wrapper.is-contact {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
}

.home-about_heading-wrapper {
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  justify-content: center;
  align-self: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.home-blog_list-wrapper {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.footer_social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.form_button-wrapper {
  justify-content: flex-end;
  display: flex;
}

.home-shop_background-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_home-about {
  border-bottom: 1.5px solid #000;
  position: relative;
}

.blog-category {
  text-align: left;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.blog-card_heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.blog-card_heading.text-style-2lines {
  text-transform: none;
}

.cart-button-text {
  font-size: 1rem;
  line-height: 1.2;
  display: none;
}

.cart-button-text:hover {
  color: var(--black);
  line-height: 1.2;
}

.section_blog-hero {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.form_reset-filter-option, .form_filter-options {
  text-align: center;
  width: 100%;
  padding: 1rem;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
}

.section_journal-posts {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.blog_date-wrapper {
  background-color: #eee;
  border: 1.5px solid #000;
  border-style: none solid solid none;
  padding: 1rem;
  position: absolute;
}

.journal_heading-wrapper {
  text-align: center;
  background-color: #d5d9dc;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.journal_heading-wrapper.extra-margin {
  background-color: #eee;
  border-top-style: none;
  border-left: 1.5px solid #000;
  border-right-style: solid;
  border-right-width: 1.5px;
  align-self: auto;
  margin-bottom: 0;
  padding: 2rem;
}

.main-page-heading {
  text-transform: uppercase;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: .8;
}

.blog_filter-form {
  border-top: 1.5px solid #000;
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.form_reset-filter-options-wrapper {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.form_reset-filter-options-wrapper.is-active {
  color: #eee;
  background-color: #000;
  overflow: visible;
}

.blog_collection-item {
  height: 100%;
}

.blog_collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.form_filter-block {
  margin-bottom: 0;
}

.blog_heading {
  color: #000;
  text-align: left;
  text-transform: none;
  flex-direction: column;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.blog_heading.text-style-2lines {
  margin-top: 0;
  margin-bottom: 0;
}

.form_filter-option-wrapper {
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.form_filter-option-wrapper.is-active {
  color: #eee;
  background-color: #000;
  overflow: visible;
}

.blog_collection-list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.blog_published-date-2 {
  text-align: left;
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
}

.about-page-text {
  text-align: left;
  text-transform: none;
  font-family: Ftsystemmono, sans-serif;
}

.main-page-heading-wrapper {
  text-align: center;
  background-color: #eee;
  border-top: 0 solid #000;
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
}

.main-page-heading-wrapper.extra-margin {
  background-color: #eee;
  border-top-style: none;
  border-left: 1.5px solid #000;
  border-right-style: solid;
  border-right-width: 1.5px;
  justify-content: center;
  align-self: auto;
  margin-bottom: 0;
  padding: 2rem;
}

.about-founder_content-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.about-tagline_image-wrapper {
  border-left: 1.5px solid #000;
  flex-direction: row;
  flex: 0 auto;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  max-width: none;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.full-width-image-wrapper {
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section_about-hero {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_about-tagline {
  border-bottom: 1.5px solid #000;
  position: relative;
}

.main-heading-small {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Gustavo, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.main-heading-small.partners {
  font-size: 16px;
}

.main-heading-small.margin-bottom-50px {
  margin-bottom: 2rem;
}

.main-heading-small.no-margin-bottom {
  margin-top: 0;
  margin-bottom: 0;
}

.section_about-founder {
  border-top: 1.5px solid #000;
  border-bottom: 1.5px #000;
  position: relative;
}

.about-founder_content {
  border-right: 1.5px #000;
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.section_about-origin {
  border-top: 1.5px #000;
}

.about-tagline_heading-wrapper {
  text-align: center;
  background-color: #d5d9dc;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.about-tagline_heading-wrapper.z-index-1 {
  z-index: 1;
  background-color: #eee;
  border-top-style: none;
  border-top-width: 0;
  border-right-style: none;
  border-right-width: 0;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}

.about-tagline_content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.about-founder_tagline-wrapper {
  flex-direction: row;
  flex: 0 auto;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-history_content {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  align-self: stretch;
  height: 100%;
  padding: 2rem;
}

.about-page_full-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.about-tagline_wrapper {
  flex-direction: column;
  flex: 1;
  align-self: auto;
  align-items: flex-start;
}

.about-tagline_text-wrapper {
  border-right-width: 1.5px;
  border-right-color: #000;
  flex-direction: row;
  flex: 1;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-xlarge {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
}

.section_about-history {
  border-bottom: 1.5px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-founder_image {
  object-fit: cover;
  border: 1.5px solid #000;
  width: 96rem;
}

.main-rich-text {
  text-align: left;
  text-transform: none;
  font-family: Ftsystemmono, sans-serif;
}

.main-rich-text h2 {
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}

.main-rich-text h4 {
  font-size: 1.125rem;
}

.about-tagline_image {
  object-fit: cover;
  border: 1.5px solid #000;
}

.abot-us-hero-container {
  flex: none;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.abot-us-hero-container.about-us {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  align-self: auto;
  align-items: flex-start;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.about-founder_image-wrapper {
  border-left: 1.5px solid #000;
  flex-direction: row;
  flex: 0 auto;
  align-self: stretch;
  align-items: stretch;
  max-width: 50%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.full-image-wrapper {
  border: 1.5px #000;
  border-style: none solid;
  width: 100%;
  height: 30rem;
  overflow: hidden;
}

.full-image-wrapper.is-border {
  border-top-style: solid;
  border-bottom-style: solid;
}

.shop_heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #d5d9dc;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 1rem;
  display: grid;
}

.shop_heading-wrapper.extra-margin {
  background-color: #eee;
  border-top-style: none;
  border-left: 1.5px solid #000;
  border-right-style: solid;
  border-right-width: 1.5px;
  align-self: auto;
  margin-bottom: 0;
  padding: 2rem;
}

.shop_bed-price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.shop_collection-list-wrapper {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
}

.shop_collection-item {
  text-align: left;
  background-color: #eee;
  border: 1.5px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.product-immage.is-lifestyle {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.product-immage.is-product {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.shop_collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  display: grid;
}

.main-text {
  padding: 0;
  display: flex;
}

.main-text.opacity-50 {
  color: #00000080;
}

.section_shop-hero {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.product_image-wraper {
  border: 1.5px solid #000;
  width: 100%;
  height: 18rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.section_shop_product {
  position: relative;
}

.shop_option-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.section_faq-hero {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.faq_item {
  border-bottom: 1.5px solid #000;
  padding: 2rem;
}

.faq_item:nth-child(odd) {
  border-right: 1.5px solid #000;
}

.faq_item:last-child {
  border-bottom-style: solid;
}

.faq_item.support:last-child {
  border-bottom-style: none;
}

.icon-plus {
  margin-top: 0;
  font-weight: 500;
}

.faq_section-wrapper {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  flex: 1;
  min-width: 20%;
}

.horizontal-border-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.horizontal-border-line.margin-bottom-50px {
  height: 1px;
  margin-bottom: 0;
}

.faq-section_support {
  border-bottom: 1.5px #000;
}

.faq_section-heading {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gustavo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.faq_heading-small {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Gustavo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.main-text-2 {
  display: flex;
}

.main-text-2.weight-medium {
  font-weight: 500;
}

.main-text-2.weight-medium.margin-right-30px {
  margin-right: 30px;
  font-size: .875rem;
}

.sticky_menu-item-wrapper {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
  display: flex;
}

.sticky_menu-item-wrapper.link {
  flex-direction: row;
}

.faq_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product_description-wrapper {
  border-bottom: 1.5px #000;
  border-left: 1.5px #000;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 2rem;
  position: static;
  top: 0;
  bottom: auto;
}

.faq_banner-wrapper {
  border-bottom: 1.5px #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.faq-component-sticky-wrapper {
  border-top: 1px #000;
  border-left: 1.5px solid #000;
}

.faq_main-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.faq_banner-border {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.section_faq-component {
  border-top: 1px #000;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq_content-wrapper {
  border-bottom: 1.5px #000;
  position: relative;
  top: 0;
}

.packaging_wrapper {
  padding: 0;
}

.product_sticky-wrapper {
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.main-heading-medium {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gustavo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.faq_heading-wrapper {
  z-index: 2;
  background-color: #eee;
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  align-items: center;
  height: 6rem;
  margin-top: -2px;
  padding: 0 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.faq_heading-wrapper.no-top-border {
  border-top-style: none;
  margin-top: 0;
  top: 0;
}

.faq_questions-list {
  background-color: #eee;
}

.info_heading-wrapper {
  background-color: #eee;
  border: 1.5px solid #000;
  border-top-style: none;
  margin-top: 0;
  padding: 2rem;
  position: sticky;
  top: 0;
}

.info_heading-wrapper.top-border {
  border-top-style: none;
  border-top-width: 1px;
}

.large-tagline {
  text-align: left;
  text-transform: uppercase;
  align-self: flex-start;
  padding-bottom: 1rem;
  font-family: Gustavo, sans-serif;
  font-size: 6rem;
  line-height: .8;
}

.values-tagline_content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}

.about_full-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.values-tagline_wrapper {
  flex-direction: column;
  flex: 1;
  align-self: auto;
  align-items: flex-start;
}

.info_container-content-wrapper {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.info_container-content-wrapper.no-border-right {
  border-right-style: none;
  margin-bottom: -1.5px;
}

.values_wrapper {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  flex: 1;
  align-self: stretch;
  height: 100%;
  padding: 2rem;
}

.values_wrapper.is-border {
  border-bottom: 1px #000;
  border-right-style: none;
  flex: 1;
  align-self: stretch;
  height: auto;
}

.info_content-wrapper {
  border-bottom: 1.5px solid #000;
  border-left: 1.5px #000;
  border-right: 1.5px solid #000;
  align-self: stretch;
  width: 100%;
  height: auto;
  padding: 2rem;
}

.info_content-wrapper.is-3 {
  border-bottom-style: solid;
  border-right-style: none;
}

.info_content-wrapper.is-1, .info_content-wrapper.is-2 {
  border-bottom-style: solid;
}

.info_content-wrapper.is-1-no-border, .info_content-wrapper.is-2-no-border {
  border-bottom-style: none;
}

.info_content-wrapper.is-1-border-none, .info_content-wrapper.is-2-no-border {
  border-bottom-style: none;
}

.info_content-wrapper.is-3-no-border {
  border-bottom-style: none;
  border-right-style: none;
}

.values-tagline_heading-wrapper {
  text-align: center;
  background-color: #d5d9dc;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.values-tagline_heading-wrapper.z-index-1 {
  z-index: 1;
  background-color: #eee;
  border-top-style: none;
  border-top-width: 0;
  border-right-style: none;
  border-right-width: 0;
  padding: 2rem 2rem 2rem 0;
  position: relative;
}

.heading-small {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Gustavo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.section_values-tagline {
  border-bottom: 1.5px solid #000;
  position: relative;
}

.values-tagline_text-wrapper {
  border-right-width: 1.5px;
  border-right-color: #000;
  flex-direction: row;
  flex: 1;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.values_image-wrapper {
  border-left: 1.5px solid #000;
  flex-direction: row;
  flex: 0 auto;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  max-width: none;
  height: 100%;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.section_values-hero {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.values_image {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1.5px solid #000;
  width: 100%;
  height: 100%;
}

.values-partner_wrapper {
  justify-content: space-between;
  display: flex;
}

.main-heading-medium-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gustavo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.affiliate_sign-up-text-wrapper {
  align-self: stretch;
  width: 100%;
  padding: 2rem;
}

.affiliate_sign-up-image {
  width: auto;
  height: 5rem;
}

.section_affiliate-program {
  border-bottom: 1.5px solid #000;
}

.section_affilaite-hero {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.faq_section-heading-2 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gustavo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.faq_section-heading-2.h3-heading-style {
  font-size: 1.5rem;
}

.about_heading-wrapper {
  border-bottom: 1.5px solid #000;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.affiliate-program_sectionheading {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Gustavo, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
}

.affiliate_sign-up-image-wrapper {
  border-right: 1.5px solid #000;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 20%;
  height: auto;
  padding: 2rem;
  display: flex;
}

.info-section-wrapper {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  align-self: stretch;
  height: 100%;
  padding: 2rem;
}

.affiliate-sign-up-content-wrapper {
  flex-direction: column;
  display: flex;
}

.section_affliate-how-it-works {
  border-top: 1.5px solid #000;
}

.h3-heading-style-2 {
  color: #000;
  font-family: Gustavo, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.h3-heading-style-2.align-center {
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.afilliate_sign-up-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  align-self: stretch;
  align-items: stretch;
  height: 100%;
  padding: 0;
  display: flex;
}

.afilliate_sign-up-wrapper.is-borders {
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  height: auto;
}

.partners-logo-image {
  mix-blend-mode: normal;
}

.collection-list-wrapper {
  width: 100%;
}

.partners_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--white-smoke);
  border-bottom: .5px solid #000;
  border-left: 1.5px #000;
  border-right: 1.5px solid #000;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 16rem;
  padding: 2rem;
  display: flex;
}

.section_return-donation-hero {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_return-donation {
  border-bottom: 1.5px solid #000;
}

.partners-logo-wrapper {
  align-self: center;
  width: 6rem;
}

.partners_collection-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact_form {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 2rem;
  display: flex;
}

.contact_form-left-wrapper {
  border-right: 1.5px solid #000;
  width: 40%;
  padding: 2rem;
}

.contact_social-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.contact_form-right-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1.5px #000;
  border-top-style: solid;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.contact_form-block {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.contact_heading-small {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Gustavo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.contact_link {
  border: 1px solid #000;
  padding: 9px 15px;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
}

.contact_link:hover {
  background-color: var(--black);
  color: var(--white-smoke);
}

.contact_form-heading {
  text-transform: uppercase;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: .8;
}

.contact_form-text {
  text-align: left;
  max-width: none;
}

.section_contact-form {
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact_form-wrapper {
  text-align: center;
  background-color: #eee;
  border-top: 2px #000;
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.rich-text_terms-of-use {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  padding: 2rem;
}

.rich-text_terms-of-use:lang(zh-tw) {
  display: block;
}

.rich-text_terms-of-use h4 {
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rich-text_terms-of-use h2 {
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.rich-text_terms-of-use h3 {
  font-family: Gustavo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog-post_hero-wrapper {
  text-align: center;
  background-color: #d5d9dc;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.blog-post_hero-wrapper.extra-margin {
  background-color: #eee;
  border-top-style: none;
  border-left: 1.5px solid #000;
  border-right-style: solid;
  border-right-width: 1.5px;
  flex-direction: row;
  align-self: auto;
  margin-bottom: 0;
  padding: 0;
}

.journal_author-details-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.journal_author-image {
  object-fit: cover;
  border: 1.5px solid #000;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
}

.blog-article {
  text-align: left;
  border-left: 1px solid #000;
  border-right: 1.5px solid #000;
  padding: 2rem;
  font-family: Ftsystemmono, sans-serif;
}

.blog-article h2 {
  font-size: 2.5rem;
}

.blog-article h3 {
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog-article h6 {
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.blog-article li {
  font-family: Ftsystemmono, sans-serif;
}

.section_blog-post-hero {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.article-author-photo {
  object-fit: cover;
  border: 1.5px solid #000;
  width: 4rem;
  height: 4rem;
}

.article-author-photo.is-big {
  width: 8rem;
  height: auto;
  margin-top: 0;
}

.journal_hero-image-wrapper {
  width: 100%;
  height: 25rem;
  position: relative;
}

.blog-post_content-wrapper {
  background-color: #eee;
  border: 1.5px solid #000;
  border-style: solid solid none none;
  width: 40%;
  min-width: 40%;
  max-width: none;
  padding: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.journal_author-image-wrapper {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.journal_author-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_blog-post-heading {
  text-transform: uppercase;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.journal_hero-author-wrapper {
  display: flex;
}

.blog_date {
  text-align: left;
  text-transform: none;
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.recent-blog_heading-wrapper {
  border-bottom: 1.5px solid #000;
  align-self: stretch;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.blog-post_cat-date-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_blog-article {
  border-bottom: 1.5px solid #000;
}

.blog-article_by-heading {
  text-align: center;
  background-color: #d5d9dc;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
}

.blog-article_by-heading.extra-margin {
  background-color: #eee;
  border-top-style: solid;
  border-top-width: 1.5px;
  border-left: 1.5px solid #000;
  border-right-style: solid;
  border-right-width: 1.5px;
  align-self: auto;
  margin-bottom: 0;
  padding: 2rem;
}

.section_recent-blog {
  border-bottom: 2px #000;
}

.text-block-239, .blog-card_date {
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.shop-item_image {
  object-fit: cover;
  object-position: 50% 50%;
  border: 1.5px solid #000;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
}

.product_heading {
  color: #000;
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.faq_banner-text {
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
}

.home-shop_item-heading-2 {
  z-index: 1;
  background-color: #eee;
  border: 1.5px solid #000;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0 auto auto 0;
}

.home-shop_item-heading-2.product-page {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-style: none solid solid none;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding: 1rem;
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  width: 100%;
  display: flex;
}

.product_gallery-wrapper {
  flex-direction: column;
  width: auto;
  height: 32rem;
  display: flex;
}

.section_product {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.product-measurement-heading-wrapper {
  background-color: #eee;
  border: 1.5px #000;
  border-bottom-style: solid;
  margin-top: 0;
  padding: 2rem;
  position: sticky;
  top: 0;
}

.product_delivery-content {
  align-self: stretch;
  width: 50%;
  padding: 2rem;
}

.product_delivery-content.is-full-width {
  border-top: 1px solid #000;
  width: 100%;
}

.product_delivery-content.is-left {
  border-right: 1.5px solid #000;
  align-self: stretch;
  height: auto;
}

.product_cart-wrapper {
  border-left: 1.5px solid #000;
  width: 30%;
  margin-bottom: -1px;
  position: relative;
}

.product_cart-wrapper.hide-desktop {
  display: none;
}

.time_content-sub-wrapper {
  border-right: 1.5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding: 2rem 2rem 3.3rem;
  display: flex;
}

.time-to-build-wrapper {
  align-self: stretch;
  width: 50%;
  height: auto;
  padding: 2rem;
}

.product_main-image-wrapper {
  border: 1.5px solid #000;
  width: 95%;
  height: 32rem;
  position: relative;
  overflow: hidden;
}

.product_details-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.product_details-wrapper.border-top {
  border-top: 1.5px solid #000;
  flex-direction: column;
  padding: 0;
}

.packaging-image {
  width: 100%;
  height: 380px;
  margin-bottom: 30px;
}

.product_multi-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.description_content-wrapper {
  border-top: 1.5px solid #000;
  flex-direction: column;
  max-width: 1200px;
  margin-top: 2rem;
  padding-top: 0;
  display: flex;
}

.product_gallery-image {
  object-fit: cover;
  border: 1.5px solid #000;
  align-items: center;
  width: 8rem;
  height: 6.5rem;
  margin-bottom: 0;
  transition: opacity .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product_gallery-image:hover {
  background-color: #ffeae866;
}

.product_measurement-details {
  border-top: 1.5px solid #000;
  align-self: stretch;
  width: 100%;
  padding: 2rem;
}

.product_measurement-details.is-1 {
  border-top-style: none;
  border-right: 1.5px solid #000;
}

.product_measurement-details.is-2 {
  border-top-style: none;
}

.product_measurement-details.is-3 {
  border-right: 1.5px solid #000;
}

.product_lightbox {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.packaging-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product_hero-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 34rem;
  margin-bottom: 0;
  padding: 2rem 2rem 0;
  display: flex;
}

.product_hero-wrapper.hide-desktop {
  display: none;
}

.product_info-session {
  padding: 2rem;
}

.product_collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  height: 32rem;
  display: flex;
}

.product_sticky-section {
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.download-pdf {
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
}

.product_collection-list-wrapper {
  height: 32rem;
}

.faq_banner-item {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.faq_banner-item:hover {
  background-color: var(--black);
  color: var(--white-smoke);
}

.faq_banner-item.center-align {
  text-align: left;
  justify-content: center;
}

.faq_banner-item.center-align:hover {
  background-color: var(--white-smoke);
  color: var(--black);
}

.faq_banner-item.open-modal {
  cursor: pointer;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq_banner-item.open-modal:hover {
  background-color: var(--black);
  color: var(--white);
}

.product_flex-vertical-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.product_measurement-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top: 1.5px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product_collection-item {
  flex: 0 auto;
  position: relative;
}

.product_heading-sub {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Gustavo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.packaging-contnet {
  width: 50%;
}

.product_details-wrapper-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.craft-wrapper {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.craft-content {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.packaging_content-wrapper {
  padding: 2rem;
}

.big_number-text {
  font-family: Gustavo, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: .8;
}

.product-detail-image-copy {
  border-radius: 5px;
  margin-top: 0;
  display: block;
}

.product-detail-title-copy {
  text-transform: uppercase;
  transform-style: preserve-3d;
  font-family: Gustavo, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 84px;
  transform: translate(-50px)scale3d(.9, 1, 1);
}

.shipping-info-text {
  color: var(--black);
  font-family: Ftsystemmono, sans-serif;
}

.bed-frame-size {
  background-color: #0000;
  align-self: stretch;
  width: 100%;
  margin-right: 0;
  font-size: .875rem;
  display: block;
}

.rich-text-block-6 {
  display: none;
}

.heading-style-h3 {
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6;
}

.monto-reviews_wrapper {
  border-top: 1.5px solid #000;
  padding: 2rem;
}

.sticky-menu-text {
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
  line-height: 1.6;
  display: flex;
}

.sticky-menu-text.gustavo {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Gustavo, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
}

.footer_email-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs_form {
  background-color: var(--white-smoke);
  color: var(--black);
  border: 1.5px solid #000;
  border-radius: 0;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white-smoke);
  border: 1.5px #000;
  border-style: solid none none solid;
  align-self: stretch;
  padding: 2rem;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-banner_component:lang(ja-jp) {
  display: flex;
}

.fs-cc-prefs_title {
  color: var(--black);
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  border: 1px #000;
  display: none;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol:lang(ja-jp) {
  display: flex;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: var(--black);
  border: 1.5px solid #000;
  border-radius: 0;
  align-self: center;
  align-items: center;
  height: 3rem;
  margin-right: 0;
  padding: 10px 20px;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.fs-cc-prefs_button:hover {
  color: var(--white-smoke);
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-width: 1.5px;
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
  border-radius: 0;
  align-self: stretch;
  height: 3rem;
  margin-right: 0;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.fs-cc-banner_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 5px 15px auto auto;
}

.fs-cc-banner_buttons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 1000000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_component:lang(zh-tw) {
  display: none;
}

.fs-cc-prefs_component:lang(ja-jp) {
  display: flex;
}

.fs-cc-prefs_close-icon {
  color: var(--black);
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper:lang(zh-tw) {
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-manager_component:lang(zh-tw) {
  display: flex;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  font-family: Ftsystemmono, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  grid-column-gap: .5rem;
  margin-bottom: 40px;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-family: Gustavo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
  line-height: 1.6;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #00000073;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_overlay:lang(zh-tw) {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  border: 1.5px solid var(--black);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  border-radius: 0;
  min-width: 140px;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.fs-cc-banner_button:hover {
  color: var(--white-smoke);
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: var(--black);
  background-color: #f5f5f5;
  border-width: 1.5px;
  border-color: #000;
  border-radius: 0;
  margin-left: 0;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 0;
  font-family: Ftsystemmono, sans-serif;
}

.fs-cc-prefs_trigger {
  display: none;
}

.footer_collection-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.footer_collection-item {
  text-align: left;
  line-height: 1.6;
}

.matter-container {
  cursor: grab;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mobile_menu-border-line {
  display: none;
}

.transition {
  z-index: 11000;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-content {
  z-index: 999;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.transition-vertical-top {
  z-index: 2;
  background-color: var(--white-smoke);
  border-top: 1.5px #000;
  border-bottom: 1.5px solid #000;
  width: 0%;
  height: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.transition-vertical-bottom {
  z-index: 1;
  background-color: var(--white-smoke);
  border-top: 1.5px solid #000;
  border-bottom: .75px #000;
  width: 0%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.quagga-animation {
  z-index: 999;
  border: 2px solid var(--white-smoke);
  background-color: var(--white-smoke);
  height: auto;
  display: flex;
}

.transition-trigger {
  display: none;
}

.transition-horizontal-left {
  z-index: 1;
  background-color: var(--white-smoke);
  transform-style: preserve-3d;
  border-bottom: .75px #000;
  border-right: 1.5px solid #000;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: scale3d(1, 0, 1);
}

.transition-horizontal-right {
  z-index: 1;
  background-color: var(--white-smoke);
  transform-style: preserve-3d;
  border-bottom: .75px #000;
  border-left: 1.5px solid #000;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: scale3d(1, 0, 1);
}

.transition-background {
  z-index: 0;
  background-color: var(--white-smoke);
  border-top: 1.5px solid #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bold-text-95 {
  font-family: Ftsystemmono, sans-serif;
}

.option-wrapper-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -10px;
  display: flex;
}

.option-out-of-stock {
  font-size: .875rem;
  display: flex;
}

.popup-wrapper {
  z-index: 999;
  background-color: #00000073;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-wrapper.is-shipping, .popup-wrapper.is-free-trial, .popup-wrapper.is-warranty, .popup-wrapper.is-mail-chimp {
  z-index: 1100;
  display: none;
}

.popup-modal {
  background-color: var(--white-smoke);
  border: 1px solid #000;
  border-bottom-width: 1.5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 70svw;
  height: auto;
  max-height: 90%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.popup-heading {
  margin-top: 0;
  font-size: 2rem;
}

.close-modal-wrapper {
  cursor: pointer;
  border-bottom: 1.5px solid #000;
  border-left: 1.5px solid #000;
  padding: 1.1rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-modal-wrapper.close-modal {
  z-index: 1;
  cursor: pointer;
  border-bottom-style: none;
  border-left-style: none;
  padding: 1.5rem;
  position: absolute;
}

.close-modal {
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
}

.popup-text {
  font-weight: 400;
}

.thank-you_wrapper {
  border-top: 1.5px solid #000;
  border-left: 1.5px solid #000;
  border-right: 1.5px solid #000;
  align-self: stretch;
  height: 100%;
  padding: 2rem;
}

.thank-you_wrapper.is-2 {
  border-top: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.paragraph-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.paragraph-wrapper.with-padding {
  padding: 2rem;
}

.thank-you_paragraph {
  font-family: Ftsystemmono, sans-serif;
}

.nav-text {
  text-align: center;
  text-transform: none;
  font-family: Gustavo, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
  display: block;
  position: relative;
}

.button-is-mail {
  background-color: var(--black);
  color: var(--white-smoke);
  padding: 1rem;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.underline-button {
  color: var(--black);
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  transition: opacity .2s;
}

.get-notified {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
  display: flex;
}

.add-tocart-embed {
  cursor: pointer;
  border: 1px #000;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
}

.add-tocart-embed:lang(zh-tw) {
  display: flex;
}

.foxy-buy-button {
  background-color: var(--black);
  color: var(--white-smoke);
  cursor: pointer;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .625rem 1rem;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  display: flex;
}

.foxy-buy-button:hover {
  background-color: var(--white-smoke);
  color: var(--black);
  border: 1px solid #000;
}

.foxy-buy-button.hide {
  background-color: var(--black);
  color: var(--white-smoke);
  line-height: 1.2;
}

.foxy-buy-button.hide:hover {
  border-width: 1px;
}

.thank-you_hero-text {
  border-bottom: 1.5px solid #000;
  align-self: stretch;
  padding: 2rem;
}

.link-block {
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.link-block:hover {
  color: var(--black);
}

.section_404 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  padding: 0;
  display: flex;
}

.page-wrapper-3 {
  border-top-style: solid;
}

.page-wrapper-3._404-page {
  margin-top: 0;
}

.form_button-2 {
  color: #000;
  background-color: #eee;
  border: 1.5px solid #000;
  padding: .625rem 1rem;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.utility-page_wrapper {
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.utility-page_text {
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.main-wrapper-2 {
  background-color: #0000;
  margin-top: 6rem;
}

.main-wrapper-2._404-page {
  margin-top: 0;
}

.utility-page_content {
  text-align: center;
  border: 1.5px #000;
  border-style: none solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  display: flex;
}

.utility-page_image {
  mix-blend-mode: exclusion;
  height: 10rem;
  overflow: hidden;
}

.utility-page_heading {
  text-align: center;
  line-height: 1;
}

._404-text-wrap {
  color: var(--black);
  font-family: Gustavo, sans-serif;
  font-size: 11rem;
  font-weight: 700;
  line-height: 1;
}

._404-image-wrap {
  align-items: flex-end;
  display: flex;
}

.inner-wrap {
  margin-left: 1rem;
  margin-right: 1rem;
}

.red-span {
  color: var(--quagga-red);
}

.shop-hero-image_wrapper {
  overflow: hidden;
}

.mc-heading {
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.indicates-required {
  font-family: Ftsystemmono, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.2;
}

.mailchimp-link {
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: underline;
}

.mailchimp-link.hide {
  display: none;
}

.global-page-transition-wrapper {
  z-index: 12000;
  flex-direction: row;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-transition-left {
  z-index: 1;
  background-color: #eee;
  border-right: 1.5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
  overflow: hidden;
  transform: translate(-110%);
}

.page-transition-right {
  z-index: 1;
  background-color: #eee;
  border-left: 1.5px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  transform: translate(110%);
}

.back-home-transition {
  z-index: 110000;
  background-color: #eee;
  border-bottom: 1.5px solid #000;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  transform: translate(0, -110%);
}

.social-link, .email-link {
  color: var(--black);
  cursor: pointer;
  font-family: Ftsystemmono, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.email-link:hover {
  color: var(--black);
}

.quagga-animation-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.navbar_menu-content-mobile {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.sezzle-logo_wrapper {
  justify-content: flex-start;
  display: flex;
}

.sezzle-logo_wrapper:lang(zh-tw) {
  display: none;
}

.sezzle-logo_image {
  width: 6rem;
}

.sezzle-logo_text {
  color: #000000b3;
  align-items: center;
  font-family: Ftsystemmono, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.popup-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70svw;
  max-height: 90svh;
  display: flex;
  position: relative;
}

.promo-wrapper {
  z-index: 999;
  width: 31.25rem;
  height: 24rem;
  padding-top: 1rem;
  padding-right: 1rem;
  position: fixed;
  inset: auto 0% 0% auto;
}

.promo-wrapper_inside {
  z-index: 330;
  background-color: var(--white-smoke);
  width: 100%;
  height: 100%;
  padding: 1rem;
}

.promo-wrapper_inside.second-page {
  position: absolute;
  top: 0;
  left: 378px;
}

.promo-wrapper_heading-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.promo-text {
  font-family: Ftsystemmono, sans-serif;
}

.promo_paragraph {
  text-align: center;
  font-size: .875rem;
}

.form_wrapper {
  border: 1.5px solid #000;
  height: 100%;
  position: relative;
}

.promo-form-block {
  display: block;
  position: relative;
}

.promo-onboarding-step {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.promo-onboarding-step.text-message {
  align-items: center;
}

.promo-onboarding-step.email {
  z-index: 99;
  align-items: center;
  position: absolute;
}

.promo-form_heading {
  text-align: center;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-family: Gustavo, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
}

.promo-form_heading.small {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.2rem;
}

.promo-form_field-label {
  align-self: flex-start;
}

.promo-form_paragraph {
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: block;
}

.promo-form_close-trigger {
  z-index: 9999;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.x-left {
  background-color: var(--black);
  width: 1.5px;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(1rem)rotate(45deg);
}

.x-right {
  background-color: var(--black);
  width: 1.5px;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(1rem)rotate(-45deg);
}

.text-underline {
  text-decoration: underline;
}

.field-label-65 {
  align-self: flex-start;
}

.pagination {
  justify-content: center;
  align-items: flex-end;
}

.next-button {
  border: 1.5px none var(--black);
  background-color: var(--white-smoke);
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.banner_component {
  z-index: 20000000;
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) none var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.25rem;
  display: flex;
  position: relative;
  top: 0;
}

.banner_component:lang(ja-jp) {
  display: flex;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.banner_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.banner_content {
  color: var(--white);
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner10_close-button {
  margin-left: 1rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: none;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.subheading-shop {
  text-transform: uppercase;
  font-family: Gustavo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}

.side_table-subheading-wrapper {
  padding-top: 20px;
}

.product-heading-wrapper-inner {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.local-page-heading-test {
  text-transform: uppercase;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: .8;
}

.local-page-heading-test:lang(zh-tw) {
  font-family: Bitter, serif;
  font-size: 4rem;
  font-weight: 400;
}

.local-page-about-tagline_image-test {
  object-fit: cover;
  border: 1.5px solid #000;
}

.local-page-about-tagline_image-test:lang(zh-tw) {
  width: 50%;
  height: 50%;
  display: block;
}

.local-page-about-tagline_image-wrapper-test {
  border-left: 1.5px solid #000;
  flex-direction: row;
  flex: 0 auto;
  align-self: stretch;
  align-items: stretch;
  width: 50%;
  max-width: none;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.local-page-tagline-test {
  text-align: left;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1rem;
  font-size: 6rem;
  font-weight: 700;
  line-height: .8;
}

.local-page-tagline-test:lang(zh-tw) {
  font-family: Bitter, serif;
  line-height: 1;
}

.bannar10_close_button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: block;
}

.banner-bg-wrapper {
  z-index: 0;
  background-color: var(--orange);
  position: absolute;
  inset: 0%;
}

.banner-bg-wrapper.is-orange {
  background-color: var(--quagga-red);
}

.banner-bg-wrapper.is-green {
  background-color: #46bc6f;
}

.carousel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  overflow: hidden;
}

.carousel.marquee {
  justify-content: center;
  align-items: center;
  display: none;
}

.custom-styles {
  display: none;
}

.marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.move-text {
  color: #000;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 24px;
  font-weight: 500;
}

.banner-padding {
  z-index: 10;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.banner-padding.shop-items {
  border-left: 2px #000;
  border-right: 2px #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.banner-padding.about-content {
  flex: 0 auto;
  padding-right: 2.5rem;
  display: flex;
}

.banner-padding.shop {
  border-top: 1.5px solid #000;
}

.empty-state, .empty-state-2 {
  display: none;
}

.paragraph-47 {
  display: block;
}

.heading-95 {
  text-align: center;
  font-size: 3rem;
}

.text-block-240 {
  font-family: Ftsystemmono, sans-serif;
  font-size: 20px;
}

.button-21 {
  outline-offset: 0px;
  text-align: right;
  outline: 3px dashed #32343a;
  display: inline;
  position: static;
  overflow: visible;
}

.body {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.sec1 {
  background-color: #cf9191;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-191 {
  background-color: #221212;
}

._123 {
  background-color: #af9d84;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-192 {
  background-color: #b45252;
  border-radius: 0;
  max-width: 1140px;
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.div-block-193 {
  background-color: #000;
  border-radius: 12px;
  width: 200px;
  height: 200px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 130px 0 38px;
}

.text-block-241 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-194 {
  background-color: #fff;
  margin-bottom: -54px;
  margin-left: 6px;
  padding-top: 0;
  padding-right: 78px;
}

.zagolovoc, .text-block-242 {
  text-align: center;
}

.image-144 {
  text-align: center;
  margin-left: 207px;
}

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

.image-145 {
  text-align: left;
  margin-left: 380px;
  margin-right: 380px;
  padding-left: 0;
}

.image-146 {
  border-radius: 8px;
  margin-left: 373px;
  margin-right: 373px;
}

.button-22 {
  margin-left: 400px;
  margin-right: 400px;
  padding-right: 0;
}

.div-block-195 {
  padding-right: 0;
}

.code-embed {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .section {
    font-size: 16px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .paragraph-light {
    text-decoration: none;
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff0;
    flex: 1;
    order: 0;
    justify-content: space-between;
    margin-top: 40px;
    left: -66px;
  }

  .navigation {
    height: 134px;
    padding: 0;
  }

  .menu-button {
    padding: 0;
  }

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

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-image {
    width: 20%;
  }

  .text-block-5 {
    justify-content: flex-start;
    margin-right: 0;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cudiv {
    flex-wrap: nowrap;
    height: 34%;
  }

  .slider-4 {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .slide-6 {
    background-position: 50% 0;
    height: 100%;
  }

  .div-block-28 {
    height: 100px;
    margin-top: 0;
  }

  .paragraph-6 {
    margin-left: 297px;
    font-size: 17%;
  }

  .paragraph-8 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-8.contactorange {
    line-height: 27px;
  }

  .bold-text-8 {
    margin-left: 297px;
    padding-right: 12px;
    font-size: 7.5%;
  }

  .text-block-30 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-42 {
    font-size: 16px;
  }

  .link-19, .link-20, .link-21, .link-22 {
    text-decoration: none;
    display: inline;
  }

  .d-13-icon-bg {
    width: 80px;
    height: 80px;
  }

  .heading-42 {
    width: 529px;
    height: 100%;
    padding-bottom: 44px;
    padding-left: 30px;
    font-size: 74px;
    line-height: 76px;
  }

  .paragraph-30 {
    padding-left: 51px;
    padding-right: 0;
    line-height: 20px;
    display: block;
  }

  .div-block-104 {
    margin-left: 31px;
    margin-right: 31px;
  }

  .grid-29 {
    grid-template-columns: .25fr;
  }

  .section-32 {
    margin-top: 64px;
    padding-left: 0;
  }

  .cart-container {
    width: 100%;
    font-size: 2%;
  }

  .footer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-heading-2 {
    font-family: Roboto;
    font-weight: 700;
  }

  .div-block-114 {
    padding-left: 10px;
  }

  .heading-55 {
    line-height: 64px;
  }

  .container-17 {
    padding-left: 82px;
    padding-right: 82px;
  }

  .old-design-blog {
    padding: 5px;
  }

  .div-block-117 {
    margin: 138px;
  }

  .collection-list-8 {
    grid-template-columns: 1fr;
  }

  .collection-item-14 {
    width: 492px;
    max-width: 492px;
  }

  .container-20 {
    margin-left: 109.016px;
  }

  .nav-link-5, .nav-link-5.w--current {
    padding-left: 33px;
  }

  .heading-60 {
    font-size: 60px;
    line-height: 64px;
  }

  .div-block-124, .image-101 {
    height: 480px;
  }

  .nav-link-7.w--current, .nav-link-8, .nav-link-9, .text-block-156 {
    font-weight: 400;
  }

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

  .text-block-157, .nav-link-10.w--current, .nav-link-11, .nav-link-12, .nav-link-13, .nav-link-14 {
    font-size: 20px;
    line-height: 24px;
  }

  .container-24 {
    display: flex;
  }

  .cart-5 {
    flex: 0 auto;
  }

  .foxy-cart-wrapper {
    justify-content: flex-end;
    display: flex;
  }

  .bold-text-35, .bold-text-36, .bold-text-41 {
    font-family: Roboto Optimized, Arial, sans-serif;
  }

  .text-block-162 {
    width: 130px;
  }

  .div-block-131, .div-block-132, .div-block-133, .div-block-134 {
    padding-left: 10px;
  }

  .div-block-135 {
    width: 140px;
    padding-left: 10px;
  }

  .buyingguidelink {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-190 {
    padding-left: 0;
  }

  .div-block-158 {
    padding-left: 82px;
    padding-right: 82px;
  }

  .text-block-201, .list-9 {
    padding-left: 39px;
  }

  .accordion-item-trigger-product, .accordion-item-trigger-product-2, .accordion-item-trigger-product-3 {
    width: 630px;
  }

  .form-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .foxy-important {
    padding: 1rem 0 0;
  }

  .foxy-none {
    padding: 0;
  }

  .text-block-226 {
    margin-left: 81px;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
  }

  .foxy-out-of-stock {
    padding-left: 0;
    padding-right: 0;
  }

  .form-label-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .hide-tablet {
    display: none;
  }

  .margin-huge {
    margin: 5rem;
  }

  .heading-style-h4-2 {
    font-size: .9rem;
    line-height: 1.2;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .heading-style-h3-2 {
    font-size: 1.6rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .button-20.is-secondary {
    align-self: stretch;
    font-size: .8rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .container-small {
    max-width: 44rem;
    margin-left: auto;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.is-company-values {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .form_input, .form_input::placeholder {
    font-size: 1rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h2 {
    font-size: 1.333rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .text-size-medium {
    font-size: 1rem;
    line-height: 1.6;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    flex: 1;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.about-content {
    padding-right: 2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .navbar_brand, .navbar_brand.w--current {
    z-index: 2;
    align-self: stretch;
  }

  .animated-heading {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-hero_heading-wrapper {
    margin-top: 50px;
  }

  .home-shop_collection-list-1 {
    grid-template-columns: 1fr;
  }

  .cta-text-wrapper.relative-z-index-2 {
    z-index: 2;
    align-self: stretch;
    position: relative;
  }

  .loop-heading.is-1 {
    font-size: 4rem;
  }

  .home-shop_center-image-wrapper {
    width: 20rem;
    max-width: 20rem;
    height: 14rem;
  }

  .footer {
    margin-top: 0;
  }

  .circle-is-arrow {
    border: 1px solid #000;
  }

  .footer_top-wrapper {
    flex-direction: column;
  }

  .site-map_wrapper.is-border {
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
    border-right-style: none;
  }

  .scroll-top-wrapper.is-back-to-top {
    border-top: 1.5px solid #000;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .container-is-main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-is-main.is-nav {
    z-index: 1000;
    align-items: center;
    position: relative;
  }

  .home-shop_main-wrapper {
    height: 60vh;
  }

  .blog_image-wrapper {
    height: 20rem;
  }

  .about_content-image {
    flex: 0 auto;
    width: 50%;
  }

  .footer_content-wrapper {
    display: flex;
  }

  .blog_heading-text-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-product_image-wrapper.is-4, .home-product_image-wrapper.is-5, .home-product_image-wrapper.is-1 {
    height: 20rem;
  }

  .home-product_image-wrapper.is-6, .home-product_image-wrapper.is-2, .home-product_image-wrapper.is-3 {
    height: 25rem;
  }

  .footer_image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-product_vertical-wrapper {
    width: 47.6%;
  }

  .home-product_vertical-wrapper.is-2 {
    width: 33.3%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-product_vertical-wrapper.last {
    flex-direction: column;
    width: 33.3%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-product_vertical-wrapper.is-1 {
    width: 33.3%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_component-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .hero_heading-wrapper-copy {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .hero_heading-wrapper-copy.z-index-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-tagline {
    font-size: 4rem;
  }

  .home-product_grid-wrapper {
    border-left-style: none;
    border-right-style: none;
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: 0;
  }

  .home-shop_image {
    width: 16rem;
    max-width: 16rem;
    height: 10rem;
  }

  .navbar_menu {
    background-color: #c8c8c800;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0;
    position: absolute;
    inset: 0%;
  }

  .footer_contact-wrapper {
    border-top: 1.5px solid #000;
    border-left-style: none;
    max-width: 100%;
  }

  .footer_link {
    text-align: left;
  }

  .section_home-hero {
    height: 60vh;
  }

  .mobile_menu-button {
    height: auto;
    padding: 0;
  }

  .mobile_menu-button.w--open {
    background-color: #c8c8c800;
  }

  .home-hero_image-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .navbar_menu-content {
    grid-row-gap: 30px;
    background-color: #eee;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    display: flex;
  }

  .home-blog_collection-list {
    align-items: stretch;
    display: flex;
  }

  .animation-span.is-2, .animation-span.is-1 {
    font-size: 4rem;
  }

  .about_text-wrapper {
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
  }

  .about_content {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog_post-wrapper {
    flex-direction: column;
  }

  .menu_lottie-animation {
    width: 50px;
  }

  .blog-card_heading.text-style-2lines {
    font-size: 1.25rem;
  }

  .section_journal-posts {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .journal_heading-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .journal_heading-wrapper.extra-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog_collection-list {
    align-items: stretch;
    display: flex;
  }

  .main-page-heading-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-page-heading-wrapper.extra-margin {
    margin-bottom: 0;
  }

  .about-founder_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-tagline_image-wrapper {
    border: 1px #000;
    width: 100%;
    height: 40rem;
    padding: 2rem;
  }

  .main-heading-small.partners {
    text-align: center;
  }

  .about-tagline_heading-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .about-tagline_heading-wrapper.z-index-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .about-tagline_content {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-founder_tagline-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .about-tagline_text-wrapper {
    border-top: 1.5px #000;
    border-bottom: 1.5px solid #000;
    justify-content: space-between;
    width: 100%;
    padding: 2rem;
  }

  .abot-us-hero-container.about-us {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    padding: 0;
  }

  .full-image-wrapper.is-border {
    height: auto;
  }

  .shop_heading-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .shop_heading-wrapper.extra-margin {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .shop_collection-list-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .shop_collection-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .faq_section-wrapper {
    border-left-style: none;
    border-right-style: none;
    min-width: auto;
  }

  .horizontal-border-line.hide-on-mobile {
    display: none;
  }

  .sticky_menu-item-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sticky_menu-item-wrapper.link {
    padding-left: 0;
    padding-right: 2rem;
  }

  .product_description-wrapper {
    width: 100%;
    padding: 0;
  }

  .faq-component-sticky-wrapper {
    border-right: 1.5px solid #000;
  }

  .faq_main-wrapper {
    flex-direction: column-reverse;
  }

  .product_sticky-wrapper {
    position: static;
  }

  .large-tagline {
    font-size: 4rem;
  }

  .values-tagline_content {
    flex-direction: column;
    align-items: flex-start;
  }

  .values_wrapper {
    border-right-style: none;
  }

  .values_wrapper.is-border {
    border-left-style: none;
  }

  .values-tagline_heading-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .values-tagline_heading-wrapper.z-index-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .values-tagline_text-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .values_image-wrapper {
    border-left-style: none;
    width: 100%;
    height: 40rem;
    padding: 0;
  }

  .afilliate_sign-up-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .partners_content-wrapper {
    justify-content: center;
    height: 18rem;
  }

  .contact_form-left-wrapper {
    border-bottom: 1.5px solid #000;
    border-right-style: none;
    width: 100%;
  }

  .contact_form-right-wrapper, .contact_form-block {
    flex-direction: column;
  }

  .contact_form-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-post_hero-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .blog-post_hero-wrapper.extra-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .journal_hero-image-wrapper {
    height: auto;
  }

  .blog-post_content-wrapper {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .blog-post_cat-date-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-article_by-heading {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .blog-article_by-heading.extra-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gallery-wrapper {
    flex-direction: column-reverse;
  }

  .product_gallery-wrapper {
    width: 100%;
    height: auto;
  }

  .product_cart-wrapper {
    border-left-style: none;
    border-right: 1.5px #000;
    order: -1;
    width: 100%;
  }

  .product_cart-wrapper.hide-desktop {
    display: block;
  }

  .product_main-image-wrapper {
    width: 100%;
    height: 30rem;
  }

  .packaging-image {
    height: 20rem;
  }

  .product_gallery-image {
    width: 100%;
    height: 8rem;
  }

  .product_lightbox {
    height: 100%;
  }

  .product_hero-wrapper {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 0;
  }

  .product_hero-wrapper.hide-mobile {
    order: -1;
    display: none;
  }

  .product_hero-wrapper.hide-desktop {
    order: -1;
    display: flex;
  }

  .product_collection-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    width: 100%;
    height: auto;
  }

  .product_sticky-section {
    flex-direction: column;
    margin-top: 0;
  }

  .product_collection-list-wrapper {
    width: 100%;
    height: auto;
  }

  .faq_banner-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product_flex-vertical-wrapper {
    flex-direction: column-reverse;
  }

  .product_collection-item {
    width: 25%;
  }

  .big_number-text {
    font-size: 6rem;
  }

  .product-detail-title-copy {
    transform: translate(-38px)scale3d(.9, 1, 1);
  }

  .heading-style-h3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile_menu-border-line {
    background-color: var(--black);
    width: 100%;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .quagga-animation {
    width: 100%;
    height: auto;
  }

  .popup-modal {
    width: 100%;
    max-width: 90%;
  }

  .underline-button {
    color: var(--black);
  }

  .get-notified {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .add-tocart-embed {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-wrapper-2 {
    margin-top: 4rem;
  }

  .shop-hero-image_wrapper {
    height: 100%;
  }

  .social-link, .email-link {
    text-align: left;
  }

  .quagga-animation-wrapper {
    width: 100%;
    height: 425px;
  }

  .navbar_menu-content-mobile {
    grid-row-gap: 30px;
    background-color: #eee;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    display: flex;
  }

  .mobile_hamburger-menu {
    width: 50px;
    height: 50px;
  }

  .sezzle-logo_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .promo-form_heading {
    font-size: 3rem;
  }

  .banner_content {
    text-align: center;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .side_table-subheading-wrapper.is-mobile-landscape {
    display: none;
  }

  .local-page-about-tagline_image-wrapper-test {
    border: 1px #000;
    width: 100%;
    height: 40rem;
    padding: 2rem;
  }

  .local-page-tagline-test {
    font-size: 4rem;
  }

  .banner-padding {
    flex: 1;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .banner-padding.about-content {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light {
    padding-bottom: 0;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .menu {
    align-items: stretch;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .navigation-wrap {
    justify-content: space-between;
    display: flex;
    position: relative;
    inset: 0% 0% auto -6%;
  }

  .navigation {
    z-index: 200;
    height: 60px;
    margin-top: 0;
    padding: 5px 21px 0;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .accordion-item-trigger {
    margin-right: 132px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-flex-container {
    margin-left: 26px;
    margin-right: 25px;
  }

  .footer-image {
    text-align: center;
    object-fit: contain;
    width: 90%;
    position: static;
  }

  .text-block-5 {
    align-items: center;
    margin-left: 92px;
    position: relative;
    left: -17%;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .cudiv {
    max-width: none;
    max-height: none;
  }

  .div-block-34, .div-block-35 {
    margin-right: 17px;
  }

  .paragraph-6 {
    margin-left: 374px;
  }

  .paragraph-8.contactorange {
    line-height: 24px;
  }

  .old-design_contact-form-2 {
    padding: 40px 20px;
  }

  .bold-text-8 {
    margin-top: 32px;
    margin-left: 374px;
  }

  .submit-button-2 {
    border-radius: 0;
  }

  .d-13-icon-bg {
    width: 70px;
    height: 70px;
  }

  .heading-42 {
    width: 460px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 70px;
    line-height: 74px;
  }

  .paragraph-30 {
    width: 360px;
    padding: 22px 0 43px 21px;
    line-height: 20px;
  }

  .div-block-104 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-32 {
    margin-top: 62px;
    padding: 152px 13px 0 35px;
  }

  .div-block-106 {
    padding-right: 12px;
  }

  .footer-3 {
    padding: 40px 20px;
  }

  .footer-image-2 {
    object-fit: contain;
  }

  .button-8 {
    border-radius: 0;
  }

  .heading-55 {
    font-size: 52px;
    line-height: 52px;
  }

  .container-17 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .div-block-117 {
    margin: 38px;
  }

  .thumbnail {
    max-height: 328px;
  }

  .collection-item-14 {
    width: 492px;
    max-width: 492px;
  }

  .container-20 {
    margin-left: 46.016px;
  }

  .nav-link-5, .nav-link-5.w--current {
    padding-left: 13px;
  }

  .heading-60 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 45px;
    line-height: 49px;
  }

  .div-block-124, .image-101 {
    height: 360px;
  }

  .bold-text-35, .bold-text-36, .bold-text-41 {
    font-family: Roboto Optimized, Arial, sans-serif;
  }

  .div-block-133 {
    width: 188.804px;
  }

  .contentlink {
    margin-left: 37px;
  }

  .rich-text-block-2 {
    margin-left: 10px;
  }

  .text-block-190 {
    padding-left: 0;
  }

  .grid-42, .grid-43 {
    grid-template-columns: 1fr;
  }

  .text-block-201 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .list-9 {
    padding-left: 22px;
  }

  .accordion-item-trigger-product, .accordion-item-trigger-product-2, .accordion-item-trigger-product-3 {
    width: 440px;
  }

  .product-detail-title {
    transform: none;
  }

  .form-section {
    padding: 0 1rem;
  }

  .foxy-important {
    padding: 0;
  }

  .div-block-188 {
    margin-right: 16px;
  }

  .text-block-226 {
    position: relative;
  }

  .grid-50 {
    grid-template-columns: 1fr;
  }

  .form-label-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .heading-style-h4-2 {
    font-size: 1rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-color-black {
    font-size: .875rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .container-small.is-matter {
    border-left-style: none;
    border-right-style: none;
    height: 20rem;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.about-home {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column-reverse;
    padding-right: 0;
  }

  .container-large.about-founder {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column-reverse;
  }

  .container-large.is-company-values {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-left-style: none;
    border-right-style: none;
    padding: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .main-wrapper {
    margin-top: 2.4rem;
  }

  .main-wrapper.is-banner-off {
    margin-top: 11rem;
  }

  .main-wrapper.is-banner-on {
    margin-top: 8rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 1.6rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global, .padding-global.about-content {
    padding: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar_brand {
    border-right-style: none;
  }

  .animated-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .home-hero_heading-wrapper {
    border-left-style: none;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .banner-text {
    font-size: 1.5rem;
  }

  .cta-text-wrapper.relative-z-index-2 {
    border-left-style: none;
  }

  .home-shop_center-image-wrapper {
    width: 18rem;
    max-width: 18rem;
    height: 14rem;
    margin-top: 0;
  }

  .shop_heading-text {
    font-size: 1.75rem;
  }

  .footer {
    margin-top: 0;
  }

  .site-map_wrapper.is-border {
    border-bottom-style: solid;
    border-bottom-width: 1.5px;
  }

  .scroll-top-wrapper.is-back-to-top.w--current {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-blog_collection-item {
    height: auto;
  }

  .footer_copyright-wrapper {
    grid-column-gap: 10px;
    flex-direction: row;
  }

  .container-is-main, .container-is-main.is-footer {
    padding: 0;
  }

  .home-shop_main-wrapper {
    height: 34rem;
  }

  .about_content-image {
    border-top: 1.5px #000;
    width: 100%;
    padding-right: 2rem;
  }

  .blog_heading-text-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .home-shop_collection-list-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .bold-text.text-style-allcaps {
    font-size: 1rem;
  }

  .home-hero_text {
    max-width: none;
  }

  .footer_image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-product_vertical-wrapper {
    width: 46.5%;
  }

  .home-product_vertical-wrapper.is-2 {
    border-style: solid none;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home-product_vertical-wrapper.last, .home-product_vertical-wrapper.is-1 {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer_component-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column wrap;
  }

  .hero_heading-wrapper-copy {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero_heading-wrapper-copy.z-index-1 {
    border-top-style: solid;
    border-top-width: 1.5px;
    border-left: 1px #000;
  }

  .page-tagline {
    border-bottom: 1px #000;
    padding: 0;
    font-size: 3rem;
  }

  .product_sub-heading {
    font-size: .875rem;
  }

  .home-product_grid-wrapper {
    border-left-style: none;
    border-right-style: none;
    flex-flow: column wrap;
    margin-bottom: 0;
  }

  .home-shop_image {
    width: 14rem;
    max-width: 14rem;
    height: 10rem;
  }

  .section_home-hero {
    height: 50vh;
  }

  .home-hero_image-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .navbar_menu-content {
    height: 100vh;
  }

  .animation-span.is-2, .animation-span.is-1 {
    line-height: .8;
  }

  .about_text-wrapper {
    text-align: center;
    border-right-style: none;
    flex-flow: column wrap;
    align-items: center;
    height: auto;
  }

  .blog_post-wrapper {
    height: auto;
    margin-bottom: 0;
  }

  .menu_lottie-animation {
    width: 40px;
  }

  .home-blog_list-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .footer_social-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section_journal-posts {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .journal_heading-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .journal_heading-wrapper.extra-margin {
    border-left-style: none;
    border-right-style: none;
    margin-bottom: 0;
  }

  .form_reset-filter-options-wrapper.is-active, .form_filter-option-wrapper.is-active {
    height: auto;
  }

  .blog_collection-list-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .main-page-heading-wrapper {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .main-page-heading-wrapper.extra-margin {
    border-left-style: none;
    border-right-style: none;
    margin-bottom: 0;
  }

  .about-founder_content {
    width: 100%;
  }

  .about-tagline_heading-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-founder_tagline-wrapper {
    text-align: center;
    flex-flow: column wrap;
    align-items: center;
    height: auto;
  }

  .about-history_content {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .about-tagline_text-wrapper {
    text-align: center;
    flex-flow: column wrap;
    align-items: center;
    height: auto;
  }

  .abot-us-hero-container.about-us {
    border-left-style: none;
    border-right-style: none;
  }

  .about-founder_image-wrapper {
    border-top: 1.5px #000;
    border-left-style: none;
    max-width: 100%;
    padding-bottom: 0;
  }

  .full-image-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .shop_heading-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .shop_heading-wrapper.extra-margin {
    border-left-style: none;
    border-right-style: none;
    margin-bottom: 0;
  }

  .shop_collection-list {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .faq_content {
    width: 100%;
  }

  .sticky_menu-item-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    padding: 1rem;
  }

  .sticky_menu-item-wrapper.link {
    padding: 1rem;
  }

  .product_description-wrapper {
    padding: 0;
  }

  .faq-component-sticky-wrapper, .info_heading-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .large-tagline {
    border-bottom: 1px solid #000;
    padding: 2rem;
    font-size: 3rem;
  }

  .info_container-content-wrapper {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column;
  }

  .values_wrapper {
    width: 100%;
  }

  .values_wrapper.is-border {
    border-bottom-style: solid;
  }

  .info_content-wrapper {
    width: 100%;
  }

  .info_content-wrapper.is-3, .info_content-wrapper.is-1, .info_content-wrapper.is-2, .info_content-wrapper.is-1-no-border, .info_content-wrapper.is-2-no-border, .info_content-wrapper.is-3-no-border, .info_content-wrapper.is-1-border-none, .info_content-wrapper.is-2-no-border, .info_content-wrapper.is-3-no-border {
    border-bottom-style: solid;
  }

  .values-tagline_heading-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .values-tagline_text-wrapper {
    text-align: center;
    flex-flow: column wrap;
    align-items: center;
    height: auto;
  }

  .values_image-wrapper {
    height: 25rem;
    padding: 2rem;
  }

  .values-partner_wrapper {
    flex-direction: column;
  }

  .info-section-wrapper {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .section_affliate-how-it-works {
    border-top-style: none;
  }

  .afilliate_sign-up-wrapper, .partners_content-wrapper {
    width: 100%;
  }

  .contact_form-left-wrapper {
    border-bottom: 1.5px solid #000;
    width: 100%;
  }

  .contact_form-right-wrapper, .contact_form-block {
    flex-direction: column;
  }

  .contact_form-wrapper {
    border-left-style: none;
    border-right-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }

  .rich-text_terms-of-use {
    border-left-style: none;
    border-right-style: none;
  }

  .blog-post_hero-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-post_hero-wrapper.extra-margin {
    margin-bottom: 0;
  }

  .blog-article {
    border-left-style: none;
    border-right-style: none;
  }

  .blog-article_by-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-article_by-heading.extra-margin {
    margin-bottom: 0;
  }

  .home-shop_item-heading-2.product-page {
    border-style: solid none none;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: static;
  }

  .gallery-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .product-measurement-heading-wrapper {
    padding: 1rem;
  }

  .product_delivery-content {
    border-top: 1.5px solid #000;
    width: 100%;
    padding: 1rem;
  }

  .product_delivery-content.is-full-width, .product_delivery-content.is-left {
    padding: 1rem;
  }

  .time_content-sub-wrapper {
    border-bottom: 1.5px solid #000;
    width: 100%;
    padding: 1rem;
  }

  .time-to-build-wrapper {
    width: 100%;
    padding: 1rem;
  }

  .product_main-image-wrapper {
    height: auto;
  }

  .product_details-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .product_details-wrapper.border-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .packaging-image {
    margin-bottom: 1rem;
  }

  .description_content-wrapper {
    max-width: none;
    margin-top: 1rem;
  }

  .product_measurement-details {
    width: 100%;
  }

  .product_measurement-details.is-1 {
    padding: 1rem;
  }

  .product_measurement-details.is-2 {
    border-top-style: solid;
    padding: 1rem;
  }

  .product_measurement-details.is-3, .product_measurement-details.is-4 {
    padding: 1rem;
  }

  .packaging-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .product_hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 0;
    padding: 1rem;
  }

  .product_info-session {
    padding: 1rem;
  }

  .product_collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .product_sticky-section {
    border-left-style: none;
    border-right-style: none;
  }

  .faq_banner-item, .faq_banner-item.open-modal {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product_measurement-wrapper {
    grid-template-columns: 1fr;
  }

  .packaging-contnet {
    width: 100%;
  }

  .product_details-wrapper-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .craft-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .craft-content {
    width: 100%;
  }

  .packaging_content-wrapper {
    padding: 1rem;
  }

  .product-detail-title-copy {
    transform: translate(-29px)scale3d(.9, 1, 1);
  }

  .heading-style-h3 {
    padding: 0 1rem;
  }

  .monto-reviews_wrapper {
    padding: 1rem;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-prefs_button {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    text-align: center;
    line-height: 1.2;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-prefs_space-medium {
    grid-column-gap: .5rem;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .matter-container {
    height: 100%;
  }

  .transition {
    z-index: 12000;
    display: none;
  }

  .quagga-animation {
    height: auto;
  }

  .thank-you_wrapper {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .get-notified {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .add-tocart-embed {
    padding: 0 1rem;
  }

  .utility-page_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .utility-page_heading {
    font-size: 2rem;
  }

  .quagga-animation-wrapper {
    height: 300px;
  }

  .navbar_menu-content-mobile {
    height: 100vh;
  }

  .promo-wrapper {
    width: auto;
    height: 24rem;
    padding-top: 0;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .promo-form_heading {
    font-size: 1.8rem;
  }

  .promo-form_heading.small {
    font-size: 1rem;
  }

  .promo-form_paragraph {
    font-size: .875rem;
  }

  .banner_component {
    height: 2rem;
  }

  .banner_content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .banner_content {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .subheading-shop {
    padding-top: 0;
    padding-bottom: 0;
  }

  .subheading-shop.text-weight-semibold {
    font-size: 1.2rem;
  }

  .side_table-subheading-wrapper {
    padding-top: 0;
    display: none;
  }

  .side_table-subheading-wrapper.is-mobile-landscape {
    display: block;
  }

  .local-page-tagline-test {
    border-bottom: 1px #000;
    padding: 0;
    font-size: 3rem;
  }

  .carousel.marquee {
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .move-text {
    color: #fff;
    text-transform: none;
    word-break: keep-all;
    font-size: 16px;
  }

  .banner-padding {
    padding: 0;
    display: none;
  }

  .banner-padding.about-content {
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
  }

  .menu {
    z-index: 70;
    justify-content: center;
    margin-left: 0;
    position: relative;
  }

  .navigation-wrap {
    z-index: 70;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 19px;
    display: flex;
    position: absolute;
    inset: 10% 0% auto;
  }

  .navigation {
    height: 60px;
    margin-left: 0;
    padding: 0;
    left: 0%;
    overflow: visible;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-22.origins {
    text-align: center;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-image {
    flex: 0 auto;
    width: 20%;
    height: 100%;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 4vw;
    position: static;
    inset: 0% -23px auto 90%;
  }

  .footer-heading {
    margin-top: 20px;
    padding-top: 80px;
  }

  .footer-link {
    color: #fff;
  }

  .text-block-4 {
    text-align: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-5 {
    z-index: 10;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    font-size: 40px;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .text-block-6 {
    font-size: 40px;
  }

  .cart-button {
    display: flex;
  }

  .mycontainer {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
    display: block;
  }

  .singlecolumn {
    padding: 0;
  }

  .headerwithtext {
    padding: 35px;
  }

  .grid-3 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .slide-3 {
    padding-left: 0;
  }

  .paragraph-6 {
    margin-left: 487px;
  }

  .paragraph-8 {
    padding: 25px;
    font-size: 22px;
    line-height: 21px;
  }

  .paragraph-8.contactorange {
    font-size: 18px;
  }

  .bold-text-8 {
    margin-top: 66px;
    margin-left: 487px;
  }

  .text-block-25 {
    font-size: 24px;
  }

  .d-13-icon-bg {
    width: 60px;
    height: 60px;
  }

  .flex, .rustic {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
  }

  .image-66 {
    text-align: left;
    order: 0;
    display: block;
  }

  .text-block-122 {
    flex-flow: row;
    display: flex;
  }

  .heading-40 {
    padding-left: 0;
    padding-right: 0;
    line-height: 77px;
  }

  .heading-42 {
    width: 280px;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 4px;
    padding-left: 0;
    font-size: 54px;
    line-height: 61px;
  }

  .paragraph-30 {
    width: 233px;
    padding-top: 21px;
    padding-left: 15px;
    line-height: 20px;
  }

  .div-block-104 {
    margin: 51px 40px 51px 12px;
  }

  .section-32 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-106 {
    order: 0;
  }

  .cart-container {
    opacity: 1;
  }

  .cart-list {
    display: block;
  }

  .footer-3 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

  .footer-heading-2 {
    margin-top: 20px;
    font-family: Roboto Optimized, Arial, sans-serif;
    font-weight: 400;
  }

  .div-block-114 {
    padding-top: 81px;
  }

  .heading-55 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }

  .container-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .old-design-blog {
    display: block;
  }

  .div-block-117 {
    margin: 16px;
  }

  .mainthumbdiv {
    width: 303.998px;
  }

  .thumbnail {
    background-position: 0 0;
    background-size: cover;
    width: 268px;
    max-width: 289px;
    max-height: 328px;
  }

  .collection-list-8 {
    width: 450px;
  }

  .collection-item-14 {
    width: auto;
    max-width: 304px;
    margin-bottom: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-20 {
    margin-left: 10.016px;
  }

  .bold-text-32 {
    font-size: 19px;
    display: none;
  }

  .nav-link-5 {
    padding-left: 0;
  }

  .nav-link-5.w--current {
    padding-left: 5px;
  }

  .div-block-124, .image-101 {
    height: 200px;
  }

  .heading-61 {
    padding-left: 10px;
  }

  .ttt {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
  }

  .nfp {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    line-height: 28px;
  }

  .container-21 {
    line-height: 28px;
  }

  .cart-form-wrapper {
    z-index: 0;
    position: static;
  }

  .button-9 {
    margin-left: 10px;
  }

  .bold-text-35, .bold-text-36, .bold-text-41, .bold-text-61 {
    font-family: Roboto Optimized, Arial, sans-serif;
  }

  .contentlink {
    margin-left: 37px;
  }

  .rich-text-block-2 {
    margin-left: 10px;
    font-weight: 400;
  }

  .rich-text-block-3 {
    font-weight: 400;
  }

  .div-block-158 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .accordion-item-trigger-product, .accordion-item-trigger-product-2, .accordion-item-trigger-product-3 {
    width: 246px;
  }

  .product-detail-image {
    width: 100%;
  }

  .product-detail-title {
    white-space: break-spaces;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
  }

  .foxy-important {
    padding: 0;
  }

  .foxy-ca {
    padding-top: 0;
  }

  .grid-50 {
    flex: 0 auto;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h3-2 {
    font-size: 1.3rem;
  }

  .heading-style-h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-20.is-secondary {
    white-space: normal;
    align-self: stretch;
    font-size: 1rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.about-home {
    flex-direction: column-reverse;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h6 {
    text-align: center;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global, .padding-global.shop-items, .padding-global.about-content, .padding-global.shop {
    padding: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar_brand {
    border-right-style: none;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_brand.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .animated-heading {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .site-map-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    padding: 1rem;
  }

  .home-hero_image-carousel {
    height: 20.1rem;
  }

  .home-hero_heading-wrapper {
    border-left-style: none;
    border-right-style: none;
    padding: 1rem;
    position: static;
  }

  .banner-text {
    font-size: 1.25rem;
  }

  .home-shop_collection-list-1 {
    grid-column-gap: 1rem;
  }

  .marquee-text-wrapper {
    align-items: center;
  }

  .home-shop_collection-item {
    align-items: stretch;
  }

  .cta-text-wrapper.relative-z-index-2 {
    border-left-style: none;
    padding-left: 0;
    padding-right: 1rem;
  }

  .loop-heading.is-1 {
    font-size: 2.5rem;
  }

  .carousel-cover {
    height: 20rem;
  }

  .home-shop_center-image-wrapper {
    width: 12rem;
    max-width: 12rem;
    height: 10rem;
    margin-top: 0;
  }

  .home-shop_link-wrapper {
    padding: .5rem;
  }

  .footer {
    margin-top: 0;
  }

  .circle-is-arrow {
    background-color: #0000;
  }

  .home-shop_tag-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem;
    inset: auto 0% 0%;
  }

  .footer_top-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .site-map_wrapper {
    width: auto;
  }

  .site-map_wrapper.is-border, .site-map_wrapper.is-contact {
    padding: 1rem;
  }

  .scroll-top-wrapper.is-back-to-top {
    border-top: 1.5px solid #000;
    justify-content: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .horizontal-line {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-blog_collection-item {
    height: auto;
  }

  .container-is-main {
    padding: 0;
  }

  .container-is-main.is-footer {
    max-width: 100vw;
  }

  .container-is-main.is-nav {
    z-index: 100;
  }

  .home-shop_main-wrapper {
    text-align: center;
    width: 100%;
    height: 32rem;
    padding: 0;
  }

  .home-hero_image.is-1, .home-hero_image.is-2, .home-hero_image.is-4, .home-hero_image.is-3 {
    height: 21rem;
    max-height: 21rem;
  }

  .about_content-image {
    border-top-style: none;
    width: 100%;
    height: 20rem;
    padding: 1rem;
  }

  .blog_heading-text-wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-shop_collection-list-wrapper {
    padding: 1rem;
  }

  .bold-text.text-style-allcaps {
    font-size: .875rem;
  }

  .home-product_image-wrapper.is-4, .home-product_image-wrapper.is-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-product_image-wrapper.is-1 {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .home-product_image-wrapper.is-6, .home-product_image-wrapper.is-2, .home-product_image-wrapper.is-3 {
    height: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .blog_main-image {
    border-style: none;
  }

  .footer_image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem;
  }

  .home-product_vertical-wrapper {
    width: 100%;
  }

  .home-product_vertical-wrapper.is-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-left-style: none;
    border-right-style: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-product_vertical-wrapper.last {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-product_vertical-wrapper.is-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer_component-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .hero_heading-wrapper-copy.z-index-1 {
    border-top-style: solid;
    border-top-width: 1.5px;
    border-right-style: none;
    padding: 1rem;
  }

  .page-tagline {
    padding-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
  }

  .blog_top-wrapper {
    padding: 1rem 1rem 0;
  }

  .home-shop_image {
    width: 10rem;
    max-width: 10rem;
    height: 8rem;
  }

  .marquee_loop-wrapper.is-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_menu {
    height: auto;
  }

  .footer_contact-wrapper {
    padding: 1rem;
  }

  .section_home-hero {
    flex-direction: column;
    height: auto;
  }

  .home-hero_image-wrapper {
    border-left-style: none;
    border-right-style: none;
    height: 20rem;
    position: static;
  }

  .navbar_menu-content {
    width: auto;
  }

  .home-blog_collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .animation-span.is-2, .animation-span.is-1 {
    font-size: 3rem;
    line-height: .8;
  }

  .about_text-wrapper {
    border-right-style: none;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog_post-wrapper {
    margin-bottom: 0;
  }

  .menu_lottie-animation {
    color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar {
    z-index: 1000;
  }

  .h3-heading-style.align-center {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: .8;
  }

  .home-blog_list-wrapper {
    padding: 1rem;
  }

  .footer_social-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-shop_background-image-wrapper {
    align-items: center;
  }

  .blog-card_heading.text-style-2lines {
    text-transform: none;
    font-size: 1rem;
  }

  .form_reset-filter-option {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-bottom: 0;
    font-size: .75rem;
    display: flex;
  }

  .form_filter-options {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-bottom: 0;
    padding: .5rem;
    font-size: .75rem;
    display: flex;
  }

  .journal_heading-wrapper.extra-margin {
    border-top-width: 1.5px;
    border-bottom: 1.5px solid #000;
    margin-bottom: 0;
    padding: 1rem;
  }

  .blog_filter-form {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .blog_collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog_heading.text-style-2lines {
    margin-top: 0;
    margin-bottom: 0;
  }

  .form_filter-option-wrapper {
    height: auto;
  }

  .blog_collection-list-wrapper, .main-page-heading-wrapper {
    padding: 1rem;
  }

  .main-page-heading-wrapper.extra-margin {
    margin-bottom: 0;
    padding: 1rem;
  }

  .about-tagline_image-wrapper {
    height: 25rem;
    padding: 1rem;
  }

  .about-founder_content {
    padding: 1rem;
  }

  .about-founder_tagline-wrapper {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-history_content {
    padding: 1rem;
  }

  .about-tagline_text-wrapper {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem;
  }

  .container-xlarge {
    max-width: none;
  }

  .bold-text-2 {
    font-size: 3rem;
  }

  .about-founder_image-wrapper {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .shop_heading-wrapper.extra-margin {
    margin-bottom: 0;
    padding: 1rem;
  }

  .shop_collection-item {
    padding: 1rem;
  }

  .shop_collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .main-text {
    white-space: normal;
    font-size: .875rem;
  }

  .product_image-wraper {
    height: 14rem;
  }

  .faq_item {
    padding: 1rem;
  }

  .faq_section-wrapper {
    align-self: auto;
  }

  .horizontal-border-line.hide-on-mobile {
    display: none;
  }

  .faq_section-heading {
    flex: 0 auto;
  }

  .main-text-2 {
    white-space: normal;
    font-size: .875rem;
  }

  .sticky_menu-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sticky_menu-item-wrapper.link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq_wrapper {
    grid-template-columns: 1fr;
  }

  .product_description-wrapper {
    flex: none;
    width: auto;
    max-width: none;
    padding: 0;
  }

  .faq-component-sticky-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .faq_main-wrapper {
    align-items: stretch;
    width: auto;
    padding-right: 0;
  }

  .faq_content-wrapper {
    border-right: 1px #000;
  }

  .product_sticky-wrapper {
    flex-direction: column;
    display: flex;
  }

  .main-heading-medium {
    flex: 1;
  }

  .faq_heading-wrapper {
    height: auto;
    padding: 1rem;
  }

  .faq_heading-wrapper.no-top-border {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .info_heading-wrapper {
    padding: 1rem;
  }

  .large-tagline {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem;
    font-size: 3rem;
  }

  .values_wrapper, .values_wrapper.is-border {
    padding: 1rem;
  }

  .info_content-wrapper.is-3 {
    border-bottom-style: none;
    padding: 1rem;
  }

  .info_content-wrapper.is-1, .info_content-wrapper.is-2, .info_content-wrapper.is-1-no-border, .info_content-wrapper.is-2-no-border {
    padding: 1rem;
  }

  .info_content-wrapper.is-3-no-border {
    border-bottom-style: none;
    padding: 1rem;
  }

  .info_content-wrapper.is-1-border-none {
    padding: 1rem;
  }

  .info_content-wrapper.is-3-no-border {
    border-bottom-style: none;
  }

  .values-tagline_text-wrapper {
    justify-content: center;
    margin: 0;
  }

  .values_image-wrapper {
    padding: 1rem;
  }

  .main-heading-medium-2 {
    flex: 1;
  }

  .affiliate_sign-up-text-wrapper {
    border-top: 1.5px solid #000;
    padding: 1rem;
  }

  .faq_section-heading-2 {
    flex: 0 auto;
  }

  .faq_section-heading-2.h3-heading-style {
    margin-top: 0;
  }

  .about_heading-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .affiliate-program_sectionheading {
    margin-top: 0;
  }

  .affiliate_sign-up-image-wrapper {
    width: 100%;
    padding: 1rem;
  }

  .info-section-wrapper {
    padding: 1rem;
  }

  .h3-heading-style-2.align-center {
    font-size: 3rem;
    line-height: .8;
  }

  .afilliate_sign-up-wrapper {
    flex-direction: column;
  }

  .partners_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 14rem;
    padding: 1rem;
  }

  .partners_collection-list {
    flex-direction: column;
    display: flex;
  }

  .contact_form, .contact_form-left-wrapper {
    padding: 1rem;
  }

  .contact_form-heading {
    font-weight: 700;
  }

  .contact_form-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .rich-text_terms-of-use {
    padding: 1rem;
  }

  .blog-post_hero-wrapper.extra-margin {
    border-left-style: none;
    border-right-style: none;
    margin-bottom: 0;
    padding: 0;
  }

  .journal_author-details-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .journal_author-image {
    width: 6rem;
    height: auto;
  }

  .blog-article {
    border-left-style: none;
    border-right-style: none;
    padding: 1rem;
  }

  .blog-article h2 {
    font-weight: 700;
  }

  .article-author-photo.is-big {
    width: 100%;
  }

  .blog-post_content-wrapper {
    border-style: none;
    padding: .9rem;
  }

  .journal_author-image-wrapper.is-blog-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .journal_author-text-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section_blog-post-heading {
    font-size: 1.5rem;
    font-weight: 700;
  }

  .recent-blog_heading-wrapper {
    padding: 1rem;
  }

  .blog-article_by-heading.extra-margin {
    border-left-style: none;
    border-right-style: none;
    margin-bottom: 0;
    padding: 1rem;
  }

  .product_heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.9rem;
  }

  .gallery-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
  }

  .section_product {
    flex-direction: column;
    align-items: flex-end;
  }

  .product_cart-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .product_main-image-wrapper {
    flex-direction: column;
    align-self: center;
    width: auto;
    display: flex;
  }

  .description_content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
  }

  .product_gallery-image {
    height: 5rem;
  }

  .product_hero-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-bottom: 0;
    padding: 1rem;
  }

  .product_hero-wrapper.hide-desktop {
    align-self: center;
    align-items: center;
    width: auto;
    padding-bottom: 0;
  }

  .product_collection-list {
    margin-bottom: 1rem;
  }

  .product_sticky-section {
    flex-direction: column;
    align-items: center;
    max-width: 100vw;
    padding-left: 0;
  }

  .faq_banner-item {
    padding: 1rem;
  }

  .product_collection-item {
    width: 25%;
  }

  .craft-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .big_number-text {
    font-size: 6rem;
  }

  .product-detail-title-copy {
    font-size: 79px;
    transform: translate(-14px)scale3d(.9, 1, 1);
  }

  .bed-frame-size {
    flex-direction: column;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .sticky-menu-text {
    white-space: pre;
    font-size: .875rem;
  }

  .fs-cc-banner_component {
    display: none;
  }

  .fs-cc-prefs_button {
    width: 100%;
    margin-bottom: 8px;
    margin-right: 0;
    font-size: .875rem;
  }

  .fs-cc-prefs_button.fs-cc-button-alt {
    width: 100%;
    margin-right: 0;
    font-size: .875rem;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component {
    padding: 24px;
    display: none;
  }

  .fs-cc-prefs_space-medium {
    white-space: normal;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .matter-container {
    height: 100%;
  }

  .mobile_menu-border-line {
    display: block;
  }

  .transition {
    display: none;
  }

  .quagga-animation {
    width: 100%;
    height: auto;
    display: flex;
  }

  .popup-modal {
    max-width: 95%;
    max-height: 95%;
  }

  .popup-heading {
    margin-top: 3rem;
  }

  .thank-you_wrapper {
    padding: 1rem;
  }

  .thank-you_wrapper.is-2 {
    border-top-style: none;
    align-items: flex-start;
  }

  .paragraph-wrapper.with-padding {
    padding: 1rem;
  }

  .get-notified {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: auto;
    padding: 0;
  }

  .add-tocart-embed {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .foxy-buy-button {
    width: 100%;
  }

  .thank-you_hero-text {
    padding: 1rem;
  }

  .utility-page_text {
    text-align: center;
    font-size: .875rem;
  }

  .utility-page_image {
    height: 5rem;
  }

  .utility-page_heading {
    font-size: 1.6rem;
  }

  ._404-text-wrap {
    font-size: 6rem;
  }

  ._404-image-wrap {
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 1rem;
  }

  .shop-hero-image_wrapper {
    height: 16rem;
    overflow: hidden;
  }

  .global-page-transition-wrapper {
    display: block;
  }

  .page-transition-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 20px;
    display: flex;
  }

  .back-home-transition {
    display: none;
  }

  .quagga-animation-wrapper {
    width: 100%;
    height: 220px;
  }

  .navbar_menu-content-mobile {
    width: auto;
  }

  .sezzle-logo_wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .promo-wrapper {
    padding-top: 0;
    padding-right: 0;
  }

  .promo-wrapper_inside {
    padding: .5rem;
  }

  .banner_content {
    text-align: center;
    flex-flow: wrap;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .side_table-subheading-wrapper.is-mobile-landscape {
    margin-top: 10px;
  }

  .local-page-about-tagline_image-wrapper-test {
    height: 25rem;
    padding: 1rem;
  }

  .local-page-tagline-test {
    padding-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
  }

  .banner-padding, .banner-padding.shop-items, .banner-padding.about-content, .banner-padding.shop {
    padding: 0;
  }
}

#w-node-_1e87f1bf-2274-391c-74c1-5647dfd52ef7-98fd8994 {
  align-self: end;
}

#w-node-b43daf19-aa94-d951-dec6-33605e11a444-98fd8994, #w-node-_3ddb9de1-0655-bc17-a3b1-474697d1df96-98fd8994, #w-node-_1e4993fb-83ae-b7af-e894-91ab73bb8566-98fd8994, #w-node-b8f1c250-74de-f4aa-f90f-63d3c3b2d202-98fd8994, #w-node-_39975ff5-26a9-c7b8-9ebe-6af62148798a-98fd8994, #w-node-c3d4a218-26e1-2ff1-5945-96b696970b2f-98fd8994 {
  justify-self: center;
}

#w-node-_2e35be82-356a-7453-d798-a5776290e816-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290e81b-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290e820-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290e825-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290e82b-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290e831-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290e837-44fd8998 {
  justify-self: start;
}

#w-node-_2e35be82-356a-7453-d798-a5776290e944-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290e95d-44fd8998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e35be82-356a-7453-d798-a5776290e960-44fd8998 {
  justify-self: start;
}

#w-node-_2e35be82-356a-7453-d798-a5776290e962-44fd8998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e35be82-356a-7453-d798-a5776290e965-44fd8998 {
  justify-self: start;
}

#w-node-_2e35be82-356a-7453-d798-a5776290e9ce-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290e9d8-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290e9d9-44fd8998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e35be82-356a-7453-d798-a5776290ea47-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea4c-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea51-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea56-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea5b-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea60-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea6a-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea6f-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea74-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea79-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea7e-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea83-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea88-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea8d-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea92-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea97-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ea9c-44fd8998 {
  justify-self: start;
}

#w-node-_2e35be82-356a-7453-d798-a5776290eaa0-44fd8998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e35be82-356a-7453-d798-a5776290eaa1-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eaa6-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eaab-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eab0-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eac5-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eaca-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eacf-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ead4-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290ead9-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eade-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eae8-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eaed-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eaf2-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eaf7-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eafc-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eb01-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eb06-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eb0b-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eb10-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eb15-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eb1a-44fd8998 {
  justify-self: start;
}

#w-node-_2e35be82-356a-7453-d798-a5776290eb1e-44fd8998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e35be82-356a-7453-d798-a5776290eb1f-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eb24-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eb29-44fd8998, #w-node-_2e35be82-356a-7453-d798-a5776290eb2e-44fd8998 {
  justify-self: start;
}

#w-node-_2e35be82-356a-7453-d798-a5776290ebb4-44fd8998 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e35be82-356a-7453-d798-a5776290ec10-44fd8998 {
  justify-self: start;
}

#w-node-_93a497bf-099d-f41d-576d-59a4db773e30-34fd89bb, #w-node-ee15cd7b-f026-fc9b-98b8-a17b185b7dfd-34fd89bb {
  place-self: center;
}

#w-node-_36de051a-88da-761b-e519-3bb7b256d160-ecfd8a4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_36de051a-88da-761b-e519-3bb7b256d150-ecfd8a4c, #w-node-_36de051a-88da-761b-e519-3bb7b256d154-ecfd8a4c, #w-node-_36de051a-88da-761b-e519-3bb7b256d158-ecfd8a4c, #w-node-_36de051a-88da-761b-e519-3bb7b256d15c-ecfd8a4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display Optimized';
  src: url('../fonts/PlayfairDisplay-Regular-Optimized.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Optimized';
  src: url('../fonts/Roboto-Regular-Optimized.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gustavo';
  src: url('../fonts/Gustavo-font-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ftsystemmono';
  src: url('../fonts/FTSystemMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}