:root {
  --black: black;
  --12px: 20px;
  --8px: 8px;
  --32px: 32px;
  --24px: 24px;
  --16px: 16px;
  --white: white;
  --14px: 14px;
  --transparent: #fff0;
  --black-tinted: #0000004d;
  --64px: 64px;
  --grey: #fff;
  --128px: 128px;
  --96px: 96px;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  -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;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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;
  }
}

body {
  color: var(--black);
  font-family: Geist, sans-serif;
  font-size: var(--12px);
  letter-spacing: -.01em;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: var(--8px);
  font-size: var(--32px);
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: var(--8px);
  font-size: var(--24px);
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: var(--8px);
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: var(--8px);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: var(--8px);
}

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

img {
  max-width: 100%;
  display: inline-block;
}

form {
  margin-bottom: 0;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

.menu {
  z-index: 10;
  padding: var(--16px) var(--24px);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.logo-image {
  height: var(--24px);
}

.menu-navigation {
  grid-column-gap: var(--24px);
  grid-row-gap: var(--24px);
  justify-content: flex-start;
  align-items: center;
}

.navigation-link {
  padding: var(--8px);
  background-color: var(--transparent);
  color: var(--black);
  font-size: var(--14px);
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.navigation-link:hover {
  opacity: .3;
}

.navigation-link.w--current {
  color: var(--black-tinted);
}

.utility {
  padding: var(--64px) var(--24px);
  border-bottom: 1px solid #000;
  position: relative;
}

.utility.no-padding {
  padding: 0;
}

.utility-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.utility-block.inner {
  display: block;
}

.cart-quantity {
  background-color: var(--transparent);
  color: var(--black);
  font-size: var(--14px);
  min-width: auto;
  height: auto;
  margin-left: 4px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

.header {
  z-index: 1;
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header.top-left {
  padding: var(--64px) var(--32px) var(--32px);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
}

.ticker {
  z-index: 2;
  justify-content: center;
  align-items: center;
  font-size: 20vw;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ticker.white {
  color: var(--white);
}

.ticker-inner {
  letter-spacing: -.05em;
  flex: none;
  padding-left: 10vw;
}

.header-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-wrapper {
  z-index: 2;
  color: var(--white);
  width: 330px;
  position: relative;
}

.header-column {
  background-color: var(--grey);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.announcement {
  z-index: 2;
  padding-top: var(--8px);
  padding-bottom: var(--8px);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--black);
  color: var(--grey);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button {
  background-color: var(--black);
  text-transform: uppercase;
  border-radius: 2px;
  padding: 6px 8px;
}

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

.button.absolute {
  z-index: 2;
  text-align: center;
  border-radius: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.button.outline {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid #000;
}

.section {
  padding: var(--24px) var(--24px) var(--64px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section.padding-top {
  padding-top: var(--128px);
}

.section.featured-product {
  padding-bottom: var(--24px);
}

.section.product {
  padding-top: 0;
  padding-bottom: var(--128px);
  margin-top: -68px;
}

.home {
  z-index: 5;
  margin-top: -66px;
  position: sticky;
  top: 0;
}

._2-column {
  grid-column-gap: var(--16px);
  grid-row-gap: var(--96px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature-item {
  background-color: var(--grey);
}

.feature-item-link {
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.feature-item-block {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 32px 32px;
}

.text-link {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  text-decoration: none;
  display: inline;
}

.text-link.white {
  border-bottom-color: var(--white);
  color: var(--white);
}

.section-headline {
  margin-bottom: var(--24px);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-text {
  text-transform: uppercase;
  flex-direction: column;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.button-text.w--current {
  opacity: .3;
}

.underline {
  border-bottom: 1px solid #000;
}

.product-wrapper-masonry {
  grid-column-gap: 16px;
  grid-row-gap: 96px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product-wrapper-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
}

.product-image-container {
  margin-bottom: var(--8px);
  background-color: var(--grey);
  padding-top: 100%;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-information {
  margin-top: var(--8px);
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--black-tinted);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-information-brand-list {
  justify-content: flex-start;
  display: flex;
}

.brand-link {
  color: var(--black-tinted);
  text-decoration: none;
}

.product-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  display: flex;
}

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

.on-sale {
  color: var(--black-tinted);
  font-size: 10px;
  position: absolute;
  inset: 16px auto auto 16px;
}

.product-item {
  text-decoration: none;
  display: block;
}

.cart-container {
  background-color: #00000080;
}

.cart-content {
  box-shadow: none;
  background-color: #fff;
}

.close {
  width: 12px;
  height: 12px;
}

.close-image {
  width: 100%;
  height: 100%;
}

.cart-header {
  z-index: 2;
  background-color: var(--white);
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
  position: sticky;
  top: 0;
}

.list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0 16px 32px;
  display: flex;
}

.cart-footer {
  background-color: var(--white);
  border-top-style: none;
  padding: 16px;
  position: sticky;
  bottom: 0;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-container.square {
  padding-top: 100%;
}

.image-container.vertical {
  padding-top: 150%;
}

.feature-product {
  padding: var(--32px);
  background-color: var(--grey);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.feature-product-wrapper {
  z-index: 2;
  padding: var(--16px);
  background-color: var(--white);
  flex: 1;
  width: 380px;
  position: relative;
}

.space {
  width: 100%;
}

.space._24px {
  height: var(--24px);
}

.space._8px {
  height: var(--8px);
}

.space._96px {
  height: var(--128px);
}

.space._16px {
  height: 16px;
}

.space.outline {
  border: 1px dotted var(--black);
}

.space._32px {
  height: 32px;
}

.space._48px {
  height: 48px;
}

.space._64px {
  height: 64px;
}

.space._128px {
  height: 128px;
}

.label-hidden {
  display: none;
}

.select-field {
  padding: 0px var(--12px);
  border: 1px solid var(--black);
  background-color: var(--transparent);
  color: var(--black);
  font-size: var(--14px);
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
}

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

.add-to-cart-button {
  background-color: var(--black);
  font-size: var(--14px);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0;
  display: flex;
}

.light-text {
  color: var(--black-tinted);
  font-weight: 400;
}

.journal-gird {
  grid-column-gap: 16px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.add-to-cart {
  width: 100%;
}

.default-state {
  margin-bottom: 0;
}

.journal-link {
  text-decoration: none;
  transition: opacity .5s;
  display: block;
}

.journal-link:hover {
  opacity: .8;
}

.journal-image {
  margin-bottom: var(--8px);
  background-color: var(--grey);
  display: block;
}

.grey {
  color: var(--black-tinted);
}

.footer {
  padding: var(--24px);
  background-color: var(--black);
  color: var(--white);
}

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

.footer-item {
  grid-column-gap: var(--8px);
  grid-row-gap: var(--8px);
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  opacity: .8;
}

.block.outline {
  border: 1px solid #000;
  padding: 24px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  font-size: var(--12px);
  background-color: #fff0;
  border-radius: 0;
  height: 24px;
  margin-bottom: 0;
  padding: 0;
}

.text-field:active, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-color: var(--white);
}

.text-field::placeholder {
  color: #fff6;
}

.text-field.search {
  color: var(--black);
  text-transform: uppercase;
  border-bottom-style: none;
}

.text-field.search::placeholder {
  color: var(--black);
}

.subsribe {
  width: 280px;
  margin-bottom: 0;
}

.subscribe-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.submit-button {
  border-bottom: 1px solid var(--white);
  text-align: left;
  background-color: #fff0;
  width: 100%;
  height: 26px;
  padding: 0;
}

.success-message {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.error-message {
  color: red;
  background-color: #0000;
  margin-top: 4px;
  padding: 0;
}

.cart-item {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}

.cart-quantity-text {
  border-color: var(--transparent);
  background-color: var(--transparent);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 16px;
  margin-bottom: 0;
  padding: 0;
}

._3-column {
  grid-column-gap: 16px;
  grid-row-gap: var(--96px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._12-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.background-grey {
  background-color: var(--grey);
}

.styleguide-space {
  height: var(--64px);
}

.large-product-grid {
  grid-column-gap: 16px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-collection-item {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: absolute;
  inset: 0%;
}

.feature-collection-item:hover {
  transform: scale(1.1);
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s;
  position: absolute;
  inset: 0%;
}

.product-image:hover {
  transform: scale(1.1);
}

.white {
  color: var(--white);
}

.block-sticky {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.rich-text p {
  margin-bottom: var(--8px);
}

.rich-text img {
  max-height: 620px;
}

.rich-text figcaption {
  margin-top: var(--8px);
  color: var(--black-tinted);
  text-align: left;
  font-weight: 500;
}

.rich-text figure {
  margin-top: var(--12px);
  margin-bottom: var(--32px);
}

.rich-text h1 {
  margin-bottom: var(--32px);
}

.rich-text h2 {
  margin-bottom: var(--24px);
}

.product-images-item {
  padding-top: var(--96px);
  padding-right: var(--64px);
  padding-left: var(--64px);
}

.product-image-full {
  width: 100%;
  display: block;
}

.pagination {
  margin-top: var(--96px);
}

.filter {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon {
  width: 24px;
  height: 24px;
}

.overlay {
  z-index: 10;
  background-color: var(--black-tinted);
  cursor: pointer;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal {
  z-index: 11;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: 320px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.filter-title {
  padding: 16px;
}

.filter-list {
  text-decoration: none;
  display: block;
}

.search {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  margin-bottom: 0;
  display: flex;
}

.search-button {
  display: none;
}

.journal-filters, .journal-filters-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.journal-caterogies {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: var(--black-tinted);
  justify-content: center;
  align-items: center;
  display: flex;
}

.journal-article-image {
  object-fit: contain;
  min-height: 620px;
  max-height: 620px;
  display: block;
}

.search-results-index {
  width: 100%;
  display: block;
}

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

.mobile-menu-icon {
  display: none;
}

.desktop-navigation {
  align-items: center;
  display: block;
}

.mobile-menu-wrapper {
  display: none;
}

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

.section-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.video-section {
  background-color: #4444445e;
  height: 75vh;
  display: block;
}

.container-74 {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  color: #fff;
  flex-flow: column wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  max-width: 1100px;
  height: 35vh;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

.heading-57 {
  text-align: center;
  text-shadow: 2px 2px 1px #0003;
  font-size: 60px;
  line-height: 50px;
}

.paragraph-55 {
  font-size: 24px;
  font-weight: 600;
}

.button-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #192b38;
  border: .5px solid #0ef;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 15px 25px;
  text-decoration: none;
  display: block;
}

.text-block-7 {
  color: #fff;
  text-decoration: none;
}

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

.section-3 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-56 {
  color: var(--grey);
  font-family: Inter, sans-serif;
  font-size: var(--14px);
}

.cell {
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.cell-2, .cell-3 {
  justify-content: center;
  align-items: center;
}

.link {
  color: var(--grey);
}

.link-2 {
  color: var(--grey);
  font-family: Inter, sans-serif;
  font-size: var(--16px);
  font-weight: 200;
  text-decoration: none;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

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

.container-model {
  grid-row-gap: 12px;
  color: #fff;
  flex-flow: column wrap;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  max-width: 1100px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.cell-4 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.container-76 {
  justify-content: center;
  align-items: center;
  display: none;
}

.body {
  background-color: #19191a;
}

.image-3 {
  max-width: 50%;
}

.cell-5, .cell-6 {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  padding-top: 0;
}

.quick-stack-3 {
  margin-bottom: 20px;
}

.link-3 {
  color: var(--grey);
}

.paragraph-57 {
  width: 80%;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.container-77 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .heading-57 {
    flex: 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  .logo-image {
    height: var(--32px);
  }

  .cart-quantity {
    font-size: var(--16px);
  }

  .button-8 {
    display: block;
  }

  .cell-5, .container-77 {
    display: none;
  }
}

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

  .menu {
    padding: var(--8px) var(--14px);
    position: fixed;
    inset: 0% 0% auto;
  }

  .logo-image {
    height: var(--16px);
  }

  .menu-navigation {
    grid-column-gap: var(--8px);
    grid-row-gap: var(--8px);
    flex-direction: column;
    display: flex;
  }

  .navigation-link, .cart-quantity {
    font-size: var(--24px);
  }

  .header {
    height: 80vh;
  }

  .announcement {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0;
  }

  .section.padding-top {
    padding: var(--64px) var(--14px) var(--32px);
  }

  .section.product {
    padding-top: var(--64px);
    margin-top: 0;
  }

  .section.first {
    padding-top: var(--64px);
  }

  .home {
    z-index: 10;
    margin-top: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .feature-item-block {
    bottom: 24px;
    left: 24px;
  }

  .feature-product {
    padding: var(--24px);
  }

  .journal-gird, ._3-column {
    grid-template-columns: 1fr 1fr;
  }

  ._12-column {
    grid-column-gap: var(--32px);
    grid-row-gap: var(--32px);
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .large-product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .block-sticky {
    height: auto;
    position: static;
  }

  .product-images {
    order: 1;
  }

  .product-images-item {
    padding-left: 0;
    padding-right: 0;
  }

  .journal-article-image {
    min-height: auto;
  }

  .mobile-menu-icon {
    display: block;
  }

  .burger {
    width: 24px;
    height: 24px;
  }

  .close-menu {
    width: 24px;
    height: 24px;
    display: none;
  }

  .desktop-navigation {
    display: none;
  }

  .mobile-menu-wrapper {
    z-index: 9;
    padding-bottom: var(--96px);
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .mobile-menu-container {
    padding-top: var(--64px);
    padding-right: var(--14px);
    padding-left: var(--14px);
  }

  .product-page-grid {
    flex-direction: column;
    display: flex;
  }

  .video-section {
    height: 45vh;
  }

  .container-74 {
    justify-content: flex-start;
    align-items: center;
    height: 25vh;
    margin-top: 60px;
  }

  .heading-57 {
    flex-direction: row;
    font-size: 48px;
    display: block;
  }

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

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

  .container-model {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .container-77 {
    font-size: var(--16px);
  }
}

@media screen and (max-width: 767px) {
  .feature-product {
    padding: var(--64px) var(--32px);
    justify-content: center;
    align-items: center;
  }

  .feature-product-wrapper {
    width: auto;
  }

  .footer-grid, ._3-column {
    grid-template-columns: 1fr;
  }

  .rich-text img {
    min-height: auto;
  }

  .modal {
    max-width: 480px;
  }

  .journal-filters {
    grid-column-gap: var(--12px);
    grid-row-gap: var(--12px);
  }

  .journal-filters-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .video-section {
    height: 45vh;
  }

  .container-74 {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .heading-57 {
    margin-top: 20px;
    font-size: 48px;
    line-height: 42px;
  }

  .paragraph-55 {
    text-align: center;
    line-height: 1.2;
  }

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

  .container-model {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }
}

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

  h3 {
    font-size: 12px;
  }

  .header {
    height: 60vh;
  }

  .section {
    padding-right: var(--14px);
    padding-left: var(--14px);
  }

  .section.product {
    padding-bottom: var(--32px);
  }

  ._2-column {
    grid-row-gap: var(--32px);
    grid-template-columns: 1fr;
  }

  .product-wrapper-masonry {
    grid-column-gap: 8px;
    grid-row-gap: 64px;
  }

  .feature-product {
    padding-right: var(--24px);
    padding-left: var(--24px);
  }

  .feature-product-wrapper {
    width: auto;
  }

  .space._96px, .space._128px {
    height: var(--96px);
  }

  .journal-gird, .footer-grid {
    grid-template-columns: 1fr;
  }

  .block {
    order: -1;
  }

  .subsribe {
    width: auto;
  }

  .large-product-grid {
    grid-template-columns: 1fr;
  }

  .block-sticky {
    background-color: var(--white);
  }

  .rich-text img {
    min-height: auto;
  }

  .product-images-item {
    padding-top: 0;
    padding-bottom: 32px;
  }

  .modal {
    max-width: 320px;
  }

  .journal-filters {
    overflow: auto;
  }

  .video-section {
    height: 30vh;
  }

  .container-74 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-57 {
    text-align: center;
    font-size: 32px;
    line-height: 34px;
  }

  .paragraph-55 {
    font-size: 18px;
    line-height: 1.2;
  }

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

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

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

  .container-model {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-57 {
    width: 100%;
  }

  .container-77 {
    font-size: var(--14px);
  }
}

#w-node-_8ff5ae13-931f-4a50-0589-24d1e727c7e2-503ceee5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-c2f05e59-f6a6-82f6-458e-bf5b50737b31-503ceee5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f3be6a85-2255-c601-9f72-04139396cbff-503ceee5 {
  grid-row: span 2 / span 2;
}

#w-node-_047824c9-a08d-a08b-889d-3bca6a005ab9-503ceee5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_047824c9-a08d-a08b-889d-3bca6a005ac0-503ceee5 {
  grid-row: span 2 / span 2;
}

#w-node-_2698004d-3de1-05d5-0da2-3b326b9e40b3-503ceee5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_89baf4fa-4e95-7676-8da6-0a7517acbe8d-503cef27, #w-node-_407714de-682c-c28d-dbef-37311c2231ec-503cef27, #w-node-_1d0478c9-5eac-aed7-6f0c-64d6deb80eee-503cef27, #w-node-fa5bfe3e-4fa7-52ea-83f5-221f6a785190-6a78518e, #w-node-fa5bfe3e-4fa7-52ea-83f5-221f6a7851ad-6a78518e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa5bfe3e-4fa7-52ea-83f5-221f6a7851d9-6a78518e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-fa5bfe3e-4fa7-52ea-83f5-221f6a7851dc-6a78518e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f98ff4f3-d2a7-cac1-973f-e6ce546f033e-503cef31 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: auto;
}

#w-node-_4bd72972-e414-4f87-d380-294bea47f68b-503cef31 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d48ad1fd-b11e-7ea5-d4c7-7e6f4304c96f-503cef31 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d95ad359-fcb6-92bc-d58e-812068442405-503cef36 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-e273991d-ab75-7aef-8f8b-79fca8d453b0-503cef36 {
  grid-area: 1 / 3 / 2 / 11;
  place-self: center;
}

#w-node-_3c7f7834-8cd0-49f6-1cbe-7c22083b6dd0-503cef36 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-db2a69cb-5b00-dc6a-e14e-e3ca96043d22-503cef36, #w-node-d31fe38c-f26a-41cd-31f9-c055cbc1f639-503cef37 {
  align-self: start;
}

#w-node-c827e59c-9b4d-cfe3-8ed1-89d6685dd9a4-503cef3d, #w-node-e86b58a7-0600-49ec-f2aa-81bcd47e1376-503cef3d, #w-node-_73884dfe-03d1-41b6-3466-f1d1be25efda-503cef3d, #w-node-_36edcfaf-0828-e229-6aab-489f14b54055-503cef3d, #w-node-_48e805f6-4a8a-38d9-facc-475781748c20-503cef3d, #w-node-_48e805f6-4a8a-38d9-facc-475781748c21-503cef3d, #w-node-f0484ebd-77aa-99a8-ee75-2326a2816229-503cef3d, #w-node-ffdf68af-55f4-ebd7-e4f3-1b3b638ac81c-503cef3d, #w-node-ffdf68af-55f4-ebd7-e4f3-1b3b638ac81d-503cef3d, #w-node-_05252314-4e14-139d-d1a5-b96b4e1cafbd-503cef47, #w-node-_05252314-4e14-139d-d1a5-b96b4e1cafbe-503cef47, #w-node-_05252314-4e14-139d-d1a5-b96b4e1cafc0-503cef47, #w-node-_05252314-4e14-139d-d1a5-b96b4e1cafbd-503cef48, #w-node-_05252314-4e14-139d-d1a5-b96b4e1cafbe-503cef48, #w-node-_05252314-4e14-139d-d1a5-b96b4e1cafc0-503cef48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4bd72972-e414-4f87-d380-294bea47f68b-503cef31 {
    grid-column: span 3 / span 3;
  }

  #w-node-d95ad359-fcb6-92bc-d58e-812068442405-503cef36, #w-node-e273991d-ab75-7aef-8f8b-79fca8d453b0-503cef36, #w-node-_3c7f7834-8cd0-49f6-1cbe-7c22083b6dd0-503cef36 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fa5bfe3e-4fa7-52ea-83f5-221f6a7851d9-6a78518e {
    grid-column: span 1 / span 1;
  }

  #w-node-fa5bfe3e-4fa7-52ea-83f5-221f6a7851dc-6a78518e {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fa5bfe3e-4fa7-52ea-83f5-221f6a7851d9-6a78518e {
    grid-column: span 1 / span 1;
  }

  #w-node-fa5bfe3e-4fa7-52ea-83f5-221f6a7851dc-6a78518e {
    order: -9999;
  }

  #w-node-_05252314-4e14-139d-d1a5-b96b4e1cafc0-503cef47, #w-node-_05252314-4e14-139d-d1a5-b96b4e1cafc0-503cef48 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Black.otf') format('opentype'), url('../fonts/Geist-UltraBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geist';
  src: url('../fonts/Geist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}