:root {
  --white: white;
  --red: #e00;
  --red-3: red;
  --white-smoke: #f6f6f2;
  --azure: #dae9e7;
  --thistle: #cfb3b3;
  --red-2: #ff0000b8;
  --beige: #e7e9da;
  --gold: #ffc800;
  --sky-blue: #0df;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  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 {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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;
  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-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-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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--white);
  color: var(--red);
  letter-spacing: .12px;
  padding-top: 60px;
  font-family: futura-pt, sans-serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
}

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

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 18px;
}

a {
  color: red;
  text-decoration: underline;
}

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

blockquote {
  border-left: 5px solid var(--red);
  margin-bottom: 10px;
  padding: 20px;
  font-size: 2.1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
}

.navbar {
  background-color: var(--white);
  padding: 0 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.section {
  padding: 10px;
}

.section.signage {
  color: red;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
}

.section.footer {
  border-top-style: none;
  border-top-width: 1px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.credits {
  color: var(--red);
  font-family: futura-pt, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
}

.section.product-collection {
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.about {
  border-bottom-width: 1px;
  padding-bottom: 20px;
}

.section.product {
  border-width: 2px 1px 1px;
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section.shipping, .section.privacy, .section.faq {
  padding: 0;
}

.section.promotion {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.section.filter {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section.product-page-ad {
  color: var(--white);
  text-align: center;
  border-style: solid solid none;
  padding: 0;
}

.section.email {
  text-align: center;
}

.section.hide {
  display: none;
}

.container {
  border: 1px solid var(--red);
  max-width: 96rem;
  padding: 10px;
}

.container.nav {
  border-style: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.container.filter {
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.container.product-page-ad {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
  min-height: 150px;
  margin: 5rem auto;
  padding: 20px;
  display: flex;
}

.container.hero-image {
  border-style: none;
  padding: 0;
}

.container.footer {
  border-style: none;
}

.container.product {
  border-style: none;
  padding-left: 0;
  padding-right: 0;
}

.container.title {
  border-style: none none solid;
}

.container.no-border {
  border-style: none;
}

.container.no-box {
  border-style: none;
  padding-left: 0;
}

.brand {
  flex: none;
  width: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
}

.brand.w--current {
  padding-left: 0;
}

.brand-redstar {
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--red-3);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: .9rem;
  font-weight: 700;
}

.nav-link.w--current {
  background-color: var(--red);
  color: var(--white);
}

.nav-link.cart {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 72%;
  border-radius: 0;
  width: 100%;
  height: 82vh;
}

.highlight {
  text-transform: none;
  max-width: 36ch;
  margin-top: 36px;
  margin-bottom: 36px;
  margin-left: 0;
}

.default-state {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
  padding: 10px;
}

.select-field {
  z-index: 1;
  display: block;
  position: relative;
}

.quantity {
  float: left;
  border-width: 1px;
  border-color: var(--red);
  background-color: var(--red);
  width: 25%;
  height: 26px;
  color: var(--white);
  text-align: center;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0 5px 0 15px;
  font-family: Inconsolata, monospace;
  font-style: normal;
  font-weight: 700;
  position: relative;
}

.quantity:focus {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
}

.option-list {
  z-index: 1;
  float: left;
  width: 75%;
  position: relative;
}

.button {
  background-color: var(--white-smoke);
  width: 25%;
  height: 24px;
  color: var(--red);
  border-style: none;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
  font-style: normal;
  display: flex;
}

.button:last-child {
  border-right-color: var(--red);
}

.button:hover {
  border-style: solid;
}

.button.w--ecommerce-pill-selected {
  background-color: var(--red);
}

.button.product-page {
  border-style: none;
  border-color: #000;
  flex: 1;
}

.button.product-page.w--ecommerce-pill-disabled {
  border-top-color: var(--red);
  border-bottom-color: var(--red);
  border-left-color: var(--red);
  color: #ee000080;
  background-color: #ee00001a;
}

.add-to-cart-button {
  background-color: var(--red);
  width: 100%;
  color: var(--white);
  text-align: right;
  margin-top: 48px;
  font-weight: 700;
  display: block;
}

.link-block {
  color: red;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-link {
  color: red;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.footer-link.hide, .mobile-nav {
  display: none;
}

.drop-category-collectios {
  z-index: 1;
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  max-width: 1800px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 69px 0% 0%;
}

.nav-wrap {
  float: left;
  display: inline-block;
}

.collection-item {
  float: left;
  width: 100%;
  max-width: 25%;
  min-height: 480px;
  padding: 0;
  overflow: hidden;
}

.cart-button {
  border: 1px solid var(--red);
  color: var(--red);
  background-color: #0000;
  border-radius: 20px;
  padding: 0 10px;
}

.cart-quantity {
  color: var(--red);
  margin-left: 4px;
  font-size: .84rem;
}

.product-image {
  z-index: -1;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.product-link-block {
  color: red;
  width: 100%;
  height: 415px;
  text-decoration: none;
  transition: all .6s;
  overflow: hidden;
  transform: none;
}

.product-link-block:hover {
  transform: none;
}

.product-name {
  float: left;
  clear: both;
  color: red;
  text-transform: capitalize;
  margin-left: 10px;
  margin-right: 10px;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.product-name.product-page {
  clear: none;
  margin-left: 0;
}

.product-name.other-products {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.2rem;
}

.label {
  float: right;
  clear: none;
  border: 1px solid var(--red);
  text-transform: uppercase;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 10px;
  padding: 1px 10px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-block;
  position: static;
}

.label.product-page {
  margin-left: 0;
}

.label.sale {
  float: right;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.field-label {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-style: normal;
}

.field-label.filter-heading {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--red);
  text-align: left;
  cursor: pointer;
  align-self: stretch;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.field-label.colors {
  display: inline;
}

.field-label.filter-label {
  border-style: none;
  border-width: 2px 2px 1px;
  border-color: var(--red);
  text-align: left;
  margin-bottom: 0;
  padding: 10px 20px 10px 10px;
}

.field-label.size-guide-title {
  border: 1px solid var(--red);
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
}

.field-label.size-guide-data {
  border-bottom: 1px solid var(--red);
  text-align: center;
  margin-bottom: 0;
  padding: 5px;
}

.field-label.size-guide-data.middle-data-col {
  border-right: 2px solid var(--red);
  border-left: 2px solid var(--red);
}

.field-label.product {
  font-size: .9rem;
}

.filters {
  z-index: 2000;
  border: 1px solid var(--red-3);
  background-color: var(--white);
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.filter {
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--red);
  flex: 1;
}

.filter.right {
  border-left: 1px solid var(--red);
  border-top-color: var(--red);
  border-bottom-style: none;
  overflow: hidden;
}

.filter.left {
  border-right: 1px none var(--red);
  border-bottom-style: none;
  border-left-color: var(--red);
  overflow: hidden;
}

.filters-wrapper.filter-collections {
  border-left: 1px solid var(--red);
  align-self: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.filters-wrapper.filter-colors {
  align-self: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.filter-dynamic-list {
  padding-top: 0;
}

.hide-do-not-delete {
  display: none;
}

.filter-button {
  background-color: #dae9e700;
  margin-top: 0;
  padding: 1px 6px;
}

.filter-button.active-filter {
  border-style: solid;
  border-color: var(--red-3);
  color: var(--white);
  background-color: red;
}

.navbar-2 {
  position: relative;
}

.checkout-body {
  padding-top: 0;
}

.checkout-form {
  border: 2px none var(--red);
  background-color: #fff;
  padding-top: 40px;
}

.customer-info {
  border: 1px solid var(--azure);
  border-radius: 0;
  overflow: hidden;
}

.customer-info:focus {
  border-color: var(--red);
}

.block-header {
  border-style: none;
}

.block-content {
  border: 1px #000;
}

.shipping-address, .shipping-method {
  border: 1px solid var(--azure);
  border-radius: 0;
  overflow: hidden;
}

.shipping-method-option {
  border-bottom-width: 2px;
  border-bottom-color: var(--azure);
}

.shipping-method-option:last-child {
  border-bottom-style: none;
}

.billing-address, .payment-info {
  border: 1px solid var(--azure);
  border-radius: 0;
  overflow: hidden;
}

.submit-button {
  background-color: var(--red);
  border-radius: 5px;
  justify-content: flex-end;
  height: 40px;
  display: flex;
}

.submit-button.email {
  float: left;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: space-around;
  width: 24%;
  display: block;
}

.submit-button.sns {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3rem;
}

.apple-pay {
  border-radius: 5px;
  height: 40px;
}

.order-confirmation {
  border: 2px none var(--red);
  background-color: #0000;
}

.container-flex {
  justify-content: center;
  align-items: flex-start;
  max-width: 96rem;
  margin-top: 0;
  display: flex;
}

.sticky-product {
  flex-basis: 600px;
  padding: 20px;
  position: sticky;
  top: 100px;
}

.static-product {
  border-right: 1px solid var(--red);
  flex: 0 1200px;
}

.price {
  margin: 20px 10px 10px;
  font-family: Inconsolata, monospace;
  font-style: normal;
}

.price.product-page {
  float: left;
  clear: both;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.price.other-products {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.description {
  clear: both;
  margin-bottom: 20px;
}

.link-flex-wrap {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.link-wrap {
  align-items: center;
  display: flex;
}

.link-icon {
  margin-right: 5px;
}

.empty-state {
  background-color: #0000;
}

.swiper-container {
  border-right: 1px solid var(--red);
}

.same-collection-link-wrapper {
  flex: 0 auto;
}

.product-color-label {
  color: var(--red);
  text-align: center;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 1px;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.same-collection-item {
  float: left;
  padding: 0;
}

.same-collection-list {
  padding: 5px 10px;
}

.same-collection {
  border-bottom: 1px solid var(--red);
  border-top-width: 1px;
  border-top-color: var(--red);
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  display: flex;
}

.same-collection-label-wrap {
  text-align: center;
  flex-direction: column;
  flex: 0 30px;
  justify-content: center;
  margin-right: 20px;
  display: flex;
}

.current-product {
  z-index: 100;
  border: 2px solid var(--red);
  border-radius: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
}

.image {
  object-fit: none;
  object-position: 65% 45%;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: block;
}

.same-collection-link {
  border-bottom: 2px solid #0000;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding-top: 1px;
  text-decoration: none;
  display: flex;
}

.same-collection-link:hover {
  border-bottom-style: solid;
}

.product-page-section {
  border-top: 1px solid var(--red);
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-heading {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.category-nav-link, .collection-list-wrapper-2 {
  float: left;
}

.remove {
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
}

.cart-container {
  min-width: 480px;
  max-width: 480px;
  min-height: 600px;
  box-shadow: none;
  border-radius: 10px;
  margin: 5% auto;
}

.cart-header {
  border-bottom-style: none;
}

.cart-list {
  border-bottom: 1px #000;
}

.cart-footer {
  border-top-style: none;
}

.category-collection-item {
  flex: 1;
  padding: 0;
}

.category-collections {
  height: 100%;
  display: flex;
}

.category-collections-wrap {
  flex: 1;
}

.category-collection-link-block {
  height: 100%;
  padding: 20px;
  text-decoration: none;
  display: block;
}

.footer-flex {
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-statement {
  text-align: center;
  max-width: 720px;
  margin: 40px auto 60px;
  font-style: italic;
}

.rich-text-block-push-right {
  border-left: 1px solid var(--red);
  margin-left: 30%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 5%;
}

.rich-text-block-push-left {
  border-right: 1px solid var(--red);
  margin-right: 30%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 5%;
}

.layout-center {
  border-right: 1px solid var(--red);
  border-left: 1px solid var(--red);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px 40px;
}

.form-block {
  border-right: 1px solid var(--red);
  border-left: 1px solid var(--red);
  max-width: 900px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.text-field {
  background-color: var(--white);
  color: red;
  border: 1px solid #ff00005c;
}

.text-field:focus {
  border: 1px solid var(--red);
  color: var(--thistle);
}

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

.text-field.message {
  height: 90px;
}

.text-field.email {
  float: left;
  border-color: red;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 76%;
  height: 40px;
}

.text-field.sns {
  text-align: center;
  font-size: 1.5rem;
}

.text-field.sns::placeholder {
  text-align: center;
}

.cart-wrapper {
  background-color: var(--red-2);
}

.promotion {
  font-size: 1.4rem;
}

.promotion-description {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper {
  overflow: hidden;
}

.collection-list {
  padding-left: 0;
  padding-right: 0;
}

.mobile {
  display: none;
}

.product-description-wrap {
  margin-bottom: 60px;
}

.product-page-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.pop-up-utility {
  z-index: 2000;
  background-color: var(--red-2);
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-container {
  flex: 1;
}

.size-guide {
  background-color: #fff;
  padding: 10px;
  display: block;
}

.size-guide-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.close-pop-up {
  color: var(--white);
  text-align: right;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.out-of-stock-email {
  background-color: var(--white);
  padding: 20px;
  display: none;
}

.checkbox {
  border-color: var(--thistle);
  width: 18px;
  height: 18px;
  padding: 0;
}

.checkbox-label {
  margin-top: 5px;
  margin-bottom: 0;
  margin-left: 5px;
}

.form-disclaimer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-images {
  object-fit: cover;
  flex: 1;
  width: 100px;
  max-height: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.lightbox-link {
  width: 100%;
}

.filter-dynamic-item {
  float: left;
  background-color: var(--red);
  color: var(--red);
  border: 1px solid #f003;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5px;
  padding-left: 0;
}

.filter-dynamic-item.active-filter {
  color: var(--white);
  background-color: #000;
}

.color, .filter-category {
  display: none;
}

.product-wrap {
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.product-wrap:hover {
  border: 1px solid var(--red);
}

.filter-wrap {
  margin-bottom: 30px;
}

.copyright {
  display: inline;
}

.credit-wrap {
  float: right;
  align-items: flex-start;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  text-decoration: none;
  display: flex;
}

.credit-image {
  filter: contrast(0%) sepia(1000%) saturate(10000%) hue-rotate();
  margin-right: 10px;
}

.cnt-features-left {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center stretch;
  width: 300px;
  display: grid;
  position: relative;
}

.grp-metric {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.h2-left {
  color: var(--red-3);
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.p1-left-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.h2-center {
  color: #000;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 120%;
  position: absolute;
  inset: 0%;
}

.countdown {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.subscribe {
  min-width: 300px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
  display: block;
}

.image-2 {
  border: 1px solid var(--red-3);
  width: 100%;
  display: block;
}

.success-message {
  background-color: #0000;
  font-size: 2rem;
}

.div-block-2 {
  flex-direction: row;
  display: flex;
}

.active-filter {
  border: 1px solid var(--red-3);
  padding: 0;
}

.add-to-cart-2 {
  min-height: 120px;
}

.div-block-3 {
  width: 25%;
  display: inline-block;
}

.popup {
  z-index: 2001;
  background-color: #000000b8;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-image {
  object-fit: cover;
  width: 100%;
  max-width: 600px;
  max-height: 200px;
}

.form-container {
  background-color: var(--white);
  flex: 1;
  max-width: 600px;
}

.text-block {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.form {
  padding: 0;
}

.sns-no-link {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  font-size: .9rem;
  display: block;
}

.sns-form {
  margin-bottom: 0;
}

.popmarker {
  z-index: 3000;
  height: 5px;
  position: absolute;
  inset: 0% 0% auto;
}

.subscriber-pad {
  padding: 10px 10px 0;
}

.discountcode {
  font-weight: 700;
}

.popdiscount {
  text-align: center;
  background-color: red;
  padding: 10px;
  font-size: 1.5rem;
  display: none;
}

.text-block-2 {
  border: 1px solid var(--red-3);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: padding-box;
  padding: 5px 20px 5px 10px;
  display: inline-block;
}

.flat-laces-ad {
  border: 1px none var(--red-3);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/website---flec.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: content-box;
  height: 350px;
  margin-bottom: 30px;
}

.image-3 {
  object-position: 50% 50%;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.buy-now-button {
  background-color: gray;
  width: 100%;
  font-weight: 700;
}

.atc-cart-btn {
  height: 34px;
  color: var(--red);
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 0;
}

.default-state-cart-page {
  display: flex;
}

.quantity-cart-page {
  height: 34px;
  margin-bottom: 0;
}

.cart-list-item {
  flex: 1;
  max-width: 46%;
}

.cart, .cart-list {
  flex-flow: wrap;
  display: flex;
}

.cart-page {
  opacity: 0;
  margin-top: 40px;
}

.options-cart-page {
  margin-bottom: 0;
}

.button-2 {
  color: var(--red);
  border-color: #ddd;
  border-radius: 4px;
}

.button-group-2 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border: 1px solid var(--red);
  background-color: var(--red);
}

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

._606-search {
  align-self: stretch;
  margin-bottom: 0;
  display: flex;
}

.searchbar {
  height: 45px;
  margin-bottom: 0;
}

.search-button {
  background-color: #3898ec00;
  width: 54px;
  margin-left: -54px;
}

@media screen and (max-width: 991px) {
  .highlight {
    margin-left: 0;
  }

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

  .quantity {
    width: 100%;
    margin-bottom: 10px;
  }

  .quantity.product-page {
    width: 25%;
  }

  .option-list {
    float: none;
    width: 100%;
    max-width: none;
  }

  .option-list.product-page {
    float: left;
    width: 75%;
  }

  .button:last-child {
    margin-right: 0;
  }

  .button.product-page:last-child {
    border-right-style: solid;
  }

  .add-to-cart-button {
    margin-top: 0;
  }

  .nav-menu-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-nav {
    display: block;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: .9rem;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--red);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu {
    letter-spacing: 1px;
    font-family: futura-pt-bold, sans-serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 700;
  }

  .nav-wrap {
    float: none;
    width: 172px;
    display: block;
  }

  .collection-item {
    max-width: 33.33%;
  }

  .product-image {
    margin-top: -40px;
  }

  .field-label.filter-heading {
    border-right-style: none;
  }

  .filters {
    flex-direction: column;
  }

  .filters-wrapper.filter-collections {
    border-left-style: none;
  }

  .filters-wrapper.filter-colors {
    border-bottom-color: #ee00007d;
  }

  .filter-dynamic-list {
    border-bottom: 1px solid #ee000080;
    padding-bottom: 10px;
  }

  .filter-dynamic-list.no-bar {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .container-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .sticky-product {
    z-index: 200;
    padding: 0;
    position: fixed;
    inset: auto 0% 0%;
  }

  .static-product {
    border-right-style: none;
    flex-basis: 0;
  }

  .price.product-page {
    float: right;
  }

  .link-flex-wrap {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .current-product {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-flex {
    flex-wrap: wrap;
  }

  .nav-menu {
    background-color: var(--white);
    text-align: center;
  }

  .button-group {
    justify-content: space-between;
  }

  .add-to-cart.product {
    border-style: solid;
    border-width: 1px;
    border-color: var(--red-3) var(--red-3) #fff;
    background-color: #fff;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .filter-dynamic-item {
    max-width: 40%;
  }

  .nav-collection-list {
    flex-direction: column;
    align-items: flex-start;
    width: 172px;
    display: flex;
  }

  .div-block-3 {
    width: 100%;
  }

  .flat-laces-ad {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.product {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .hero-image {
    height: 500px;
  }

  .quantity.product-page {
    margin-bottom: 5px;
  }

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

  .collection-item {
    max-width: 50%;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .field-label.size-guide-title {
    padding: 5px;
  }

  .link-flex-wrap {
    margin-top: 5px;
  }

  .link-wrap {
    font-size: .8rem;
  }

  .link-icon {
    width: 18px;
  }

  .same-collection-list {
    padding-left: 0;
    padding-right: 0;
  }

  .same-collection {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .cart-container {
    min-width: 300px;
    max-width: 480px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .rich-text-block-push-right {
    margin-left: 15%;
  }

  .rich-text-block-push-left {
    margin-right: 15%;
  }

  .add-to-cart.product {
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .mobile {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .filter-dynamic-item {
    max-width: 50%;
  }

  .cnt-features-left {
    width: 480px;
  }

  .sizes, .default-state-2 {
    margin-bottom: 5px;
  }

  .flat-laces-ad {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .container.faq {
    padding: 0;
  }

  .hero-image {
    height: 300px;
  }

  .menu-button {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .filters {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .filter, .filter.left {
    flex: 1;
  }

  .filter-dynamic-list {
    padding: 10px;
  }

  .sticky-product {
    flex-basis: auto;
    margin-bottom: -5px;
    top: auto;
  }

  .swiper-container {
    border-bottom: 1px solid var(--red);
    border-right-style: none;
  }

  .rich-text-block-push-right {
    margin-left: 5%;
  }

  .rich-text-block-push-left {
    margin-right: 5%;
  }

  .layout-center {
    border-left-style: none;
    border-right-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .add-to-cart.product {
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    margin: 0;
  }

  .mobile {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .pop-up-utility {
    display: none;
    overflow: scroll;
  }

  .size-guide, .out-of-stock-email {
    display: none;
  }

  .product-images {
    width: 100%;
  }

  .filter-dynamic-item {
    float: left;
    max-width: 100%;
    margin-right: 5%;
  }

  .filter-category {
    display: none;
  }

  .credit-wrap {
    margin-top: 20px;
  }

  ._606 {
    width: 72px;
  }

  .redstar {
    width: 24px;
  }

  .cnt-features-left {
    grid-column-gap: 16px;
    width: 280px;
  }

  .h2-left {
    font-size: 32px;
  }

  .p1-left-2 {
    font-size: 12px;
  }

  .h2-center {
    font-size: 32px;
  }

  .swiper-wrapper {
    display: flex;
  }

  .swiper-slide {
    flex: 1;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .flat-laces-ad {
    height: 100px;
  }
}


