:root {
  --background: #101010;
  --paragraphs: #ffffffa6;
  --white: white;
  --crimson: #d91d2e;
  --border: #ffffff26;
  --dark-hover: #1e1e1e;
  --accent: #f8b833;
  --additional-background: #141414;
  --dark-red: #891c26;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

body {
  background-color: var(--background);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--white);
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 58px;
  font-style: italic;
  font-weight: 700;
  line-height: 106%;
}

h2 {
  color: var(--white);
  letter-spacing: -.8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 42px;
  font-style: italic;
  font-weight: 700;
  line-height: 108%;
}

h3 {
  color: var(--white);
  letter-spacing: -.6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 111%;
}

h4 {
  color: var(--white);
  letter-spacing: -.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 116%;
}

h5 {
  color: var(--white);
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 17px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

p {
  margin-bottom: 25px;
}

a {
  color: var(--white);
  text-decoration: underline;
  transition: color .2s cubic-bezier(.25, .46, .45, .94);
}

a:hover {
  color: var(--crimson);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 25px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
}

strong {
  color: #fff;
  font-weight: 700;
}

em {
  color: var(--white);
  font-style: italic;
}

blockquote {
  border-left: 2px solid var(--crimson);
  color: var(--crimson);
  margin-bottom: 25px;
  margin-left: 18px;
  padding: 0 24px;
  font-size: 18px;
  font-style: italic;
  line-height: 165%;
}

figure {
  border: 1px solid var(--border);
  margin-top: 37px;
  margin-bottom: 37px;
}

figcaption {
  border-top: 1px solid var(--border);
  text-align: center;
  margin-top: 0;
  padding: 12px 5%;
  font-size: 14px;
  line-height: 160%;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.block-navbar {
  z-index: 1;
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

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

.nav-menu {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.nav-link {
  border-left: 1px solid var(--border);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 35px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav-link:hover {
  background-color: var(--dark-hover);
  color: var(--white);
}

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

.nav-button {
  background-color: var(--crimson);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 25px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.brand {
  border-right: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 25px;
  transition-property: background-color;
  transition-duration: .2s;
  display: flex;
}

.brand:hover {
  background-color: var(--dark-hover);
}

.brand.w--current {
  border-right-style: none;
}

.logo {
  height: 50px;
}

.dropdown {
  z-index: 0;
}

.dropdown-toggle {
  border-left: 1px solid var(--border);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .25s cubic-bezier(.25, .46, .45, .94);
  display: none;
}

.dropdown-icon {
  margin-left: 3px;
  margin-right: 0;
  font-size: 11px;
  position: relative;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  border: 1px solid var(--border);
  background-color: var(--dark-hover);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.dropdown-link {
  color: var(--paragraphs);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.dropdown-link:hover {
  color: var(--white);
}

.dropdown-link.w--current {
  color: var(--accent);
}

.dropdown-list-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-hero {
  margin-bottom: 0;
  font-size: 80px;
  position: relative;
}

.heading-hero.large {
  font-size: 100px;
  line-height: 98%;
}

.overflow {
  overflow: hidden;
}

.overflow.buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  display: flex;
}

.block-heading-hero {
  margin-bottom: 24px;
}

.block-heading-hero.margin-0 {
  margin-bottom: 0;
}

.paragraph-hero {
  max-width: 520px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 175%;
}

.paragraph-hero.wider-hero-p {
  color: #ffffffc4;
  max-width: 810px;
}

.paragraph-hero.wider-hero-p.wider {
  max-width: 100%;
}

.text-accent {
  color: var(--crimson);
}

.block-hero---a {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.button {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 23px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

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

.button.small {
  padding: 13px 26px;
}

.button.top-m {
  margin-top: 60px;
}

.button.solid {
  border-color: var(--crimson);
  background-color: var(--crimson);
}

.button.solid:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.button.solid.full-width {
  flex: 1;
  align-self: stretch;
  max-width: 100%;
}

.block-paragraph-hero {
  margin-bottom: 40px;
}

.hero---a {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding: 170px 10% 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section {
  background-color: var(--additional-background);
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px;
  display: flex;
}

.content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.content.full {
  max-width: 84vmax;
}

.content.facility {
  margin-top: 100px;
  display: none;
}

.content.second {
  margin-top: 140px;
}

.grid-2-columns {
  grid-column-gap: 4vmin;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.block-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10%;
  display: flex;
  position: relative;
}

.block-right.less-pd {
  padding-left: 5%;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.image.bottom-fit {
  object-position: 50% 65%;
}

.image.top-fit {
  object-position: 50% 100%;
  max-height: 580px;
}

.image.map, .image.no-height {
  max-height: 100%;
}

.image.gym {
  object-position: 50% 50%;
}

.image.max-h {
  max-height: 400px;
}

.image.max-h.trainer {
  object-position: 50% 64%;
}

.image.max-h.top-align {
  object-position: 50% 30%;
}

.border-image {
  border: 1px solid var(--border);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.border-image.full {
  border-top-style: none;
  border-bottom-style: none;
}

.text-subtitle {
  color: var(--crimson);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.text-subtitle.hero {
  color: var(--white);
  font-size: 14px;
}

.subtitle {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.subtitle.hero-v {
  justify-content: flex-start;
  align-items: center;
}

.line-subtitle {
  background-color: var(--crimson);
  width: 26px;
  height: 2px;
}

.line-subtitle.short {
  width: 13px;
}

.heading {
  max-width: 560px;
}

.heading.shop {
  margin-bottom: 0;
}

.heading.checkout {
  max-width: 700px;
  margin-bottom: 0;
}

.into-view-fill {
  z-index: 100;
  background-color: var(--additional-background);
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.into-view-fill.dark {
  background-color: var(--background);
}

.paragraph {
  max-width: 470px;
  margin-bottom: 36px;
}

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

.section-dark {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 130px 20px;
  display: flex;
}

.section-dark.padding {
  padding-top: 50px;
}

.section-dark.pricing {
  padding-top: 60px;
}

.section-dark.supp {
  padding-top: 0;
}

.section-dark.form-top {
  padding-top: 150px;
}

.section-dark.supplements {
  display: none;
}

.block-heading {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.block-heading.center {
  text-align: center;
  align-items: center;
  margin-right: 0;
}

.block-heading.center.wide {
  width: 100%;
}

.grid-3-columns {
  grid-column-gap: 4vmin;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.grid-3-columns.margin-10 {
  grid-auto-columns: 1fr;
  margin-top: 10px;
}

.border-link {
  border: 1px solid var(--border);
  width: 100%;
  overflow: hidden;
}

.image-services {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 530px;
}

.block-services {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 16px;
  display: flex;
}

.block-services.margin-44 {
  margin-top: 44px;
}

.block-services.margin-0 {
  margin-top: 0;
}

.heading-services {
  margin-bottom: 0;
}

.heading-services.h3 {
  font-size: 30px;
  line-height: 116%;
}

.icon-services {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.icon-services.large {
  width: 38px;
  height: 38px;
}

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

.services {
  position: relative;
}

.services.margin-50 {
  margin-top: 50px;
}

.services.margin-100 {
  margin-top: 100px;
}

.section-full {
  background-color: var(--additional-background);
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.block-full {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 130px 16%;
  display: flex;
  position: relative;
}

.lightbox-link {
  perspective: 1000px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-lightbox {
  object-fit: cover;
  width: 156px;
  height: 90px;
}

.heading-lightbox {
  margin-bottom: 0;
  margin-left: 22px;
  margin-right: 10px;
}

.border-lightbox {
  border: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.block-icon-lightbox {
  z-index: 20;
  border: 1px solid var(--border);
  background-color: var(--background);
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: absolute;
}

.paragraph-large {
  max-width: 500px;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 175%;
}

.testimonial {
  border: 1px solid var(--border);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14% 10%;
  position: relative;
  overflow: hidden;
}

.icon-star {
  width: 24px;
  height: 24px;
  margin-left: 2px;
  margin-right: 2px;
}

.stars {
  margin-bottom: 16px;
}

.name-testimonial {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.name-testimonial.caps-smaller {
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
}

.paragraph-testimonial {
  margin-bottom: 18px;
}

.banner {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  padding: 6% 30% 6% 6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner._10-top {
  margin-top: 10px;
}

.block-banner {
  z-index: 10;
  max-width: 470px;
  position: relative;
}

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

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

.location {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7% 8%;
  display: flex;
}

.paragraph-location {
  margin-bottom: 0;
}

.heading-location.caps {
  text-transform: uppercase;
  font-weight: 700;
}

.collection-list-categories {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

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

.categories {
  border: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-category {
  color: var(--white);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.link-category.w--current {
  color: var(--accent);
}

.text-categories {
  color: #fff6;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

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

.empty-state {
  border: 1px solid var(--border);
  background-color: #0000;
  padding: 15px 20px;
}

.text-empty {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.collection-list-wrapper-shop {
  width: 100%;
  margin-top: 50px;
}

.collection-list-shop {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.collection-list-shop.checkout-2 {
  grid-template-columns: 1fr 1fr;
}

.collection-item-shop {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-image-shop {
  border-bottom: 1px solid var(--border);
  width: 100%;
  overflow: hidden;
}

.image-shop {
  object-fit: cover;
  width: 100%;
  height: 400px;
  min-height: 350px;
  max-height: 400px;
}

.image-shop.l {
  object-position: 0% 50%;
}

.block-shop {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 9% 10% 10%;
  display: flex;
}

.block-shop.h {
  padding-top: 0%;
  padding-bottom: 0%;
}

.block-shop.center {
  justify-content: center;
  align-items: center;
}

.heading-shop {
  margin-bottom: 0;
}

.link-shop {
  margin-bottom: 4px;
  text-decoration: none;
}

.price {
  color: var(--crimson);
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.price.large {
  font-size: 24px;
}

.compare-at-price {
  color: #fff6;
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.compare-at-price.large {
  font-size: 24px;
}

.compare-at-price.add {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 125%;
}

.compare-at-price.asterisk {
  text-transform: none;
  font-weight: 300;
}

.compare-at-price.sm {
  font-size: 15px;
}

.product-information {
  color: #ffffff80;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
}

.product-information.large {
  font-size: 16px;
}

.description-shop {
  margin-bottom: 12px;
}

.description-shop.checkout {
  margin-bottom: 24px;
}

.block-price {
  margin-bottom: 14px;
}

.block-add-to-cart {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.quantity {
  border: 1px solid var(--border);
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  width: 65px;
  height: 48px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.quantity:focus {
  border-style: solid;
  border-color: var(--border);
}

.add-to-cart-button {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #0000;
  justify-content: center;
  padding: 13px 26px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.add-to-cart-button:hover {
  background-color: var(--white);
  color: var(--background);
}

.buy-now-button {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 15px;
  padding: 13px 26px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.buy-now-button:hover {
  background-color: var(--white);
  color: var(--background);
}

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

.default-state {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.out-of-stock-state {
  border: 1px solid var(--border);
  background-color: #0000;
  margin-top: 15px;
  padding: 14px 18px;
}

.text-out-of-stock {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.error-state {
  background-color: #0000;
  border: 1px solid #f8333359;
  margin-top: 15px;
  padding: 14px 18px;
}

.error-message {
  color: #f83333;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.icon-cart {
  width: 18px;
  height: 18px;
}

.cart-button {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  min-width: 68px;
  height: 100%;
  padding: 10px;
  transition-property: background-color;
  display: none;
  position: relative;
}

.cart-button:hover {
  background-color: var(--dark-hover);
}

.cart {
  border-left: 1px solid var(--border);
  height: 100%;
}

.cart-quantity {
  background-color: var(--white);
  color: var(--background);
  margin-left: 4px;
  position: absolute;
  inset: 20% 14% auto auto;
}

.cart-container {
  border: 1px solid var(--border);
  background-color: var(--background);
}

.cart-quantity-item {
  border-color: var(--border);
  background-color: #0000;
  border-radius: 0;
}

.cart-quantity-item:focus {
  border-color: var(--border);
}

.cart-header {
  border-bottom-color: var(--border);
  padding: 24px 30px;
}

.image-cart-item {
  border: 1px solid var(--border);
  object-fit: cover;
  height: 60px;
}

.cart-footer {
  border-top-color: var(--border);
  padding: 24px 30px 30px;
}

.cart-item-price {
  color: #ffffff80;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

.cart-item-name {
  color: var(--white);
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 120%;
}

.remove-button {
  color: var(--accent);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.remove-button:hover {
  color: var(--white);
}

.text-subtotal {
  color: var(--white);
  letter-spacing: -.4px;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

.close-button {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  transition-property: opacity;
  display: flex;
}

.close-button:hover {
  opacity: .5;
}

.cart-list {
  padding: 18px 30px;
}

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

.checkout-button {
  background-color: var(--accent);
  color: var(--background);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 22px 24px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition-property: background-color;
}

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

.apple-pay {
  border-radius: 0;
  height: 45px;
}

.paypal {
  margin-bottom: 6px;
}

.web-payments {
  margin-bottom: 14px;
}

.pay-with-browser {
  border-radius: 0;
  height: 45px;
}

.text-cart-empty {
  margin-bottom: 26px;
  font-size: 18px;
}

.cart-empty-state {
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 60px;
}

.cart-error-state {
  text-align: center;
  background-color: #0000;
  border: 1px solid #f8333359;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 16px 18px;
}

.grid-faq {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 790px;
  margin-top: 10px;
}

.accordion-item {
  border: 1px solid var(--border);
  background-color: var(--dark-hover);
  position: relative;
  overflow: hidden;
}

.accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  transition: padding .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.accordion-header:hover {
  padding-left: 34px;
}

.accordion-content {
  padding-left: 28px;
  padding-right: 28px;
  overflow: hidden;
}

.heading-accordion {
  margin-bottom: 0;
}

.icon-accordion {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.cta {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 130px;
  display: flex;
  position: relative;
}

.image-cta {
  width: 100%;
}

.block-cta {
  text-align: center;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-cta {
  max-width: 800px;
  margin-bottom: 30px;
  font-size: 58px;
  line-height: 106%;
}

.block-image-cta {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.section-footer {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
  transform: perspective(1000px);
}

.grid-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

.block-footer {
  border-left: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14% 15% 24%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-footer.border-off {
  border-left-style: none;
}

.link-footer {
  color: #ffffff80;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  display: block;
}

.link-footer:hover {
  color: var(--white);
}

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

.heading-footer.red {
  color: var(--crimson);
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 22px;
}

.grid-footer-down {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.block-footer-down {
  border-left: 1px solid var(--border);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 3% 7.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-footer-down.border-off {
  border-left-style: none;
}

.text-footer-down {
  color: var(--white);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-right: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.block-down {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.block-down.hide-for-now {
  display: none;
}

.hero---b {
  background-color: #0000008c;
  background-image: linear-gradient(#0009, #0009), url('../images/pulldown-fitness-boise-gym.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  padding-top: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.grid-hero---b {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.block-hero---b {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto 10% 130px;
  display: flex;
  position: relative;
}

.link-services-hero {
  border-left: 1px solid var(--border);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5vmin 4vmin;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-services-hero:hover {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--crimson);
  background-color: #a4a4a421;
}

.link-services-hero.border-off {
  border-left-style: none;
}

.block-services-hero {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.block-services-hero.top {
  align-items: flex-start;
}

.icon-services-hero {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.heading-services-hero {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 111%;
}

.paragraph-services-hero {
  color: #ffffffc4;
  max-width: 450px;
  margin-bottom: 0;
}

.block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.grid-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 25px;
}

.group {
  border-left: 1px solid var(--border);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
  position: relative;
}

.group.border-off {
  border-left-style: none;
}

.heading-group {
  margin-bottom: 14px;
}

.icon-group {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
}

.paragraph-group {
  margin-bottom: 0;
}

.collection-list-blog {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.collection-list-wrapper-blog {
  width: 100%;
  margin-top: 10px;
}

.collection-item-blog {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-image-blog {
  border-bottom: 1px solid var(--border);
  width: 100%;
  overflow: hidden;
}

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

.block-blog {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 9% 10% 10%;
  display: flex;
}

.link-blog {
  margin-bottom: 24px;
  text-decoration: none;
}

.heading-blog {
  margin-bottom: 0;
}

.date-blog {
  color: #ffffff80;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.cta-simple {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
  position: relative;
}

.heading-cta-simple {
  max-width: 800px;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 58px;
  line-height: 106%;
}

.section-cta-simple {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  display: flex;
}

.hero---c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 80vh;
  padding: 170px 25% 130px 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-hero---c {
  z-index: 50;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.block-hero---c {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-hero---c {
  object-fit: cover;
  object-position: 0% 0%;
  width: 62%;
  height: 100%;
  margin-left: auto;
  position: absolute;
  inset: 0%;
}

.section-full-dark {
  border-top: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-full-dark.padding {
  padding: 4vmin;
}

.hero---page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 170px 7% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.block-hero---page {
  z-index: 50;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.block-hero---page.center {
  text-align: center;
  align-items: center;
}

.columns-services {
  width: 100%;
}

.column-1-services {
  margin-top: -80px;
  padding-left: 0;
  padding-right: 4vmin;
}

.column-2-services {
  padding-left: 4vmin;
  padding-right: 0;
}

.grid-services---a {
  grid-column-gap: 0px;
  grid-row-gap: 8vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-group---b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.group---b {
  border-left: 1px solid var(--border);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10% 15%;
  display: flex;
  position: relative;
}

.group---b.border-off {
  border-left-style: none;
}

.grid-services---b {
  grid-column-gap: 0px;
  grid-row-gap: 5vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.services---b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.block-services---b {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 14% 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.block-services---b.border-off-right {
  border-left-style: solid;
  border-right-style: none;
}

.grid-services---c {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.services---c {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-image-services---c {
  border-bottom: 1px solid var(--border);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-services---c {
  object-fit: cover;
  width: 100%;
  height: 42vw;
}

.block-services---c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 4vmin 15px;
  display: flex;
}

.grid-image-3-columns {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.block-paragraph-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 840px;
  display: flex;
  position: relative;
}

.paragraph-large-page {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 175%;
}

.grid-image-2-columns, .grid-about---c {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.about---c {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-image-about---c {
  border-bottom: 1px solid var(--border);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-about---c {
  object-fit: cover;
  width: 100%;
  height: 28vw;
}

.block-about---c {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 40px 4vmin 15px;
  display: flex;
}

.collection-list-wrapper-blog-page {
  width: 100%;
}

.collection-list-blog-page {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.block-date-hero {
  margin-bottom: 10px;
  padding-left: 4px;
}

.border-image-blog {
  border: 1px solid var(--border);
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.page-content {
  width: 100%;
  max-width: 790px;
  position: relative;
}

.grid-location-page {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.block-location-page {
  width: 100%;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}

.form-block {
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
  position: relative;
}

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

.text-field {
  border: 1px solid var(--border);
  color: var(--white);
  background-color: #0000;
  height: 57px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 140%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: var(--white);
}

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

.textarea {
  border: 1px solid var(--border);
  color: var(--white);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 180px;
  max-height: 400px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 140%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-color: var(--white);
}

.textarea::placeholder {
  color: #ffffff73;
}

.success-message {
  color: var(--accent);
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.success-state {
  background-color: #0000;
  border: 1px solid #f8b83359;
}

.submit-button {
  border: 2px solid var(--white);
  color: var(--white);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 15px;
  padding: 23px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94);
}

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

.grid-membership {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 68px;
}

.grid-membership.top-0 {
  margin-top: 88px;
}

.grid-membership.top-0-actual {
  margin-top: 0;
}

.categories-page {
  border: 1px solid var(--border);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 4vmin;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-shop-page {
  width: 100%;
}

.collection-list-shop-page {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.grid-products {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 68px;
}

.block-products {
  border: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5vmin;
  display: flex;
  position: relative;
}

.rich-text-products {
  margin-top: 36px;
}

.heading-products {
  margin-bottom: 5px;
}

.ecommerce-form {
  background-color: #0000;
  padding: 0;
}

.ecommerce-grid {
  grid-column-gap: 4vmin;
  grid-row-gap: 4vmin;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  align-items: start;
  width: 100%;
}

.ecommerce-contents {
  margin-right: 0;
}

.ecommerce-sidebar {
  top: 120px;
}

.block-header {
  border-color: var(--border);
  background-color: #0000;
  align-items: flex-start;
  padding: 26px 36px 4px;
}

.block-content {
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background-color: #0000;
  padding: 36px;
}

.ecommerce-text-field {
  border: 1px solid var(--border);
  background-color: var(--dark-hover);
  color: var(--white);
  border-radius: 0;
  height: 38px;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 140%;
  transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ecommerce-text-field:focus, .ecommerce-text-field.-wfp-focus {
  border-color: var(--white);
}

.ecommerce-text-field::placeholder {
  color: #ffffff73;
}

.customer-info, .shipping-address, .shipping-method, .payment-info, .billing-address, .order-items {
  margin-bottom: 4vmin;
}

.order-summary {
  margin-bottom: 30px;
}

.checkbox {
  margin-top: 6px;
}

.text-required {
  color: var(--accent);
}

.shipping-method-ecommerce {
  background-color: #0000;
  border-bottom-style: none;
}

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

.field-label {
  color: #ffffff73;
  font-weight: 400;
}

.field-label-shipping {
  color: var(--white);
  font-size: 18px;
}

.discounts {
  border-style: none solid solid;
  border-color: var(--border);
  background-color: #0000;
  padding: 36px 36px 20px;
}

.field-label-discounts {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.grid-colors {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 31px 20px;
  display: flex;
}

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

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

.block-color.dark-hover {
  background-color: var(--dark-hover);
}

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

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

.block-color.accent {
  background-color: var(--crimson);
}

.text-color {
  color: var(--background);
  font-size: 15px;
  line-height: 140%;
}

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

.block-style {
  border: 1px solid var(--border);
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
}

.grid-style {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center;
}

.button-accent {
  background-color: var(--crimson);
  color: var(--background);
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 25px 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

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

.button-accent.small {
  padding: 13px 26px;
}

.grid-licensing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
}

.image-licensing {
  border: 1px solid var(--border);
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.block-icon-licensing {
  display: inline-block;
}

.icon-licensing-border {
  border: 1px solid var(--border);
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 30px;
  display: inline-block;
}

.icon-licensing {
  width: 55px;
  height: 55px;
}

.font-roboto-condensed {
  margin-top: 12px;
  margin-bottom: 12px;
}

.font-inter {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.link-font {
  padding-left: 15px;
  padding-right: 15px;
}

.utility-page-wrap {
  background-image: url('../images/hero_b.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  border: 1px solid var(--border);
  background-color: var(--background);
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 330px;
  padding: 50px;
  display: flex;
}

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

.section-splash {
  border-top: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8vmin 7%;
  display: flex;
}

.grid-splash {
  grid-column-gap: 6vmin;
  grid-row-gap: 6vmin;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-top: 2vmin;
}

.grid-splash._3-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.image-splash {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border);
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.splash-block {
  border: 1px solid var(--border);
  color: #ffffff4d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), border-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.splash-block:hover {
  border-color: var(--white);
  color: var(--white);
}

.text-splash {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 15px 20px;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.splash {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 84vmax;
  display: flex;
}

.blurred-bg-navbar {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #8a898929;
  position: absolute;
  inset: 0%;
}

.text-span-white-bold {
  color: var(--white);
  font-weight: 700;
}

.div-block {
  background-image: linear-gradient(to right, var(--background) 43%, #03030330 84%), url('../images/IMG_8471.JPG');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 570px;
  position: absolute;
  inset: 0%;
}

.red-text {
  color: var(--crimson);
}

.html-embed {
  opacity: .73;
  height: 100%;
}

.red-p-text {
  color: var(--crimson);
  text-decoration: underline;
}

.div-block-2 {
  flex: 1;
  justify-content: center;
  align-self: center;
  width: 50%;
  display: block;
  position: absolute;
  inset: 0%;
}

.modal-section {
  background-color: #141414d6;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 3%;
  display: none;
}

.green-span {
  color: #64cc98;
}

.success-icon-large {
  background-color: #64cc98;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 166px;
  min-width: 166px;
  height: 166px;
  min-height: 166px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
}

.grid-details {
  grid-template-rows: auto;
  align-items: center;
}

.detail {
  color: #666;
  margin-bottom: 4px;
  font-weight: 600;
}

.modal-line-break {
  background-color: #262626;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.details-block {
  background-color: #1c1c1c;
  border: 2px solid #262626;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 20px;
}

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

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

.modal-paragraph {
  color: #fff;
  letter-spacing: .02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

.detail-number {
  color: #ccc;
  letter-spacing: .02em;
  margin-bottom: 0;
  line-height: 24px;
}

.small-spacing {
  width: 4px;
  height: 4px;
  margin-left: 14px;
  margin-right: 14px;
}

.modal-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 72px;
}

.detail-green {
  color: #64cc98;
  font-weight: 600;
}

.button-modal {
  color: #262626;
  text-align: center;
  background-color: #64cc98;
  border: 1px solid #64cc98;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 60px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.button-modal:hover {
  color: #64cc98;
  background-color: #0000;
}

.button-modal.outline {
  color: #ccc;
  background-color: #0000;
  border-color: #4d4d4d;
}

.button-modal.outline:hover {
  color: #121212;
  background-color: #fff;
  border-color: #fff;
}

.success-icon-small {
  background-color: #64cc98;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin-left: 10px;
  padding: 4px;
  display: flex;
}

.modal-block {
  background-color: var(--white);
  border: 2px #262626;
  border-radius: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: 400px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 40px;
  display: flex;
  position: relative;
}

.complete-wrapper {
  align-items: center;
  display: flex;
}

.html-embed-2 {
  text-align: center;
  align-self: center;
  width: 100%;
  height: 100%;
}

.html-embed-3 {
  background-color: var(--crimson);
  flex-direction: column;
  justify-content: center;
  width: 230px;
  height: 88px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.html-embed-3:hover {
  background-color: var(--white);
}

.html-embed-3-copy {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 75px;
  text-decoration: none;
  display: flex;
}

.html-embed-4 {
  flex: 1;
  align-self: stretch;
  display: flex;
}

.image-shop-2 {
  object-fit: cover;
  width: 100%;
  height: 340px;
  min-height: 320px;
  max-height: 340px;
}

.image-shop-2.horizon {
  height: auto;
}

.image-shop-2.horizon.family {
  object-position: 50% 20%;
}

.image-shop-2.horizon.family.vert {
  align-self: stretch;
  min-height: 0;
  max-height: none;
}

.collection-item-shop-2 {
  border: 1px solid #ffffff26;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-item-shop-2.horizontal {
  flex-direction: row;
  margin-top: 40px;
}

.collection-item-shop-2.horizontal.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(250px, 1fr);
  grid-template-columns: minmax(44%, .25fr) minmax(50%, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  max-width: 100%;
  display: grid;
}

.collection-item-shop-2.horizontal.grid._1-col {
  grid-template-columns: minmax(100%, .25fr);
}

.collection-item-shop-2.horizontal.grid.hide-old-family {
  display: none;
}

.price-2 {
  color: #d91d2e;
  letter-spacing: -.2px;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.gallery-image-link {
  background-image: url('../images/photo-may-10-2023-5-19-19-am.JPG');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-link._8 {
  background-image: url('../images/photo-may-10-2023-5-12-42-am.JPG');
}

.gallery-image-link._10 {
  background-image: url('../images/Screenshot-2023-08-30-at-6.55.36-AM.jpg');
}

.gallery-image-link._6 {
  background-image: url('../images/photo-may-10-2023-5-16-00-am.JPG');
}

.gallery-image-link._9 {
  background-image: url('../images/Gallery--Middleton-Fitness-Center.jpg');
}

.gallery-image-link._3 {
  background-image: url('../images/photo-may-10-2023-5-14-12-am.JPG');
}

.gallery-image-link._7 {
  background-image: url('../images/IMG_2353.jpg');
}

.gallery-image-link._2 {
  background-image: url('../images/photo-may-10-2023-5-12-03-am.JPG');
}

.gallery-image-link._5 {
  background-image: url('../images/photo-may-10-2023-5-17-15-am.JPG');
}

.gallery-image-link._4 {
  background-image: url('../images/photo-may-10-2023-5-13-15-am.JPG');
}

.gallery-image-link._11 {
  background-image: url('../images/photo-may-10-2023-5-11-07-am.JPG');
}

.grid {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: 250px 250px;
  grid-template-columns: 25% 25% 25% 25%;
  justify-content: center;
  justify-items: stretch;
  width: 100%;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.wide-base-container {
  justify-content: center;
  align-items: center;
  min-width: 1200px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-span, .bold-text, .link {
  color: var(--crimson);
}

.pop-up-modal {
  z-index: 999999;
  background-color: #2a2a2dbf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pop-up {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 450px;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px 5px #00000040;
}

.pop-up-icon {
  background-color: #4184fe;
  background-image: none;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
  inset: -13% 0% auto;
  overflow: hidden;
}

.exit-button {
  cursor: pointer;
  background-color: silver;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  padding: 10px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.pop-up-heading {
  color: #151515;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-2 {
  font-size: 19px;
  line-height: 26px;
}

.paragraph-2.popup {
  color: var(--background);
}

.bold-text-7 {
  color: #28beb2;
}

.paragraph-3 {
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
  line-height: 19px;
}

.code-embed {
  flex: none;
  width: auto;
  margin-bottom: -60px;
  padding-bottom: 0;
}

.code-embed-2 {
  width: 100%;
  height: auto;
}

.div-block-3 {
  background-image: url('../images/treadmilss-boise-fitness-center.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

@media screen and (min-width: 1440px) {
  .grid {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1920px) {
  .grid {
    max-width: 1200px;
  }
}

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

  h2 {
    font-size: 39px;
  }

  h3 {
    font-size: 33px;
  }

  h4 {
    font-size: 27px;
  }

  h5 {
    font-size: 23px;
  }

  h6 {
    font-size: 17px;
  }

  .nav-menu {
    background-color: var(--background);
  }

  .nav-link {
    border-bottom: 1px solid var(--border);
    border-left-style: none;
  }

  .logo {
    height: 45px;
  }

  .dropdown-toggle {
    border-bottom: 1px solid var(--border);
    border-left-style: none;
  }

  .dropdown-list.w--open {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .dropdown-link {
    text-align: center;
  }

  .menu-button {
    border-left: 1px solid var(--border);
    color: var(--paragraphs);
    padding: 24px;
    font-size: 20px;
    line-height: 100%;
    transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
  }

  .menu-button.w--open {
    background-color: var(--dark-hover);
    color: var(--white);
  }

  .heading-hero {
    font-size: 58px;
  }

  .heading-hero.large {
    font-size: 80px;
  }

  .hero---a {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section, .section-dark {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-services {
    height: 400px;
  }

  .block-full {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta {
    padding-top: 100px;
  }

  .heading-cta {
    font-size: 50px;
  }

  .grid-footer {
    border-bottom-style: none;
    grid-template-columns: 1fr 1fr;
  }

  .block-footer {
    border-bottom: 1px solid var(--border);
  }

  .block-footer.border-off {
    border-left-style: solid;
  }

  .grid-footer-down {
    grid-template-columns: 1fr;
  }

  .block-footer-down {
    border-top: 1px solid var(--border);
    border-left-style: none;
  }

  .block-footer-down.border-off {
    border-top-style: none;
  }

  .hero---b {
    padding-top: 160px;
  }

  .block-hero---b {
    margin-bottom: 100px;
  }

  .heading-cta-simple {
    font-size: 50px;
  }

  .section-cta-simple {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero---c {
    padding-top: 160px;
    padding-bottom: 100px;
    padding-right: 45%;
  }

  .hero---page {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .grid-group---b {
    grid-template-columns: 1fr 1fr;
  }

  .group---b {
    border-top: 1px solid var(--border);
  }

  .group---b.border-off {
    border-left-style: solid;
  }

  .grid-services---c {
    grid-template-columns: 1fr 1fr;
  }

  .image-services---c {
    height: 60vw;
  }

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

  .grid-splash._3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .modal-line-break {
    margin-top: 40px;
  }

  .grid {
    grid-template-rows: 354px 354px 354px 354px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 25px;
  }

  h5 {
    font-size: 22px;
  }

  .heading-hero {
    font-size: 50px;
  }

  .heading-hero.large {
    font-size: 58px;
  }

  .hero---a {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .block-right {
    padding-bottom: 0;
    padding-left: 7%;
    padding-right: 7%;
  }

  .border-image.full {
    border-bottom-style: solid;
  }

  .section-dark {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-3-columns {
    grid-row-gap: 4vmin;
    grid-template-columns: 1fr;
  }

  .image-services {
    height: 120vw;
  }

  .services.margin-50, .services.margin-100 {
    margin-top: 0;
  }

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

  .block-full {
    padding: 80px 11%;
  }

  .testimonial {
    padding: 10% 7%;
  }

  .categories {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-categories {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .collection-list-wrapper-categories {
    margin-top: 10px;
  }

  .collection-list-shop {
    grid-template-columns: 1fr;
  }

  .cta {
    padding-top: 80px;
  }

  .heading-cta {
    font-size: 46px;
  }

  .block-footer-down {
    text-align: center;
    flex-direction: column;
  }

  .block-down {
    margin-right: 0;
  }

  .hero---b {
    min-height: auto;
    padding-top: 140px;
  }

  .grid-hero---b {
    grid-template-columns: 1fr;
  }

  .block-hero---b {
    margin-bottom: 80px;
  }

  .link-services-hero {
    border-top: 1px solid var(--border);
    border-left-style: none;
    padding: 7vmin;
  }

  .link-services-hero.border-off {
    border-top-style: none;
  }

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

  .grid-group {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .group {
    border-top: 1px solid var(--border);
    border-left-style: none;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .group.border-off {
    border-top-style: none;
  }

  .collection-list-blog {
    grid-template-columns: 1fr;
  }

  .heading-cta-simple {
    font-size: 46px;
  }

  .section-cta-simple {
    padding: 70px 35px;
  }

  .hero---c {
    min-height: auto;
    padding: 68px 0% 0;
  }

  .grid-hero---c {
    grid-template-columns: 1fr;
  }

  .block-hero---c {
    border-top: 1px solid var(--border);
    width: 100%;
    padding: 11%;
  }

  .image-hero---c {
    width: 100%;
    position: relative;
  }

  .hero---page {
    padding-top: 140px;
    padding-bottom: 70px;
  }

  .column-1-services {
    margin-top: 0;
    margin-bottom: 8vmin;
    padding-right: 0;
  }

  .column-2-services {
    padding-left: 0;
  }

  .services---b {
    grid-template-columns: 1fr;
  }

  .block-services---b {
    border-top-style: none;
    border-left-style: solid;
    padding-left: 11%;
    padding-right: 11%;
  }

  .block-services---b.border-off-right {
    border-right-style: solid;
  }

  .grid-services---c {
    grid-template-columns: 1fr;
  }

  .image-services---c {
    height: 120vw;
  }

  .block-services---c {
    padding-left: 7%;
    padding-right: 7%;
  }

  .grid-image-3-columns, .grid-image-2-columns, .grid-about---c {
    grid-template-columns: 1fr;
  }

  .image-about---c {
    height: 60vw;
  }

  .block-about---c {
    padding-left: 7%;
    padding-right: 7%;
  }

  .collection-list-blog-page, .grid-location-page, .grid-membership {
    grid-template-columns: 1fr;
  }

  .categories-page {
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-list-shop-page, .ecommerce-grid {
    grid-template-columns: 1fr;
  }

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

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

  .modal-section {
    flex-direction: column;
    justify-content: flex-start;
  }

  .success-icon-large {
    width: 144px;
    min-width: 144px;
    height: 144px;
    min-height: 144px;
    margin-bottom: 40px;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .modal-heading {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 50px;
  }

  .button-modal.outline {
    margin-bottom: 10px;
  }

  .modal-block {
    max-width: 100%;
    padding: 40px 32px;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: 525px 525px 525px 525px 525px 525px;
    margin-top: 60px;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }

  .navbar {
    margin-top: -1px;
  }

  .brand {
    border-right-style: none;
  }

  .brand:hover {
    background-color: #0000;
  }

  .logo {
    height: 40px;
  }

  .heading-hero {
    font-size: 46px;
  }

  .heading-hero.large {
    font-size: 50px;
  }

  .button.small {
    justify-content: center;
    margin-left: 0;
  }

  .image.top-fit {
    max-height: 590px;
  }

  .border-image {
    height: 310px;
  }

  .border-image.hide-it {
    display: block;
  }

  .section-dark.form-top {
    padding-top: 110px;
  }

  .image-services {
    height: 90vw;
  }

  .block-banner {
    max-width: 100%;
  }

  .block-shop.h {
    padding-top: 9%;
    padding-bottom: 10%;
  }

  .heading-cta {
    font-size: 42px;
  }

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

  .block-footer {
    border-left-style: none;
    align-items: center;
    padding-bottom: 14%;
  }

  .block-footer.border-off {
    border-left-style: none;
  }

  .text-footer-down {
    margin-right: 0;
  }

  .block-down {
    flex-direction: column;
  }

  .cta-simple {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .heading-cta-simple {
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 42px;
  }

  .grid-group---b {
    grid-template-columns: 1fr;
  }

  .group---b {
    border-left-style: none;
    padding-left: 7%;
    padding-right: 7%;
  }

  .group---b.border-off {
    border-top-style: none;
    border-left-style: none;
  }

  .block-services---b {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .border-image-blog {
    margin-bottom: 30px;
  }

  .grid-location-page {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .block-location-page {
    margin-top: 20px;
  }

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

  .block-header {
    padding: 22px 15px 0;
  }

  .block-content {
    padding: 15px;
  }

  .discounts {
    flex-direction: column;
    padding: 15px;
  }

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

  .grid-style {
    grid-auto-flow: row;
    justify-content: center;
  }

  .utility-page-content {
    margin: 10px;
    padding: 10%;
  }

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

  .div-block {
    background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(to right, var(--background) 43%, #03030330), url('../images/IMG_8471.JPG');
    background-position: 0 0, 0 0, 60%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, auto 390px;
  }

  .success-icon-large {
    width: 92px;
    min-width: 92px;
    height: 92px;
    min-height: 92px;
    margin-bottom: 32px;
  }

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

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

  .collection-item-shop-2.horizontal {
    flex-direction: column;
  }

  .grid {
    grid-template-rows: 130px 130px 130px 130px;
    margin-top: 0;
  }

  .wide-base-container {
    min-width: 0;
  }

  .pop-up {
    width: 96%;
    padding: 10px;
  }

  .pop-up-icon {
    display: none;
  }
}

#email-2.w-node-a92baba8-8e25-3fdc-31a0-11ee518a43ba-4b3aff96, #phonenumber-2.w-node-a92baba8-8e25-3fdc-31a0-11ee518a43bb-4b3aff96, #message-3.w-node-a92baba8-8e25-3fdc-31a0-11ee518a43bc-4b3aff96 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a92baba8-8e25-3fdc-31a0-11ee518a43bd-4b3aff96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd11-745fbd05 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd12-745fbd05 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd13-745fbd05 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd14-745fbd05 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd15-745fbd05 {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd16-745fbd05 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd17-745fbd05 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd18-745fbd05 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd26-745fbd05, #w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd41-745fbd05, #w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd65-745fbd05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd86-745fbd05 {
  place-self: stretch stretch;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd87-745fbd05, #w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbda3-745fbd05 {
  justify-self: stretch;
}

#w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbdc1-745fbd05 {
  place-self: stretch stretch;
}

#email.w-node-_2ba814e2-a9a4-49e6-3022-6fa9d6c32e25-4b3affa1, #phonenumber.w-node-_2204a09c-369f-4134-f7be-15eca212817a-4b3affa1, #message-2.w-node-_64af7b16-df22-d17b-4f92-9c30f2162583-4b3affa1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2ba814e2-a9a4-49e6-3022-6fa9d6c32e27-4b3affa1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Message.w-node-b84db995-8bc0-5e51-2755-e7360d6dfb03-4b3affa2, #w-node-_052525de-e16b-77ed-081a-b83599f98121-4b3affa2, #w-node-_9032214a-3d40-86da-dccb-5ea4111808b9-4b3affb2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b82ff-d1c159ba {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8300-d1c159ba {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8301-d1c159ba {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8302-d1c159ba {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8303-d1c159ba {
  grid-area: 2 / 1 / 2 / 2;
}

#w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8304-d1c159ba {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8305-d1c159ba {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8306-d1c159ba {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_9c853052-ffaf-3efb-5732-3106fbc99444-d1c159ba {
  align-self: stretch;
}

#w-node-_226d78ae-bede-3b7c-cd14-06adf6a4c843-273ea974, #w-node-_226d78ae-bede-3b7c-cd14-06adf6a4c880-273ea974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_5bab72ae-ea48-60d2-a9ca-ca7dc4495667-4b3aff96, #w-node-a92baba8-8e25-3fdc-31a0-11ee518a43c5-4b3aff96, #w-node-_375a2e75-0a51-e190-89b4-2488490aa1cb-4b3aff9b, #w-node-_1610428f-7823-87f0-f5b2-846cb68ab0d7-4b3affa1, #w-node-_5bab72ae-ea48-60d2-a9ca-ca7dc4495667-4b3affa8, #w-node-_83c1aa20-1dda-4f31-3f56-bc53587b21e5-4b3affa9, #w-node-e86fc624-b8ed-556a-c263-a58d2a649e85-4b3affb1, #w-node-f3317b78-5923-ee3f-6060-0e8b3cfde731-4b3affb1 {
    order: -9999;
  }

  #w-node-_9032214a-3d40-86da-dccb-5ea4111808b9-4b3affb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5bab72ae-ea48-60d2-a9ca-ca7dc4495667-d1c159ba {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #email-2.w-node-a92baba8-8e25-3fdc-31a0-11ee518a43ba-4b3aff96, #phonenumber-2.w-node-a92baba8-8e25-3fdc-31a0-11ee518a43bb-4b3aff96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd11-745fbd05 {
    grid-column-end: 3;
  }

  #w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd12-745fbd05 {
    grid-column: 3 / 5;
  }

  #w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd13-745fbd05 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd14-745fbd05 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd15-745fbd05 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd16-745fbd05 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd17-745fbd05 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-ca0fd4e2-3a8f-3efc-478b-3150745fbd18-745fbd05 {
    grid-row: 4 / 5;
    grid-column-start: 3;
  }

  #email.w-node-_2ba814e2-a9a4-49e6-3022-6fa9d6c32e25-4b3affa1, #phonenumber.w-node-_2204a09c-369f-4134-f7be-15eca212817a-4b3affa1, #Message.w-node-b84db995-8bc0-5e51-2755-e7360d6dfb03-4b3affa2, #w-node-_052525de-e16b-77ed-081a-b83599f98121-4b3affa2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b82ff-d1c159ba {
    grid-column-end: 3;
  }

  #w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8300-d1c159ba {
    grid-column: 3 / 5;
  }

  #w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8301-d1c159ba {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8302-d1c159ba {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8303-d1c159ba {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8304-d1c159ba {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8305-d1c159ba {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_2321b9c9-3e27-d691-7e1b-0f30aa9b8306-d1c159ba {
    grid-row: 4 / 5;
    grid-column-start: 3;
  }
}


