@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --color--dark: #0f100a;
  --font--main: "Inter Tight", Arial, sans-serif;
  --color--light: #e6e0c6;
  --type--body-regular: 20px;
  --type--h1: 102px;
  --type--h2: 42px;
  --type--h3: 35px;
  --type--subtitle: 28px;
  --type--body-small: 18px;
  --type--body-tiny: 16px;
  --color--light-0-8: #e6e0c6cc;
  --type--top-text: 13px;
  --color--light-0-3: #e6e0c64d;
  --color--light-0-5: #e6e0c680;
}

.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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-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-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-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-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  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-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

.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;
}

@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 {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

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

body {
  background-color: var(--color--dark);
  font-family: var(--font--main);
  color: var(--color--light);
  font-size: var(--type--body-regular);
  font-weight: 500;
  line-height: 110%;
}

h1 {
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

h2 {
  font-size: var(--type--h2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 122%;
}

h3 {
  font-size: var(--type--h3);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 122%;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--color--light);
  text-decoration: underline;
}

blockquote {
  background-color: var(--color--light);
  color: var(--color--dark);
  border-left: 5px #e2e2e2;
  margin-top: 44px;
  margin-bottom: 44px;
  padding: 40px;
  font-size: 20px;
  line-height: 130%;
}

.text-style-h3 {
  font-size: var(--type--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 122%;
}

.text-style-h1 {
  font-size: var(--type--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 120%;
}

.section {
  background-color: var(--color--dark);
  color: #e6e0c6;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.section.hero-home {
  padding-top: 64px;
  padding-bottom: 80px;
}

.section.big-image-hero {
  height: 100vh;
  min-height: 600px;
  max-height: 1200px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.bottom-90 {
  padding-bottom: 90px;
}

.section.footer {
  padding-bottom: 24px;
}

.section.hero-about {
  padding-top: 20vh;
  padding-bottom: 120px;
  overflow: hidden;
}

.section.hero-blog-template {
  padding-top: 200px;
  padding-bottom: 52px;
}

.section.big-image-blog {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.hero-shop {
  padding-top: 180px;
}

.text-style-h2 {
  font-size: var(--type--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 122%;
}

.subtitle {
  font-size: var(--type--subtitle);
  font-weight: 500;
  line-height: 122%;
}

.main-container {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.body-small {
  font-size: var(--type--body-small);
  margin-bottom: 0;
  font-weight: 500;
  line-height: 110%;
}

.body-tiny {
  font-size: var(--type--body-tiny);
  font-weight: 500;
  line-height: 112%;
}

.top-text {
  color: var(--color--light-0-8);
  font-size: var(--type--top-text);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 110%;
}

.link-arrow {
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.icon-arrow-link {
  width: 6px;
  margin-right: 6px;
}

.icon-arrow-link-right {
  opacity: 0;
  width: 6px;
}

.text-link-arrow {
  line-height: 111%;
}

.text-link-arrow.small-text {
  font-size: 16px;
}

.cta-fill {
  background-color: var(--color--light);
  color: var(--color--dark);
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 18px;
  transition: background-color .4s, color .4s;
  display: flex;
}

.cta-fill:hover {
  background-color: var(--color--light-0-3);
  color: var(--color--light);
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cta-left.mg-top-48 {
  margin-top: 48px;
}

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.flex-cta-left.mg-top-8 {
  margin-top: 8px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-dropdown {
  color: var(--color--light);
  text-align: left;
  padding-left: 20px;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 500;
}

.link-dropdown:hover {
  background-color: #0101010f;
}

.link-dropdown.w--current {
  color: #010101;
  font-weight: 700;
}

.image-chevron-dropdown {
  opacity: .8;
  height: 8px;
}

.apple-pay {
  border-radius: 120px;
  height: 50px;
}

.right-navbar {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-navbar {
  max-width: none;
  height: 100%;
}

.cta-cart-dark {
  color: var(--color--light-0-8);
  letter-spacing: .2px;
  background-color: #dafaa100;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
  padding: 0;
  font-size: 16px;
  transition: background-color .2s;
  display: flex;
}

.cart-container {
  background-color: #2f2e2a;
  border-radius: 12px;
  min-width: 440px;
  max-width: 600px;
}

.link-brand-navbar {
  transform-origin: 0 0;
  align-items: center;
  height: 38px;
  display: flex;
}

.nav-link {
  color: var(--color--light-0-8);
  padding: 0 9px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.text-dropdown {
  color: var(--color--light-0-8);
  font-weight: 500;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 0 9px;
  display: flex;
}

.dropdown {
  font-size: 16px;
  text-decoration: none;
}

.dropdown:hover {
  text-decoration: underline;
}

.navbar {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0f100ad9;
  padding-top: 24px;
  padding-bottom: 24px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-navbar {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.dropdown-list.w--open {
  background-color: #2f2e2a;
  border-radius: 4px;
  margin-top: 12px;
}

.brand-hero-home {
  width: 100%;
}

.top-hero-home {
  margin-bottom: 45vh;
}

.bottom-hero-home {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-bottom-hero-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.big-text-hero-home {
  font-size: 26px;
  line-height: 110%;
}

.limit-big-text-hero-home {
  max-width: 394px;
}

.span-break-line {
  display: block;
}

.flex-links-bottom-hero-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-right-hero-home {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 24px;
  line-height: 110%;
  display: flex;
}

.image-big-image-hero {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hide-hero-home {
  overflow: hidden;
}

.master-top-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.master-top-text.mg-bottom-52 {
  margin-bottom: 52px;
}

.master-top-text.mg-bottom-80 {
  margin-bottom: 80px;
}

.master-top-text.mg-bottom-100 {
  margin-bottom: 100px;
}

.limit-about-text-home {
  max-width: 1032px;
}

.grid-studio-gallery-first {
  grid-template-rows: auto;
}

.image-studio-gallery-one {
  max-width: 445px;
  margin-bottom: 480px;
}

.image-studio-gallery-two {
  max-width: 332px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.right-studio-gallery-first {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-studio-gallery-three {
  width: 100%;
  max-width: 680px;
  display: block;
}

.divider-top-text {
  background-color: var(--color--light);
  transform-origin: 0%;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}

.list-menu-animated {
  flex-flow: column;
  display: flex;
}

.single-menu-animated {
  border-top: 1px solid var(--color--light-0-3);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 44px;
  display: flex;
}

.single-menu-animated.last-menu-animated {
  border-bottom: 1px solid var(--color--light-0-3);
}

.left-menu-animated {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-menu-animated {
  width: 14px;
  margin-right: 10px;
}

.right-menu-animated {
  max-width: 332px;
}

.flex-cta-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-cta-right.mg-top-24 {
  margin-top: 24px;
}

.grid-scroll-occasions {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.column-occasions {
  position: relative;
}

.column-occasions.ssecond-column {
  padding-top: 50vh;
}

.column-occasions.third-column {
  padding-top: 100vh;
}

.tile-occasions {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  border-right: 1px solid var(--color--light-0-3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 44px;
  display: flex;
  position: sticky;
  top: 30vh;
}

.bottom-occasions {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-occasions {
  width: 100%;
}

.grid-our-story-home {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto 265px;
}

.left-story-home {
  grid-column-gap: 92px;
  grid-row-gap: 92px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bottom-our-story {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.limit-heading-our-story {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 607px;
  display: block;
}

.flex-paragrahs-our-story {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.limit-text-our-story {
  max-width: 352px;
}

.limit-text-our-story.limit-second-text {
  max-width: 464px;
}

.slider-our-story {
  background-color: #ddd0;
  height: auto;
}

.arrow-slider-hidden, .left-arrow, .slide-nav-hidden {
  display: none;
}

.slide-our-story, .mask-our-story {
  height: auto;
}

.heading-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-left.mg-bottom-64 {
  margin-bottom: 64px;
}

.grid-blog-fourths {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-blog {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.bottom-blog-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-bottom-blog-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.h3-blog-tile {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.text-blog-tile {
  color: var(--color--light-0-8);
  font-size: 14px;
  line-height: 100%;
}

.grid-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 4.5fr 4.5fr 3fr;
  margin-bottom: 140px;
}

.single-column-contact {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bottom-contact-column {
  border-top: 1px solid var(--color--light-0-3);
  width: 100%;
  padding-top: 24px;
}

.bottom-visit-us {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-contact-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-contact-item {
  color: var(--color--light-0-8);
  font-size: var(--type--body-small);
  text-decoration: none;
}

.text-contact-item:hover {
  text-decoration: underline;
}

.text-contact-item.no-hover-text:hover {
  text-decoration: none;
}

.flex-opening-hours {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot-opening-hours {
  background-color: var(--color--light-0-8);
  flex: none;
  width: 4px;
  height: 4px;
}

.bottom-email {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-emails-top {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bottom-socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-social {
  grid-column-gap: 10px;
  font-size: var(--type--body-small);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.link-social:hover {
  text-decoration: underline;
}

.icon-social-link {
  width: 24px;
}

.grid-insta-fourths {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wrap-image-insta {
  border-radius: 2px;
  position: relative;
  overflow: clip;
}

.image-insta {
  width: 100%;
}

.overlay-general {
  background-color: var(--color--dark);
  transform-origin: 50% 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-footer {
  grid-row-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 2fr minmax(445px, 1fr);
}

.left-footer {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.brand-footer {
  height: 52px;
}

.grid-right-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
}

.master-footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-footer-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-bottom-footer {
  color: var(--color--light-0-8);
  font-size: 13px;
  line-height: 109%;
}

.link-bottom-footer {
  color: var(--color--light-0-8);
}

.flex-paragrahs-about-hero {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 64px;
  display: flex;
}

.limit-text-about-hero {
  max-width: 352px;
}

.limit-text-about-hero.limit-second-text {
  max-width: 464px;
}

.title-wrap-about-hero {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1170px;
  margin-bottom: 102px;
  display: flex;
}

.line-about-hero {
  background-color: var(--color--light);
  flex: 1;
  max-width: 208px;
  height: 11px;
  margin-left: 16px;
  margin-right: 16px;
}

.master-moving-gallery {
  z-index: 20;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.move-gallery-horziontal {
  grid-column-gap: 24px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-gallery-horziontal {
  grid-column-gap: 12px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-gallery-horizontal {
  border-radius: 4px;
  flex: none;
  height: 420px;
  display: block;
}

.list-stats-wide {
  flex-flow: column;
  display: flex;
}

.single-stat-wide {
  border-top: 1px solid var(--color--light-0-3);
  padding-top: 32px;
  padding-bottom: 32px;
}

.single-stat-wide.last-stat {
  border-bottom: 1px solid var(--color--light-0-3);
}

.grid-stats-wide {
  grid-template-rows: auto;
}

.text-stat-wide {
  font-size: 112px;
  font-weight: 400;
  line-height: 80%;
}

.limit-heading-story-long {
  max-width: 864px;
  margin-bottom: 64px;
}

.paragraph-long-story {
  column-count: 2;
  column-gap: 100px;
  line-height: 115%;
}

.grid-architects-thirds {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-architects-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-architects-thirds {
  width: 100%;
}

.bottom-architect {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3-team-tile {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.text-team-description {
  color: var(--color--light-0-8);
  font-size: var(--type--body-small);
}

.grid-architects-fourths {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.faq-horizontal {
  background-color: var(--color--light);
  width: 24px;
  height: 2px;
}

.expandable-single {
  border-top: 1px solid var(--color--light-0-3);
  cursor: pointer;
  padding-top: 40px;
  padding-bottom: 40px;
}

.expandable-single.last-expandable {
  border-bottom: 1px solid var(--color--light-0-3);
}

.expandable-master {
  z-index: 1;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  padding-left: 75px;
  display: flex;
}

.faq-vertical {
  background-color: var(--color--light);
  width: 2px;
  height: 24px;
  position: absolute;
}

.expandable-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 28px;
  font-size: 24px;
  line-height: 124%;
}

.faq-animated-box {
  background-color: #f3f1ef00;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.text-heading-faq {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.image-menu-wide {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 56px;
}

.gird-menu-halves {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.single-menu-halves {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid var(--color--light-0-3);
  flex-flow: column;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
}

.top-menu-halves {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-name-menu-halves {
  font-size: 26px;
  line-height: 110%;
}

.grid-request-drink {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--color--light);
  grid-template-rows: auto;
  grid-template-columns: 5fr 7fr;
  padding-top: 140px;
}

.left-request-drink {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.top-left-request-drink {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-request-drink {
  width: 100%;
}

.title-wrap-contact {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.grid-contact-master {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.left-contact-big {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-right: 1px solid var(--color--light-0-3);
  flex-flow: column;
  display: flex;
}

.single-contact-big {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-booking-options-contact {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-contact-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 90%;
  max-width: 796px;
  display: flex;
}

.grid-contact-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  width: 100%;
}

.radio-button {
  border: 1px solid var(--color--light);
  background-color: var(--color--light-0-3);
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 9px;
}

.radio-button.w--redirected-checked {
  border-width: 0;
  border-color: var(--color--light);
  background-color: var(--color--light);
}

.from-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.wrap-contact-section-two {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-cta-contact-form {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.wrap-contact-section-three {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.divider-contact-form {
  background-color: var(--color--light-0-3);
  width: 100%;
  height: 1px;
}

.radio-button-contact {
  margin-bottom: 0;
  font-size: 16px;
}

.wrap-gender-radios {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: var(--color--light);
  color: var(--color--dark);
  border-radius: 4px;
}

.wrap-input-with-label {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.field-contact {
  border: 1px solid var(--color--light-0-5);
  color: var(--color--light);
  background-color: #e6e0c60d;
  border-radius: 50px;
  width: 100%;
  height: 44px;
  margin-bottom: 0;
  padding: 8px 12px 8px 20px;
  font-size: 16px;
}

.field-contact:focus {
  border-style: solid;
  border-color: var(--color--light);
  color: var(--color--light);
}

.field-contact::placeholder {
  color: #e6e0c6b3;
}

.field-contact.text-area {
  border-radius: 12px;
  height: 150px;
  padding-top: 20px;
}

.grid-master-blog-template {
  grid-column-gap: 140px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.left-blog-template {
  flex-flow: column;
  display: flex;
}

.single-blog-detail {
  border-top: 1px solid var(--color--light-0-3);
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.single-blog-detail.last-detail {
  border-bottom: 1px solid var(--color--light-0-3);
}

.text-detail-left {
  color: #e6e0c699;
  font-size: var(--type--body-tiny);
  text-transform: uppercase;
}

.text-detail-right {
  color: var(--color--light);
  font-size: var(--type--body-tiny);
}

.title-wrap-shop {
  margin-bottom: 48px;
}

.grid-products {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tile-shop {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.wrap-image-shop {
  border-radius: 4px;
  overflow: hidden;
}

.image-shop-tile {
  width: 100%;
}

.bottom-shop-tile {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-price-shop-tile {
  color: var(--color--light-0-8);
}

.h3-shop-tile {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.checkbox-checkout {
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.checkout-form {
  background-color: var(--color--dark);
  border-top: 1px #000;
  padding: 140px 0 64px;
  font-size: 18px;
  line-height: 124%;
}

.text-field-checkout-page {
  border: 1px solid var(--color--light-0-8);
  color: var(--color--light);
  background-color: #1e1f17;
  border-radius: 70px;
  height: 40px;
  margin-bottom: 12px;
}

.text-field-checkout-page:focus, .text-field-checkout-page.-wfp-focus {
  border-style: solid;
  border-color: var(--color--light);
  color: var(--color--light);
}

.block-content {
  background-color: #1e1f17;
  border: 1px #000;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.checkbox-label-checkout {
  margin-bottom: 0;
}

.shipping-method-list {
  border: 1px #000;
}

.block-header {
  border-style: none none solid;
  border-width: 1px;
  border-color: #0f1a2326 #0f1a2326 var(--color--light-0-3);
  background-color: #1e1f17;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.shipping-method {
  border-bottom-color: var(--color--light-0-3);
  background-color: #1e1f17;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: center;
}

.close-button {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.cart-header {
  border-bottom-color: var(--color--light-0-3);
}

.cart-footer {
  border-top-color: var(--color--light-0-3);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 90%;
  max-width: 400px;
  display: flex;
}

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

.brand-simple {
  border-bottom: 1px solid var(--color--light-0-3);
  background-color: var(--color--dark);
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.link-brand-checkout {
  justify-content: center;
  align-items: center;
  height: 22px;
  display: flex;
}

.brand-image-checkout {
  height: 100%;
}

.icon-lock {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.left-404 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-image-404 {
  border-radius: 6px;
  position: relative;
}

.grid-404 {
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr;
}

.grid-thirds-sales-page {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rich-text-velvet p {
  font-family: Inter Tight, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.rich-text-velvet h1 {
  font-size: 102px;
  font-weight: 500;
  line-height: 120%;
}

.rich-text-velvet h2 {
  font-size: 42px;
  font-weight: 500;
  line-height: 122%;
}

.rich-text-velvet h3 {
  font-size: 35px;
  font-weight: 500;
  line-height: 122%;
}

.rich-text-velvet blockquote {
  color: #0f100a;
  background-color: #e6e0c6;
  border-left-style: none;
  margin-top: 44px;
  margin-bottom: 44px;
  padding: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 36px;
  }

  .text-style-h3 {
    font-size: 26px;
  }

  .text-style-h1 {
    font-size: 64px;
  }

  .section.hero-about {
    padding-top: 150px;
  }

  .section.hero-blog-template, .section.hero-shop {
    padding-top: 140px;
  }

  .text-style-h2 {
    font-size: 36px;
    line-height: 122%;
  }

  .subtitle {
    font-size: 26px;
  }

  .nav-menu {
    z-index: 10000;
    background-color: #2f2e2a;
    border-radius: 2px;
    flex-direction: column;
    width: 60%;
    max-width: 440px;
    max-height: 90vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: 17px;
    padding: 24px 40px 32px;
    position: absolute;
    inset: 80px 0% auto auto;
    overflow: scroll;
  }

  .link-dropdown {
    text-align: center;
    padding-right: 20px;
    font-size: 20px;
    line-height: 130%;
  }

  .wrap-menu-button {
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .image-chevron-dropdown {
    width: 22px;
    height: 22px;
  }

  .link-brand-navbar {
    height: 25px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 22px;
    display: block;
  }

  .dropdown-toggle {
    color: #ff3128;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 22px;
  }

  .dropdown {
    display: block;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .line-menu {
    background-color: var(--color--light);
    border-radius: 4px;
    width: 20px;
    height: 2px;
    padding: 0;
  }

  .menu-button {
    border: 1px solid var(--color--light);
    background-color: #dafaa100;
    border-radius: 4px;
    width: 46px;
    height: 46px;
    padding: 0;
  }

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

  .container-navbar {
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-list.w--open {
    border: 1px solid var(--color--light-0-3);
    background-color: #363532;
    padding-top: 12px;
    padding-bottom: 12px;
    position: static;
  }

  .flex-links-bottom-hero-home {
    grid-row-gap: 0px;
  }

  .grid-studio-gallery-first {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image-studio-gallery-one {
    margin-bottom: 200px;
  }

  .grid-blog-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .title-wrap-about-hero {
    max-width: 800px;
  }

  .image-gallery-horizontal {
    height: 360px;
  }

  .text-stat-wide {
    font-size: 90px;
  }

  .paragraph-long-story {
    column-gap: 80px;
  }

  .grid-architects-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .expandable-master {
    width: 100%;
  }

  .expandable-top {
    justify-content: flex-start;
    align-items: center;
  }

  .text-heading-faq {
    font-size: 26px;
  }

  .single-menu-halves {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .left-request-drink {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .image-request-drink {
    object-fit: cover;
  }

  .grid-master-blog-template {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-products {
    grid-template-columns: 1fr 1fr;
  }

  .checkout-form {
    padding-top: 80px;
  }

  .link-brand-checkout {
    height: 20px;
  }

  .grid-404 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1.2fr;
  }

  .grid-thirds-sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-velvet h1 {
    font-size: 64px;
    line-height: 120%;
  }

  .rich-text-velvet h2 {
    font-size: 40px;
    line-height: 122%;
  }

  .rich-text-velvet h3 {
    font-size: 32px;
    line-height: 122%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .text-style-h1 {
    font-size: 52px;
  }

  .section.big-image-hero {
    height: 60vw;
    min-height: 0;
    max-height: none;
  }

  .section.hero-about {
    padding-top: 130px;
  }

  .section.hero-blog-template {
    padding-top: 120px;
  }

  .text-style-h2 {
    font-size: 32px;
    line-height: 122%;
  }

  .subtitle {
    font-size: 24px;
  }

  .nav-menu {
    margin-right: 16px;
  }

  .link-brand-navbar {
    height: 30px;
    padding-left: 0;
  }

  .navbar {
    height: 90px;
  }

  .top-hero-home {
    margin-bottom: 120px;
  }

  .bottom-hero-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left-bottom-hero-home {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-links-bottom-hero-home {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .right-bottom-hero-home {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-right-hero-home {
    grid-column-gap: 12px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 120%;
    display: flex;
  }

  .grid-studio-gallery-first {
    grid-template-columns: 1fr;
  }

  .image-studio-gallery-one {
    margin-bottom: 110px;
  }

  .image-studio-gallery-three {
    width: 80%;
    margin-left: auto;
  }

  .single-menu-animated {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-scroll-occasions {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .column-occasions.ssecond-column, .column-occasions.third-column {
    padding-top: 0;
  }

  .tile-occasions {
    border-left: 1px solid var(--color--light-0-3);
    border-right-style: none;
    padding-left: 44px;
    padding-right: 0;
  }

  .grid-our-story-home {
    grid-template-columns: auto;
  }

  .grid-contact {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
    grid-template-columns: 1fr;
  }

  .single-column-contact {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-insta-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .grid-footer {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .left-footer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: flex-start;
    margin-bottom: 56px;
  }

  .grid-right-footer {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 72px;
  }

  .grid-right-footer.small-text-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .flex-paragrahs-about-hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .title-wrap-about-hero {
    grid-column-gap: 16px;
  }

  .line-about-hero {
    min-width: 60px;
    height: 8px;
  }

  .grid-stats-wide {
    grid-template-columns: 1fr;
  }

  .paragraph-long-story {
    column-count: 1;
  }

  .grid-architects-thirds {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
  }

  .grid-architects-fourths {
    grid-row-gap: 64px;
    margin-top: 65px;
  }

  .expandable-master {
    max-width: none;
  }

  .faq-paragraph {
    font-size: 18px;
  }

  .text-heading-faq {
    font-size: 24px;
  }

  .image-menu-wide {
    object-fit: cover;
    min-height: 120px;
  }

  .gird-menu-halves {
    grid-template-columns: 1fr;
  }

  .grid-request-drink {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 5fr;
  }

  .grid-contact-master {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .left-contact-big {
    border-right-style: none;
  }

  .right-contact-form {
    border-top: 1px solid var(--color--light-0-3);
    width: 100%;
    padding-top: 64px;
  }

  .grid-master-blog-template {
    grid-row-gap: 64px;
  }

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

@media screen and (max-width: 479px) {
  body {
    line-height: 114%;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 26px;
  }

  .text-style-h3 {
    font-size: 24px;
  }

  .text-style-h1 {
    font-size: 46px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero-home {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.big-image-hero {
    height: 80vw;
  }

  .section.hero-about {
    padding-top: 110px;
  }

  .section.hero-blog-template {
    padding-top: 100px;
  }

  .section.hero-shop {
    padding-top: 120px;
  }

  .text-style-h2 {
    font-size: 28px;
    line-height: 122%;
  }

  .subtitle {
    font-size: 22px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    width: 94%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    top: 74px;
    left: 2px;
    right: 2px;
  }

  .link-dropdown {
    text-align: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand-navbar {
    width: 100%;
    height: auto;
  }

  .cta-cart-dark {
    margin-left: 4px;
  }

  .link-brand-navbar {
    width: 90%;
    height: auto;
    padding-left: 0;
  }

  .navbar {
    height: 72px;
  }

  .line-menu {
    width: 18px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
    margin-right: 4px;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .top-hero-home {
    margin-bottom: 80px;
  }

  .bottom-hero-home {
    align-items: stretch;
  }

  .left-bottom-hero-home {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .limit-big-text-hero-home {
    max-width: none;
  }

  .flex-links-bottom-hero-home {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .right-bottom-hero-home {
    justify-content: center;
    align-items: flex-start;
  }

  .text-right-hero-home {
    font-size: 18px;
  }

  .left-studio-gallery-first {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-studio-gallery-one {
    width: 100%;
  }

  .image-studio-gallery-two {
    width: 90%;
    margin-left: 0;
  }

  .tile-occasions {
    padding-left: 24px;
  }

  .left-story-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-paragrahs-our-story {
    flex-flow: column;
  }

  .grid-blog-fourths {
    grid-template-columns: 1fr;
  }

  .grid-contact {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-bottom: 120px;
  }

  .single-column-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-right-footer {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .title-wrap-about-hero {
    margin-bottom: 64px;
  }

  .line-about-hero {
    min-width: 70px;
    max-width: 140px;
    height: 6px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-gallery-horizontal {
    height: 330px;
  }

  .text-stat-wide {
    font-size: 26vw;
  }

  .h3-team-tile {
    font-size: 28px;
  }

  .grid-architects-fourths {
    grid-template-columns: 1fr;
  }

  .expandable-single {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .expandable-bottom {
    width: 100%;
    padding-left: 55px;
  }

  .expandable-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq-paragraph {
    padding-top: 20px;
    font-size: 18px;
  }

  .text-heading-faq {
    font-size: 24px;
  }

  .image-menu-wide {
    min-height: 52px;
    margin-bottom: 40px;
  }

  .grid-request-drink {
    padding-top: 120px;
  }

  .left-request-drink {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .title-wrap-contact {
    margin-bottom: 80px;
  }

  .grid-contact-form {
    grid-template-columns: 1fr;
  }

  .grid-master-blog-template {
    grid-row-gap: 44px;
  }

  .single-blog-detail {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .single-blog-detail.last-detail {
    flex-flow: wrap;
  }

  .text-detail-left {
    font-size: 14px;
  }

  .grid-products {
    grid-template-columns: 1fr;
  }

  .wrap-image-shop {
    border-radius: 2px;
  }

  .h3-shop-tile {
    font-size: 28px;
  }

  .checkout-form {
    padding-top: 40px;
  }

  .top-order {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .block-content {
    padding: 16px;
  }

  .block-content.shipping-method {
    padding: 0;
  }

  .order-item {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-price {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .block-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .shipping-method {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
    padding-bottom: 32px;
  }

  .left-404 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .rich-text-velvet h1 {
    font-size: 52px;
    line-height: 120%;
  }

  .rich-text-velvet h2 {
    font-size: 34px;
    line-height: 122%;
  }

  .rich-text-velvet h3 {
    font-size: 28px;
    line-height: 122%;
  }

  .rich-text-velvet blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 26px;
  }
}

#w-node-a3f05fa8-010b-68a2-64ca-723f38ad9229-894ac3af {
  place-self: stretch stretch;
}

#w-node-adbeb866-4402-15c5-27ed-ef28d60f1cbc-aa9c3395 {
  place-self: start stretch;
}

#w-node-_89c4bd03-1e5e-869f-853e-56b7e742ae7e-7904833b {
  place-self: start center;
}

#w-node-_89c4bd03-1e5e-869f-853e-56b7e742ae90-7904833b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_26542154-4a9c-db84-ec05-7c67241e6a91-01d955bb {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a3c72b4-6d5a-168d-b7eb-27552ef41404-a5f85c4e, #w-node-_7a3c72b4-6d5a-168d-b7eb-27552ef4140a-a5f85c4e, #w-node-_7a3c72b4-6d5a-168d-b7eb-27552ef41410-a5f85c4e, #w-node-_7a3c72b4-6d5a-168d-b7eb-27552ef41416-a5f85c4e {
    order: -9999;
  }
}


@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}