.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-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-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-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-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-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-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-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-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-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-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-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -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-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

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

.w-commerce-commerceaddtocartbutton {
  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-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

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

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

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

body {
  color: #333;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 25px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  line-height: 31px;
}

a {
  color: #4353ff;
  text-decoration: none;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
}

a:hover {
  opacity: .6;
}

img {
  border-radius: 8px;
  max-width: 100%;
  display: inline-block;
  box-shadow: 0 1px 30px #00000026;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.nav-logo-img {
  box-shadow: none;
  border-radius: 0;
  width: 170px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
}

.nav-logo-img:hover {
  opacity: .6;
}

.text-block {
  font-size: 16px;
  font-weight: 600;
}

.hero-section {
  background-image: linear-gradient(#fff7ea, #fff7ea);
  padding-top: 120px;
  padding-bottom: 120px;
}

.dropdown-link {
  color: #4a4a51;
  border-radius: 5px;
  padding: 10px;
  font-weight: 500;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), color .4s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.dropdown-link:hover {
  color: #003c47;
  background-color: #f4f4f4;
}

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

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

.navbar-brand-wrap {
  float: left;
  flex-direction: row;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-container-2 {
  justify-content: space-between;
  width: 90%;
  max-width: 100%;
}

.navbar-2 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #ffffffbf;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 30px #00000026;
}

.text-block-4 {
  padding-right: 5px;
}

.dropdown-list {
  background-color: #fff;
  top: 51px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  padding: 7px;
  top: 75px;
  box-shadow: 0 7px 20px #00000026;
}

.search-icon {
  box-shadow: none;
  opacity: .75;
  border-radius: 0;
  width: 19px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
}

.search-icon:hover {
  opacity: .4;
}

.navbar-search {
  float: right;
  margin-left: 20px;
  padding-top: 20px;
  display: inline-block;
}

.navbar-brand-2 {
  display: block;
}

.nav-link-3 {
  color: #4a4a51;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.nav-link-3:hover {
  color: #d3af37;
}

.nav-link-3.w--current {
  color: #d3af37;
  text-align: center;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-3.w--open {
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.nav-link-3.w--open:hover {
  color: #d3af37;
}

.hero-wrap {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 45px;
  line-height: 75px;
}

.hero-title.no-bottom-margin {
  color: #726400;
  margin-bottom: 0;
}

.secondary-hero-title {
  color: #d3af37;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 50px;
}

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

.section.grey {
  background-color: #f8f8f8;
}

.section.yellow {
  background-color: #fff7ea;
}

.section.pink {
  background-color: #fbf0f2;
}

.section.no-bottom-margin {
  padding-bottom: 0;
}

.section.less-margin {
  padding-top: 50px;
  padding-bottom: 80px;
}

.general-container {
  align-items: center;
  max-width: 75%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.general-container.column-margin {
  grid-column-gap: 60px;
}

.general-container.shadow {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 3px 30px #0003;
}

.column-two {
  width: 60%;
  margin-left: 60px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 45px;
}

.section-title.gold {
  color: #bf9735;
  margin-top: 0;
  font-size: 33px;
}

.section-title.gold.left {
  text-align: left;
}

.section-title.gold.less-margin {
  margin-bottom: 20px;
}

.section-title.extra-bottom-margin {
  margin-bottom: 60px;
}

.gold-para {
  color: #684f14;
}

.gold-para.extra-bottom-margin {
  flex: 1;
  margin-bottom: 30px;
}

.gold-para.extra-bottom-margin.extra {
  margin-bottom: 50px;
}

.gold-para.alt.top-margin {
  margin-top: 30px;
}

.column-one {
  flex: 1;
}

.vertical-general-container {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.vertical-general-container.center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.vertical-general-container.center.alt {
  margin-top: 0;
}

.vertical-general-container.center.left {
  text-align: left;
  align-items: stretch;
}

.vertical-general-container.alt {
  margin-top: 20px;
}

.vertical-general-container.vertical {
  flex-direction: column;
  align-items: flex-start;
}

.vertical-general-container.vertical.blog-post {
  max-width: 65%;
}

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

.grid.no-row-margin {
  grid-row-gap: 0px;
}

.grid-column {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  box-shadow: 0 6px 30px #00000026;
}

.grid-column.alt {
  box-shadow: none;
  background-color: #fff0;
  border: 3px solid #eee;
  align-items: center;
}

.grid-column-textbox {
  text-align: left;
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 23px;
  display: flex;
}

.grid-column-textbox.alt {
  background-color: #fff0;
  justify-content: flex-start;
}

.image {
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.image.alt {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 90%;
  margin-top: 20px;
}

.textbox-title {
  color: #bf9735;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.textbox-title.alt {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph {
  text-align: left;
}

.paragraph.blue {
  color: #008588;
  flex: 1;
  margin-bottom: 30px;
  font-weight: 500;
}

.paragraph.alt-2 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.divider {
  background-color: #eee;
  border-radius: 8px;
  width: 100%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.extra-top {
  margin-top: 30px;
}

.button {
  color: #fff;
  text-align: left;
  background-color: #bf9735;
  border-radius: 8px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
}

.button:hover {
  opacity: 1;
  background-color: #14666d;
}

.button.e-commerce {
  padding: 14px 25px;
}

.button.e-commerce.w--current, .button.center {
  text-align: center;
}

.grid-column-alt-textbox {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  text-align: left;
  background-color: #ffffffbf;
  border: 3px solid #bf9735;
  border-radius: 8px;
  width: 93%;
  margin-bottom: -3em;
  margin-left: auto;
  margin-right: auto;
  padding: 23px;
  position: relative;
  top: -7em;
}

.grid-column-alt {
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.grid-column-image {
  border-radius: 8px;
  width: 100%;
}

.divider-darker {
  background-color: #e1e1e1;
  border-radius: 8px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.textbox-column {
  flex: 1;
}

.textbox-column.column-margin {
  margin-right: 100px;
}

.textbox-column.e-commerce {
  border: 3px solid #eee;
  border-radius: 8px;
  padding: 15px;
}

.textbox-column.e-commerce.left-column, .textbox-column.left-column {
  flex: 0 auto;
}

.textbox-column.buy-btn {
  grid-column-gap: 20px;
  margin-bottom: 0;
  display: flex;
}

.small-section-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 40px;
}

.small-section-title.gold {
  color: #bf9735;
  margin-top: 0;
  margin-bottom: 20px;
}

.small-section-title.gold.e-commerce {
  flex: 1;
  margin-bottom: 0;
}

.artdeco-wrap {
  grid-column-gap: 50px;
  background-color: #14666d;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 50px;
  padding: 23px;
  display: flex;
  box-shadow: 0 6px 30px #0003;
}

.artdeco-wrap.grey {
  background-color: #f8f8f8;
  padding: 0;
}

.artdeco-wrap.pink {
  background-color: #fbf0f2;
  padding: 0;
}

.artdeco-wrap.pink.only-pictures {
  padding: 23px;
}

.artdeco-wrap.grey-2 {
  background-color: #f8f8f8;
}

.artdeco-wrap.yellow {
  background-color: #fff7ea;
  padding: 0;
}

.artdeco-wrap.yellow.only-pictures {
  padding: 23px;
}

.artdeco-column {
  flex: 1;
}

.artdeco-column.text-block.left-align {
  text-align: left;
  padding: 23px;
}

.artdeco-column.small {
  max-width: 22%;
}

.artdeco-column.medium {
  max-width: 35%;
}

.white-para {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}

.white-para.black {
  color: #464646;
}

.white-para.black.bottom-margin {
  margin-bottom: 30px;
}

.artdeco-img {
  width: 100%;
  display: block;
  box-shadow: 0 1px 30px #00000026;
}

.secondary-section-title {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Merriweather, sans-serif;
  font-size: 23px;
  line-height: 33px;
}

.secondary-section-title.gold {
  color: #bf9735;
}

.secondary-section-title.gold.no-bottom-margin {
  margin-bottom: 15px;
}

.secondary-section-title.smaller {
  color: #464646;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cc-column {
  flex: 1;
  padding: 35px;
}

.cc-column.blue {
  background-color: #14666d;
}

.cc-column.left-side-cc.blue {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cc-column.right-side-cc {
  border-radius: 0 8px 8px 0;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.link {
  color: #cfdcff;
  margin-top: 40px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.link:hover {
  color: #cfdcffb3;
}

.contact-title-para {
  font-size: 17px;
  font-weight: 500;
}

.contact-title-para.white {
  color: #fff;
}

.contact-title {
  margin-top: 15px;
  margin-bottom: 35px;
  font-size: 25px;
  line-height: 40px;
}

.contact-title.white {
  color: #fff;
  margin-bottom: 20px;
}

.cc-form-note {
  color: #afacaf;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 500;
}

.cc-form-label {
  margin-bottom: 5px;
  font-weight: 600;
}

.cc-form-label.extra-top-margin {
  margin-top: 30px;
}

.general-link {
  color: #3b71fe;
  text-decoration: none;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.general-link:hover {
  color: #376efdb3;
}

.cc-img {
  width: 70%;
}

.div-block-14 {
  grid-column-gap: 20px;
  justify-content: space-between;
  margin-bottom: 15px;
  display: flex;
}

.text-field {
  background-color: #fff0;
  border: 0 #000;
  border-bottom: 3px solid #dfdfdf;
  flex: 1;
  padding: 12px 0;
  transition: border-color .4s cubic-bezier(.23, 1, .32, 1);
}

.text-field:focus {
  border-bottom-color: #008588;
}

.text-field::placeholder {
  color: #696969;
  font-size: 15px;
}

.text-field.extra-bottom-margin {
  margin-bottom: 20px;
}

.recaptcha {
  margin-bottom: 30px;
}

.masonry-para {
  color: #fff;
  text-align: left;
  background-color: #14666d;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
}

.masonry-para.alt-color {
  background-color: #008588;
  border-bottom-left-radius: 8px;
}

.masonry-para.alt-color.only-one-row-ver {
  border-top-left-radius: 8px;
}

.masonry-para.alt-color-2 {
  background-color: #003c47;
  border-bottom-right-radius: 8px;
}

.masonry-para.alt-color-2.only-one-row-ver {
  border-top-right-radius: 8px;
}

.masonry-para.original {
  flex: 1;
}

.masonry-img {
  box-shadow: none;
  flex: 1;
  width: 100%;
}

.masonry-img.no-border-radius-shadow {
  box-shadow: none;
  border-radius: 0;
}

.masonry-img.no-border-radius-shadow.left-corner {
  border-top-left-radius: 8px;
  width: 100%;
}

.masonry-img.no-border-radius-shadow.left-corner.only-one-row-ver {
  border-bottom-left-radius: 8px;
}

.masonry-img.no-border-radius-shadow.right-corner {
  border-top-right-radius: 8px;
  width: 100%;
}

.masonry-img.no-border-radius-shadow.right-corner.only-one-row-ver {
  border-bottom-right-radius: 8px;
}

.masonry-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 0 6px 30px #0003;
}

.masonry-grid.only-one-row {
  border-radius: 8px;
  grid-template-rows: auto;
}

.footer {
  border-top: 3px solid #bf9735;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-20 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.paragraph-7 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.image-10 {
  box-shadow: none;
  opacity: .85;
  border-radius: 0;
  width: 23px;
  margin-right: 15px;
}

.image-10.alt {
  width: 15px;
  margin-right: 23px;
}

.div-block-21 {
  margin-bottom: 15px;
}

.footer-copyright {
  color: #979aa3;
  text-align: left;
  margin-bottom: 0;
  font-weight: 500;
}

.footer-copyright.smaller {
  color: #979aa3b3;
  font-size: 14px;
  line-height: 28px;
}

.footer-main-container {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright-wrap {
  justify-content: space-between;
  display: flex;
}

.payment-method-icon {
  width: 40px;
  box-shadow: 0 1px 30px #00000026;
}

.payment-method-icon.purple {
  background-color: #32325d;
}

.footer-payments-wrap {
  grid-column-gap: 10px;
  display: flex;
}

.back-to-top-btn {
  background-color: #e4e4e4d9;
  border-radius: 50px;
  padding: 10px;
  position: fixed;
  top: 93vh;
  right: .5vw;
}

.back-to-top-btn.w--current {
  top: 93vh;
  right: .5vw;
}

.color-icon {
  width: 21px;
}

.color-icon.opacity {
  opacity: .6;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-22 {
  grid-column-gap: 20px;
  margin-bottom: 30px;
  display: flex;
}

.e-commerce-price {
  color: #008588;
  text-align: left;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 17px;
}

.div-block-23 {
  text-align: left;
  border: 3px solid #e8e1c7;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 23px;
}

.div-block-23.no-bottom-margin {
  margin-bottom: 0;
}

.e-commerce-img-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.e-commerce-img-grid.top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}

.e-commerce-img-grid-img {
  width: 100%;
  display: block;
}

.div-block-24 {
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.paragraph-10 {
  cursor: pointer;
  background-color: #bf9735b3;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 15px 10px;
  font-size: 30px;
  line-height: 5px;
  transition: color .4s cubic-bezier(.23, 1, .32, 1), background-color .4s cubic-bezier(.23, 1, .32, 1);
}

.paragraph-10:hover {
  color: #fff;
  background-color: #008588;
}

.apple-pay {
  border-radius: 8px;
}

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

.block-content {
  border-bottom-width: 3px;
  border-bottom-color: #eee;
  border-left-width: 3px;
  border-left-color: #eee;
  border-right-width: 3px;
  border-right-color: #eee;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.block-header {
  border-width: 3px;
  border-color: #eee;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.field {
  border-width: 2px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 16px;
  transition: border-color .4s cubic-bezier(.23, 1, .32, 1);
}

.field:focus, .field.-wfp-focus {
  border-width: 2px;
  border-color: #bf9735;
}

.text-block-5 {
  color: #979aa3;
  font-size: 15px;
  font-weight: 500;
}

.checkout-form {
  padding-top: 50px;
  padding-bottom: 50px;
}

.checkbox-label {
  font-size: 15px;
  line-height: 17px;
}

.billing-address-toggle {
  align-items: baseline;
}

.div-block-25 {
  top: 80px;
}

.field-label, .text-block-6 {
  font-weight: 500;
}

.discounts {
  border-width: 3px;
  border-color: #eee;
  border-radius: 8px;
  margin-bottom: 20px;
}

.shipping-method {
  border-bottom-width: 3px;
  border-bottom-color: #eee;
  border-left: 2px solid #eee;
  border-right: 2px solid #eee;
}

.field-label-2 {
  font-size: 15px;
}

.pay-with-browser-2 {
  border-radius: 8px;
}

.add-to-cart {
  flex-direction: row;
  align-items: stretch;
}

.quantity {
  border-width: 3px;
  border-color: #eee;
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 23px;
}

.quantity.less-padding {
  padding-top: 17px;
  padding-bottom: 17px;
}

.cart-button {
  background-color: #fff0;
  border: 3px solid #eee;
  border-radius: 8px;
  margin-top: 12px;
}

.icon-3 {
  color: #000000b3;
}

.cart-quantity {
  color: #fff;
  background-color: #000000b3;
  font-size: 13px;
}

.cart {
  float: right;
}

.cart-container {
  border-radius: 8px;
  overflow: visible;
}

.apple-pay-2, .pay-with-browser-3 {
  border-radius: 8px;
}

.cart-wrapper {
  background-color: #0000;
  transform: translate(0, 700%);
}

.error-state {
  background-color: #ffcdd3;
  border-radius: 8px;
}

.navbar-menu-wrap {
  justify-content: center;
  display: flex;
}

.search {
  margin-bottom: 35px;
}

.search.alt {
  margin-bottom: 50px;
}

.field-label-3 {
  color: #fff;
  margin-bottom: 10px;
}

.field-label-3.black {
  color: #000;
}

.search-input {
  background-color: #fff3;
  border: 2px solid #eee;
  border-radius: 8px;
  width: 70%;
  margin-bottom: 15px;
  font-weight: 500;
  transition: border-color .4s cubic-bezier(.23, 1, .32, 1);
}

.search-input:focus {
  border-color: #bf9735;
}

.search-input::placeholder {
  color: #efefef;
}

.search-input.alt {
  background-color: #fff;
  border-color: #e0e0e0;
  width: 100%;
}

.search-input.alt:focus {
  border-color: #bf9735;
}

.search-input.alt::placeholder {
  color: #a1a1a1;
}

.search-result-item {
  margin-bottom: 30px;
}

.link-3 {
  margin-bottom: 5px;
  transition-duration: .3s;
  display: block;
}

.link-4 {
  margin-bottom: 15px;
  transition-duration: .3s;
  display: block;
}

.blog-rich-text h2 {
  color: #bf9735;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 40px;
}

.blog-rich-text p {
  margin-bottom: 25px;
}

.blog-rich-text h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 35px;
}

.blog-rich-text h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Merriweather, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.blog-rich-text h5 {
  margin-top: 20px;
  font-family: Merriweather, sans-serif;
  line-height: 25px;
}

.blog-rich-text h6 {
  margin-top: 20px;
  font-family: Merriweather, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.blog-rich-text img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-rich-text figcaption {
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-26 {
  flex: none;
  width: 45%;
}

.image-12 {
  width: 100%;
}

.div-block-27 {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffffbf;
  border: 3px solid #bf9735;
  border-radius: 8px;
  width: 100%;
  margin-right: -3em;
  padding: 23px;
  position: relative;
  left: -3em;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-image: linear-gradient(#fff7ea, #fff7ea);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    display: flex;
  }

  .navbar-brand-wrap {
    flex: 1;
  }

  .icon-2 {
    transform: scale(1.6);
  }

  .dropdown {
    display: block;
  }

  .menu-button-2 {
    transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  }

  .menu-button-2:active {
    background-color: #e4e4e4;
  }

  .navbar-container-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .dropdown-list {
    top: auto;
  }

  .dropdown-list.w--open {
    border-radius: 0;
  }

  .search-icon {
    margin-top: 19px;
    margin-bottom: 19px;
    transform: scale(1.2);
  }

  .navbar-search {
    margin-right: 10px;
    padding-top: 0;
  }

  .nav-link-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-wrap {
    width: 90%;
  }

  .section, .section.less-margin {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .general-container {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    max-width: 90%;
    margin-bottom: -70px;
  }

  .general-container.shadow {
    grid-row-gap: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .general-container.no-row-gap {
    grid-row-gap: 0px;
  }

  .column-two {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .section-title.gold {
    width: 100%;
  }

  .section-title.extra-bottom-margin {
    margin-bottom: 40px;
  }

  .vertical-general-container.center {
    max-width: 90%;
  }

  .vertical-general-container.center.alt {
    margin-top: 0;
  }

  .vertical-general-container.vertical.blog-post {
    max-width: 90%;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-column-alt {
    margin-bottom: 0;
  }

  .textbox-column.column-margin {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .artdeco-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .artdeco-wrap.grey {
    margin-bottom: 30px;
  }

  .artdeco-column.small, .artdeco-column.medium {
    width: 100%;
    max-width: 100%;
  }

  .cc-column.left-side-cc.blue {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .cc-column.right-side-cc {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .cc-img {
    width: 100%;
  }

  .masonry-para {
    padding: 23px;
  }

  .masonry-para.alt-color {
    border-bottom-left-radius: 0;
  }

  .masonry-para.alt-color.only-one-row-ver {
    border-top-right-radius: 8px;
  }

  .masonry-para.alt-color-2.only-one-row-ver {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }

  .masonry-para.original {
    border-top-right-radius: 8px;
  }

  .masonry-para.original.only-one-row-ver {
    border-top-right-radius: 0;
  }

  .masonry-img.no-border-radius-shadow.left-corner.only-one-row-ver {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }

  .masonry-img.no-border-radius-shadow.right-corner {
    border-top-right-radius: 0;
  }

  .masonry-img.no-border-radius-shadow.right-corner.only-one-row-ver, .masonry-img.no-border-radius-shadow.left-bottom-corner {
    border-bottom-left-radius: 8px;
  }

  .masonry-img.no-border-radius-shadow.left-bottom-corner.only-one-row-ver {
    border-bottom-left-radius: 0;
  }

  .masonry-grid {
    border-bottom-left-radius: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .masonry-grid.only-one-row {
    grid-template-columns: 1fr;
  }

  .div-block-20 {
    margin-bottom: 30px;
  }

  .div-block-20.alt {
    margin-bottom: 10px;
  }

  .footer-copyright {
    margin-bottom: 30px;
  }

  .footer-copyright.smaller {
    margin-bottom: -10px;
  }

  .footer-main-container {
    flex-direction: column;
    max-width: 90%;
  }

  .footer-copyright-wrap {
    flex-direction: column;
  }

  .back-to-top-btn {
    top: 93vh;
    right: 2vw;
  }

  .back-to-top-btn.w--current {
    right: 2vw;
  }

  .cart-button {
    margin-top: 9px;
  }

  .cart-wrapper {
    transform: translate(0, 380%);
  }

  .navbar-menu-wrap {
    justify-content: center;
    display: none;
  }

  .search-input {
    background-color: #fff3;
    border-color: #eee;
    width: 100%;
  }

  .search-input::placeholder {
    color: #eee;
  }

  .blog-rich-text, .div-block-26 {
    width: 100%;
  }

  .div-block-27 {
    width: 93%;
    margin-right: 0;
    top: -5em;
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-logo-img {
    width: 140px;
  }

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

  .dropdown-link {
    padding: 10px 13px;
  }

  .nav-menu-2 {
    border-bottom: 3px solid #e9e9e9;
    top: 63px;
    box-shadow: 0 7px 20px #00000026;
  }

  .navbar-brand-wrap {
    padding-top: 14px;
  }

  .icon-2 {
    transform: scale(1.5);
  }

  .menu-button-2 {
    padding: 10px;
  }

  .navbar-container-2 {
    align-items: center;
    width: 94%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .search-icon {
    width: 17px;
    margin-top: 15px;
    margin-bottom: 17px;
  }

  .navbar-search {
    margin-left: 20px;
    margin-right: 0;
  }

  .nav-link-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hero-title {
    font-size: 35px;
    line-height: 55px;
  }

  .secondary-hero-title {
    font-size: 30px;
    line-height: 45px;
  }

  .general-container {
    grid-row-gap: 0px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .column-two {
    width: 100%;
    margin-left: 0;
  }

  .section-title.gold {
    margin-bottom: 25px;
  }

  .section-title.gold.less-margin {
    font-size: 24px;
    line-height: 36px;
  }

  .gold-para.alt {
    margin-bottom: 30px;
  }

  .grid {
    grid-row-gap: 30px;
  }

  .button.e-commerce {
    text-align: center;
    flex: 1;
    display: block;
  }

  .grid-column-alt {
    margin-bottom: -1.5em;
  }

  .textbox-column.column-margin {
    margin-bottom: 30px;
  }

  .textbox-column.e-commerce.left-column {
    margin-bottom: 20px;
  }

  .textbox-column.left-column {
    flex: 1;
  }

  .artdeco-wrap {
    grid-row-gap: 40px;
  }

  .cc-column.left-side-cc.blue, .cc-column.right-side-cc {
    padding: 23px;
  }

  .div-block-14 {
    margin-bottom: 20px;
    display: block;
  }

  .text-field {
    border-top-style: none;
    margin-bottom: 20px;
  }

  .text-field::placeholder {
    font-size: 15px;
  }

  .masonry-para.alt-color-2 {
    border-bottom-left-radius: 8px;
  }

  .masonry-para.original {
    border-top-right-radius: 0;
  }

  .masonry-img.no-border-radius-shadow.left-corner {
    border-top-right-radius: 8px;
  }

  .masonry-img.no-border-radius-shadow.left-bottom-corner {
    border-bottom-left-radius: 0;
  }

  .masonry-grid {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    grid-template-columns: 1fr;
  }

  .back-to-top-btn {
    z-index: 10000;
    right: 3vw;
  }

  .back-to-top-btn.w--current {
    right: 3vw;
  }

  .div-block-22 {
    grid-column-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .e-commerce-img-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .e-commerce-img-grid.top {
    margin-bottom: 15px;
  }

  .field {
    margin-right: 10px;
  }

  .checkout-form {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-button {
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-wrapper {
    transform: translate(0);
  }

  .cart-form-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 30px #0003;
  }

  .container-2 {
    width: 90%;
  }

  .blog-rich-text h2 {
    margin-top: 20px;
    font-size: 27px;
    line-height: 38px;
  }

  .blog-rich-text img {
    width: 100%;
    margin-bottom: 10px;
    display: block;
  }

  .div-block-27 {
    padding: 13px;
    top: -2em;
  }
}

#w-node-_84352580-ace7-7953-2485-566976e63f0a-bd7e25e7, #w-node-_9dbc9fc5-bebb-d933-44fd-79d82eaef734-9c7e25f0, #w-node-_2dab0a34-cbff-e04a-b37c-2250cc2173c4-9c7e25f0, #w-node-_2fcee596-1cc6-cb10-90c1-6e70434a19a8-9c7e25f0, #w-node-f0926ef2-63a7-2e48-273d-0fa7e19ef68b-9c7e25f0, #w-node-e0f51e4d-cb3a-8352-32bd-4a992d77abc4-9c7e25f0, #w-node-d23b7f4e-aeeb-0be6-a3a0-95f3c4779fa0-9c7e25f0, #w-node-ccdf365a-84e1-34c5-b651-3b2171f22d0e-9c7e25f0, #w-node-ccdf365a-84e1-34c5-b651-3b2171f22d1b-9c7e25f0, #w-node-ccdf365a-84e1-34c5-b651-3b2171f22d29-9c7e25f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}