:root {
  --black: #000;
  --navy-blue: #092344;
  --dark-gray: #505050;
  --gray: #c1c1c1;
  --yellow: #ddb931;
  --red: #86172a;
  --white: white;
  --light-gray: #eee;
  --white-gray: #f9fbfc;
}

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

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

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  -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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

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

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

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

.w-commerce-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-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-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-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  color: var(--navy-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--navy-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
}

h3 {
  color: var(--navy-blue);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

h4 {
  color: var(--navy-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

h5 {
  color: var(--navy-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

h6 {
  color: var(--navy-blue);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

em {
  font-style: italic;
}

.simple-header {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.simple-logo {
  width: 15vw;
}

.main-content {
  width: 80%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.main-content.utility-banner-content {
  padding-top: 120px;
  padding-bottom: 40px;
}

.main-content.amazing-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.footer-content {
  color: #fff;
  padding-top: 100px;
  padding-bottom: 30px;
}

.main-content.legal-page-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.shop-stripe-section-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.main-content.collections-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.category-body-content {
  max-width: 1600px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.product-page-content {
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-content.checkout-content {
  max-width: 1100px;
}

.paragraph-big {
  font-size: 36px;
  line-height: 1.2;
}

.heading-holder {
  border-style: solid;
  border-width: 2px;
  border-color: var(--dark-gray) var(--dark-gray) var(--gray);
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.style-over-title {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-holder {
  border: 2px solid var(--dark-gray);
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.paragraph-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.inner-title {
  border-bottom: 1px solid var(--yellow);
  color: var(--yellow);
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
}

.paragraph-medium {
  font-size: 22px;
}

.paragraph-medium.margin-bottom-medium {
  text-align: left;
  margin-bottom: 20px;
}

.paragraph-medium.no-margin {
  margin-bottom: 0;
}

.paragraph-small {
  font-size: 14px;
}

.emphasis-holder {
  border: 2px solid var(--dark-gray);
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.emphasis-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.rich-text-holder, .list-holder {
  border: 2px solid var(--dark-gray);
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.list-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.link-holder {
  border: 2px solid var(--dark-gray);
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.link-inner {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-inner.dark {
  background-color: var(--red);
}

.link-white {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: all .3s;
}

.link-white:hover {
  text-decoration: none;
}

.button-holder {
  border: 2px solid var(--dark-gray);
  margin-bottom: 80px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.button-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.button-inner.dark {
  background-color: var(--navy-blue);
}

.button {
  background-color: var(--navy-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 13px 40px 11px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: color .3s, background-color .3s;
}

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

.button.banner-button:hover {
  color: var(--navy-blue);
  background-color: #fff;
}

.button.form-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.button.products-section-button {
  width: 100%;
}

.button.second {
  margin-top: 10px;
}

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

.line-button {
  border: 1px solid var(--navy-blue);
  color: var(--navy-blue);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 12px 40px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: color .3s, background-color .3s;
}

.line-button:hover {
  background-color: var(--navy-blue);
  color: #fff;
}

.white-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  padding: 12px 40px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: color .3s, background-color .3s;
}

.white-button:hover {
  color: var(--navy-blue);
  background-color: #fff;
}

.white-button.marggin-up {
  margin-top: 20px;
}

.color-title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.color-holder {
  border: 2px solid var(--dark-gray);
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.color-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-snow {
  background-color: var(--light-gray);
  width: 100%;
  height: 70px;
}

.color-alice-blue {
  background-color: var(--white-gray);
  width: 100%;
  height: 70px;
}

.color-peach-puff {
  background-color: var(--gray);
  width: 100%;
  height: 70px;
}

.color-blue-sapphire {
  background-color: var(--red);
  width: 100%;
  height: 70px;
}

.color-sherpa-blue {
  background-color: var(--navy-blue);
  width: 100%;
  height: 70px;
}

.simple-footer {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--yellow);
  background-image: linear-gradient(#ddb931b5, #ddb931b5), url('../images/Atuto-print-2.svg');
  background-position: 0 0, 50%;
  background-size: auto, 350px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 60px;
  display: flex;
}

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

.password-heading {
  margin-top: 20px;
}

._404-text {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.menu-button {
  align-items: center;
  padding-left: 0;
  display: flex;
}

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

.menu-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 35px;
  font-style: italic;
  line-height: 1.2;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--yellow);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.reservation {
  margin-bottom: 0;
  display: none;
}

.nav-link.contact-us-menu {
  display: none;
}

.brand {
  width: 12vw;
}

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

.nav-menu {
  z-index: 9999;
  background-color: #0000;
  width: 100%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.icon {
  color: #fff;
}

.icon.dark {
  color: var(--black);
}

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

.menu-inner {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: var(--navy-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar {
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.navbar-white {
  border-bottom: 1px solid var(--navy-blue);
  position: static;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 50px;
  display: grid;
}

.close-menu {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .3s;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.close-menu:hover {
  color: var(--yellow);
}

.contact-us {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s;
}

.contact-us:hover {
  color: var(--gray);
}

.contact-us.dark {
  color: var(--black);
}

.contact-us.dark:hover {
  color: var(--gray);
}

.banner.coming-soon-banner {
  justify-content: center;
  align-items: center;
  padding-bottom: 33px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.amazing {
  background-color: var(--light-gray);
}

.amazing-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 60px;
  display: grid;
}

.amazing-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.amazing-icon {
  margin-bottom: 15px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center.amazing {
  max-width: 1080px;
}

.center.category-body {
  margin-bottom: 100px;
}

.half {
  width: 50%;
}

.half.half-materials-image {
  background-image: url('../images/pexels-abi-greer-3770809-5662739.jpg');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  min-height: 600px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.half.half-materials-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.half.half-about-us-text {
  z-index: 10;
  justify-content: flex-end;
  display: flex;
}

.half.half-about-us-image {
  background-image: url('../images/Copy-of-Jorge-papa-e-hijo-_-ATUTO-Sonrisa-1-V2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.half.valores-image {
  background-image: url('../images/pexels-anastasia-shuraeva-7173305.jpg');
  background-position: 50% 14%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.half.hero-image {
  background-image: url('../images/pexels-ron-lach-9652793.jpg');
  background-position: 50% 13%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.half.half-hero {
  z-index: 10;
  background-color: var(--yellow);
  background-image: linear-gradient(#ddb931bf, #ddb931bf), url('../images/composicion-03.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  justify-content: flex-start;
  padding-left: 7%;
  display: flex;
}

.small-text {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 500;
}

.small-text.white {
  color: #c1c1c178;
}

.margin-bottom-small {
  margin-bottom: 30px;
}

.margin-bottom-small.white {
  color: var(--white);
}

.no-margin {
  margin-bottom: 0;
}

.materials {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 60px;
  display: flex;
}

.inner-materials {
  width: 40vw;
  max-width: 600px;
  margin-left: 7vw;
}

.underline-heading {
  border-bottom: 3px solid var(--navy-blue);
  display: inline-block;
}

.silver-heading {
  color: var(--gray);
  margin-top: 40px;
  font-size: 42px;
  line-height: 1.1;
}

.footer {
  background-color: var(--navy-blue);
  background-image: linear-gradient(#092344f2, #092344f2), url('../images/composicion-03.svg'), url('../images/composicion-03.svg');
  background-position: 0 0, 0%, 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto 90%, auto 100%;
}

.margin-bottom-medium {
  margin-bottom: 50px;
}

.contact-wrapper {
  text-align: center;
  max-width: 500px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.footer-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 10vw;
}

.footer-links {
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 21px;
  list-style-type: none;
  display: flex;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-item {
  margin-right: 40px;
}

.footer-item.no-margin {
  margin-right: 0;
}

.products-section {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.products-section.no-carrousell {
  display: block;
}

.products-section-wrapper {
  padding-right: 20px;
  display: flex;
}

.products-section-wrapper.no-padding-right {
  padding-right: 20px;
}

.legal-page-wrapper {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.legal-page-menu-wrapper {
  width: 25%;
}

.legal-page-menu-inner {
  position: sticky;
  top: 40px;
}

.legal-menu {
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
  list-style-type: none;
}

.legal-menu-heading {
  border-bottom: 1px solid var(--white);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.legal-menu-item {
  border-bottom: 1px solid var(--white);
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-size: 11px;
  line-height: 21px;
}

.legal-menu-link {
  color: var(--navy-blue);
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
}

.legal-menu-link:hover {
  color: var(--gray);
}

.legal-page-text {
  width: 60%;
}

.legal-heading {
  font-size: 30px;
  line-height: 40px;
}

.legal-box {
  padding-top: 50px;
}

.legal-box.no-margin {
  margin-bottom: 0;
}

.legal-box.no-padding-top {
  padding-top: 0;
}

.link {
  color: var(--navy-blue);
  font-weight: 400;
  text-decoration: underline;
  transition: all .3s;
}

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

.advertising-list {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style-type: none;
}

.advertising-list-item {
  margin-bottom: 5px;
  list-style-type: disc;
}

.shop-stripe-section {
  background-color: var(--yellow);
  background-image: linear-gradient(#ddb931d9, #ddb931d9), url('../images/Atuto-print-2.svg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, repeat;
  background-size: auto, 600px;
  flex-flow: row;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stripe-wrapper {
  width: 50%;
}

.about-us {
  background-color: var(--white-gray);
  display: flex;
  position: relative;
}

.newsletter-input-field {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  max-width: 60%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
}

.newsletter-input-field:focus {
  color: #fff;
}

.newsletter-input-field::placeholder {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.newsletter-form {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.input-field {
  border: 1px solid var(--navy-blue);
  height: 50px;
  margin-bottom: 0;
}

.input-field::placeholder {
  color: var(--navy-blue);
}

.input-field.password-input-field {
  margin-bottom: 10px;
}

.input-field.field-margin {
  margin-bottom: 12px;
}

.input-field.text-area {
  min-height: 100px;
}

.field-label {
  font-weight: 500;
}

.form-inner {
  background-color: var(--yellow);
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px 40px;
  position: relative;
}

.form-heading {
  text-align: center;
  margin-bottom: 25px;
}

.form-contact-us {
  z-index: 9999;
  background-color: #79797999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-contact-us.show {
  background-color: #00000096;
  display: flex;
}

.close-contact-us {
  opacity: .32;
  width: 22px;
  position: absolute;
  inset: 14px 14px auto auto;
}

.contact-us-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  display: grid;
}

.products-slider {
  background-color: #0000;
  width: 75%;
  height: auto;
  display: none;
}

.slide-nav {
  display: none;
}

.products-slider-mask {
  width: 320px;
  overflow: visible;
}

.product-slide {
  margin-right: 0;
}

.products-section-left {
  z-index: 10;
  background-color: var(--white-gray);
  max-width: 360px;
  margin-right: 20px;
  padding: 80px 40px;
  position: relative;
}

.products-section-left.no-marggin-right {
  margin-right: 20px;
}

.left-arrow {
  background-color: var(--navy-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  margin-left: -30px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.right-arrow {
  background-color: var(--navy-blue);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  margin-right: -30px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.ilustracion-persona {
  width: 22vw;
  margin-top: auto;
  margin-left: -8vw;
}

.ilustracion-persona.hero-illustration {
  z-index: 11;
  width: 20vw;
  margin-bottom: -24px;
  margin-left: 0;
  margin-right: -5vw;
  position: relative;
}

.ilustracion-persona.smaller {
  width: 19vw;
}

.inner-about-us-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  max-width: 650px;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
}

.inner-about-us-text {
  width: 65%;
}

.inner-about-us-text.smaller-width {
  width: 30%;
  margin-right: 40px;
}

.collections-slider {
  background-color: #0000;
  height: auto;
}

.collections-slider.hide {
  display: none;
}

.collections-slider-mask {
  width: 435px;
  overflow: visible;
}

.collections-block-descritpion {
  width: 80%;
}

.non-profits {
  overflow: hidden;
}

.non-profits.hide {
  display: none;
}

.categories-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-link-block {
  color: var(--navy-blue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.details {
  color: var(--yellow);
  display: flex;
}

.details-paragraph {
  margin-right: 5px;
}

.backbag-name {
  text-align: center;
  margin-bottom: 5px;
}

.product-block-text {
  text-align: left;
  width: 100%;
}

.product-block-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
}

.ecommerce-page-body {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ecommerce-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  margin-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.ecommerce-image-wrapper {
  background-color: var(--white-gray);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.ecommerce-info {
  width: 50%;
}

.stars-wrapper {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.stars-image {
  margin-bottom: 5px;
  margin-right: 5px;
}

.default-state {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.add-button {
  border: 1px solid var(--navy-blue);
  background-color: var(--navy-blue);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  padding: 12px 40px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: color .3s, background-color .3s;
}

.add-button:hover {
  color: var(--navy-blue);
  background-color: #fff;
}

.quantity-selector {
  border-color: var(--navy-blue);
  text-align: center;
  border-radius: 0;
  width: 110px;
  height: 47px;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 14px;
  line-height: 24px;
}

.add-to-cart {
  margin-bottom: 100px;
}

.product-info {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.product-info-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.plus-horizontal {
  background-color: var(--navy-blue);
  width: 100%;
  height: 2px;
}

.plus-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.plus-vertical {
  background-color: var(--navy-blue);
  width: 2px;
  height: 100%;
  position: absolute;
}

.accordion-answear-wrapper {
  padding-right: 60px;
}

.accordion-wrapper {
  cursor: pointer;
  padding: 20px 30px;
}

.accordion-question-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.accordion-holder {
  border-top: 1px solid var(--navy-blue);
  padding-top: 50px;
  padding-bottom: 50px;
}

.recommended {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.recommended-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-bottom-big {
  margin-bottom: 100px;
}

.products-list {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-image.desktop-1440, .product-image.desktop-1920 {
  display: none;
}

.footer-dnyamic {
  text-transform: uppercase;
  margin-right: 40px;
  font-size: 11px;
  line-height: 21px;
}

.block-header {
  border-color: #797979 #797979 var(--navy-blue);
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkout-container {
  width: 100%;
  max-width: 1100px;
}

.checkout-column {
  flex: 0 auto;
  width: 50%;
}

.field-label-bottom {
  font-size: 12px;
  line-height: 20px;
}

.block-content {
  border-right-color: var(--navy-blue);
  border-bottom-color: var(--navy-blue);
  border-left-color: var(--navy-blue);
}

.apple-pay-button {
  border-radius: 4px;
  height: 55px;
}

.checkout-header {
  margin-bottom: 0;
}

.checkout-form {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.shipping-method {
  border-bottom-color: #797979;
}

.shipping-method-list {
  border-left-color: #797979;
  border-right-color: #797979;
}

.footer-right {
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #0000;
  align-items: flex-start;
  margin-left: 25px;
  padding: 0;
  line-height: 22px;
  transition: color .3s;
}

.cart-button:hover {
  color: var(--gray);
  text-decoration: none;
}

.cart-button.dark {
  color: var(--navy-blue);
}

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

.input-field-2 {
  background-color: #f7f7f7;
  border: 1px solid #797979;
  height: 50px;
  margin-bottom: 0;
}

.cart-quantity {
  color: #fff;
  background-color: #797979;
  font-size: 12px;
  font-weight: 600;
}

.cart-item {
  align-items: center;
  margin-bottom: 20px;
}

.cart-icon {
  color: var(--black);
  margin-right: 10px;
}

.remove-button {
  color: var(--navy-blue);
  text-decoration: none;
  transition: color .3s;
}

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

.cart-holder {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.color-teal {
  background-color: var(--yellow);
  color: var(--navy-blue);
  width: 100%;
  height: 70px;
}

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

.product-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.password-image {
  width: 60px;
}

.not-found-image {
  width: 128px;
}

.ecommerce-image-inner {
  text-align: center;
  width: 60%;
}

.hero-heading {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-size: 57px;
  font-weight: 300;
  line-height: 1;
}

.coming-soon-wrapper {
  background-color: var(--yellow);
  background-image: radial-gradient(circle, #0000004f, #fff0 42%), url('../images/ATUTO-banner-04.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  height: 100vh;
}

.comming-soon-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.subheading-coming-soon {
  color: var(--white);
  margin-top: 10px;
  font-size: 26px;
  font-weight: 300;
}

.image-logo.margin-bellow {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cards-verticals {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--red);
  color: #fff;
  grid-template-rows: 50% auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 640px;
  text-decoration: none;
  display: grid;
}

.cards-verticals.blue-bg {
  background-color: var(--navy-blue);
}

.cards-verticals.red-bg {
  background-color: var(--red);
}

.card-info-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 40px 40px 50px;
  display: grid;
}

.card-img-wrapp {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.yellow-heading {
  color: var(--white);
  margin-bottom: 0;
}

.backpack-overflow {
  width: 300px;
  position: absolute;
  inset: auto -8% -12% auto;
}

.image-jorge {
  flex: none;
  width: 50vw;
  position: absolute;
  inset: 5% 3% 0% auto;
}

.image-3 {
  object-fit: cover;
  min-height: 100%;
}

.values {
  background-color: var(--white-gray);
  display: flex;
  position: relative;
}

.icon-heading {
  color: var(--navy-blue);
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.4;
}

.text-block-amazon {
  color: var(--white);
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 300;
}

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

.logo-amazon {
  width: 150px;
}

.available-at-amazon {
  width: 150px;
  margin-top: 0;
  margin-bottom: 20px;
}

.available-at-amazon.second {
  margin-bottom: 30px;
  margin-left: 0;
}

.materials-details {
  background-color: var(--light-gray);
  background-image: linear-gradient(#eeeeee94, #eeeeee94), url('../images/figura-t-01.svg'), url('../images/figura-o-01.svg'), url('../images/figura-u-01.svg'), url('../images/figura-a-02.svg');
  background-position: 0 0, 39% -40%, 66% 142%, 110% 20%, -7% 112%;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, 300px, 350px, 300px, 350px;
}

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

.section-images.hide {
  display: none;
}

.img-wrapp {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.img-wrapp.blue-bg {
  background-color: var(--navy-blue);
}

.img-wrapp.red-bg {
  background-color: var(--red);
}

.img-wrapp.yellow-bg {
  background-color: var(--yellow);
}

.img-wrapp.dark-bg {
  background-color: #2e2e2e;
  background-image: url('../images/composicion-03.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.image-banners {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.image-banners.ilustration {
  min-width: auto;
  height: 50%;
  min-height: auto;
}

.video-image {
  background-image: url('../images/pexels-kampus-8913971.jpg');
  background-position: 50%;
  background-size: cover;
  width: 65%;
  height: 400px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  box-shadow: 0 6px 30px #0003;
}

.video-button-div {
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  width: 150px;
  padding: 5px 40px 5px 5px;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 10px 20px #0003;
}

.video-button-div:hover {
  transform: translate(0, -10px);
}

.lightbox-link {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.video-icon {
  background-color: var(--yellow);
  border-radius: 0%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  display: flex;
}

.video-text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.video-section {
  background-color: #2e2e2e;
  background-image: linear-gradient(#2e2e2eed, #2e2e2eed), url('../images/composicion-04.svg');
  background-position: 0 0, -5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 105%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.font-italict-bold {
  color: var(--yellow);
  font-style: italic;
  font-weight: 600;
}

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

.atuto-text {
  color: var(--yellow);
  font-weight: 600;
}

.inner-hero {
  width: 82%;
}

.hero {
  background-color: var(--white-gray);
  height: 100vh;
  display: flex;
  position: relative;
}

.email {
  width: 25px;
  display: none;
}

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

.hero-bag {
  width: 260px;
  margin-left: -50px;
  margin-right: -20px;
  padding-left: 0;
}

.shop-now-section-hero {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.lenguage-heading {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.2;
}

.lenguage-heading.margin-bellow {
  margin-bottom: 20px;
}

.lenguage-heading.margin-bellow.smaller {
  color: var(--white);
  font-size: 22px;
}

.lenguage-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
}

.big-paragraph {
  font-size: 18px;
}

.big-paragraph.marggin-bottom {
  margin-bottom: 40px;
}

.non-profits-sections {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-non-profit {
  height: 89px;
}

.logo-non-profit.bigger {
  width: 125px;
}

.card-non-profit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #2e2e2e;
  background-image: linear-gradient(#2e2e2ee3, #2e2e2ee3), url('../images/figura-u-01.svg');
  background-position: 0 0, 114% 113%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200px;
  flex-flow: column;
  grid-template-rows: 50% auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  text-decoration: none;
  display: flex;
}

.card-non-profit.blue-bg {
  background-color: var(--navy-blue);
}

.card-non-profit.red-bg {
  background-color: var(--red);
}

.card-non-profit.yellow-bg {
  background-color: var(--yellow);
}

.card-non-profit.firts {
  border-right: 4px solid var(--yellow);
}

.heading-non-profits {
  max-width: 500px;
}

.link-non-profit {
  transition: all .3s;
}

.link-non-profit:hover {
  transform: scale(1.05);
}

.img-wrapp-backpack {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.img-wrapp-backpack.blue-bg {
  background-color: var(--navy-blue);
}

.img-wrapp-backpack.red-bg {
  background-color: var(--red);
}

.img-wrapp-backpack.yellow-bg {
  background-color: var(--yellow);
}

.img-wrapp-backpack.dark-bg {
  background-color: #2e2e2e;
  background-image: url('../images/composicion-02.svg');
  background-position: 0 0;
  background-size: auto;
}

.bigger-paragraph {
  margin-bottom: 40px;
  font-size: 22px;
}

.bigger-paragraph.marggin-bottom {
  margin-bottom: 40px;
}

.qr {
  flex: none;
  width: 400px;
}

.heading-white {
  color: var(--white);
  font-size: 59px;
  font-weight: 500;
  line-height: 1.2;
}

.silver-heading-2 {
  color: #bdbdbd;
  font-size: 52px;
  line-height: 1.1;
}

.grid-backbacks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.thanks-wrapper {
  background-color: var(--red);
  background-image: linear-gradient(#86172ae6, #86172ae6), url('../images/composicion-04.svg'), url('../images/composicion-04.svg');
  background-position: 0 0, 107%, -7%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto;
  height: 100vh;
}

.backback-img-thanks {
  width: 300px;
  margin-bottom: -10px;
}

.links-footer-contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .half.half-materials-image {
    background-position: 50% 26%;
  }

  .inner-about-us-wrapper.hero-wrapper {
    max-width: 550px;
  }

  .product-image.desktop-1440 {
    display: block;
  }

  .product-image.desktop-1920 {
    display: none;
  }

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

  .image-jorge {
    width: 35vw;
    right: 10%;
  }

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

@media screen and (min-width: 1920px) {
  p {
    font-size: 20px;
  }

  .paragraph-medium {
    font-size: 28px;
  }

  .half.half-materials-image {
    min-height: 950px;
    margin-bottom: 40px;
  }

  .half.half-about-us-text {
    justify-content: flex-end;
    align-items: center;
    min-height: 800px;
  }

  .half.half-about-us-image {
    background-position: 50%;
  }

  .half.valores-image, .half.hero-image {
    background-position: 50% 13%;
  }

  .half.half-hero {
    min-height: 800px;
    padding-left: 7%;
  }

  .small-text {
    font-size: 13px;
  }

  .materials {
    justify-content: center;
  }

  .shop-stripe-section {
    justify-content: flex-start;
    align-items: center;
    min-height: 700px;
  }

  .ilustracion-persona {
    width: 18vw;
  }

  .product-image.desktop-1920 {
    display: block;
  }

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

  .backpack-overflow {
    width: 450px;
    bottom: -10%;
    right: -18%;
  }

  .image-jorge {
    right: 15%;
  }

  .icon-heading {
    font-size: 27px;
  }

  .text-block-amazon {
    font-size: 28px;
  }

  .logo-amazon, .available-at-amazon {
    width: 250px;
  }

  .container {
    max-width: 1300px;
  }

  .video-section {
    background-image: none;
  }

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

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 44px;
    line-height: 54px;
  }

  h3 {
    font-size: 34px;
    line-height: 48px;
  }

  h4 {
    font-size: 28px;
    line-height: 38px;
  }

  h5 {
    font-size: 24px;
    line-height: 34px;
  }

  h6 {
    font-size: 20px;
    line-height: 30px;
  }

  .simple-logo {
    width: 30vw;
  }

  .main-content.utility-banner-content {
    padding-top: 80px;
  }

  .main-content.amazing-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-content.footer-content {
    padding-top: 80px;
  }

  .main-content.legal-page-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-content.shop-stripe-section-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .main-content.collections-content, .main-content.category-body-content, .main-content.product-page-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .paragraph-big {
    font-size: 30px;
    line-height: 40px;
  }

  .style-over-title {
    font-size: 28px;
    line-height: 38px;
  }

  .inner-title {
    font-size: 24px;
    line-height: 34px;
  }

  .paragraph-medium {
    font-size: 20px;
    line-height: 30px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .color-title {
    font-size: 20px;
    line-height: 30px;
  }

  .menu-links {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .nav-link {
    font-size: 32px;
    line-height: 42px;
  }

  .nav-link.contact-us-menu {
    display: block;
  }

  .brand {
    width: 24vw;
  }

  .menu-inner {
    width: 50%;
  }

  .navbar-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-us {
    letter-spacing: 0;
  }

  .amazing-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .center.category-body {
    margin-bottom: 80px;
  }

  .half.half-materials-image {
    width: 50%;
  }

  .half.half-about-us-image, .half.valores-image, .half.hero-image {
    background-position: 65% 100%;
  }

  .materials {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
    overflow: hidden;
  }

  .inner-materials {
    margin-left: 40px;
    margin-right: 5px;
  }

  .silver-heading {
    font-size: 34px;
  }

  .footer {
    background-image: linear-gradient(#092344eb, #092344eb), url('../images/figura-a-02.svg'), url('../images/figura-u-01.svg');
    background-position: 0 0, -8%, 106%;
    background-size: auto, auto 150px, auto 150px;
  }

  .margin-bottom-medium {
    margin-bottom: 40px;
  }

  .footer-holder {
    flex-direction: column;
  }

  .footer-logo {
    width: 20vw;
    margin-bottom: 30px;
  }

  .footer-links {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .footer-item {
    text-align: center;
    margin-right: 20px;
  }

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

  .products-section.no-carrousell {
    display: none;
  }

  .products-section-wrapper {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .legal-menu {
    margin-bottom: 40px;
  }

  .legal-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .shop-stripe-section {
    background-position: 40%;
  }

  .stripe-wrapper {
    width: 60%;
  }

  .stripe-wrapper.cta-wrapper {
    flex-flow: column;
    width: 80%;
    display: flex;
  }

  .form-inner {
    width: 90%;
    max-width: none;
  }

  .products-slider {
    display: block;
  }

  .product-slide {
    width: 100%;
  }

  .products-section-left {
    margin-right: 40px;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
  }

  .right-arrow {
    width: 50px;
    height: 50px;
    margin-right: 50px;
  }

  .right-arrow.product-arrow-right {
    margin-right: 20px;
  }

  .ilustracion-persona {
    display: none;
  }

  .inner-about-us-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 40px;
  }

  .inner-about-us-text {
    width: 100%;
  }

  .inner-about-us-text.smaller-width {
    width: 60%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .categories-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .details {
    display: block;
  }

  .backbag-name {
    margin-bottom: 5px;
  }

  .product-block-image {
    margin-bottom: 40px;
  }

  .ecommerce-page-body {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ecommerce-wrapper {
    width: 80%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .ecommerce-image-wrapper {
    width: 100%;
    margin-bottom: 60px;
    padding: 40px;
  }

  .ecommerce-info {
    width: 100%;
  }

  .add-to-cart {
    margin-bottom: 80px;
  }

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

  .product-info-box {
    width: 30%;
  }

  .accordion-holder {
    padding-bottom: 0;
  }

  .recommended-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom-big {
    margin-bottom: 80px;
  }

  .products-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-dnyamic {
    margin-right: 20px;
  }

  .checkout-container {
    flex-direction: column;
  }

  .checkout-column {
    width: 100%;
    margin-right: 0;
  }

  .cart-button {
    margin-left: 0;
  }

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

  .cards-verticals {
    height: 500px;
    padding: 40px 20px;
  }

  .backpack-overflow {
    width: 250px;
  }

  .image-jorge {
    top: 7%;
    right: -4%;
  }

  .icon-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .video-image {
    width: 100%;
  }

  .container {
    flex-flow: column;
    padding-left: 80px;
    padding-right: 80px;
  }

  .inner-hero {
    width: 100%;
  }

  .hero-bag {
    display: none;
  }

  .shop-now-section-hero {
    flex-flow: column;
    margin-top: 20px;
  }

  .non-profits-sections {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .silver-heading-2 {
    font-size: 34px;
  }

  .grid-backbacks {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 26px;
    line-height: 36px;
  }

  h5 {
    font-size: 22px;
    line-height: 32px;
  }

  .simple-logo {
    width: 40vw;
  }

  .main-content.utility-banner-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main-content.amazing-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.footer-content {
    padding-top: 60px;
  }

  .main-content.legal-page-content, .main-content.shop-stripe-section-content, .main-content.collections-content, .main-content.category-body-content, .main-content.product-page-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-big {
    font-size: 22px;
    line-height: 32px;
  }

  .heading-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-over-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .paragraph-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-medium {
    font-size: 18px;
    line-height: 28px;
  }

  .emphasis-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .emphasis-wrapper {
    grid-template-columns: 1fr;
  }

  .rich-text-holder, .list-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .link-holder, .button-holder {
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-wrapper {
    grid-template-columns: 1fr;
  }

  .color-holder {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-wrap {
    background-image: linear-gradient(to bottom, null, null), url('../images/Atuto-print-2.svg');
    background-size: auto, 250px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
  }

  .nav-link {
    font-size: 28px;
    line-height: 38px;
  }

  .nav-link.reservation {
    display: block;
  }

  .brand {
    width: 32vw;
  }

  .menu-inner {
    width: 60%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar.bg-shadow {
    background-image: linear-gradient(#0009, #fff0);
  }

  .navbar-wrapper {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-us {
    display: none;
  }

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

  .center.category-body {
    margin-bottom: 60px;
  }

  .half.half-materials-image {
    background-position: 50% 36%;
    width: 100%;
  }

  .half.half-materials-text, .half.half-about-us-text {
    width: 100%;
  }

  .half.half-about-us-image {
    background-position: 50% 44%;
    width: 100%;
    height: 500px;
  }

  .half.valores-image {
    background-position: 50% 13%;
    width: 100%;
    height: 500px;
  }

  .half.hero-image {
    background-image: url('../images/pexels-kampus-8913971.jpg');
    background-position: 50% 0;
    width: 100%;
    height: 40vh;
  }

  .half.half-hero {
    width: 100%;
    padding-left: 0%;
  }

  .materials {
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .inner-materials {
    width: 80%;
    max-width: none;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer {
    background-image: none;
  }

  .footer-logo {
    width: 26vw;
  }

  .footer-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

  .footer-link {
    text-align: left;
  }

  .footer-item {
    text-align: center;
  }

  .products-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .products-section-wrapper {
    flex-direction: column;
  }

  .legal-page-wrapper {
    display: block;
  }

  .legal-page-menu-wrapper {
    width: 100%;
  }

  .legal-page-menu-inner {
    justify-content: space-between;
    display: flex;
    position: static;
  }

  .legal-menu {
    width: 45%;
  }

  .legal-menu-heading, .legal-menu-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .legal-page-text {
    width: 100%;
  }

  .shop-stripe-section {
    background-position: 25%;
  }

  .stripe-wrapper {
    width: 90%;
  }

  .about-us {
    display: block;
  }

  .newsletter-input-field {
    max-width: 55%;
  }

  .form-inner {
    padding: 40px 30px 30px;
  }

  .contact-us-form {
    padding: 20px 10px;
  }

  .products-slider {
    width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .products-slider-mask {
    width: 100%;
    overflow: hidden;
  }

  .product-slide {
    margin-right: 0;
  }

  .products-section-left {
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-arrow.product-arrow-left {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 35px;
  }

  .right-arrow.product-arrow-right {
    margin-right: 0;
  }

  .inner-about-us-wrapper {
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0%;
  }

  .collections-slide {
    width: 90%;
  }

  .categories-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .details {
    display: block;
  }

  .product-block-image {
    margin-bottom: 0;
    padding: 30px;
  }

  .ecommerce-page-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .ecommerce-wrapper, .add-to-cart {
    margin-bottom: 60px;
  }

  .product-info {
    margin-bottom: 40px;
  }

  .plus-horizontal {
    width: 20px;
  }

  .plus-wrapper {
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }

  .plus-vertical {
    height: 20px;
  }

  .accordion-answear-wrapper {
    padding-right: 40px;
  }

  .accordion-holder {
    padding-top: 40px;
  }

  .margin-bottom-big {
    margin-bottom: 60px;
  }

  .products-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-dnyamic {
    margin-right: 60px;
  }

  .checkout-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-right {
    width: 100%;
  }

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

  .cards-verticals {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .backpack-overflow {
    width: 340px;
  }

  .image-jorge {
    display: none;
  }

  .values {
    display: block;
  }

  .icon-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .img-wrapp {
    height: 350px;
  }

  .img-wrapp.blue-bg.hide-mobile, .img-wrapp.yellow-bg {
    display: none;
  }

  .video-image {
    background-image: url('../images/pexels-mizunokozuki-13931398.jpg');
  }

  .lightbox-link {
    flex-direction: row;
    align-items: center;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero {
    height: auto;
    display: block;
  }

  .email {
    display: block;
  }

  .section-mochilas {
    grid-template-columns: 1fr 1fr;
  }

  .hero-bag {
    width: 200px;
    margin-left: -46px;
    display: block;
  }

  .shop-now-section-hero {
    flex-flow: row;
  }

  .img-wrapp-backpack {
    height: auto;
  }

  .img-wrapp-backpack.blue-bg.hide-mobile, .img-wrapp-backpack.yellow-bg {
    display: none;
  }

  .heading-white {
    margin-bottom: 20px;
    font-size: 54px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 34px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .simple-logo {
    width: 60vw;
  }

  .main-content.amazing-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-content.footer-content {
    padding-top: 30px;
  }

  .main-content.legal-page-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-content.shop-stripe-section-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-content.collections-content {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .main-content.category-body-content, .main-content.product-page-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-over-title {
    font-size: 24px;
    line-height: 34px;
  }

  .list-wrapper, .link-wrapper {
    grid-template-columns: 1fr;
  }

  .link-inner {
    justify-content: flex-start;
  }

  .button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .button.w--current {
    letter-spacing: 1px;
  }

  .line-button, .white-button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .color-title {
    font-size: 18px;
    line-height: 28px;
  }

  .utility-page-content {
    width: 80%;
    padding: 30px;
  }

  .utility-page-form {
    width: 100%;
  }

  .password-heading {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._404-text {
    font-size: 16px;
    line-height: 26px;
  }

  .menu-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand {
    width: 45vw;
  }

  .menu-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-wrapper {
    padding-bottom: 20px;
  }

  .amazing-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .amazing-icon {
    max-width: 200px;
  }

  .center.category-body {
    margin-bottom: 40px;
  }

  .half.half-about-us-image, .half.valores-image, .half.hero-image {
    height: 300px;
  }

  .materials {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .inner-materials {
    margin-bottom: 40px;
  }

  .footer {
    background-image: none;
  }

  .footer-logo {
    width: 40vw;
  }

  .footer-links {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .footer-item {
    margin-right: 0;
  }

  .products-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .legal-page-menu-inner {
    display: block;
  }

  .legal-menu {
    width: 100%;
  }

  .shop-stripe-section {
    background-position: 30%;
  }

  .stripe-wrapper, .stripe-wrapper.cta-wrapper {
    width: 100%;
  }

  .newsletter-input-field {
    max-width: none;
    margin-bottom: 30px;
  }

  .newsletter-form {
    display: block;
  }

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

  .products-slider {
    margin-top: 20px;
  }

  .products-section-left {
    padding: 40px 20px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
  }

  .left-arrow.collection-arrow-left {
    margin-left: -25px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
  }

  .right-arrow.collection-arrow-right {
    margin-right: -20px;
  }

  .inner-about-us-text.smaller-width, .collections-slider-mask, .collections-slide, .collections-block-descritpion {
    width: 100%;
  }

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

  .ecommerce-page-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ecommerce-wrapper, .ecommerce-image-wrapper {
    margin-bottom: 40px;
  }

  .default-state {
    flex-direction: column;
    align-items: flex-start;
  }

  .add-button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .quantity-selector {
    margin-bottom: 10px;
  }

  .add-to-cart {
    margin-bottom: 40px;
  }

  .product-info {
    flex-direction: column;
  }

  .product-info-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-info-box.no-margin {
    margin-bottom: 0;
  }

  .accordion-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .margin-bottom-big {
    margin-bottom: 40px;
  }

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

  .footer-dnyamic {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .block-header {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .block-header.block-header-tall {
    padding-top: 30px;
  }

  .order-item {
    flex-direction: column;
  }

  .required-label {
    position: absolute;
    inset: 5px 5px auto auto;
  }

  .block-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .order-info {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .order-image {
    width: 100%;
  }

  .footer-right {
    display: block;
  }

  .cart-text {
    display: none;
  }

  .not-found-image {
    width: 80px;
  }

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

  .image-logo {
    max-width: 90%;
  }

  .card-info-wrapp {
    align-items: center;
  }

  .card-img-wrapp {
    height: 200px;
  }

  .backpack-overflow {
    width: 250px;
    right: 3%;
  }

  .text-block-amazon {
    font-size: 17px;
  }

  .logo-amazon {
    width: 120px;
  }

  .available-at-amazon {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-images {
    flex-flow: column;
    display: flex;
  }

  .img-wrapp {
    height: 250px;
  }

  .video-image {
    height: 200px;
  }

  .video-button-div {
    width: 60px;
    padding-right: 0;
  }

  .lightbox-link {
    flex-direction: row;
    align-items: center;
  }

  .video-icon {
    width: 50px;
    margin-right: 0;
  }

  .video-text {
    display: none;
  }

  .email {
    width: 23px;
  }

  .section-mochilas {
    flex-flow: column;
    display: flex;
  }

  .non-profits-sections {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100vw;
    margin-left: -12.5%;
  }

  .img-wrapp-backpack {
    height: auto;
  }

  .heading-white {
    margin-bottom: 10px;
    font-size: 38px;
  }
}

#w-node-c1b4dcd2-d1b2-4488-4a20-ce5c46ba26df-f601c02b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d9947346-92fa-bf0e-f44e-59731ca6ec77-f601c02b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1b4dcd2-d1b2-4488-4a20-ce5c46ba26e1-f601c02b {
  justify-self: end;
}

#w-node-_48a911cd-4616-25d8-476e-0ca0c3a24ebc-f601c02b, #w-node-_48a911cd-4616-25d8-476e-0ca0c3a24eb4-f601c02b, #w-node-_48a911cd-4616-25d8-476e-0ca0c3a24eb8-f601c02b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58826a96-d79a-809f-bf8d-9be1ddba3270-ddba3255 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78735e1b-11fe-585a-84eb-0caaa116ceb0-a116ce99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_60418b96-1ce4-cb23-d3ec-64fb4a242e09-a116ce99 {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-c1b4dcd2-d1b2-4488-4a20-ce5c46ba26db-f601c02b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_58826a96-d79a-809f-bf8d-9be1ddba3260-ddba3255, #w-node-_58826a96-d79a-809f-bf8d-9be1ddba3264-ddba3255, #w-node-_58826a96-d79a-809f-bf8d-9be1ddba3268-ddba3255, #w-node-_58826a96-d79a-809f-bf8d-9be1ddba326c-ddba3255 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


