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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutbillingzippostalcode: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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

h5 {
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
}

.product {
  border: .5px solid #dfe0e2;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s ease-in-out;
}

.product:hover {
  z-index: 1;
  border-style: solid;
  border-color: #fafafa;
  box-shadow: 0 16px 100px rgba(42, 45, 65, .1);
}

.body {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.productinfo {
  min-height: 140px;
  background-color: #fafafa;
  border-top: 1px solid #dfe0e2;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.productinfo_price {
  margin-top: 4px;
  display: flex;
}

.pricewas {
  opacity: .3;
  margin-left: 20px;
  text-decoration: none;
}

.productinfo_title {
  font-size: 20px;
  line-height: 28px;
}

.navbar {
  background-color: #fff;
  border-bottom: .5px solid #dfe0e2;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 28px;
}

.logo.subhead {
  margin-left: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.logo.footer_logo {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.logo.bnbnb {
  text-transform: uppercase;
}

.brand {
  flex: 1;
  display: flex;
}

.nav-link {
  font-size: 16px;
  transition: all .3s;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.w--current {
  opacity: .5;
  color: #333;
}

.hero_checkout {
  height: 30vh;
  background-color: #fafafa;
  border-bottom: 1px solid #dfe0e2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscribe {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #dfe0e2;
  border-bottom: 1px #dfe0e2;
  flex: 1;
  padding: 40px 20px 60px;
  position: relative;
  top: 41px;
}

.section {
  display: flex;
}

.hero_content {
  width: 50vw;
  flex: 0 auto;
  align-self: center;
  padding-left: 72px;
  padding-right: 140px;
}

.largeheading {
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  margin-left: -3px;
  font-size: 6vw;
  line-height: 1em;
}

.button {
  background-color: #333;
  margin-top: 28px;
  padding: 12px 20px;
  text-decoration: none;
}

.button.subscribe_button {
  clear: none;
  margin-top: 0;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.button.place-order {
  margin-top: 0;
}

.subscribe_input {
  background-color: #fafafa;
  border: 1px solid #dfe0e2;
  margin-bottom: 0;
  margin-right: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  transition: all .3s;
}

.subscribe_input:focus {
  border-bottom-color: #333;
}

.topheading {
  text-transform: uppercase;
  margin-bottom: 4px;
}

.aboutus {
  text-align: center;
  background-color: #fff;
  flex: 1;
  padding: 40px 16% 60px;
}

.form-2 {
  height: auto;
  display: flex;
}

.link-block {
  color: #333;
  text-decoration: none;
}

.footer {
  background-color: #fff;
  border-top: 1px solid #dfe0e2;
  justify-content: space-between;
  display: flex;
  position: relative;
  top: 0;
}

.footer_nav {
  text-align: center;
  flex: 1;
}

.footer_nav_links {
  color: #333;
  padding: 22px 16px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
}

.footer_nav_links:hover {
  opacity: .5;
}

.footer_brand {
  flex: 0 auto;
  padding-left: 20px;
}

.footer_social {
  flex: 0 auto;
  order: 1;
  padding-right: 14px;
}

.footer_social_links {
  color: #333;
  padding: 20px 6px;
  text-decoration: none;
  transition: opacity .3s;
}

.footer_social_links:hover {
  opacity: .5;
}

.section_title {
  color: #000;
  margin-bottom: 24px;
  text-decoration: none;
}

.nav-menu {
  justify-content: flex-end;
  display: flex;
}

.product_section {
  height: 90vh;
  background-color: #fff;
  display: flex;
}

.product_content {
  background-color: #fff;
  flex: 1;
  align-self: center;
  padding-left: 60px;
  padding-right: 60px;
}

.product_price {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 32px;
}

.product_title {
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.product_description {
  margin-bottom: 32px;
}

.checkout-form {
  background-color: #fafafa;
  display: flex;
}

.div-block-2 {
  flex: 1;
}

.container {
  flex: .25 auto;
}

.sticky_summary {
  flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.checkout_item_price {
  align-self: center;
  font-size: 16px;
}

.checkout_item_info {
  align-self: center;
}

.checkout_input {
  border-color: #dfe0e2;
  border-radius: 0;
}

.order-items {
  margin-bottom: 0;
}

.order-confirmation-container {
  background-color: #fafafa;
}

.order-confirmation-header-wrapper {
  display: flex;
}

.div-block-4 {
  flex: 1;
}

.div-block-5 {
  flex-grow: .25;
  flex-basis: auto;
}

.hero_home {
  height: 75vh;
  background-color: #fff;
  border-bottom: 1px solid #dfe0e2;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide {
  object-fit: fill;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 106px;
  position: static;
}

.slider {
  height: 550px;
  object-fit: cover;
  background-color: #fff;
  display: block;
  position: relative;
}

.slide-nav {
  filter: invert();
  background-color: #000;
  top: 564px;
}

.icon, .icon-2 {
  color: #000;
  font-size: 30px;
}

.slide-2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
}

.slide-3, .slide-4, .slide-5, .slide-6 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-link {
  height: 100%;
  color: #333;
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-description {
  text-align: center;
  font-size: 18px;
  position: relative;
}

.mask, .div-block-6 {
  background-color: #fff;
}

.text-block-4 {
  text-align: center;
  font-size: 30px;
  position: relative;
}

.slider-3 {
  height: 500px;
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-5, .icon-6 {
  color: #000;
}

.slide-nav-3 {
  filter: invert();
}

.mask-3 {
  background-color: #fff;
}

.submit-button {
  position: absolute;
}

.text-block-9, .text-block-13 {
  text-align: center;
  font-size: 30px;
}

.link-block-3 {
  width: 150px;
  height: 50px;
  display: inline-block;
  position: relative;
  top: 8px;
  left: 0;
}

.link-block-4 {
  text-align: center;
  text-transform: none;
  text-decoration: none;
  display: block;
  position: relative;
}

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

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

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

.section-4 {
  object-fit: contain;
}

.div-block-7 {
  width: 50vw;
  justify-content: center;
  align-items: center;
  margin: 20px;
  font-size: 24px;
  display: flex;
}

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

.product-item {
  text-align: left;
}

.container-3 {
  text-align: center;
  display: block;
}

.image-9 {
  display: inline-block;
}

.text-block-17 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.container-4 {
  text-align: center;
  display: block;
}

.image-10 {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .navbar {
    border-bottom-width: 1px;
    padding-left: 24px;
    padding-right: 4px;
  }

  .nav-link {
    background-color: #fafafa;
    border-bottom: 1px solid #dfe0e2;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link:hover {
    opacity: 1;
    background-color: #f3f3f3;
  }

  .nav-link.w--current {
    opacity: 1;
  }

  .hero_checkout {
    height: auto;
    flex-direction: column;
  }

  .hero_content {
    width: 100vw;
    text-align: center;
    order: 1;
    padding: 32px 24px 60px;
  }

  .largeheading {
    font-size: 5.5em;
  }

  .nav-menu {
    border-top: 1px solid #dfe0e2;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fafafa;
  }

  .hero_home {
    height: auto;
    flex-direction: column;
  }

  .div-block-7 {
    width: 100vw;
  }

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

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

  .largeheading {
    font-size: 5em;
  }

  .button.subscribe_button {
    margin-top: 24px;
  }

  .subscribe_input {
    margin-bottom: 16px;
  }

  .form-2 {
    flex-direction: column;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer_nav_links {
    padding-left: 12px;
    padding-right: 13px;
  }

  .footer_brand {
    padding-left: 0;
  }

  .footer_social {
    padding-right: 0;
  }

  .product_section {
    height: auto;
    flex-direction: column;
  }

  .product_content {
    padding: 32px 24px 60px;
  }

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

  .image-6 {
    background-image: url('../images/bx-menu-alt-right.svg');
    background-position: 50%;
    background-size: 100% 0%;
  }
}

@media screen and (max-width: 479px) {
  .logo.subhead {
    display: none;
  }

  .largeheading {
    font-size: 3.2em;
    line-height: 1.2em;
  }

  .topheading {
    font-size: 16px;
  }

  .form-2 {
    flex-direction: column;
  }

  .footer_nav_links {
    width: 100%;
  }

  .product_price {
    text-align: center;
  }

  .product_title {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
  }

  .slide-nav {
    top: 472px;
  }

  .icon {
    margin-right: 5px;
    font-size: 30px;
  }

  .icon-2 {
    margin-left: 5px;
    font-size: 30px;
  }

  .product-link {
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .slider-3 {
    width: 100%;
    height: 500px;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .icon-5, .icon-6 {
    color: #000;
  }

  .slide-nav-3 {
    filter: invert();
  }

  .link-block-3 {
    top: 0;
    left: 0;
  }

  .product-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}


