:root {
  --borders: #dfe0e2;
  --white: white;
  --black: black;
}
.privacy-container {
    font-family: "Space Mono", monospace;
    font-size: 18px;
    line-height: 1.6;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    color: #333;
    text-align: left;
    width: 60%;
}

.navbar, .nav-menu, .nav-link {
    font-family: "Space Mono", monospace !important;
}

.nav-link, .w-nav-link, .nav-link.w--current, .w-nav-link.w--current {
    color: black !important;
    opacity: 1 !important;
}
/* Add a grey hover effect */
.nav-link:hover, .w-nav-link:hover {
    color: #555 !important; /* Change to grey on hover */
    transition: color 0.1s ease-in-out;
    opacity: .5;
}

.nav-link {
    color: black !important;
    text-decoration: none;
}

.nav-link:hover {
    color: #555; /* Adjust for a subtle effect */
}

.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-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: sticky;
  top: 20px;
}

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.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-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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-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, .w-commerce-commerceaddtocartquantityinput {
    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 var(--borders);
  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 #2a2d411a;
}

.body {
  font-family: Space Mono, sans-serif;
}

.productinfo {
  border-top: 1px solid var(--borders);
  background-color: #fafafa;
  flex-direction: column;
  justify-content: space-between;
  min-height: 140px;
  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: #fafafa;
  border-bottom: .5px solid #dfe0e2;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
  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;
}

.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 {
  border-bottom: 1px solid var(--borders);
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  height: 30vh;
  display: flex;
}

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

.section {
  display: flex;
}

.hero_photo {
  border-left: 1px solid var(--borders);
  background-image: url('../images/beanie-casual-fashion-1967565-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 100%;
  padding-left: 140px;
  padding-right: 72px;
}

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

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

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

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

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

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

.paragraph.cc-large {
  font-size: 16px;
  line-height: 1.8em;
}

.paragraph.cc-large.cc-w90 {
  width: 90%;
}

.subscribe_input {
  border: 1px solid var(--borders);
  background-color: #fafafa;
  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: #fafafa;
  flex: 1;
  padding: 40px 16% 60px;
}

.form-2 {
  display: flex;
}

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

.footer {
  border-top: 1px solid var(--borders);
  background-color: #fafafa;
  justify-content: space-between;
  display: flex;
}

.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;
  padding-right: 57px;
}

.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 {
  margin-bottom: 24px;
}

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

.cart-button {
  color: #333;
  background-color: #0000;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 20px;
}

.cart-2 {
  align-self: center;
}

.cart-quantity {
  color: #fff;
  background-color: #333;
  font-weight: 400;
}

.cart-line-item {
  padding-left: 24px;
  padding-right: 24px;
}

.cart-footer {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.cart-list {
  padding: 0;
}

.cart-item {
  border-top: .5px none var(--borders);
  border-bottom: .5px solid var(--borders);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.image {
  border-right: 1px solid var(--borders);
  border-bottom: 1px solid var(--borders);
  width: 100px;
}

.div-block {
  align-self: center;
  padding-left: 12px;
}

.checkout_quantity {
  text-align: center;
  background-color: #fff;
  border-top-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 70px;
  height: auto;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 24px;
}

.remove {
  opacity: .3;
  color: #333;
  margin-top: 8px;
  text-decoration: none;
}

.cart-wrapper {
  background-color: #dfe0e2cc;
}

.cart-container {
  box-shadow: none;
}

.cart-header {
  padding-top: 18px;
  padding-bottom: 18px;
}

.error-state {
  color: #fff;
  background-color: #f55;
  order: -1;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px 16px;
}

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

.product_photo {
  border-right: 1px solid var(--borders);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex: .5 auto;
  padding-left: 60px;
  padding-right: 60px;
}

.product_content {
  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: sticky;
  top: 80px;
}

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

.checkout_item_info {
  align-self: center;
}

.checkout_input {
  border-color: var(--borders);
  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;
}

.order-summary {
  position: sticky;
  top: 23px;
}

.hero_home {
  border-bottom: 1px solid var(--borders);
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.hero_home_two {
  border-bottom: 1px solid var(--borders);
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}


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

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

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

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

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

  .hero_photo {
    background-position: 50% 36%;
    width: 100vw;
    height: auto;
    min-height: 380px;
  }

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

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

  .largeheading {
    font-size: 5.5em;
  }

  .paragraph.cc-large.cc-w90 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    border-top: 1px solid var(--borders);
  }

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

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

@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 {
    flex-direction: column;
    height: auto;
  }

  .product_photo {
    border-bottom: 1px solid var(--borders);
    border-right-width: 0;
    min-height: 460px;
  }

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

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

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

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

  .paragraph.cc-large.cc-w90 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .topheading {
    font-size: 16px;
  }

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

  .footer_nav_links {
    width: 100%;
  }

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