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

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

@font-face {
  font-family: Apercu;
  src: url('../fonts/Apercu-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Apercu;
  src: url('../fonts/Apercu-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

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

:root {
  --black: black;
  --white: white;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  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;
  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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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 {
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  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;
  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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  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-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-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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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-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 {
  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;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  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-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, .w-commerce-commercedownloadswrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commercedownloadsitem {
  grid-column-gap: 16px;
  grid-template-columns: 1fr max-content;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

@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-commerceaddtocartquantityinput {
    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, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-left: 2%;
  position: fixed;
}

.logo-img {
  float: left;
  opacity: .95;
  max-width: 110px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
  inset: 0% 0% 0;
}

.logo-img.checkout {
  text-align: center;
  width: 100%;
  position: relative;
  top: 0%;
  left: 1%;
}

.grid-2 {
  grid-template: ". . . . . . . . . . Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.cover {
  z-index: 0;
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  margin-top: auto;
  margin-right: 7%;
  padding: 0% 2% 2%;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
}

.image-2 {
  width: 100%;
  max-width: 610px;
  height: 100%;
  margin-top: 0;
  display: none;
  position: relative;
}

.tan-overlay {
  z-index: 0;
  color: #f6f0ea;
  text-align: left;
  background-color: #f6f0ea;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  max-height: 650px;
  margin-top: 40px;
  margin-right: 2%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container {
  padding-right: 0;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

.container-2 {
  height: 70%;
  position: relative;
}

.heading {
  z-index: auto;
  opacity: 1;
  color: #cf8e83;
  text-transform: none;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0%;
  margin-bottom: 10px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 77px;
  font-weight: 400;
  line-height: 70px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: auto;
}

.button {
  color: #f8ede0;
  text-align: center;
  background-color: #0f2f55;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 64px;
  margin-top: 40px;
  padding-top: 14px;
  font-family: Foundersgrotesk, sans-serif;
  font-weight: 700;
  line-height: 22px;
  display: none;
  overflow: visible;
}

.body {
  color: #f8ede0;
  font-size: 18px;
}

.btn-bg {
  z-index: 0;
  background-color: #0f2f55;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 64px;
  transition: transform .4s, background-color .4s;
  display: flex;
  position: relative;
}

.btn-bg:hover {
  background-color: #966b68;
  transform: scale(1.05);
}

.text-block {
  color: #f8ede0;
  letter-spacing: .5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blob {
  max-width: 90%;
  padding-left: 0;
  display: block;
  position: absolute;
  overflow: visible;
  transform: scale(.8);
}

.peach-btn {
  z-index: 0;
  background-color: #e6cebeb3;
  border-radius: 100px;
  width: 220px;
  height: 64px;
  margin-top: 5px;
  margin-left: 5px;
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.peach-btn:hover {
  transform: translate(0, 1.05px);
}

.btn {
  color: #ddd;
  background-color: #3898ec00;
  border: 1.5px #e9e9e9;
  border-radius: 100px;
  width: 220px;
  height: 64px;
  text-decoration: none;
  position: relative;
}

.hero-lockup {
  z-index: auto;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin-top: auto;
  margin-left: 6%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main-wrapper {
  max-width: 1440px;
  max-height: 730px;
  margin-top: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
  position: relative;
}

.logo {
  background-color: #fff;
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-icons {
  grid-template-areas: "Area";
  place-content: space-between center;
  width: 45%;
  margin-top: 100px;
  display: none;
  position: relative;
}

.text-block-2, .text-block-3 {
  color: #9da0b4;
  font-family: Apercu, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.heading-2 {
  color: #cf8e83;
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  position: relative;
}

.heading-2.left {
  color: #cf8e83;
  text-align: left;
  text-transform: none;
  max-width: 100%;
  margin-bottom: 20px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.featured {
  margin-top: 100px;
  position: relative;
}

.grid-3 {
  grid-column-gap: 60px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1170px;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.text-block-4 {
  color: #9da0b4;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 12px;
}

.paragraph {
  color: #757575;
  text-align: center;
  letter-spacing: 0;
  max-width: none;
  padding-top: 10px;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.paragraph.left {
  opacity: 0;
  color: #757575;
  text-align: left;
  max-width: none;
  padding-top: 0;
  font-family: Apercu, sans-serif;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.paragraph.left-align {
  text-align: left;
  margin-bottom: 40px;
}

.nav {
  z-index: 1;
  -webkit-text-stroke-color: #fff;
  background-color: #fff0;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin: auto;
  padding-left: 2%;
  display: block;
  position: fixed;
  inset: 40px 0% auto;
}

.nav.top-margin-undo {
  margin-top: -40px;
}

.product-img {
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: 400px;
  transform: scale3d(1none, 1none, 1none);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 30px;
  margin-bottom: 24px;
  margin-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-img:hover {
  opacity: 1;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.product-img.pdp-img {
  display: none;
}

.text-block-5, .text-block-6 {
  color: #000;
  position: relative;
}

.product-title {
  color: #cf8e83;
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.product-title:hover {
  color: #333;
}

.price {
  color: #9da0b4;
  text-align: center;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.price.center {
  color: #757575;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.price.left.dark {
  opacity: 1;
  color: #757575;
  margin-bottom: 20px;
  font-family: Apercu, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

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

.product-thumbnail {
  z-index: 0;
  height: auto;
  margin-bottom: 30px;
  padding-left: 10px;
  position: relative;
}

.collection-item {
  transform-style: preserve-3d;
  bottom: auto;
}

.collection-item:hover {
  transform: scale3d(1none, 1none, 1none);
}

.collection-list {
  max-width: 1360px;
  margin: 40px auto;
  padding-left: 2%;
  padding-right: 2%;
}

.top {
  z-index: 1;
  opacity: 1;
  max-width: 100%;
  transition: opacity .2s;
  position: relative;
}

.top:hover {
  opacity: 0;
}

.text-block-7 {
  position: relative;
}

.cart-quantity {
  color: #fff;
  background-color: #cf8e83;
  border: 1px solid #fff0;
  border-radius: 100px;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 2px;
  padding-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Apercu, sans-serif;
  font-size: 12px;
  line-height: 25px;
  transition: background-color .2s;
}

.cart-quantity:hover {
  background-color: #bb6969;
}

.cart-button {
  color: #0f2f55;
  text-align: right;
  background-color: #3898ec00;
  justify-content: flex-end;
  margin-top: 25px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 40px;
  position: relative;
  right: auto;
}

.nav-items {
  float: right;
  display: inline-block;
}

.submit-button {
  color: #f8ede0;
  letter-spacing: .75px;
  background-color: #bd7a6e;
  border-radius: 100px;
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 14px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  font-family: Foundersgrotesk, sans-serif;
}

.heading-3, .heading-4, .heading-5 {
  font-family: Foundersgrotesk, sans-serif;
  font-size: 20px;
}

.field-label-6, .field-label-7, .field-label-8 {
  font-family: Foundersgrotesk, sans-serif;
}

.text-block-8, .text-block-9 {
  font-family: Apercu, sans-serif;
}

.text-block-10 {
  font-family: Foundersgrotesk, sans-serif;
  font-size: 16px;
}

.field-label-9, .text-block-11 {
  font-family: Foundersgrotesk, sans-serif;
}

.text-block-12 {
  font-family: Apercu, sans-serif;
  font-size: 13px;
}

.heading-6 {
  font-family: Foundersgrotesk, sans-serif;
  font-size: 20px;
}

.checkout-form {
  background-color: #f8f8f8;
}

.block-header, .block-header-2, .block-header-3 {
  border-style: none;
  padding-top: 10px;
}

.block-header-4 {
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding-top: 10px;
  font-family: Foundersgrotesk, sans-serif;
}

.block-header-5 {
  border-style: none;
  border-width: 0;
  padding-top: 10px;
}

.block-header-6, .block-header-7 {
  border-style: none;
  padding-top: 10px;
  font-family: Foundersgrotesk, sans-serif;
}

.container-3 {
  margin-top: 25px;
  padding-top: 50px;
}

.block-content {
  background-color: #fff;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-left-style: none;
  border-right-style: none;
}

.block-content-2, .block-content-3 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

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

.empty-state {
  border-right-style: none;
  border-right-width: 0;
}

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

.block-content-4, .block-content-5 {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.block-content-6 {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-left-style: none;
  border-right-style: none;
}

.div-block {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.order-summary {
  border-radius: 20px;
}

.email, .full-name, .street-address, .street-address-2, .city, .state-province, .zip-postal-code {
  height: 42px;
}

.country {
  height: 42px;
  font-family: Apercu, sans-serif;
}

.card-number {
  height: 42px;
  padding-top: 12px;
  font-family: Apercu, sans-serif;
}

.expiration-date {
  height: 42px;
  padding-top: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.security-code {
  height: 42px;
  padding-top: 12px;
  font-family: Apercu, sans-serif;
}

.full-name-2, .street-address-3, .street-address-4, .zip-postal-code-2, .state-province-2, .city-2 {
  height: 42px;
}

.country-2 {
  height: 42px;
  font-family: Apercu, sans-serif;
}

.text-block-13, .text-block-14 {
  font-family: Apercu, sans-serif;
  font-size: 13px;
}

.text-block-15, .text-block-16 {
  font-family: Apercu, sans-serif;
  font-size: 12px;
}

.div-block-2 {
  font-size: 12px;
}

.heading-7 {
  padding-top: 8px;
  font-family: Foundersgrotesk, sans-serif;
}

.heading-8 {
  padding-top: 8px;
  font-family: Foundersgrotesk, sans-serif;
  position: static;
}

.heading-9, .heading-10, .heading-11 {
  padding-top: 8px;
  font-family: Foundersgrotesk, sans-serif;
}

.field-label-10, .field-label-11, .field-label-12, .field-label-13, .text-block-17 {
  font-family: Foundersgrotesk, sans-serif;
}

.text-block-18, .text-block-19 {
  font-family: Foundersgrotesk, sans-serif;
  font-size: 16px;
}

.text-block-20, .text-block-21 {
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.line-item {
  padding-top: 5px;
}

.text-block-22 {
  font-family: Foundersgrotesk, sans-serif;
  font-size: 16px;
}

.line-item-2 {
  padding-top: 5px;
}

.heading-12, .heading-13, .heading-14 {
  font-size: 20px;
}

.lines {
  position: absolute;
  inset: auto 0% 0%;
}

.image-11 {
  float: none;
  opacity: .4;
  text-align: left;
  width: 100%;
  max-width: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-23 {
  color: #0000002e;
  letter-spacing: .75px;
  font-family: Apercu, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: fixed;
  bottom: 100px;
  right: 0;
  transform: rotate(90deg);
}

.submit-button-2 {
  color: #0f2f55;
  background-color: #0000;
  border: 1.5px solid #dee3e8;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 30px 15px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.cart {
  float: right;
}

.heading-15 {
  color: #333;
  font-family: Foundersgrotesk, sans-serif;
}

.text-block-24 {
  color: #cf8e83;
  font-family: Foundersgrotesk, sans-serif;
}

.text-block-25 {
  color: #9da0b4;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.text-block-26 {
  font-family: Apercu, sans-serif;
  font-size: 12px;
}

.checkout-button {
  color: #f8ede0;
  letter-spacing: .75px;
  text-transform: uppercase;
  background-color: #bd7a6e;
  border-radius: 100px;
  padding-top: 16px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

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

.cart-header {
  padding-top: 22px;
}

.cart-quantity-2 {
  color: #333;
  font-size: 14px;
}

.text-block-27, .text-block-28 {
  color: #333;
  font-family: Foundersgrotesk, sans-serif;
}

.text-block-29 {
  color: #333;
  font-family: Apercu, sans-serif;
}

.error-message {
  color: #ff5c5c;
  font-size: 14px;
}

.promo-bar {
  background-color: #f3f3f3;
  height: 42px;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-16 {
  color: #333;
  font-family: Foundersgrotesk, sans-serif;
}

.text-block-30 {
  color: #bd7a6e;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 16px;
}

.text-block-31 {
  color: #333;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.text-block-32 {
  color: #b6b6b6;
  border: 0 #000;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.text-block-33 {
  color: #333;
  letter-spacing: 0;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.text-block-34 {
  color: #333;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 16px;
}

.cart-quantity-3 {
  color: #333;
  font-size: 14px;
}

.checkout-button-cart {
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #bd7a6e;
  border-radius: 100px;
  padding-top: 20px;
  padding-bottom: 14px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 16px;
  transition: background-color .2s;
}

.checkout-button-cart:hover {
  background-color: #ad6f5f;
}

.error-message-2 {
  color: #d55d5f;
  font-size: 14px;
}

.text-block-35 {
  color: #272523;
  font-family: Foundersgrotesk, sans-serif;
}

.product-grid {
  z-index: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  min-height: 100vh;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.product-content-wrapper {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 550px;
  margin-top: -100px;
  padding-left: 60px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.product-name---main {
  color: #cf8e83;
  text-transform: none;
  margin-bottom: 10px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.text-block-36 {
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.product-desc {
  color: #757575;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Apercu, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.field-label-14 {
  color: #333;
  font-family: Apercu, sans-serif;
  font-size: 13px;
}

.add-to-cart---primary {
  color: #f8ede0;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #b57d7d;
  border-radius: 100px;
  margin-top: 30px;
  padding: 20px 60px 16px;
  font-family: Foundersgrotesk, sans-serif;
  transition: background-color .2s;
  display: none;
}

.add-to-cart---primary:hover {
  background-color: #ad6f5f;
}

.quantity {
  background-color: #fff;
  border-width: 1.5px;
  border-color: #ebebeb;
  font-family: Apercu, sans-serif;
}

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

.producttile-detaillink {
  text-align: center;
  text-decoration: none;
  display: block;
}

.btn-primary {
  opacity: 1;
  width: auto;
  font-family: Foundersgrotesk, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.squiggle {
  opacity: .77;
  width: 25px;
  margin-bottom: 20px;
  display: block;
}

.video {
  margin-top: 5%;
}

.field-label-15 {
  color: #272523;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.quantity-2 {
  color: #333;
  background-color: #fafafa00;
  border-width: 1.5px;
  height: 40px;
  font-family: Apercu, sans-serif;
  font-weight: 400;
  transition: border-color .2s;
}

.quantity-2:hover {
  border-color: #cf8e8380;
}

.pdp-add-to-cart {
  color: #f8ede0;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0f2f55;
  border-radius: 100px;
  margin-top: 25px;
  padding: 20px 40px 14px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background-color .4s, transform .4s;
}

.pdp-add-to-cart:hover {
  background-color: #966b68;
  transform: scale(1.05);
}

.cart-container {
  height: auto;
}

.div-block-3 {
  z-index: 0;
  background-color: #f6ebda;
  width: 100%;
  height: 600px;
  margin-top: 80px;
  margin-left: 0;
  position: relative;
  inset: 0% auto 0% 0%;
}

.badge {
  z-index: 0;
  transition: transform 4s;
  position: absolute;
  inset: 11% 5% 0% auto;
}

.badge:hover {
  transform: rotate(180deg);
}

.hover-thumb {
  display: block;
}

.bottom {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.img1-l {
  object-fit: cover;
  background-image: url('../images/nametag.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 400px;
  height: 400px;
  display: flex;
  position: relative;
}

.img2-r {
  background-image: url('../images/cover.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 500px;
  height: 500px;
  display: flex;
  position: relative;
  top: auto;
  left: 20px;
}

.lifestyle {
  align-items: stretch;
  width: 100%;
  max-width: 1170px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 5% 2%;
  display: block;
  position: relative;
}

.image-16 {
  float: left;
  background-image: url('../images/nametag.png');
  background-position: 0 0;
  background-size: cover;
  display: block;
}

.image-17 {
  float: right;
  padding-top: 40%;
  padding-left: 40px;
}

.img3-sml {
  background-image: url('../images/colors.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  order: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 210px;
  height: 250px;
  margin-top: auto;
  margin-left: 15px;
  margin-right: auto;
  padding-left: 0%;
  display: flex;
}

.footer {
  float: none;
  border-top: 1px #dadada;
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: end;
  position: relative;
  inset: auto 0% 0;
}

.image-18 {
  max-width: 75px;
  margin-left: 20px;
}

.image-19 {
  float: right;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-37 {
  color: #1d1d1d;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.footer-img {
  float: left;
  width: 100%;
  max-width: 100%;
  height: 322px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: 0;
}

.grid-5 {
  grid-column-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.logo-symbol {
  opacity: .2;
  max-width: 75px;
  margin-left: 5%;
  display: none;
}

.link {
  color: #757575;
  font-family: Apercu, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: none;
}

.text-block-38 {
  color: #0000004d;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.lifestyle-img-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  height: 400px;
  display: flex;
}

.lifestyle-img-container2 {
  order: -1;
  align-self: auto;
  align-items: flex-end;
  width: 20%;
  height: 250px;
  margin-top: 30%;
  margin-left: auto;
  margin-right: 5%;
  padding-left: 0;
  display: flex;
}

.lifestyle-img-container3 {
  align-self: auto;
  align-items: flex-end;
  width: 45%;
  height: 500px;
  margin-top: 10%;
  padding-left: 0;
  display: flex;
}

.lightbox-link {
  max-height: 80vh;
  margin-top: 0;
  padding-top: 30px;
  display: block;
}

.pdp-img {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: 700px;
  max-height: 700px;
  margin-top: 0;
  margin-bottom: 24px;
  position: relative;
}

.secondary-add-to-cart {
  color: #0f2f55;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #ccb8b440;
  border-radius: 100px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 14px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 14px;
  transition: transform .4s;
}

.secondary-add-to-cart:hover {
  border-color: #daa9a080;
  transform: scale(1.05);
}

.slide {
  object-fit: cover;
}

.mask {
  object-fit: cover;
  width: 100%;
}

.slider {
  height: 80vh;
}

.slide-2 {
  object-fit: cover;
  margin-bottom: 0;
}

.lottie-animation {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
}

.lottie-animation-2, .lottie-animation-3, .lottie-animation-4 {
  z-index: 0;
}

.outline-pdp-txt {
  opacity: 1;
  margin-top: 60px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 200px;
  line-height: 200px;
  position: absolute;
}

.count-container {
  width: 50px;
}

.count {
  z-index: 1;
  float: left;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: -22px;
  margin-left: auto;
  font-family: Foundersgrotesk, sans-serif;
  text-decoration: none;
  position: fixed;
  inset: auto 0% 0%;
  transform: rotate(-90deg);
}

.tan-pdp-bg {
  z-index: 0;
  background-color: #f6f0ea;
  width: 48vw;
  max-width: 400px;
  height: 65vh;
  margin-top: 100px;
  margin-left: -10vw;
  padding-left: 2%;
  position: absolute;
  inset: 0% 0% auto 5%;
}

.vertical-pdp-text {
  z-index: 0;
  color: #daa9a0;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 30px;
  margin-top: 50vh;
  margin-right: 3%;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 0% -5% 0% auto;
  transform: rotate(90deg);
}

.html-embed {
  margin-bottom: 60px;
  padding-left: 10%;
  padding-right: 10%;
  display: none;
}

.values {
  justify-content: flex-start;
  max-width: 1100px;
  margin: 100px auto;
  padding-left: 10%;
  padding-right: 5%;
  display: flex;
}

.heading-17 {
  color: #cf8e83;
  max-width: 300px;
  font-family: Foundersgrotesk, sans-serif;
}

.values-info {
  align-self: center;
  max-width: 43%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.values-img {
  display: flex;
}

.default-state {
  padding-left: 10px;
}

.link-2 {
  color: #cd8d51;
}

.image-20 {
  align-self: center;
  height: auto;
  margin-top: 10px;
  padding-top: 0;
  display: block;
}

.line-break {
  color: #000;
  background-color: #ebebeb;
  max-width: 1360px;
  height: 1px;
  margin: 100px auto;
  display: none;
}

.default-state-2 {
  margin-top: 32px;
}

.link-3 {
  color: #757575;
  font-family: Apercu, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: none;
}

.video-2 {
  max-width: 610px;
}

.background-video {
  z-index: 1;
  width: 100%;
  max-width: 610px;
  height: 770px;
}

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

.background-video-2 {
  opacity: 1;
  width: 100%;
  max-width: 570px;
  height: 730px;
  min-height: 730px;
}

.cart-footer {
  margin-bottom: 40px;
}

.option-list {
  display: none;
}

.home-sidetext {
  z-index: 1;
  color: #cf8e83;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  margin: 0 0% 20px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: auto 0% 10% -40px;
  transform: rotate(-90deg);
}

.big-circle {
  position: absolute;
  inset: 0% 0% auto;
}

.image-22 {
  max-width: 77px;
  position: absolute;
  top: -12px;
  right: 42%;
}

.littleshopheadline-wrap {
  position: relative;
}

.made-with-love-badge {
  width: auto;
  height: 60px;
  display: none;
  position: relative;
}

.madewithlove-img {
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.text-span {
  color: #daa9a0;
  border: 1px #cf8e83;
  border-radius: 1px;
}

.text-span-2 {
  font-family: Graphik web;
  font-weight: 400;
}

.select-field {
  background-color: #fafafa00;
  border: 1.5px solid #ddd;
  border-radius: 3px;
  height: 45px;
  margin-right: 0;
  padding-right: 12px;
  font-family: Graphik web;
  font-weight: 400;
  display: block;
}

.option {
  max-width: 350px;
  padding-right: 0;
}

.container-4 {
  position: relative;
}

.div-block-4 {
  background-color: #e0cbcb;
  height: 100%;
}

.background-video-2-container {
  opacity: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 570px;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.background-video-3 {
  opacity: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 570px;
  height: 730px;
  display: flex;
}

.div-block-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100px;
  height: 100px;
  display: flex;
}

.div-block-6 {
  width: 100%;
  height: 1000px;
}

.product-image-slider {
  z-index: 1;
  width: 100%;
  height: 730px;
  max-height: 80vh;
  margin-top: 40px;
}

.slide-3, .mask-2, .slide-4 {
  object-fit: cover;
}

.text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50 {
  font-family: Apercu, sans-serif;
}

.text-block-51, .text-block-52 {
  font-family: Graphik web;
}

.text-block-53, .text-block-54, .text-block-55 {
  font-family: Apercu, sans-serif;
}

.text-block-56 {
  font-family: Graphik web;
}

.text-block-57, .text-block-58, .text-block-59 {
  font-family: Apercu, sans-serif;
}

.text-block-60 {
  font-family: Foundersgrotesk, sans-serif;
}

.text-block-61 {
  font-family: Apercu, sans-serif;
}

.text-block-62 {
  font-family: Foundersgrotesk, sans-serif;
}

.text-block-63 {
  font-family: Apercu, sans-serif;
}

.heading-18, .heading-19, .field-label-16, .field-label-17, .heading-20 {
  font-family: Foundersgrotesk, sans-serif;
}

.heading-21 {
  font-family: Foundersgrotesk, sans-serif;
  position: static;
}

.field-label-18, .field-label-19, .heading-22, .text-block-64 {
  font-family: Foundersgrotesk, sans-serif;
}

.line-item-3 {
  font-family: Graphik web;
}

.text-block-65, .text-block-66, .text-block-67, .text-block-68, .text-block-69, .text-block-70, .text-block-71, .text-block-72, .text-block-73, .text-block-74, .text-block-75, .text-block-76, .text-block-77, .text-block-78, .text-block-79 {
  font-family: Apercu, sans-serif;
}

.text-block-80 {
  font-family: Graphik web;
}

.text-block-81, .text-block-82, .text-block-83, .text-block-84, .text-block-85, .text-block-86, .text-block-87, .text-block-88 {
  font-family: Apercu, sans-serif;
}

.field-label-20, .field-label-21, .field-label-22, .field-label-23, .field-label-24, .field-label-25, .field-label-26, .text-block-89 {
  font-family: Foundersgrotesk, sans-serif;
}

.text-block-90 {
  font-family: Apercu, sans-serif;
}

.product-detail-img {
  z-index: 10;
  width: 100%;
  max-width: 56%;
  height: 65vh;
  margin-left: -5%;
  padding: 24px 24px 24px 10%;
  position: relative;
}

.slider-2 {
  height: 100%;
}

.div-block-8 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.lightbox-link-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 75px;
  max-width: 100%;
  height: 75px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.lightbox-link-2:hover {
  opacity: .8;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.collection-list-wrapper {
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 75px;
  margin-top: 8px;
  display: flex;
}

.collection-item-2 {
  justify-content: center;
  align-items: flex-start;
  width: 75px;
  height: 75px;
  margin-right: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-2 {
  display: flex;
}

.empty-state-2 {
  background-color: #ddd0;
  display: none;
}

.product-detail-tanbg {
  z-index: 0;
  background-color: #f6f0ea;
  width: 40%;
  height: 65%;
  max-height: 65%;
  margin-top: 75px;
  position: absolute;
}

.div-block-9 {
  height: 100%;
  position: relative;
}

.lightbox-link-3 {
  position: relative;
}

.story {
  opacity: 1;
  background-image: none;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.text-block-91, .checkbox-label, .div-block-10, .div-block-11, .text-block-92, .text-block-93 {
  font-family: Apercu, sans-serif;
}

.graphic-element-values {
  flex-direction: column;
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 829px;
  display: block;
  position: relative;
}

.littlesun-img {
  max-width: 77%;
  position: relative;
  top: 0;
  right: 63px;
}

.sun-container {
  width: 100%;
  max-width: 423px;
  height: 100%;
  position: relative;
}

.home-sidetext-arrow {
  z-index: 1;
  color: #daa9a0;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 46px;
  margin: 0 0% 0;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: auto 0% 10% -1%;
  transform: rotate(-90deg);
}

.italic-text {
  transform-style: preserve-3d;
  align-items: flex-end;
  font-style: normal;
  display: block;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.smalltext {
  color: #757575;
  text-align: center;
  letter-spacing: 0;
  max-width: none;
  padding-top: 10px;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.smalltext.left {
  color: #757575;
  text-align: left;
  max-width: none;
  padding-top: 0;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.hero-p {
  color: #757575;
  text-align: center;
  letter-spacing: 0;
  max-width: none;
  padding-top: 10px;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.hero-p.left {
  opacity: 1;
  color: #757575;
  text-align: left;
  width: 90%;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Apercu, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.proceeds {
  color: #757575;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Apercu, sans-serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.productdetail-title {
  color: #272523;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.link-4 {
  color: #cd8d51;
}

.collection-number {
  color: #cf8e83;
  text-align: left;
  margin-bottom: 30px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: block;
}

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

.text-block-94 {
  margin-bottom: 20px;
}

.container-5, .order-confirmation {
  padding-top: 50px;
}

.text-block-95 {
  font-family: Apercu, sans-serif;
}

.submit-button-3 {
  color: #f8ede0;
  letter-spacing: .75px;
  background-color: #bd7a6e;
  border-radius: 100px;
  padding-top: 20px;
  padding-bottom: 14px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 16px;
}

.text-block-96 {
  color: #757575;
  margin-bottom: 20px;
  font-family: Apercu, sans-serif;
  font-size: 12px;
}

.insta-img {
  width: 100%;
  max-width: 35px;
  height: 100%;
}

.insta-icon {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-12 {
  text-align: center;
  margin-top: 20px;
  font-family: Foundersgrotesk, sans-serif;
}

.text-block-97 {
  color: #cf8e83;
  font-size: 20px;
  line-height: 24px;
}

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

.paragraph-3 {
  color: #757575;
  text-align: center;
  max-width: 400px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.link-5 {
  color: #cf8e83;
  text-decoration: none;
  position: static;
}

.link-5:hover {
  color: #333;
}

.section {
  margin-bottom: 100px;
}

.heading-23 {
  color: #cf8e83;
  text-align: center;
  margin-bottom: 20px;
  font-family: Foundersgrotesk, sans-serif;
}

.checkout-top-text {
  max-width: 945px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-24 {
  color: #cf8e83;
}

.italic-text-2 {
  color: #b27166;
}

.section-2 {
  position: relative;
}

.shipping-container {
  margin-top: 200px;
}

.heading-25 {
  color: #cf8e83;
  margin-left: auto;
  margin-right: auto;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 24px;
}

.default-container {
  max-width: 975px;
  margin: 60px auto;
}

.div-block-13 {
  height: 6px;
}

.discounts {
  margin-top: 40px;
}

.apply-button {
  background-color: #000;
  font-family: Foundersgrotesk, sans-serif;
}

.navbar {
  background-color: #ddd0;
  align-items: center;
  display: flex;
}

.mini-prints-feature {
  max-width: 700px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.button-2 {
  background-color: #0f2f55;
  border-radius: 8px;
  font-family: Apercu, sans-serif;
}

.link-6, .link-7 {
  color: #000;
}

.heading-26 {
  color: #ce8e83;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 30px;
}

.div-block-14 {
  max-width: 100%;
  margin-left: auto;
}

.columns {
  max-width: 70%;
  margin: 60px auto 100px;
}

.block-quote {
  border: 1px #000;
  padding-bottom: 0;
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.block-quote-2 {
  background-color: #f3efe6;
  border: 1px #000;
  border-radius: 7px;
  padding: 40px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.block-quote-3 {
  background-color: #f5e7d8;
  border: 1px #000;
  border-radius: 7px;
  padding: 40px 24px;
  font-family: Apercu, sans-serif;
  font-size: 16px;
}

.column {
  background-color: #ebdccf;
  border: 1px #000;
  border-radius: 7px;
  padding: 40px 24px;
}

.column-3 {
  padding-left: 0;
}

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

.promo-header {
  z-index: 1;
  background-color: #ce8e83;
  width: 100%;
  height: 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.promo-message {
  color: #f8ede0;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  line-height: 40px;
  display: block;
}

.heading-27 {
  font-family: Foundersgrotesk, sans-serif;
}

.heading-28 {
  color: #cf8e83;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 20px;
}

.div-block-16 {
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: #757575;
  padding-bottom: 24px;
  font-family: Apercu, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-link.w--current {
  text-decoration: none;
}

.link-9 {
  color: #0f2f55;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.footer-about {
  color: #757575;
  max-width: 80%;
  font-family: Apercu, sans-serif;
  font-size: 14px;
}

.footer-content {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Apercu, sans-serif;
  display: flex;
}

.link-10 {
  color: var(--black);
}

.link-11 {
  color: #000;
}

.paragraph-4 {
  color: #757575;
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-family: Apercu, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form-block {
  max-width: 550px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-4 {
  background-color: #102f55;
  border-radius: 100px;
  width: auto;
  height: 50px;
  margin-top: 8px;
  padding: 10px 40px 8px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 18px;
}

.link-12 {
  color: #134053;
}

.text-field {
  border-radius: 4px;
}

.text-field-2 {
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 21px;
}

.textarea {
  border-radius: 4px;
}

.success-message {
  background-color: #fcf8f6;
}

.link-13 {
  color: #333;
}

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

.nav-link {
  color: #102f55;
  -webkit-text-stroke-color: #102f55;
  text-transform: none;
  padding-right: 40px;
  font-family: Foundersgrotesk, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.mobile-only-categories {
  display: none;
}

.invitation-description {
  color: #cf8e83;
  text-align: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-family: Apercu, sans-serif;
  font-size: 15px;
}

.featured--invitations, .featured-artprints {
  margin-top: 100px;
  position: relative;
}

html.w-mod-js [data-ix="lazy-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="shrink-on-scroll"] {
  height: 80px;
}

html.w-mod-js [data-ix="image-up"], html.w-mod-js [data-ix="image-up-2"], html.w-mod-js [data-ix="image-up-3"] {
  height: 0%;
}

html.w-mod-js [data-ix="slide-up-footer"] {
  transform: translate(0, 60%);
}

@media screen and (max-width: 991px) {
  .logo-img {
    text-align: center;
    max-width: 100px;
    margin-top: 10px;
    margin-right: auto;
    display: block;
    position: relative;
    bottom: 0%;
  }

  .cover {
    width: 90%;
    margin-top: 105px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4%;
    top: auto;
  }

  .image-2 {
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
  }

  .tan-overlay {
    max-height: 100vw;
    margin-top: 8%;
    display: none;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-lockup {
    max-width: 86vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .main-wrapper {
    margin-top: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo {
    text-align: center;
    justify-content: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .heading-2 {
    margin-left: auto;
    font-size: 24px;
  }

  .heading-2.left {
    margin-bottom: 10px;
    line-height: 30px;
  }

  .featured {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

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

  .nav {
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    display: block;
    position: fixed;
  }

  .nav.top-margin-undo {
    margin-top: -40px;
  }

  .product-img {
    width: 50vw;
    display: block;
  }

  .product-thumbnail {
    height: 400px;
    padding-left: 0;
  }

  .collection-item {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .collection-list {
    flex-direction: column;
    display: block;
  }

  .top:hover {
    opacity: 1;
  }

  .product-grid {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: center;
    margin-top: auto;
    margin-right: 0%;
    padding-top: 113px;
    padding-left: 4%;
  }

  .product-content-wrapper {
    width: 90%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-3 {
    background-color: #f6ebda00;
  }

  .bottom {
    display: none;
  }

  .img1-l {
    height: 300px;
  }

  .img3-sml {
    height: 150px;
  }

  .footer {
    max-height: none;
    margin-top: 100px;
    top: auto;
  }

  .footer-img {
    height: auto;
  }

  .grid-5 {
    grid-column-gap: 3px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .lightbox-link {
    margin-top: 0;
    padding-top: 0;
  }

  .slide, .mask {
    object-fit: cover;
  }

  .slider {
    height: 80vh;
  }

  .lottie-animation {
    inset: auto 0% 0%;
  }

  .tan-pdp-bg, .vertical-pdp-text {
    display: none;
  }

  .values-img {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .image-20 {
    height: auto;
  }

  .line-break {
    max-width: 688px;
  }

  .background-video {
    display: none;
  }

  .background-video-2 {
    height: 730px;
    display: none;
  }

  .home-sidetext {
    display: none;
  }

  .image-22 {
    max-width: 60px;
    top: -10px;
    right: 140px;
  }

  .background-video-2-container, .background-video-3 {
    height: 730px;
    display: none;
  }

  .product-detail-img {
    width: 90%;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0;
  }

  .product-detail-tanbg {
    display: none;
  }

  .graphic-element-values {
    justify-content: flex-start;
    width: 423px;
    display: flex;
  }

  .littlesun-img {
    max-width: 100%;
    margin-top: -200px;
    margin-left: -52px;
    right: 0;
    overflow: visible;
  }

  .home-sidetext-arrow {
    display: none;
  }

  .section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .mini-prints-feature {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .columns {
    max-width: 80%;
  }

  .featured--invitations, .featured-artprints {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    max-width: 100px;
    margin-top: 5px;
    position: relative;
  }

  .cover {
    flex-direction: column;
    justify-content: space-between;
    max-width: 550px;
    margin-top: 135px;
    padding-top: 0%;
    display: block;
    top: -2%;
  }

  .image-2 {
    width: 100%;
    max-width: 100%;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .hero-lockup {
    width: 86%;
    max-width: 90vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
  }

  .main-wrapper {
    margin-top: 200px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .featured {
    position: relative;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph {
    margin-left: 20px;
    margin-right: 10px;
  }

  .paragraph.left {
    margin-left: 0;
  }

  .paragraph.left-align {
    margin-left: 0;
    margin-right: 0;
  }

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

  .nav.top-margin-undo {
    margin-top: -40px;
  }

  .product-img {
    background-image: none;
    width: 90vw;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .product-img.pdp-img {
    height: 80vh;
  }

  .product-thumbnail {
    width: 100%;
    height: auto;
    padding-right: 0;
    display: block;
  }

  .collection-item {
    display: inline-block;
  }

  .collection-list {
    display: block;
  }

  .top {
    width: 100%;
    position: relative;
  }

  .top:hover {
    opacity: 1;
  }

  .product-grid {
    margin-top: auto;
    display: block;
  }

  .product-content-wrapper {
    width: 90%;
    margin: 20px auto 40px;
  }

  .badge {
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: auto 0 -2%;
  }

  .img1-l {
    height: 225px;
  }

  .img2-r {
    width: 100%;
    max-width: 500px;
    height: 100%;
  }

  .img3-sml {
    height: 100px;
  }

  .footer {
    margin-top: auto;
    position: relative;
    inset: auto 0% -19%;
  }

  .lifestyle-img-container3 {
    width: 45%;
    height: 300px;
  }

  .lightbox-link {
    margin-top: -30px;
    padding-top: 0;
  }

  .tan-pdp-bg {
    display: block;
  }

  .values {
    flex-direction: column;
    padding-left: 5%;
  }

  .values-info {
    max-width: 100%;
    margin-top: 20px;
  }

  .values-img {
    flex-direction: row;
    justify-content: center;
  }

  .image-20 {
    max-width: 77%;
    height: auto;
  }

  .line-break {
    margin-bottom: 40px;
  }

  .image-22 {
    max-width: 52px;
    top: -7px;
    right: 0;
  }

  .product-detail-img {
    height: 100%;
  }

  .collection-list-2 {
    display: flex;
  }

  .graphic-element-values {
    display: none;
  }

  .littlesun-img {
    max-width: 20%;
  }

  .smalltext {
    margin-left: 20px;
    margin-right: 10px;
  }

  .smalltext.left {
    margin-left: 0;
  }

  .hero-p {
    margin-left: 20px;
    margin-right: 10px;
  }

  .hero-p.left {
    margin-left: 0;
  }

  .section {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .heading-24 {
    font-size: 32px;
  }

  .mini-prints-feature {
    position: relative;
  }

  .columns {
    max-width: 90%;
  }

  .block-quote {
    padding-bottom: 0;
  }

  .column {
    padding-bottom: 40px;
  }

  .column-2 {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .form {
    max-width: 550px;
  }

  .nav-link {
    padding-right: 20px;
    font-size: 16px;
    display: inline-block;
    overflow: visible;
  }

  .featured--invitations, .featured-artprints {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .logo-img {
    max-width: 77px;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 5%;
    top: 15px;
  }

  .cover {
    width: 100%;
    margin-top: 60px;
    padding-top: 0%;
    overflow: visible;
  }

  .image-2 {
    border-radius: 0;
  }

  .tan-overlay {
    width: 70%;
    margin-top: 7%;
    margin-right: 0;
    padding-right: 0%;
  }

  .heading {
    margin-top: 3%;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
    right: auto;
  }

  .body {
    overflow: visible;
  }

  .btn-bg {
    z-index: 0;
    width: 200px;
    height: 52px;
  }

  .text-block {
    font-size: 14px;
  }

  .blob {
    max-width: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .peach-btn {
    width: 200px;
    height: 52px;
  }

  .btn {
    border-style: none;
  }

  .hero-lockup {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    padding-top: 3%;
    padding-right: 0%;
  }

  .main-wrapper {
    width: 95%;
    margin-top: auto;
    padding-left: 0%;
    padding-right: 0%;
    position: relative;
    overflow: visible;
  }

  .hero-icons {
    width: 65%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-block-2, .text-block-3 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-2 {
    font-size: 5vw;
  }

  .heading-2.left {
    line-height: 28px;
  }

  .featured {
    margin-top: 100px;
    position: relative;
  }

  .grid-3 {
    grid-column-gap: 15px;
  }

  .paragraph {
    color: #9296aa;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
  }

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

  .nav {
    z-index: 10;
    object-fit: fill;
    background-color: #fff;
    height: auto;
    margin: auto;
    padding-left: 2%;
    position: fixed;
    inset: 40px 0% auto;
  }

  .nav.top-margin-undo {
    margin-top: -40px;
  }

  .product-img {
    flex: 0 auto;
    order: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .product-img.pdp-img {
    height: 60vh;
  }

  .product-thumbnail {
    width: auto;
  }

  .collection-list {
    margin-top: 0;
  }

  .top:hover {
    opacity: 1;
  }

  .cart-button {
    margin-top: auto;
    padding-right: 20px;
    top: 15px;
  }

  .text-block-23 {
    display: none;
  }

  .heading-15 {
    margin-top: 5px;
    padding-bottom: 0;
  }

  .cart-header {
    padding-bottom: 20px;
  }

  .text-block-29 {
    font-size: 14px;
  }

  .image-12 {
    max-width: 50px;
  }

  .product-grid {
    grid-column-gap: 16px;
    grid-auto-columns: 1fr;
    margin-top: 100px;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .product-content-wrapper {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-name---main {
    font-size: 30px;
    line-height: 32px;
  }

  .product-desc {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .squiggle {
    margin-bottom: 15px;
  }

  .pdp-add-to-cart {
    margin-bottom: 60px;
  }

  .badge {
    width: 60px;
    max-width: 50%;
    height: 60px;
    bottom: -5%;
  }

  .bottom {
    display: none;
  }

  .img1-l {
    width: 100%;
    height: 150px;
  }

  .img2-r {
    width: 90%;
    height: 175px;
    left: 10px;
  }

  .lifestyle {
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .img3-sml {
    max-width: 210px;
    height: 50px;
    position: relative;
  }

  .footer {
    z-index: 0;
    align-items: flex-end;
    width: auto;
    max-height: none;
    display: block;
    position: relative;
    overflow: visible;
  }

  .logo-symbol, .link, .text-block-38 {
    display: none;
  }

  .lifestyle-img-container {
    justify-content: flex-start;
    height: 150px;
  }

  .lifestyle-img-container2 {
    justify-content: flex-start;
    height: 100px;
    margin-right: 3%;
  }

  .lifestyle-img-container3 {
    width: 45%;
    height: 175px;
    padding-left: 0;
  }

  .lightbox-link {
    margin-top: auto;
    padding-top: 0;
  }

  .pdp-img {
    max-height: 70vh;
  }

  .secondary-add-to-cart {
    margin-top: -20px;
  }

  .slide {
    width: 100%;
    max-width: 100%;
    max-height: 80vh;
    position: static;
  }

  .mask {
    max-height: 80vh;
  }

  .slide-2 {
    width: 100%;
    max-width: 100%;
    max-height: 80vh;
  }

  .values {
    padding-left: 5%;
    display: block;
  }

  .values-info {
    max-width: 100%;
    padding-left: 0%;
  }

  .values-img {
    margin-left: 10px;
  }

  .image-20 {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-3 {
    display: none;
  }

  .image-21 {
    width: 50px;
  }

  .cart-footer {
    margin-bottom: 90px;
  }

  .image-22 {
    max-width: 43px;
    top: -7px;
    right: 42%;
  }

  .product-detail-img {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 10px;
  }

  .lightbox-link-2 {
    width: 100%;
    height: 70px;
  }

  .smalltext {
    color: #9296aa;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
  }

  .smalltext.left {
    width: 100%;
    margin-left: 0;
    font-size: 13px;
  }

  .hero-p {
    color: #9296aa;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 13px;
  }

  .hero-p.left {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .proceeds, .productdetail-title {
    margin-top: 10px;
  }

  .collection-number {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 14px;
  }

  .insta-img {
    max-width: 30px;
  }

  .paragraph-3 {
    width: 80%;
    font-size: 14px;
  }

  .link-5 {
    font-size: 16px;
    font-weight: 700;
  }

  .heading-23 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-24 {
    font-size: 28px;
    line-height: 28px;
  }

  .shipping-container {
    max-width: 90%;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .mini-prints-feature {
    margin-top: 40px;
    display: none;
    position: relative;
  }

  .heading-26 {
    max-width: 90%;
    font-size: 20px;
    line-height: 32px;
  }

  .columns {
    max-width: 90%;
    margin-top: 40px;
  }

  .footer-content {
    margin-bottom: 100px;
    display: block;
  }

  .form {
    max-width: 90%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    font-size: 14px;
    display: none;
  }

  .navbar-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #08172a;
    background-color: #0000;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    font-family: Foundersgrotesk, sans-serif;
    display: flex;
  }

  .brand {
    color: #08172a;
  }

  .container-6 {
    -webkit-text-stroke-color: #08172a;
  }

  .mobile-only-categories {
    display: block;
    overflow: auto;
  }

  .link-14 {
    color: #102f55;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10%;
    font-family: Foundersgrotesk, sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
  }

  .link-block-2 {
    display: block;
  }

  .link-block-2.w--current {
    display: inline-block;
  }

  .featured--invitations, .featured-artprints {
    margin-top: 200px;
    position: relative;
  }

  .collection-list-wrapper-2 {
    aspect-ratio: auto;
    position: relative;
  }

  .cart-2 {
    margin-top: 0;
  }
}

#w-node-b1788f2a-56d8-5921-e7a4-75c1367b55aa-70901e9d {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b1788f2a-56d8-5921-e7a4-75c1367b55aa-70901e9d {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b1788f2a-56d8-5921-e7a4-75c1367b55aa-70901e9d {
    grid-column: 1 / 2;
  }
}


@font-face {
  font-family: 'Apercu';
  src: url('../fonts/ApercuRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Foundersgrotesk';
  src: url('../fonts/FoundersGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Apercu';
  src: url('../fonts/Apercu-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Monumentextended';
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}