:root {
  --black: #1a1a1a;
  --white-smoke: #f2f2f2;
  --gainsboro: #e6e6e6;
  --silver: silver;
  --white: white;
  --dim-grey: #6b6b6b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-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-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-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 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-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-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-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.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-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

.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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #000;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

h2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  color: var(--black);
  letter-spacing: .4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
}

a {
  text-decoration: underline;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  height: 35px;
  position: sticky;
  top: 0;
}

.navigation.secondary {
  z-index: 5;
  background-color: var(--white-smoke);
  top: 32px;
}

.navigation---container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation1 {
  z-index: 999;
  background-color: #fff;
  height: 35px;
  position: sticky;
  top: 0px;
}

.navigation1.secondary {
  z-index: 5;
  background-color: var(--white-smoke);
  top: 32px;
}

.navigation1---container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.left---nav---menu {
  flex: none;
  display: flex;
}

.left---nav---menu1 {
  flex: none;
  display: flex;
}

.menu---link---block {
  box-sizing: border-box;
  opacity: 1;
  color: #000;
  cursor: default;
  background-color: #0000;
  border-top: .5px solid #c0c0c080;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  margin-top: 10px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu---link---block:hover {
  background-color: #fff;
}

.menu---link---block.w--current {
  margin-top: -4px;
}

.menu---link---block.w--open {
  background-color: var(--gainsboro);
}

.menu---link---block.transparent {
  margin-top: 3px;
}

.menu---link---block.transparent:hover {
  background-color: #0000;
}

.menu---link---block.lrg {
  border-top: 1px solid var(--silver);
  background-color: var(--white);
  cursor: default;
  min-height: 42px;
}

.menu---link---block.lrg.w--current {
  background-color: var(--white);
}

.tab-link-tab-1 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding: 0 15px;
  display: flex;
}

.tab-link-tab-1:hover, .tab-link-tab-1.w--current {
  background-color: var(--gainsboro);
}

.tabs-content {
  width: 100vw;
  position: absolute;
  left: -124px;
}

.right-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: -10px;
  margin-left: 0;
  display: flex;
  position: static;
}

.right-menu1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: -9px;
  margin-left: 0;
  display: flex;
  position: static;
}

.logo1 {
  cursor: pointer;
  align-self: auto;
  width: 106px;
  margin-top: 5px;
  margin-left: 0;
  position: static;
}

.logo1:hover {
  background-color: #fff;
}

.tabs-menu {
  display: flex;
}

.icon---sml {
  width: 14px;
  margin-top: -1px;
  margin-right: 7px;
}

.icon---sml.padding {
  min-width: 10px;
  margin-left: 15px;
  display: block;
}

.icon---sml.padding.lrg {
  width: 14px;
  margin-left: 0;
  margin-right: 8px;
}

.cart-quantity {
  color: var(--black);
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  margin-top: -6px;
  margin-left: -4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  font-weight: 400;
}

.tabs-content-2 {
  position: absolute;
}

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

.search-input {
  display: none;
}

.search {
  margin-bottom: 0;
}

.dropdown-list {
  border-top: .5px solid var(--silver);
  background-color: var(--gainsboro);
  transition: all .2s;
}

.dropdown-list.w--open {
  background-color: #e6e6e6;
  border-top-style: solid;
  border-top-color: #c0c0c080;
  width: 100vw;
  margin-top: 3px;
  inset: 32px auto auto 0%;
}

.dropdown-list._2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 280px;
  top: 32px;
  left: auto;
  right: 0%;
}

.dropdown-list._2.w--open {
  background-color: #0000;
  border-top: 1px #c0c0c080;
  margin-top: 11px;
}

.dropdown {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.dropdown.assistance {
  position: relative;
}

.drop-down-menu-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
  box-shadow: 0 7px 7px #0000001f;
}

.dropdown---menu---col {
  border-right: 1px solid #c0c0c033;
  padding-top: 8px;
  padding-bottom: 24px;
}

.dropdown---menu---col.stretch {
  background-color: #fff;
  border-top: 1px solid #c0c0c080;
  flex: 1;
  margin-top: 2px;
  padding-bottom: 8px;
}

.dropdown---menu---col.flex {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.dropdown---menu---col.flex.extra-padding {
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.dropdown---menu---col.extra-padding {
  border-top: 1px #c0c0c033;
  border-right-style: none;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.dropdown---menu---col.extra-padding.no-top-padding {
  padding-top: 0;
}

.menu-title-inside {
  margin-bottom: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
}

.menu-title-inside.grey {
  color: var(--dim-grey);
}

.menu-title-inside.no-padding {
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 0;
}

.menu-title-inside.no-padding.white {
  color: var(--black);
}

.sub-menu---link-block {
  color: var(--black);
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.sub-menu---link-block:hover {
  background-color: var(--white);
}

.sub-menu---link-block.layer {
  border-top: .5px solid var(--silver);
  padding-top: 8px;
  padding-bottom: 8px;
}

.sub-menu---link-block.layer:hover {
  background-color: #0000;
}

.sub-menu---link-block.layer.lst {
  border-bottom: .5px solid var(--silver);
}

.sub-menu---link-block.mrgn-btm {
  margin-bottom: 8px;
}

.sub-menu---link-block.hover-state {
  border-bottom: 1px solid #0000;
  margin-bottom: 3px;
  padding-bottom: 0;
}

.sub-menu---link-block.hover-state:hover {
  background-color: #0000;
  border-bottom: 1px solid #000;
}

.sub-menu---link-block.hover-state.in-line-block {
  width: auto;
  display: block;
}

.sub-menu---link-block.hover-state.mrgn-right {
  margin-right: 8px;
}

.sub-menu---link-block.hover-state.white:hover {
  border-bottom-color: var(--white);
}

._2---col---container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link---full---image {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.thumnbail-image-full {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.thumnbail-image {
  width: 100%;
}

.thumnbail---home---image {
  position: relative;
}

.overlay-text {
  z-index: 5;
  position: absolute;
  inset: 12.75px 15px auto;
}

.overlay-text.bottom, .overlay-text.options {
  top: auto;
  bottom: 12.75px;
}

.in-line {
  display: inline-block;
}

.cart-header {
  display: none;
}

.empty-state {
  border-top: .5px none var(--silver);
  background-color: #fff;
  justify-content: flex-start;
  padding: 15px;
}

.div-block-2 {
  width: 120px;
  height: 100px;
}

.sub-menu-divider {
  background-color: var(--silver);
  width: 100%;
  height: .5px;
  margin-top: 2px;
  margin-bottom: 5px;
}

.sub-menu-divider.no-mrgn-btm {
  margin-bottom: 0;
}

.footer {
  margin-top: 0;
}

.content-bock.footer {
  border-right: 1px solid #c0c0c033;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.copy-right-text {
  padding-bottom: 38px;
  padding-left: 24px;
}

.select-field {
  border: .5px solid var(--silver);
  background-color: #0000;
  border-radius: 0;
  height: 36px;
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 0 36px 0 5px;
  font-size: 13px;
}

.select-field.less-mrgn {
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

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

.button {
  border: .5px solid var(--silver);
  color: #000;
  background-color: #0000;
  height: 36px;
  margin-top: 12px;
}

.button.stretch {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button.stretch.black {
  background-color: var(--black);
  color: var(--white);
  margin-top: 8px;
}

.button.stretch.checkout {
  border-style: none;
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
  width: 98.5%;
  height: 42px;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 5px;
  transition: background-color .35s;
}

.button.stretch.checkout:hover {
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  color: var(--black);
}

.flex-horinzontal-block {
  align-items: center;
  display: flex;
}

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

.spacer {
  width: 100%;
  height: 16px;
}

.caped {
  text-transform: capitalize;
  margin-top: 2px;
}

.text-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: .5px;
  display: flex;
}

.content-block.sticky {
  z-index: 2;
  position: sticky;
  top: 64px;
}

.content-block.sticky.padding {
  padding-top: 120px;
  padding-bottom: 200px;
  padding-left: 68px;
}

.content-block.flex-horinzontal-block.mrgn-btm {
  margin-bottom: 3px;
}

.content-block.flex-horinzontal-block.top {
  align-items: flex-start;
}

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

.paragraph {
  margin-bottom: 4px;
  font-weight: 400;
}

.paragraph.sml {
  font-size: 11px;
}

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

.product-item-details {
  width: 362px;
}

.product-item-detail-name {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.product-title-details-name {
  width: 175px;
}

.product-item-detail-row {
  margin-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
}

.product-item-detail-row.right-align {
  text-align: right;
}

.product-item-detail-row.mrgn-top {
  margin-top: 24px;
}

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

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

.add-to-cart {
  padding-left: 15px;
  padding-right: 15px;
}

.quantity, .buy-now-button {
  display: none;
}

.product-image-below-scaled {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.product-image {
  z-index: 2;
  position: relative;
}

.cart-quantity-2 {
  display: none;
}

.image {
  width: 80px;
}

.cart-form-wrapper {
  background-color: var(--white);
  align-items: flex-end;
  margin-left: -3px;
  padding-left: 0;
  overflow: hidden scroll;
}

.cart-list {
  padding: 0;
}

.cart-item {
  border-bottom: 1px solid var(--silver);
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-3 {
  justify-content: space-between;
  height: 120px;
  margin-left: 15px;
  margin-right: 17px;
}

.cart-footer {
  border-top-style: none;
  padding: 0;
  position: sticky;
  inset: auto 0% 0%;
}

.cart-line-item {
  display: none;
}

.checkout-actions {
  background-color: #fff;
  margin-left: -5px;
}

.cart-container {
  box-shadow: none;
  border-top: .5px solid #c0c0c080;
  max-height: 480px;
  margin-top: 3px;
}

.section---black {
  background-color: #f2f2f2;
  padding-top: 8px;
  padding-bottom: 13px;
}

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

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

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

.div-block-5 {
  padding-left: 15px;
}

.text-block-2 {
  cursor: pointer;
  margin-top: 3px;
}

.text-block-2:hover {
  opacity: .6;
}

.image-2 {
  cursor: pointer;
  width: 16px;
  margin-top: 2.5px;
  margin-right: 7px;
}

.image-2:hover {
  opacity: .6;
}

.text-block-3, .text-block-4 {
  margin-top: 2px;
}

.collection-list {
  text-align: right;
  margin-top: 8px;
  padding-right: 16px;
}

.paragraph-2 {
  cursor: pointer;
  margin-top: 3.5px;
}

.paragraph-2:hover {
  opacity: .6;
}

.paragraph-3 {
  margin-top: 2px;
}

.paragraph-6 {
  margin-top: 2.5px;
}

.text-block-5 {
  cursor: pointer;
  margin-top: 3px;
}

.text-block-5:hover {
  opacity: .6;
}

.link-block {
  width: 40px;
  height: 30px;
  margin-left: 0;
  display: block;
  position: absolute;
}

.body {
  box-sizing: border-box;
  overflow: hidden visible;
}

.heading {
  align-self: center;
  font-style: normal;
  font-weight: 400;
}

.field-label {
  margin-left: 1px;
  font-size: 11px;
  font-weight: 400;
}

.email {
  background-color: #fff;
  border-color: #aaa9a9;
  border-radius: 1px;
  height: 47px;
}

.block-header {
  border-bottom-color: #e6e6e6;
  height: 60px;
}

.text-block-6 {
  align-self: center;
}

.block-content {
  height: 129px;
}

.block-header-2 {
  border-bottom-color: #aaa9a9;
  height: 60px;
}

.heading-2 {
  align-self: center;
  font-weight: 400;
}

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

.heading-3 {
  align-self: center;
  font-weight: 400;
}

.full-name, .street-address, .street-address-2, .city, .state-province, .zip-postal-code, .country {
  background-color: #fff;
  border-color: #aaa9a9;
  border-radius: 1px;
  height: 47px;
}

.block-header-3 {
  height: 60px;
}

.block-content-2 {
  width: 360px;
  height: 129px;
  padding-top: 19px;
  padding-bottom: 7px;
}

.block-header-4 {
  height: 60px;
}

.heading-4 {
  align-self: center;
  font-weight: 400;
}

.text-block-8 {
  align-self: center;
}

.card-number, .expiration-date, .security-code, .full-name-2, .street-address-3, .street-address-4, .city-2, .state-province-2, .zip-postal-code-2, .country-2 {
  background-color: #fff;
  border-color: #aaa9a9;
  border-radius: 1px;
  height: 47px;
}

.checkbox-label {
  align-self: center;
  margin-top: 10px;
  display: flex;
}

.heading-5 {
  font-weight: 400;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9, .field-label-10, .field-label-11, .field-label-12, .field-label-13, .field-label-14, .field-label-15, .field-label-16 {
  margin-left: 1px;
  font-size: 11px;
  font-weight: 400;
}

.submit-button {
  float: none;
  background-color: #000;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.block-header-5 {
  height: 60px;
}

.heading-6 {
  align-self: center;
  font-weight: 400;
}

.heading-7 {
  align-self: center;
  font-size: 18px;
  font-weight: 400;
}

.block-header-6 {
  height: 60px;
}

.section {
  height: 35px;
}

.image-3 {
  text-align: center;
  vertical-align: baseline;
  width: 106px;
  margin-top: 3px;
  margin-left: 25px;
  display: inline-block;
}

.checkout-form {
  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;
  display: block;
}

.section-2 {
  border-bottom: .5px solid #a0a0a0;
  height: 35px;
}

.image-4 {
  width: 106px;
  margin-top: 3px;
  margin-left: 20px;
}

.text-block-9 {
  margin-top: 10px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.page-wrapper {
  width: 800px;
  max-width: 500px;
  height: 90vh;
  margin-left: 24%;
}

.heading-8 {
  text-align: left;
  margin-top: -190px;
  font-size: 12px;
  text-decoration: none;
}

.text-span {
  font-size: 20px;
}

.field-label-17 {
  margin-top: 15px;
  margin-left: 1px;
  font-size: 11px;
  font-weight: 400;
}

.user-email-field {
  border: 1px solid #aaa9a9;
  height: 47px;
  margin-bottom: 25px;
}

.field-label-18 {
  margin-top: 10px;
  margin-left: 1px;
  font-size: 11px;
  font-weight: 400;
}

.user-password-field {
  border: 1px solid #aaa9a9;
  height: 47px;
}

.submit-button-2 {
  cursor: pointer;
  background-color: #000;
  height: 47px;
  margin-top: 20px;
}

.section-3 {
  border-top: .5px solid #a0a0a0;
  margin-top: -170px;
}

.text-block-10 {
  margin-top: 340px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.6;
  position: absolute;
}

.text-span-2 {
  font-size: 12px;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 47px;
  margin-top: 480px;
  margin-left: 20px;
  display: flex;
  position: absolute;
}

.link-block-2 {
  margin-top: 460px;
  margin-left: 20px;
  position: absolute;
}

.heading-9 {
  text-align: left;
  margin-top: -480px;
  font-size: 20px;
}

.section-4 {
  border-bottom: .5px solid #000;
  height: 35px;
}

.image-5 {
  width: 106px;
  margin-top: 4px;
  margin-left: 20px;
}

.text-block-11 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -20px;
  margin-right: 20px;
  display: flex;
}

.text-span-3 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.field-label-19 {
  margin-top: 15px;
  margin-left: 1px;
  font-size: 11px;
  font-weight: 400;
}

.user-email-field-2 {
  border: 1px solid #aaa9a9;
  height: 47px;
  margin-bottom: 25px;
}

.page-wrapper-2 {
  max-width: 500px;
  margin-top: 200px;
}

.text-field {
  border: 1px solid #aaa9a9;
  height: 47px;
  margin-bottom: 25px;
}

.user-password-field-2 {
  border: 1px solid #aaa9a9;
  height: 47px;
}

.field-label-20 {
  margin-top: 10px;
  margin-left: 1px;
  font-size: 11px;
  font-weight: 400;
}

.field-label-21 {
  margin-left: 1px;
  font-size: 11px;
  font-weight: 400;
}

.checkbox-label-2 {
  margin-top: 3px;
}

.checkbox-label-3 {
  font-size: 10px;
}

.checkbox-label-4, .checkbox-label-5 {
  margin-top: 4.5px;
  font-size: 10px;
  font-weight: 400;
}

.checkbox-field {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 22px;
}

.checkbox-field-2 {
  padding-left: 22px;
}

.submit-button-3 {
  background-color: #000;
  height: 47px;
  margin-top: 10px;
}

.checkbox {
  width: 13px;
  margin-left: -20.5px;
}

.checkbox-2 {
  margin-left: -20.5px;
}

.link-block-3, .link-block-4 {
  color: #000;
}

.section-5 {
  border-top: .5px solid #a0a0a0;
  margin-top: -290px;
}

.text-block-12 {
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1.6;
  display: block;
  position: absolute;
}

.text-span-4 {
  font-size: 12px;
}

.button-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 460px;
  height: 47px;
  margin-top: 285px;
  margin-left: 20px;
  display: flex;
  position: absolute;
}

.heading-10 {
  font-weight: 400;
}

.section-6 {
  border-bottom: .5px solid #a0a0a0;
  height: 45px;
}

.image-6 {
  width: 106px;
  margin-top: 14px;
}

.navbar {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: .5px solid #000;
  height: 35px;
}

.container {
  width: 1000px;
  margin-top: -10px;
  margin-left: 26px;
  margin-right: -26px;
}

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

.nav-link {
  cursor: default;
}

.text-block-13 {
  margin-top: 10px;
}

.text-block-14 {
  margin-top: 20px;
  font-weight: 700;
}

.text-block-15 {
  margin-top: 10px;
}

.text-block-16 {
  margin-top: 20px;
}

.section-7 {
  margin-top: 20px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .product-item-details {
    width: 400px;
    margin-left: 55px;
  }

  .customer-info {
    width: 800px;
  }
}

@media screen and (min-width: 1440px) {
  .product-item-details {
    margin-left: 95px;
  }

  .block-content {
    width: 900px;
  }

  .block-content-2 {
    width: 460px;
  }
}

@media screen and (min-width: 1920px) {
  .content-block.sticky.padding {
    padding-left: 185px;
  }

  .product-item-details {
    width: 900px;
    margin-left: 400px;
  }

  .product-image {
    width: 1800px;
  }

  .block-header, .block-content {
    width: 100%;
  }

  .block-content-2 {
    width: 725px;
  }

  .customer-info {
    width: 1125px;
  }
}

@media screen and (max-width: 991px) {
  .menu---link---block.w--current {
    height: 38px;
    min-height: 33px;
  }

  .menu---link---block.transparent {
    margin-top: 1px;
  }

  .menu---link---block.transparent.w--current {
    margin-top: -1px;
  }

  .menu---link---block.lrg {
    background-color: var(--white);
  }

  .logo1 {
    width: 100px;
    margin-top: 4px;
    margin-left: 0;
  }

  .menu-title-inside.no-padding.white {
    color: var(--black);
    text-decoration: none;
  }

  .button.stretch.black {
    width: 100.1%;
  }

  .button.stretch.checkout {
    width: 98.5%;
  }

  .caped {
    margin-top: 2px;
  }

  .text-block {
    margin-top: -.5px;
  }

  .content-block.sticky.padding {
    padding-left: 51px;
  }

  .product-item-details {
    width: 320px;
    margin-left: -19px;
  }

  .checkout-actions {
    margin-left: -5px;
  }

  .section---black {
    background-color: #f2f2f2;
  }

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

  .collection-list {
    text-align: right;
    margin-top: 8px;
    padding-right: 15px;
  }

  .paragraph-6 {
    margin-top: 2.5px;
  }

  .text-block-5 {
    margin-top: 2px;
  }

  .block-header {
    width: 400px;
  }

  .block-content-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .menu---link---block.lrg {
    background-color: var(--white);
    cursor: default;
  }

  .button.stretch.checkout {
    box-sizing: border-box;
    clear: none;
    background-color: var(--black);
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 105%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .content-block.sticky.padding {
    padding-left: 0;
  }

  .cart-form-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .checkout-actions {
    margin-left: 0;
    padding-left: 0;
  }

  .paragraph-3, .paragraph-4, .paragraph-5 {
    margin-top: 3px;
  }

  .paragraph-6 {
    margin-top: 4px;
  }

  .block-header {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .right-menu {
    flex: 1;
  }

  .product-item-details {
    width: 89%;
    margin-top: -100px;
  }

  .block-content-2 {
    width: 100%;
  }

  .country-2 {
    font-size: 12px;
  }
}

#w-node-_22fc9b8f-ebea-49f5-f2c0-9a3150b29ad1-b92c7298 {
  align-self: start;
}

#w-node-f14900f8-7b68-1cb0-f98d-9c955de0943a-b92c7298 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}


