/** Shopify CDN: Minification failed

Line 8029:0 Expected "}" to go with "{"

**/
.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image {
  max-width: 95%;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.cart-button {
  color: #000;
  background-color: #0000;
}

.nav-menu-three-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-2 {
  width: 100px;
}

.list-item {
  flex: 0 auto;
}

.select-field {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  text-align: left;
  outline: 3px #d9d9d9;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
  position: static;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: stretch;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.home-header {
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.logo.w--current {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 10px;
  max-width: 99px;
  padding-top: 15px;
  padding-bottom: 19px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.logo.header-item.w--current {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
  place-content: space-between space-around;
}

.image-4 {
  vertical-align: middle;
  order: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.link-block {
  max-width: 117px;
  max-height: 93px;
  display: flex;
}

.text-block {
  filter: blur(5px);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.heading {
  color: #000;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
}

.about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 90px;
  max-height: 43px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.about.header-item {
  flex-flow: wrap;
  place-content: space-between space-around;
  align-items: center;
}

.heading-2 {
  color: #000;
}

.link-block-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar-logo-center-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 401px;
}

.nav-menu-wrapper-three-3 {
  width: 100%;
}

.nav-menu-three-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-3 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-5 {
  max-width: 64%;
}

.cart {
  vertical-align: baseline;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.cart-button-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #fff;
  background-clip: border-box;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  margin-top: -25px;
  margin-left: 0;
  padding-top: 42px;
  display: flex;
  position: sticky;
}

.cart-wrapper {
  background-color: #fffc;
}

.text-block-2 {
  color: #000;
  background-color: #fff;
}

.cart-quantity {
  color: #000;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-end;
  align-items: stretch;
  max-width: 100%;
  margin-left: 0;
  display: flex;
}

.heading-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column-reverse wrap;
  place-content: space-around center;
  align-items: center;
  max-width: 100%;
  margin-top: -27px;
  display: flex;
  position: relative;
}

.image-6 {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.div-block-2 {
  max-width: 23%;
}

.field-label {
  color: #000;
  text-align: center;
  margin-top: -116px;
  padding-top: 0;
  font-size: 150px;
}

.select-field-2 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  max-width: 36%;
  display: flex;
  position: relative;
  left: 89px;
}

.option {
  max-width: 100%;
}

.collection-item {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.image-7 {
  z-index: auto;
  box-sizing: border-box;
  float: none;
  clear: none;
  vertical-align: baseline;
  object-fit: fill;
  max-width: 100%;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.field-label-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: -96px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 200px;
  display: block;
  position: static;
}

.button-group {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-clip: border-box;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  margin-top: 94px;
  position: relative;
  top: 274px;
  left: -47px;
}

.option-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.quantity {
  display: none;
  position: static;
}

.collection-list-wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between;
  place-items: baseline center;
  max-width: 100%;
  max-height: 100%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
}

.button {
  background-color: #0000;
  border-width: 0;
  font-size: 35px;
}

.text-block-3 {
  text-align: center;
  border: 0 solid #000;
  border-radius: 4px;
  font-family: Inconsolata, monospace;
  font-size: 22px;
  font-weight: 700;
}

.add-to-cart-button {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 44px;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 389.945px;
}

.div-block-3 {
  max-width: 53%;
  max-height: 100%;
  margin-top: -67px;
  padding-bottom: 1141px;
}

.heading-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 390px;
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  font-size: 350px;
  display: flex;
  position: absolute;
  inset: 42% auto auto 29%;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 50%;
  max-height: 30%;
  font-size: 38px;
  display: flex;
  position: absolute;
  inset: 30% 8% 8% 24%;
}

.heading-5 {
  color: #fff;
  cursor: pointer;
  mix-blend-mode: normal;
  max-width: 210%;
  max-height: 100%;
  font-size: 160px;
  position: relative;
  inset: 57px 125px 125px 154px;
}

.heading-6 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
  padding-top: 0;
  font-family: Inconsolata, monospace;
  font-size: 28px;
  display: flex;
  position: relative;
  top: 73px;
  left: 0;
}

.image-8 {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  max-width: 43%;
  display: inline-block;
  position: relative;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  margin-bottom: -46px;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.lightbox-link {
  max-width: 40%;
}

.image-9 {
  max-width: 41%;
}

.image-10 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  max-width: 48%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.lightbox-link-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.heading-7 {
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-bottom: 1px;
  font-family: Inconsolata, monospace;
  display: flex;
}

.div-block-6 {
  margin-top: 21px;
  margin-bottom: -10px;
  padding-bottom: 0;
}

.add-to-cart-button-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  min-width: 0%;
  max-width: 100%;
  font-weight: 700;
  position: relative;
  top: 30px;
  left: -141px;
}

.option-list-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-group-2 {
  color: #000;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 8px;
  padding-top: 16px;
}

.button-2 {
  background-color: #0000;
  border-width: 0;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.out-of-stock-state {
  color: #000;
  text-transform: uppercase;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.error-state {
  text-transform: uppercase;
  background-color: #ffdede00;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.default-state {
  justify-content: center;
  align-items: center;
  display: flex;
}

.option-3 {
  justify-content: center;
  align-items: center;
  min-width: 0%;
  max-width: 100%;
  display: flex;
  position: relative;
  left: 64px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 16px;
  padding: 34px 30px 20px;
  position: relative;
}

.container-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin: -18px auto -40px;
  padding-bottom: 0;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #000;
  text-align: center;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 16px;
}

.link {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 11px;
  font-weight: 700;
  display: flex;
}

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

.lightbox-link-3 {
  justify-content: center;
  align-items: center;
  max-width: 39%;
  margin-top: -54px;
  display: flex;
}

.heading-8 {
  color: #000;
  text-align: left;
  max-width: 60%;
  margin-top: 105px;
  margin-bottom: 184px;
  font-family: Inconsolata, monospace;
  font-size: 105%;
  font-weight: 400;
  line-height: 27px;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
}

.heading-9 {
  color: #000;
  font-family: Inconsolata, monospace;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  top: 130px;
}

.link-block-3 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.add-to-cart-2 {
  margin-top: 78px;
}

.text-block-7 {
  font-weight: 400;
}

.cart-line-item {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Inconsolata, monospace;
  font-size: 19px;
}

.cart-quantity-2 {
  color: #000;
  background-color: #fafafa00;
  border-width: 0;
  font-weight: 700;
}

.text-block-8 {
  color: #000;
  text-transform: lowercase;
  font-style: italic;
}

.heading-10 {
  color: #000;
  text-transform: uppercase;
}

.image-13 {
  width: 180px;
}

.checkout-button {
  color: #000;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #000;
  border-radius: 20px;
  font-family: Inconsolata, monospace;
  font-size: 21px;
  font-weight: 700;
}

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

.heading-12 {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  margin-bottom: -23px;
  padding-top: 0;
  font-family: Inconsolata, monospace;
  font-weight: 400;
  display: flex;
}

.collection-item-2 {
  margin-top: 57px;
}

.add-to-cart-button-4 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 700;
}

.button-4 {
  background-color: #fff0;
  border-width: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inconsolata, monospace;
  font-size: 21px;
  font-weight: 400;
}

.button-group-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.link-block-4 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: flex;
}

.paragraph {
  min-width: 100%;
  max-width: 100%;
}

.heading-14 {
  color: #000;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-top: -53px;
  margin-bottom: 23px;
  font-family: Inconsolata, monospace;
  font-size: 26px;
  font-weight: 400;
  display: flex;
}

.div-block-12 {
  margin-top: 76px;
  font-size: 9px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  font-size: 10px;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 44px;
  padding-left: 126px;
  padding-right: 126px;
  font-size: 13px;
  font-weight: 400;
  line-height: 42px;
}

.button-5 {
  text-align: center;
  border-width: 0;
  margin-right: 0;
}

.button-group-4 {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 38px;
}

.add-to-cart-button-5 {
  color: #000;
  text-transform: uppercase;
  background-color: #3898ec00;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 700;
}

.image-16 {
  max-width: 47%;
  margin-top: -95px;
  padding-bottom: 68px;
}

.default-state-5 {
  justify-content: center;
  align-items: center;
  margin-top: -66px;
  display: block;
}

.text-block-19 {
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.section-4 {
  min-width: 0;
  max-width: 982px;
  margin-top: 28px;
}

.lightbox-link-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3 {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 16px #000;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-bottom: -62px;
  font-size: 150px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -187px;
}

.image-17 {
  z-index: auto;
  clear: none;
  background-image: radial-gradient(circle closest-side, #fff, #0000);
  min-width: 20px;
  max-width: 20%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.section-5 {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  position: static;
  top: -169.203px;
}

.image-18 {
  max-width: 34%;
  margin-top: 9px;
  margin-left: -38px;
}

.section-6 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
  margin-right: -65px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.image-19 {
  min-width: 32%;
  max-width: 32%;
  margin-top: 36px;
  margin-left: 128px;
  margin-right: -560px;
  padding-left: 0;
}

.image-20 {
  max-width: 12%;
  margin-top: -26px;
  margin-bottom: 36px;
  margin-left: -348px;
  padding-right: 19px;
}

.image-21 {
  max-width: 11%;
  margin-top: -19px;
  margin-left: 363px;
  margin-right: -238px;
}

.image-22 {
  float: none;
  clear: none;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  max-width: 50%;
  margin: -83px -261px -130px -107px;
  padding-left: 0;
  text-decoration: none;
}

.section-7 {
  background-image: linear-gradient(0deg, #000 6%, #fff);
  margin-top: 328px;
  margin-bottom: -422px;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: block;
  position: fixed;
}

.image-23 {
  max-width: 15%;
  margin-top: 27px;
  margin-left: -72px;
}

.image-24 {
  max-width: 62%;
  margin-left: -113px;
  margin-right: -465px;
  padding-left: 0;
}

.image-25 {
  max-width: 60%;
  margin-top: -37px;
  margin-left: 168px;
  margin-right: -662px;
}

.image-26 {
  max-width: 16%;
  margin-top: 17px;
  margin-left: 656px;
  margin-right: -293px;
  padding-left: 0;
}

.container-7 {
  max-width: 940px;
}

.image-27 {
  max-width: 28%;
  margin-left: 326px;
}

.image-28 {
  max-width: 58%;
  margin-top: 31px;
  margin-left: -249px;
  margin-right: -437px;
}

.container-8 {
  justify-content: center;
  align-items: center;
  min-width: 940px;
  min-height: auto;
  max-height: 300%;
  display: flex;
}

.image-29 {
  text-align: left;
  max-width: 40%;
  margin-left: -63px;
}

.image-30 {
  max-width: 10%;
  margin-top: 23px;
  margin-left: 16px;
}

.image-31 {
  max-width: 52%;
  margin-left: -190px;
  padding-right: 79px;
}

.image-32 {
  max-width: 11%;
  margin-top: 21px;
  margin-left: -60px;
}

.image-33 {
  max-width: 44%;
  margin-left: -289px;
}

.image-34 {
  max-width: 18%;
}

.section-8 {
  justify-content: center;
  align-items: center;
  margin-bottom: -79px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.div-block-14 {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.collection-item-3 {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.collection-list-wrapper-3 {
  margin-top: -142px;
  margin-bottom: 55px;
}

.collection-list {
  justify-content: center;
  align-items: center;
  margin-top: 19px;
  display: flex;
}

.image-36 {
  padding-left: 0;
  display: block;
}

.collection-list-wrapper-4 {
  margin-top: 18px;
}

.collection-item-4 {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.heading-15 {
  color: #000;
  font-style: italic;
}

.image-37 {
  mix-blend-mode: normal;
  height: 550px;
  margin-left: -95px;
}

.image-38 {
  mix-blend-mode: normal;
  height: 700px;
  margin-left: -93px;
}

.image-39 {
  mix-blend-mode: darken;
  height: 700px;
  margin-left: -71px;
}

.image-40 {
  mix-blend-mode: normal;
  height: 800px;
  margin-left: -180px;
}

.image-41 {
  mix-blend-mode: darken;
  height: 530px;
  margin-bottom: -32px;
  margin-left: 20px;
  margin-right: -206px;
}

.image-42 {
  mix-blend-mode: normal;
  height: 630px;
  margin-left: -77px;
  margin-right: -174px;
}

.image-43 {
  mix-blend-mode: normal;
  height: 680px;
  margin-left: -130px;
}

.container-9 {
  overflow: visible;
}

.lightbox-link-5, .collection-list-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-45 {
  width: auto;
  display: block;
}

.horizontal-item {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 360px;
  display: flex;
}

.collection-list-wrapper-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-11 {
  overflow: visible;
}

.navbar-logo-center-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-4.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-4 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-4 {
  width: 100%;
}

.nav-menu-three-5 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-4:hover {
  color: #1a1b1fbf;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.navbar-logo-center-container-5 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-5.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-5 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-5 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 19px;
  display: flex;
}

.nav-menu-three-6 {
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #1a1b1fbf;
}

.nav-link-6:focus-visible, .nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-5 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-5:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-5:focus-visible, .nav-dropdown-toggle-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-5 {
  margin-right: 10px;
}

.nav-dropdown-list-5 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-5.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-5:focus-visible, .nav-dropdown-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-5:hover {
  color: #1a1b1fbf;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.track {
  width: 480vw;
  height: 100vh;
}

.camera {
  width: 110vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
    display: flex
;
}

.itempre {
  mix-blend-mode: difference;
  flex: none;
  width: 34vw;
  margin-top: -129px;
  margin-left: -171px;
  padding-left: 0;
}

.image-0 {
  width: 510px;
  margin-left: -113px;
  padding-left: 0;
}

.image-0.guy {
  padding-left: 0;
}

.collection-item-5 {
  justify-content: center;
  align-items: center;
  width: 340px;
  margin: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.collection-list-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
  position: static;
  overflow: visible;
}

.image-50 {
  flex: none;
  width: 560px;
  display: block;
}

.collection-list-wrapper-7 {
  justify-content: center;
  align-items: center;
  margin-bottom: -50px;
  margin-left: -109px;
  display: flex;
}

.section-12 {
  height: auto;
  display: block;
}

.collection-item-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-item-7 {
  justify-content: center;
  align-items: flex-end;
  display: block;
}

.collection-list-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-14 {
  margin-top: 219px;
  margin-bottom: 308px;
}

.image-464 {
  margin-top: -29px;
  display: inline-block;
}

.text-block-22 {
  outline-offset: 0px;
  pointer-events: auto;
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  outline: 3px #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 420px;
  margin-bottom: -403px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-style: normal;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.add-to-cart-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.add-to-cart-button-6 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.option-list-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-6 {
  border-width: 0;
}

.collection-list-wrapper-9 {
  object-fit: fill;
  flex-flow: row;
  justify-content: left;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.heading-16 {
  text-align: center;
opacity: 0%;
  font-family: Inconsolata, monospace;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-3 {
  text-align: center;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.paragraph-4 {
  text-align: center;
  font-family: Inconsolata, monospace;
  font-size: 17px;
}

.heading-17 {
  text-align: center;
  margin-top: -60px;
  margin-bottom: 37px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
  font-weight: 400;
}

.heading-18 {
  text-align: center;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.section-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 119px;
  display: none;
}

.collection-list-wrapper-10 {
  width: 50vw;
}

.collection-list-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .button-group {
    margin-bottom: 14px;
    padding-top: 17px;
    top: 278px;
  }

  .add-to-cart-button {
    padding-top: 22px;
    top: 384.945px;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 614px;
    display: block;
  }

  .option-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-dark {
    margin-top: 0;
    padding-top: 31px;
    display: block;
  }

  .heading-8 {
    justify-content: center;
    align-items: center;
    max-width: 70%;
    margin-top: 101px;
    margin-bottom: 276px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .div-block-8 {
    color: #000;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    font-family: Inconsolata, monospace;
    font-weight: 400;
    display: flex;
  }

  .section-3 {
    margin-bottom: 143px;
  }

  .paragraph-2 {
    margin-top: -51px;
    line-height: 29px;
  }

  .add-to-cart-button-5 {
    margin-top: -34px;
  }

  .image-16 {
    max-width: 37%;
    padding-bottom: 103px;
  }

  .out-of-stock-state-3 {
    text-align: center;
  }

  .text-block-20 {
    font-size: 13px;
  }

  .link-3 {
    top: -212px;
  }

  .image-34 {
    max-width: 20%;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-item-3 {
    width: 100px;
  }

  .collection-list {
    margin-bottom: 93px;
  }

  .heading-15 {
    color: #000;
    font-style: italic;
  }

  .image-37 {
    margin-left: -249px;
  }

  .image-38 {
    margin-left: -49px;
    margin-right: -43px;
    padding-right: 0;
  }

  .image-39 {
    margin-left: 87px;
    margin-right: 29px;
  }

  .image-40 {
    margin-left: -69px;
    margin-right: -118px;
  }

  .image-41 {
    margin-left: 98px;
    margin-right: -505px;
  }

  .image-43 {
    margin-left: -96px;
  }

  .body-3 {
    overflow: visible;
  }

  .collection-list-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-45 {
    width: 380px;
    max-width: none;
  }

  .horizontal-item {
    width: auto;
  }

  .section-10 {
    overflow: visible;
  }

  .camera {
    height: 140vh;
  }

  .collection-list-wrapper-7 {
    margin-top: -190px;
  }

  .section-12 {
    margin-top: 208px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .cart-button-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    background-image: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .image-7 {
    position: relative;
    left: -6%;
  }

  .button-group {
    top: 304px;
    left: -99px;
  }

  .add-to-cart-button {
    margin-left: -18px;
    padding-left: 0;
    top: 434.945px;
    left: 96.664px;
  }

  .div-block-3 {
    padding-bottom: 1022px;
  }

  .heading-5 {
    font-size: 237px;
    top: 85px;
    left: 119px;
  }

  .heading-6 {
    top: 98px;
    left: -39px;
  }

  .add-to-cart-button-2 {
    margin-top: 60px;
  }

  .footer-dark {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 110px;
  }

  .footer-copyright-center {
    margin-bottom: -38px;
  }

  .heading-8 {
    justify-content: center;
    align-items: center;
    max-width: 60%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inconsolata, monospace;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .text-block-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cart-line-item {
    justify-content: center;
    align-items: center;
  }

  .cart-quantity-2 {
    background-color: #fafafa00;
    border-color: #ddd0;
  }

  .text-block-8 {
    color: #000;
    text-transform: lowercase;
    font-style: italic;
    text-decoration: none;
  }

  .text-block-9 {
    color: #000;
  }

  .heading-10 {
    text-transform: uppercase;
  }

  .cart-item {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding-top: 16px;
  }

  .cart-list {
    display: block;
  }

  .image-13 {
    width: 200px;
  }

  .image-15 {
    margin-top: -21px;
  }

  .collection-item-2 {
    margin-bottom: 54px;
  }

  .video {
    margin-bottom: 149px;
  }

  .section-3 {
    margin-bottom: 219px;
  }

  .add-to-cart-button-5 {
    margin-top: 38px;
    padding-top: 0;
  }

  .option-list-3 {
    margin-bottom: -15px;
  }

  .link-3 {
    top: -266px;
  }

  .image-34 {
    max-width: 16%;
  }

  .section-8 {
    justify-content: center;
    align-items: center;
    margin-top: -171px;
    margin-bottom: -77px;
    padding-top: 10px;
    display: flex;
  }

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

  .collection-list-wrapper-3 {
    padding-bottom: 64px;
  }

  .collection-list-wrapper-4 {
    margin-bottom: 79px;
  }

  .heading-15 {
    color: #000;
  }

  .image-37 {
    margin-left: -245px;
  }

  .image-38 {
    margin-left: -34px;
  }

  .image-39 {
    margin-left: 70px;
    margin-right: -85px;
  }

  .image-40 {
    margin-left: -65px;
  }

  .image-41 {
    margin-left: 171px;
    margin-right: -372px;
    overflow: hidden;
  }

  .image-42 {
    margin-left: 42px;
    margin-right: -241px;
  }

  .image-43 {
    margin-left: -120px;
  }

  .body-3 {
    overflow: visible;
  }

  .collection-list-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-45 {
    width: 240px;
    max-width: none;
    padding: 12px;
    display: block;
    overflow: visible;
  }

  .horizontal-item {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-10 {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .section-13 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-461 {
    vertical-align: middle;
    padding-left: 40px;
    display: block;
  }

  .heading-18 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-10 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-465 {
    vertical-align: middle;
    width: 40vw;
    min-width: auto;
    max-width: none;
    min-height: 470px;
    display: inline-block;
  }

  .collection-item-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-end;
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-center-container-3.shadow-three {
    max-width: 1900px;
    max-height: 0%;
  }

  .image-7 {
    left: 68px;
  }

  .button-group {
    top: 317px;
    left: -117px;
  }

  .add-to-cart-button {
    margin-left: 34px;
    top: 459.945px;
    left: 99.664px;
  }

  .div-block-3 {
    padding-bottom: 1330px;
  }

  .heading-5 {
    top: 87px;
    left: 114px;
  }

  .footer-dark {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-copyright-center {
    margin-bottom: 46px;
    padding-top: 146px;
  }

  .link {
    margin-top: 6px;
    margin-bottom: -135px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-8 {
    color: #000;
    justify-content: center;
    align-items: center;
    max-width: 60%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inconsolata, monospace;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    display: flex;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    margin-bottom: 317px;
    font-size: 12px;
    display: flex;
  }

  .heading-11 {
    color: #000;
    text-transform: uppercase;
    font-size: 22px;
  }

  .cart-header-2 {
    padding-top: 30px;
  }

  .cart-quantity-3 {
    color: #000;
    background-color: #0000;
    border-width: 0;
    font-weight: 700;
  }

  .image-14 {
    width: 210px;
  }

  .text-block-11 {
    color: #000;
    text-transform: lowercase;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
  }

  .text-block-12 {
    margin-top: 4px;
    margin-bottom: 11px;
    padding-top: 4px;
    font-size: 22px;
  }

  .text-block-13 {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .text-block-14 {
    color: #000;
    font-size: 20px;
  }

  .checkout-button-2 {
    color: #000;
    text-transform: uppercase;
    background-color: #3898ec00;
    border: 3px solid #000;
    border-radius: 20px;
    font-family: Inconsolata, monospace;
    font-size: 30px;
    font-weight: 700;
  }

  .cart-line-item-2 {
    justify-content: center;
    align-items: center;
    font-family: Inconsolata, monospace;
    font-size: 31px;
  }

  .text-block-15 {
    font-size: 28px;
    font-weight: 400;
  }

  .image-15 {
    margin-top: -34px;
  }

  .collection-item-2 {
    margin-bottom: 108px;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 109px;
    display: flex;
  }

  .section-3 {
    margin-bottom: 185px;
    padding-top: 29px;
  }

  .paragraph-2 {
    margin-top: -123px;
    padding-top: 0;
    font-size: 22px;
  }

  .button-5 {
    padding-left: 41px;
    padding-right: 41px;
    font-size: 25px;
  }

  .button-group-4 {
    font-size: 14px;
  }

  .add-to-cart-button-5 {
    margin-top: 34px;
    font-size: 24px;
  }

  .image-16 {
    min-width: 0%;
    max-width: 51%;
    margin-bottom: -83px;
    padding-bottom: 0;
  }

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

  .body-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .link-3 {
    margin-bottom: -121px;
    top: -324px;
  }

  .div-block-14 {
    margin-bottom: -150px;
    font-size: 17px;
  }

  .collection-list-wrapper-3 {
    margin-top: -91px;
    padding-bottom: 38px;
  }

  .collection-list {
    margin-bottom: 144px;
  }

  .collection-list-wrapper-4 {
    margin-bottom: 97px;
  }

  .text-block-21 {
    font-size: 19px;
  }

  .heading-15 {
    color: #000;
  }

  .image-39 {
    margin-left: 57px;
  }

  .body-3 {
    overflow: visible;
  }

  .section-9 {
    z-index: 1;
    cursor: auto;
    justify-content: center;
    align-items: center;
    min-width: 4000px;
    max-width: 4000px;
    min-height: 100%;
    max-height: 100%;
    display: flex;
    position: absolute;
  }

  .image-44 {
    width: 900px;
  }

  .collection-list-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lightbox-link-5 {
    width: 450px;
  }

  .collection-list-3 {
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
    width: 30%;
    min-width: auto;
    max-width: none;
    display: flex;
  }

  .image-45 {
    opacity: 1;
    min-width: 100%;
    box-shadow: 0 0 20px -13px #000;
  }

  .div-block-15 {
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .horizontal-item {
    box-sizing: border-box;
    aspect-ratio: auto;
    opacity: 1;
    mix-blend-mode: normal;
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 40%;
    min-height: auto;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .sticky-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    display: flex;
    position: static;
    top: 0;
    overflow: visible;
  }

  .collection-list-wrapper-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .sticky {
    width: 100%;
    position: sticky;
    top: 0;
    overflow: visible;
  }

  .section-10 {
    z-index: 1;
    opacity: 1;
    outline-offset: 0px;
    mix-blend-mode: normal;
    outline: 3px #333;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
  }

  .image-46 {
    width: 200px;
  }

  .image-50 {
    overflow: clip;
  }

  .collection-list-wrapper-7 {
    margin-left: 0;
    display: flex;
    overflow: visible;
  }

  .section-12 {
    overflow: visible;
  }

  .section-13 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .collection-item-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-3 {
    font-size: 22px;
  }

  .paragraph-4 {
    font-size: 19px;
  }

  .heading-18 {
    font-family: Inconsolata, monospace;
    font-size: 37px;
    font-weight: 400;
  }

  .section-16 {
    margin-bottom: 102px;
  }

  .image-465 {
    width: 40vw;
    max-width: none;
  }

  .collection-item-8 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

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

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-three-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .body {
    padding-bottom: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .navbar-wrapper-three-3 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-brand-three-3 {
    justify-content: center;
    align-items: center;
    margin-left: -33px;
    padding-left: 0;
    position: static;
    left: 0;
  }

  .nav-menu-wrapper-three-3 {
    background-color: #0000;
    margin-top: 64px;
    top: 70px;
  }

  .nav-menu-three-4 {
    background-color: #fff;
    border-radius: 9px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: -84px;
    padding: 20px;
    display: flex;
  }

  .nav-menu-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: 93%;
    max-width: 100%;
    max-height: 0%;
    margin-top: 0;
    list-style-type: none;
    display: flex;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #000;
    border-radius: 0;
  }

  .image-5 {
    padding-left: 0;
  }

  .cart-button-2 {
    padding-top: 30px;
    padding-left: 22px;
  }

  .button-group {
    margin-top: -11px;
    padding-top: 0;
    font-size: 31px;
    top: 218px;
  }

  .button {
    padding-left: 0;
    padding-right: 8px;
    position: relative;
    top: -27px;
    left: 3px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .add-to-cart-button {
    cursor: pointer;
    margin-top: -32px;
    font-size: 14px;
    top: 333.945px;
  }

  .div-block-3 {
    padding-bottom: 943px;
  }

  .heading-5 {
    top: 46px;
    left: 94px;
  }

  .heading-6 {
    font-size: 19px;
    top: 55px;
  }

  .nav-link-4 {
    padding: 0;
  }

  .div-block-5 {
    min-width: 1%;
    max-width: 100%;
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .image-10 {
    max-width: 60%;
  }

  .heading-7 {
    margin-top: -19px;
    margin-bottom: -21px;
    padding-top: 0;
    padding-bottom: 23px;
  }

  .div-block-6 {
    margin-top: 71px;
    margin-bottom: -73px;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .add-to-cart-button-2 {
    color: #000;
    text-transform: uppercase;
    background-color: #3898ec00;
    justify-content: center;
    align-items: center;
    min-width: 0%;
    position: relative;
    top: 22px;
    left: -132px;
  }

  .add-to-cart {
    padding-top: 54px;
  }

  .div-block-7 {
    margin-top: 29px;
  }

  .button-group-2 {
    justify-content: center;
    align-items: center;
    position: relative;
    top: -23px;
    left: 67px;
  }

  .button-2 {
    background-color: #fff0;
    border-style: none;
  }

  .option-3 {
    min-width: 0%;
  }

  .footer-dark {
    margin-top: auto;
    padding-bottom: 0;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: -52px;
    padding-bottom: 0;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-content {
    grid-column-gap: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-block {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 28px;
  }

  .footer-divider {
    background-color: #a0a5aa;
    margin-bottom: 37px;
    position: relative;
    top: 41px;
  }

  .footer-copyright-center {
    margin-bottom: 22px;
  }

  .link {
    outline-offset: 0px;
    color: #000;
    text-transform: uppercase;
    outline: 3px #00e;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 59px;
    margin-bottom: 17px;
    padding-top: 0;
    font-weight: 700;
    display: flex;
  }

  .image-12 {
    margin-top: -90px;
    margin-bottom: -109px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lightbox-link-3 {
    min-width: 1%;
    max-width: 62%;
  }

  .div-block-8 {
    height: 100vh;
  }

  .text-block-7 {
    color: #000;
    font-family: Inconsolata, monospace;
    font-size: 18px;
    font-weight: 400;
  }

  .cart-line-item {
    justify-content: center;
    align-items: center;
  }

  .cart-quantity-2 {
    color: #000;
    background-color: #fafafa00;
    border-width: 0;
    font-weight: 700;
  }

  .text-block-8 {
    color: #000;
    text-transform: lowercase;
    font-style: italic;
  }

  .heading-10 {
    color: #000;
    text-transform: uppercase;
  }

  .image-13 {
    width: 180px;
  }

  .checkout-button {
    color: #000;
    text-transform: uppercase;
    background-color: #0000;
    border: 2px solid #000;
    border-radius: 20px;
    font-family: Inconsolata, monospace;
    font-size: 20px;
    font-weight: 700;
  }

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

  .icon-2, .icon-3, .icon-4 {
    cursor: pointer;
  }

  .heading-12 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 63px;
    font-family: Inconsolata, monospace;
    font-weight: 400;
    display: flex;
  }

  .collection-item-2 {
    margin-top: 31px;
  }

  .add-to-cart-button-4 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #3898ec00;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
    font-family: Inconsolata, monospace;
    font-size: 18px;
    font-weight: 700;
  }

  .button-4 {
    background-color: #fff0;
    border-width: 0;
    padding-left: 7px;
    padding-right: 7px;
  }

  .button-group-3 {
    justify-content: center;
    align-items: center;
  }

  .text-block-18 {
    color: #000;
    font-family: Inconsolata, monospace;
  }

  .link-block-4 {
    color: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    display: flex;
  }

  .paragraph {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-11 {
    margin-top: -45px;
    padding-top: 0;
  }

  .heading-14 {
    color: #000;
    text-align: center;
    font-family: Inconsolata, monospace;
    font-weight: 400;
  }

  .paragraph-2 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding-left: 51px;
    padding-right: 51px;
    line-height: 28px;
  }

  .button-5 {
    border-width: 0;
  }

  .button-group-4 {
    color: #000;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    font-family: Inconsolata, monospace;
    font-size: 20px;
  }

  .add-to-cart-button-5 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #3898ec00;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    font-family: Inconsolata, monospace;
    font-size: 20px;
    font-weight: 700;
  }

  .image-16 {
    max-width: 78%;
    margin-top: -82px;
    margin-bottom: -50px;
    padding-bottom: 85px;
  }

  .default-state-5 {
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .link-3 {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 14px #000;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
    margin-bottom: -19px;
    padding-top: 0;
    font-size: 100px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    position: relative;
    top: -111px;
  }

  .image-23 {
    max-width: 15%;
    margin: 41px 18px auto -429px;
  }

  .image-24 {
    max-width: 64%;
    margin-left: -50px;
    margin-right: auto;
    padding-left: 0;
  }

  .image-25 {
    max-width: 67%;
    margin-top: auto;
    margin-left: -619px;
    margin-right: -38px;
  }

  .image-26 {
    margin-top: auto;
    margin-left: 528px;
    margin-right: -46px;
    padding-top: 0;
  }

  .container-7 {
    min-width: 740px;
    max-width: 740px;
    position: static;
  }

  .image-28 {
    max-width: 59%;
    margin-top: auto;
    margin-left: -384px;
    margin-right: -38px;
    padding-left: 0;
  }

  .container-8 {
    justify-content: center;
    align-items: center;
    min-width: 102%;
    max-width: 79%;
    margin-left: -6px;
  }

  .image-29 {
    margin-left: -64px;
  }

  .image-30 {
    margin-left: -3px;
  }

  .image-31 {
    max-width: 55%;
    margin-left: -213px;
  }

  .image-32 {
    margin-left: -81px;
  }

  .image-33 {
    margin-left: -311px;
  }

  .collection-list-wrapper-3 {
    padding-bottom: 80px;
  }

  .collection-list {
    margin-bottom: -71px;
  }

  .text-block-21 {
    padding-left: 69px;
    padding-right: 69px;
  }

  .heading-15 {
    color: #000;
    font-style: italic;
  }

  .image-37 {
    mix-blend-mode: multiply;
    height: 320px;
    margin-left: -27px;
  }

  .image-38 {
    mix-blend-mode: darken;
    height: 400px;
    margin-left: -55px;
  }

  .image-39 {
    mix-blend-mode: darken;
    height: 400px;
    margin-left: -43px;
  }

  .image-40 {
    mix-blend-mode: normal;
    height: 450px;
    margin-left: -66px;
    padding-left: 0;
  }

  .image-41 {
    mix-blend-mode: multiply;
    height: 300px;
    margin-left: 121px;
    margin-right: -42px;
  }

  .image-42 {
    mix-blend-mode: darken;
    height: 350px;
    margin-left: -33px;
  }

  .image-43 {
    mix-blend-mode: normal;
    height: 390px;
    margin-left: -51px;
  }

  .container-9 {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .section-10 {
    overflow: hidden;
  }

  .navbar-logo-center-container-4.shadow-three {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-10 {
    justify-content: center;
    align-items: center;
    max-width: 728px;
    display: flex;
  }

  .navbar-wrapper-three-4 {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-brand-three-4 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .nav-menu-wrapper-three-4 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-5 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    justify-content: flex-end;
    align-items: center;
    padding: 12px;
    display: flex;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-46 {
    width: 200px;
    margin-top: -104px;
    margin-bottom: -114px;
    padding-bottom: 0;
  }

  .navbar-logo-center-5 {
    position: relative;
  }

  .container-11 {
    max-width: 728px;
  }

  .navbar-wrapper-three-5 {
    justify-content: space-between;
  }

  .navbar-brand-three-5 {
    position: relative;
  }

  .nav-menu-wrapper-three-5 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-6 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: -12px;
    margin-left: -39px;
    margin-right: -48px;
    padding: 20px 65px 20px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    padding: 12px;
  }

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

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    margin-left: -49px;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .frame {
    flex-flow: row;
    justify-content: flex-start;
    height: 170%;
    margin-top: 0;
    margin-bottom: 76px;
    padding-top: 0;
    display: flex;
  }

  .item {
    flex: none;
    width: 100vw;
    height: 100vh;
  }

  .image-49 {
    object-fit: cover;
  }

  .itempre {
    width: 50vw;
    margin-top: 0;
    margin-left: -156px;
    padding-bottom: 0;
  }

  .image-0 {
    width: 370px;
    max-width: none;
  }

  .image-461 {
    margin-right: 0;
    display: inline-block;
  }

  .collection-item-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-4 {
    text-align: center;
    font-family: Inconsolata, monospace;
    font-size: 16px;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .nav-menu-three-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-logo-center-container-3.shadow-three {
    position: static;
  }

  .navbar-brand-three-3 {
    padding-left: 0;
    left: -20px;
  }

  .nav-menu-wrapper-three-3 {
    z-index: 1;
    margin-top: -15px;
    top: 53px;
  }

  .nav-menu-three-4 {
    z-index: 1;
    mix-blend-mode: normal;
    background-color: #fff;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
    padding-top: 0;
    padding-bottom: 9px;
    display: block;
    position: static;
  }

  .nav-menu-block-3 {
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: relative;
    top: 4px;
  }

  .nav-link-3 {
    padding-top: 0;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .menu-button-3.w--open {
    mix-blend-mode: normal;
    background-color: #fff0;
    border-radius: 20px;
    box-shadow: inset 0 2px 20px 5px #000;
  }

  .image-5 {
    clear: both;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    position: static;
  }

  .cart-button-2 {
    padding-top: 33px;
  }

  .heading-3 {
    margin-top: -20px;
  }

  .select-field-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    display: flex;
    position: static;
  }

  .collection-item {
    margin-top: -10px;
  }

  .image-7 {
    cursor: pointer;
    min-width: 80%;
    max-width: 80%;
  }

  .button-group {
    text-shadow: 0 2px 14px #fff3;
    margin-top: 0;
    top: 280px;
  }

  .option-2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-3 {
    justify-content: center;
    align-items: center;
    font-size: 24px;
    display: flex;
    position: relative;
  }

  .add-to-cart-button {
    margin-top: 0;
    padding-left: 19px;
    top: 366.945px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 392px;
    padding-bottom: 870px;
    display: flex;
  }

  .div-block-4 {
    cursor: pointer;
    margin-top: -26px;
    padding-bottom: 0;
  }

  .heading-5 {
    text-shadow: -2px 1px 17px #fff3;
    cursor: pointer;
    border-radius: 0;
    padding-bottom: 0;
    left: 104px;
  }

  .option-list {
    padding-top: 0;
  }

  .heading-6 {
    padding-left: 12px;
    font-size: 28px;
    font-weight: 700;
    top: 68px;
  }

  .div-block-5 {
    margin-top: 4px;
    padding-top: 0;
  }

  .heading-7 {
    text-align: center;
    margin-top: -17px;
    padding: 0 29px 21px;
  }

  .div-block-6 {
    margin-top: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .add-to-cart-button-2 {
    box-sizing: border-box;
    clear: none;
    color: #000;
    text-transform: uppercase;
    object-fit: fill;
    background-color: #3898ec00;
    flex-flow: row;
    flex: 0 auto;
    order: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
    position: static;
    top: 7px;
    left: 130px;
  }

  .add-to-cart {
    color: #636363;
    text-align: center;
    min-width: 100%;
    max-width: 100%;
    margin-top: -33px;
    margin-bottom: 122px;
    padding-top: 0;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    margin-bottom: -91px;
    padding: 0;
    display: flex;
  }

  .option-list-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-group-2 {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    padding-top: 18px;
    position: static;
  }

  .button-2 {
    background-color: #fff0;
    border-width: 0;
    justify-content: center;
    align-items: center;
  }

  .text-block-4 {
    border: 1px solid #0000;
    font-family: Inconsolata, monospace;
    font-size: 15px;
    font-weight: 700;
  }

  .text-block-5 {
    outline-offset: 0px;
    color: #000;
    text-transform: uppercase;
    outline: 3px #000;
    font-family: Inconsolata, monospace;
  }

  .out-of-stock-state {
    background-color: #ddd0;
  }

  .error-message {
    color: #000;
    text-transform: uppercase;
    font-family: Inconsolata, monospace;
  }

  .error-state {
    border-radius: 20px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0 11px 5px #ffdede;
  }

  .default-state {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: block;
  }

  .option-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    top: -34px;
    left: -58px;
  }

  .footer-dark {
    margin-top: 0;
    padding-top: 51px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: -54px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    color: #000;
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-copyright-center {
    color: #000;
  }

  .link {
    color: #000;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    display: flex;
  }

  .empty-state {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
    inset: 17% auto auto 40%;
  }

  .error-state-2 {
    color: #000;
    background-color: #ffdede00;
    justify-content: center;
    align-items: center;
    padding-left: 93px;
    padding-right: 93px;
    display: flex;
  }

  .error-message-2 {
    text-align: center;
    text-transform: uppercase;
    font-family: Inconsolata, monospace;
    font-size: 11px;
  }

  .image-11 {
    margin-top: -30px;
    margin-bottom: -40px;
    padding-bottom: 0;
  }

  .image-12 {
    margin-top: 7px;
    margin-bottom: -26px;
  }

  .div-block-8 {
    height: 100vh;
  }

  .default-state-2 {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .out-of-stock-state-2 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff0;
  }

  .link-2 {
    color: #000;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-top: 47px;
    margin-bottom: -64px;
    font-family: Inconsolata, monospace;
    font-size: 30px;
    text-decoration: none;
    display: flex;
  }

  .heading-9 {
    color: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 57px;
    font-family: Inconsolata, monospace;
    font-weight: 700;
    text-decoration: none;
    display: flex;
  }

  .link-block-3 {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    text-decoration: none;
    display: flex;
  }

  .add-to-cart-2 {
    margin-top: -29px;
  }

  .text-block-7 {
    color: #000;
    font-size: 21px;
    font-weight: 400;
  }

  .cart-line-item {
    justify-content: center;
    align-items: center;
    font-family: Inconsolata, monospace;
  }

  .cart-quantity-2 {
    background-color: #0000;
    border-width: 0;
  }

  .text-block-8 {
    color: #000;
    text-transform: lowercase;
    font-style: italic;
  }

  .heading-10 {
    color: #000;
    text-transform: uppercase;
  }

  .cart-item {
    color: #000;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .image-13 {
    width: 93px;
  }

  .checkout-button {
    color: #000;
    text-transform: uppercase;
    background-color: #3898ec00;
    border: 3px solid #000;
    border-radius: 20px;
    font-family: Inconsolata, monospace;
    font-size: 17px;
    font-weight: 700;
  }

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

  .div-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-12 {
    clear: both;
    aspect-ratio: auto;
    color: #000;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding-bottom: 21px;
    font-family: Inconsolata, monospace;
    font-weight: 700;
    display: flex;
    overflow: auto;
  }

  .image-15 {
    clear: none;
    min-width: 80%;
    max-width: 80%;
    margin-top: -42px;
  }

  .collection-item-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .text-block-16 {
    color: #000;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-family: Inconsolata, monospace;
    display: flex;
  }

  .container-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: -98px;
    display: flex;
    position: static;
  }

  .option-5 {
    color: #000;
  }

  .button-3 {
    background-color: #fff0;
    border-width: 0;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-17 {
    text-transform: uppercase;
    mix-blend-mode: normal;
    border: 0 solid #000;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-family: Inconsolata, monospace;
    font-size: 19px;
    display: flex;
  }

  .add-to-cart-button-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #3898ec00;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: 0%;
    font-family: Inconsolata, monospace;
    font-size: 15px;
    font-weight: 700;
    display: block;
  }

  .add-to-cart-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .default-state-3 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
    overflow: auto;
  }

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

  .section {
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    display: flex;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-top: 106px;
    display: flex;
  }

  .add-to-cart-button-4 {
    color: #000;
    text-transform: uppercase;
    background-color: #3898ec00;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-top: -51px;
    padding-top: 0;
    padding-left: 24px;
    font-family: Inconsolata, monospace;
    font-size: 20px;
    font-weight: 700;
  }

  .button-4 {
    background-color: #fff0;
    border-width: 0;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
    display: flex;
  }

  .button-group-3 {
    justify-content: center;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 61px;
    padding-left: 11px;
  }

  .text-block-18 {
    font-family: Inconsolata, monospace;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    display: flex;
  }

  .paragraph {
    color: #000;
    margin-top: 51px;
    padding-top: 57px;
    font-family: Inconsolata, monospace;
    font-size: 19px;
  }

  .div-block-11 {
    margin-top: -216px;
    margin-bottom: 42px;
    padding-top: 0;
  }

  .heading-13 {
    color: #fff;
    justify-content: center;
    align-items: center;
    min-width: 100px;
    max-width: 100%;
    margin-top: 102px;
    font-size: 170px;
    display: flex;
  }

  .link-block-5 {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .heading-14 {
    text-align: center;
    font-family: Inconsolata, monospace;
    font-weight: 400;
  }

  .div-block-12 {
    margin-bottom: 0;
  }

  .section-3 {
    color: #000;
    margin-top: 103px;
  }

  .paragraph-2 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    margin-bottom: 0;
    padding-left: 67px;
    padding-right: 67px;
    line-height: 29px;
    display: flex;
  }

  .button-5 {
    background-color: #fff0;
    border-width: 0;
  }

  .button-group-4 {
    color: #fff0;
    text-align: left;
    justify-content: center;
    align-items: center;
    font-family: Inconsolata, monospace;
    font-size: 17px;
  }

  .add-to-cart-button-5 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #3898ec00;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-top: 41px;
    padding-bottom: 55px;
    font-family: Inconsolata, monospace;
    font-size: 20px;
    font-weight: 700;
  }

  .image-16 {
    max-width: 100%;
    margin-bottom: -174px;
  }

  .default-state-5 {
    margin-top: -81px;
  }

  .option-7 {
    margin-bottom: -24px;
    padding-top: 0;
  }

  .link-3 {
    color: #fff;
    text-shadow: 0 1px 10px #000;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    font-size: 130px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    position: relative;
    top: -29px;
  }

  .image-23 {
    max-width: 16%;
    margin-top: 27px;
    margin-left: -309px;
    margin-right: -34px;
  }

  .image-24 {
    margin-left: -332px;
    margin-right: 23px;
  }

  .image-25 {
    max-width: 70%;
    margin-left: -391px;
  }

  .image-26 {
    margin-left: 354px;
    margin-right: 122px;
  }

  .container-7 {
    min-width: 77%;
    max-width: 77%;
    margin-left: auto;
    display: block;
  }

  .image-28 {
    margin-left: -402px;
    margin-right: -34px;
  }

  .container-8 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 120%;
    min-width: 120%;
    max-width: 120%;
    height: 15%;
    min-height: 120%;
    max-height: 120%;
    margin-left: -40px;
    margin-right: 96px;
    display: flex;
    position: static;
  }

  .image-29 {
    min-width: 40%;
    margin-left: -46px;
  }

  .image-30 {
    min-width: 11%;
    max-width: 11%;
    margin-left: -51px;
    margin-right: -32px;
  }

  .image-31 {
    min-width: 55%;
    margin-left: -245px;
  }

  .image-32 {
    min-width: 11%;
    margin-left: -90px;
  }

  .image-33 {
    min-width: 44%;
    min-height: 100%;
    max-height: 94.5085%;
    margin-left: -328px;
    margin-right: -21px;
  }

  .image-34 {
    max-width: 39%;
    margin-bottom: -81px;
  }

  .collection-list-wrapper-3 {
    padding-bottom: 29px;
  }

  .collection-list {
    margin-top: 140px;
    margin-bottom: -46px;
  }

  .image-37 {
    vertical-align: baseline;
    height: 300px;
    margin-left: -25px;
  }

  .image-38 {
    mix-blend-mode: darken;
    height: 320px;
    margin-left: -41px;
  }

  .image-39 {
    mix-blend-mode: darken;
    height: 320px;
    margin-left: -35px;
  }

  .image-40 {
    mix-blend-mode: darken;
    height: 350px;
    margin-left: -72px;
  }

  .image-41 {
    mix-blend-mode: multiply;
    height: 290px;
    margin-bottom: 1px;
    margin-left: 98px;
  }

  .image-42 {
    height: 310px;
    margin-left: -30px;
  }

  .image-43 {
    mix-blend-mode: darken;
    height: 330px;
    margin-left: -49px;
  }

  .container-9 {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .body-3 {
    overflow-x: hidden;
  }

  .collection-list-3 {
    width: 1370px;
  }

  .collection-list-wrapper-5 {
    justify-content: center;
    align-items: center;
    width: 1090px;
    display: flex;
  }

  .section-10 {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .section-11 {
    overflow: hidden;
  }

  .navbar-brand-three-4 {
    padding-left: 0;
  }

  .nav-menu-three-5 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-4 {
    flex-direction: column;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-4 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .navbar-brand-three-5 {
    padding-left: 0;
  }

  .nav-menu-three-6 {
    border-radius: 20px;
    flex-direction: column;
    margin-top: -10px;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-block-5 {
    flex-direction: column;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-5.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-5 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-14 {
    margin-top: 10px;
  }

  .menu-button-5.w--open {
    background-color: #000;
    margin-left: 14px;
    padding: 5px;
  }

  .camera {
    overflow: hidden;
  }

  .frame, .itempre {
    position: sticky;
    top: 0;
  }

  .collection-item-5 {
    width: 100vw;
    margin: auto;
    padding: 44px;
  }

  .collection-list-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .image-50 {
    flex: none;
    width: 100vw;
  }

  .collection-list-wrapper-7 {
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
  }

  .section-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center start;
    margin-top: 0;
    margin-bottom: 43px;
    display: flex;
  }

  .collection-list-wrapper-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 190px;
    display: flex;
  }

  .image-461 {
    flex: 0 auto;
    width: 60vw;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    overflow: clip;
  }

  .lightbox-link-6 {
    vertical-align: middle;
    display: flex;
  }

  .collection-item-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 80vh;
    display: flex;
  }

  .heading-18 {
    text-align: center;
    font-family: Inconsolata, monospace;
    font-weight: 400;
  }

  .section-16 {
    margin-bottom: 96px;
  }

  .image-465 {
    box-sizing: border-box;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: clip;
  }

  .collection-item-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three-2, .nav-menu-three-3 {
    flex-direction: column;
  }

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

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .image-3 {
    max-width: 25%;
  }

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

  .navbar-logo-center-3 {
    overflow: hidden;
  }

  .navbar-logo-center-container-3.shadow-three {
    z-index: 1;
    background-color: #fff;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: block;
    position: sticky;
  }

  .container-4 {
    max-width: none;
  }

  .navbar-brand-three-3 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 48px;
  }

  .navbar-brand-three-3.w--current {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    min-width: 40%;
    margin-left: 4px;
    padding-left: 36px;
  }

  .nav-menu-wrapper-three-3 {
    color: #0000;
    margin-top: -86px;
    position: fixed;
  }

  .nav-menu-three-4 {
    z-index: 1;
    mix-blend-mode: normal;
    border-radius: 5px;
    flex-direction: column;
    place-content: stretch space-between;
    align-items: center;
    margin-top: 84px;
    padding-top: 21px;
    padding-bottom: 0;
    text-decoration: none;
    position: static;
    overflow: visible;
  }

  .nav-menu-block-3 {
    margin-top: 29px;
    padding-top: 0;
  }

  .nav-dropdown-icon-3 {
    display: flex;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide.w--open {
    box-shadow: none;
    background-color: #fff;
    border-radius: 20px;
    margin-top: -9px;
    padding-top: 0;
    padding-bottom: 13px;
  }

  .menu-button-3.w--open {
    opacity: 1;
    background-color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 0;
  }

  .image-5 {
    justify-content: center;
    align-items: center;
    margin-left: 11px;
    padding-left: 0;
    display: inline-flex;
  }

  .cart {
    color: #fff;
    background-color: #fff;
    border: 0 solid #fff0;
    margin-top: -15px;
  }

  .cart-button-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    padding-top: 36px;
    padding-left: 0;
    display: flex;
    box-shadow: 7px 2px 6px 20px #fff;
  }

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

  .cart-quantity {
    padding-left: 0;
    padding-right: 12px;
  }

  .collection-item {
    margin-top: -52px;
  }

  .image-7 {
    padding-top: 0;
  }

  .button-group {
    box-shadow: none;
    text-shadow: 0 0 8px #fff3, 0 2px 14px #fff3;
    mix-blend-mode: luminosity;
    background-image: none;
    max-width: 0;
    margin-top: -8px;
    padding-top: 70px;
    padding-left: 0;
    font-size: 50px;
    position: absolute;
    top: 256px;
    bottom: 99px;
    left: -31.2344px;
  }

  .quantity {
    display: block;
  }

  .button {
    pointer-events: auto;
    color: #000;
    -webkit-text-stroke-color: #0000;
    mix-blend-mode: hard-light;
    border-color: #0000;
    margin-right: 15px;
    padding: 0;
    font-size: 41px;
  }

  .text-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: 0;
    mix-blend-mode: luminosity;
    font-family: Inconsolata, monospace;
    font-size: 17px;
    font-weight: 700;
    display: block;
    box-shadow: inset 15px -20px 17px 4px #fff3, 2px 2px 15px 8px #fff3;
  }

  .add-to-cart-button {
    clear: left;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 4px #fff3;
    background-color: #0000;
    border-radius: 20px;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: -72px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    display: block;
    position: relative;
    top: 190px;
    left: -33px;
  }

  .div-block-3 {
    padding-bottom: 1031px;
  }

  .heading-4 {
    top: 34%;
    left: 15%;
  }

  .div-block-4 {
    margin-top: 34px;
    top: 31%;
    left: 31%;
  }

  .heading-5 {
    pointer-events: auto;
    cursor: pointer;
    margin-top: 92px;
    font-size: 70px;
    top: -16px;
    left: 58px;
  }

  .option-list {
    position: relative;
    top: -159px;
    left: 60px;
  }

  .icon {
    padding: 10px;
    display: block;
    position: static;
  }

  .heading-6 {
    letter-spacing: 0;
    text-transform: none;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-bottom: -2px;
    font-family: Inconsolata, monospace;
    font-weight: 700;
    display: flex;
    position: relative;
    top: 34px;
  }

  .image-8 {
    max-width: 110%;
  }

  .div-block-5 {
    min-width: 90%;
    margin-bottom: -81px;
  }

  .image-10 {
    max-width: 99%;
  }

  .heading-7 {
    color: #000;
    font-weight: 700;
  }

  .add-to-cart-button-2 {
    padding-top: 44px;
  }

  .button-group-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 90%;
    padding-left: 13px;
  }

  .button-2 {
    padding-left: 6px;
  }

  .footer-dark {
    margin-top: 0;
    overflow: hidden;
  }

  .container-5 {
    max-width: none;
    margin-top: -61px;
  }

  .link {
    margin-top: 80px;
  }

  .image-12 {
    margin-top: 69px;
    margin-bottom: -8px;
  }

  .lightbox-link-3 {
    min-width: 100%;
  }

  .heading-8 {
    mix-blend-mode: normal;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    max-height: none;
    margin-top: 19px;
    margin-bottom: 142px;
    font-size: 93%;
    line-height: 22px;
    display: flex;
  }

  .div-block-8 {
    height: 100vh;
    margin-top: 0;
    margin-bottom: -78px;
  }

  .text-block-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-7 {
    color: #000;
    text-align: left;
    justify-content: center;
    align-items: center;
    font-family: Inconsolata, monospace;
    font-size: 18px;
    font-weight: 400;
    display: flex;
  }

  .cart-line-item {
    justify-content: center;
    align-items: center;
  }

  .cart-quantity-2 {
    color: #000;
    background-color: #fafafa00;
    border-width: 0;
  }

  .text-block-9 {
    color: #000;
  }

  .heading-10 {
    color: #000;
    text-transform: uppercase;
  }

  .cart-item {
    padding-bottom: 27px;
  }

  .image-13 {
    width: 83px;
  }

  .option-4, .text-block-10 {
    color: #000;
  }

  .checkout-button {
    color: #000;
    text-transform: uppercase;
    background-color: #60717f00;
    border: 2px solid #000;
    border-radius: 20px;
    font-family: Inconsolata, monospace;
    font-size: 17px;
    font-weight: 700;
  }

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

  .heading-12 {
    margin-top: -74px;
    padding-bottom: 39px;
    font-weight: 400;
  }

  .image-15 {
    color: #000;
    min-width: 100%;
    max-width: 100%;
    margin-top: -80px;
    margin-bottom: 30px;
  }

  .collection-item-2 {
    justify-content: center;
    align-items: center;
    margin-top: 56px;
    padding-top: 37px;
  }

  .div-block-10 {
    margin-top: 333px;
  }

  .add-to-cart-button-4 {
    min-width: 100%;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .button-4 {
    color: #fff;
    background-color: #fff0;
    border-width: 0;
  }

  .button-group-3 {
    color: #fff;
    border: 1px solid #fff;
    margin-top: -48px;
    margin-bottom: -62px;
    padding-top: 45px;
  }

  .text-block-18 {
    mix-blend-mode: normal;
  }

  .link-block-4 {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-top: -150px;
    padding-top: 4px;
    text-decoration: none;
    display: flex;
  }

  .paragraph {
    color: #000;
    margin-top: -32px;
    margin-bottom: 10px;
    font-family: Inconsolata, monospace;
    text-decoration: none;
  }

  .div-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    min-width: 64%;
    max-width: 0%;
    min-height: 100%;
    max-height: 100%;
    margin-top: -187px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: visible;
  }

  .heading-13 {
    color: #fff;
    text-shadow: 1px 10px 12px #0003;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    margin-top: 452px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 100px;
    display: flex;
    position: absolute;
  }

  .video {
    margin-bottom: 82px;
  }

  .collection-list-wrapper-2 {
    min-width: 100%;
    max-width: 100%;
  }

  .option-6 {
    margin-top: -18px;
  }

  .default-state-4 {
    margin-top: 103px;
    padding-top: 64px;
    padding-bottom: 0;
  }

  .heading-14 {
    justify-content: center;
    align-items: center;
    font-family: Inconsolata, monospace;
    font-size: 27px;
    font-weight: 400;
    display: flex;
  }

  .div-block-12 {
    color: #000;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    margin-top: 68px;
    margin-bottom: 0;
    font-family: Inconsolata, monospace;
    display: block;
  }

  .section-2 {
    margin-top: 74px;
  }

  .section-3 {
    justify-content: center;
    align-items: center;
    margin-top: -4px;
    margin-bottom: 41px;
    display: flex;
  }

  .paragraph-2 {
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 0px;
    text-indent: 0;
    text-transform: uppercase;
    column-count: 0;
    column-rule-style: none;
    column-rule-width: 0px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    justify-content: center;
    align-items: center;
    column-gap: 39px;
    margin-top: 19px;
    padding: 0 57px;
    font-size: 11px;
    line-height: 25px;
    display: flex;
  }

  .button-5 {
    background-color: #fff0;
    border-width: 0;
    border-radius: 20px;
  }

  .button-group-4 {
    color: #000;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 18px;
  }

  .add-to-cart-button-5 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-color: #3898ec00;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Inconsolata, monospace;
    font-size: 17px;
    font-weight: 700;
  }

  .image-16 {
    max-width: 100%;
    margin-top: -95px;
  }

  .default-state-5 {
    max-width: none;
    margin-top: -13px;
  }

  .error-message-3 {
    text-transform: uppercase;
    font-size: 12px;
  }

  .error-state-3 {
    background-color: #ffdede00;
    font-weight: 700;
  }

  .out-of-stock-state-3 {
    background-color: #ddd0;
    margin-top: 54px;
  }

  .text-block-20 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .link-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-shadow: 0 1px 8px #000;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-top: 30px;
    margin-bottom: -339px;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 120px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    position: relative;
    top: -90px;
  }

  .container-8 {
    width: 0%;
    min-width: 210%;
    max-width: 130%;
    margin-right: 75px;
    position: static;
  }

  .image-29 {
    margin-left: -70px;
    margin-right: -253px;
    padding-right: 0;
  }

  .image-30 {
    margin-left: -368px;
    margin-right: -53px;
  }

  .image-31 {
    margin-left: -55px;
    padding-right: 0;
  }

  .image-32 {
    margin-left: -95px;
  }

  .image-33 {
    margin-left: -326px;
    margin-right: -55px;
  }

  .section-8 {
    max-width: 100%;
    margin-top: -81px;
    margin-bottom: -2px;
  }

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

  .select-field-3 {
    justify-content: center;
    align-items: center;
  }

  .image-35 {
    margin-top: -181px;
  }

  .div-block-14 {
    margin-top: 59px;
  }

  .collection-item-3 {
    width: 75px;
  }

  .collection-list-wrapper-3 {
    margin-top: -98px;
  }

  .collection-list {
    margin-top: 156px;
  }

  .text-block-21 {
    margin-top: -17px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 11px;
  }

  .heading-15 {
    color: #000;
    text-transform: uppercase;
    font-style: italic;
  }

  .image-37 {
    vertical-align: bottom;
    mix-blend-mode: normal;
    height: 150px;
    margin-left: -44px;
    margin-right: -81px;
    padding-right: 0;
  }

  .image-38 {
    mix-blend-mode: darken;
    height: 200px;
    margin-left: -11px;
    margin-right: -34px;
  }

  .image-39 {
    mix-blend-mode: multiply;
    height: 200px;
    margin-left: -5px;
    margin-right: -3px;
  }

  .image-40 {
    mix-blend-mode: normal;
    height: 260px;
    margin-left: -8px;
    margin-right: -12px;
  }

  .image-41 {
    vertical-align: middle;
    mix-blend-mode: darken;
    height: 150px;
    margin-bottom: -8px;
    margin-left: 200px;
  }

  .image-42 {
    mix-blend-mode: normal;
    height: 180px;
    margin-left: -11px;
    margin-right: -224px;
  }

  .image-43 {
    mix-blend-mode: darken;
    height: 190px;
    margin-left: 62px;
  }

  .container-9 {
    justify-content: center;
    align-items: center;
    margin-top: 119px;
    padding-top: 0;
    padding-bottom: 156px;
    display: flex;
    overflow: hidden;
  }

  .body-3 {
    overflow: visible;
  }

  .collection-list-3 {
    justify-content: center;
    align-items: center;
    width: 640px;
  }

  .image-45 {
    padding-bottom: 30px;
  }

  .horizontal-item {
    justify-content: center;
    align-items: center;
    width: 110px;
  }

  .collection-list-wrapper-5 {
    justify-content: center;
    align-items: center;
    width: 320px;
  }

  .section-10 {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .section-11 {
    width: 710px;
    margin-left: -211px;
    overflow: hidden;
  }

  .collection-list-wrapper-6 {
    width: 770px;
  }

  .collection-list-4 {
    width: 750px;
    height: auto;
    margin-left: 305px;
  }

  .container-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: block;
  }

  .navbar-wrapper-three-4 {
    justify-content: center;
    align-items: center;
  }

  .navbar-brand-three-4 {
    justify-content: center;
    align-items: center;
    margin-right: -46px;
    padding-right: 0;
  }

  .nav-menu-three-5 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: column;
    margin-top: -6px;
    margin-left: 0;
    padding-bottom: 0;
  }

  .nav-menu-block-4 {
    margin-bottom: 11px;
  }

  .menu-button-4 {
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-right: -10px;
    display: flex;
  }

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

  .image-47 {
    max-width: 80%;
    padding-right: 0;
    display: block;
  }

  .navbar-logo-center-5, .navbar-logo-center-container-5.shadow-three {
    overflow: visible;
  }

  .container-11 {
    max-width: none;
  }

  .nav-menu-three-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -17px;
    margin-left: -21px;
    margin-right: -22px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-block-5 {
    padding-left: 0;
  }

  .menu-button-5 {
    margin-right: 0;
    padding: 3px;
  }

  .menu-button-5.w--open {
    background-color: #000;
    margin-right: 8px;
    padding: 0;
  }

  .image-48 {
    min-width: 60%;
    max-width: 80%;
    margin-left: 24px;
    padding: 0 37px 0 0;
  }

  .track {
    justify-content: center;
    align-items: center;
    width: 370vw;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .camera {
    flex: none;
    align-self: auto;
    width: 100vw;
    height: 100vh;
    margin-bottom: 0;
    margin-left: 0;
    top: 67px;
    bottom: auto;
    overflow: clip;
  }

  .frame {
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
    position: relative;
    top: 0;
    overflow: auto;
  }

  .itempre {
    flex: none;
    width: 80vw;
    height: auto;
    margin-left: -82px;
  }

  .image-0 {
    width: 340px;
    height: auto;
    margin-left: -131px;
  }

  .collection-item-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: auto;
    padding: 0;
    display: flex;
  }

  .collection-list-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: end stretch;
    width: 100vw;
    margin: auto;
    display: grid;
  }

  .image-50 {
    flex: none;
    order: 0;
    align-self: auto;
    width: 100vw;
    padding: 31px 31px 0;
  }

  .collection-list-wrapper-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin: auto;
    display: flex;
  }

  .section-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    display: block;
  }

  .image-51 {
    margin-left: -55px;
  }

  .image-ad52 {
    margin-top: -31px;
    margin-left: -146px;
  }

  .image-455 {
    margin-left: -363px;
    margin-right: -555px;
    padding-right: 0;
  }

  .image-456 {
    margin-left: -24px;
    margin-right: 186px;
  }

  .container-12 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: -206px;
    margin-left: -492px;
    display: flex;
  }

  .container-13 {
    justify-content: center;
    align-items: center;
    margin-top: -182px;
    margin-left: -613px;
    display: flex;
  }

  .image-457 {
    margin-right: 193px;
  }

  .image-458 {
    margin-top: 44px;
    margin-left: -374px;
    margin-right: -621px;
  }

  .container-14 {
    justify-content: center;
    align-items: center;
    margin-top: -183px;
    margin-left: -774px;
    display: flex;
  }

  .image-459 {
    margin-left: 758px;
    margin-right: -836px;
  }

  .image-460 {
    margin-left: 632px;
  }

  .section-13 {
    margin-top: 75px;
  }

  .collection-item-6 {
    margin-top: 31px;
  }

  .image-462 {
    z-index: -10;
    aspect-ratio: auto;
    width: auto;
    max-width: none;
    margin-top: 97px;
    display: block;
    position: static;
    inset: auto -21% 200px 23%;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 240px;
    margin-top: -201px;
    display: block;
  }

  .collection-item-7 {
    float: left;
    clear: none;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    min-width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .collection-list-6 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: block;
    overflow: auto;
  }

  .image-463 {
    vertical-align: baseline;
    flex: 1;
    display: block;
  }

  .text-block-22 {
    margin-bottom: -421px;
    font-size: 16px;
  }

  .add-to-cart-button-6.td {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .button-6 {
    margin-right: -4px;
  }

  .collection-list-wrapper-9 {
        flex: none;
        order: 0;
        justify-content: space-between;
        align-items: center;
        width: 1800vw;
        height: 90vh;
        display: flex;
        overflow: auto;
        margin-top: 70px;

  .link-block-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-23 {
    text-transform: uppercase;
    font-size: 12px;
  }

  .out-of-stock-state-4 {
    background-color: #ddd0;
  }

  .error-message-4 {
    text-align: right;
    text-transform: uppercase;
    margin-top: 70px;
    margin-left: -307px;
    margin-right: -42px;
    padding-left: 0;
    font-size: 12px;
  }

  .error-state-4 {
    background-color: #fff0;
    margin: 0;
    padding: 0;
  }

  .heading-16 {
    color: #000;
    text-align: center;
    column-count: 0;
    font-family: Inconsolata, monospace;
    font-size: 19px;
    font-weight: 400;
    line-height: 10px;
    text-decoration: none;
    position: sticky;
  }

  .section-15 {
    margin-bottom: -79px;
    position: sticky;
  }

  .paragraph-3, .paragraph-4 {
    text-align: center;
    font-family: Inconsolata, monospace;
    font-size: 16px;
  }

  .heading-17 {
    margin-top: -20px;
  }

  .heading-18 {
    text-align: center;
    font-family: Inconsolata, monospace;
    font-weight: 400;
    display: block;
  }

  .section-16 {
    margin-bottom: 116px;
  }

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

  .error-message-5 {
    -webkit-text-fill-color: transparent;
    background-color: red;
    -webkit-background-clip: text;
    background-clip: text;
    border-radius: 20px;
  }

  .text-block-24 {
    color: #fff;
  }
}

#w-node-caba3c09-3a6d-b153-0597-8e1989f42c5f-cfa2cbaa, #w-node-_1a5f294c-b496-6474-b273-3f6aedf1333d-989470c2, #w-node-_2d2c3573-e537-7a5e-08b4-ae007caa4285-10e58c77, #w-node-_95b941eb-f126-7394-5e4b-8058bbe5c15c-85e7b57d, #w-node-_8ad585d5-2ba7-5701-62ea-726012d026c2-ab72e88a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
