:root {
  --text: #5f4d5d;
  --price: #b0b0b0;
  --thistle: #ba9fb7;
  --titles-text-thistle-deep: #b99bb6;
  --thistle-medium: #ceb3cb;
  --black: black;
  --pink: #d6bbd3;
  --thistle-noble: #d7b7d4;
  --thistle-dark: #c9adc6;
  --bg-darker: #b08ead;
  --slider-button: #a78ba4;
  --white: white;
  --lines: #e6e6e6;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

.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;
  -ms-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-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

.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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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-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-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

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

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

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

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

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

@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(--text);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--text);
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 22px;
}

li {
  margin-bottom: 2px;
}

figcaption {
  color: var(--price);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.navbar {
  width: 100%;
  height: 120px;
  border-top: 4px solid var(--thistle);
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-around;
  display: flex;
}

.brand {
  height: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.menu-button {
  z-index: 10;
  width: 5%;
  height: 116px;
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 56px;
  transition: opacity .2s;
}

.menu-button:hover {
  opacity: .8;
}

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

.burger-line {
  width: 20px;
  height: 2px;
  background-color: var(--titles-text-thistle-deep);
  margin-bottom: 3px;
}

.content-section {
  color: #2b3448;
  background-color: #2b3448;
  margin-bottom: -67px;
  padding-top: 0;
  padding-bottom: 28px;
  overflow: hidden;
}

.content-section.thistle-medium {
  background-color: #daf3de;
}

.content-section.gray {
  background-color: #f3f3f3;
}

.content-wrapper {
  width: 100%;
  max-width: 1365px;
  min-height: 79px;
  opacity: 1;
  color: #6b6a6b;
  object-fit: cover;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0;
  padding: 16px 25px 24px;
  font-family: Lato, sans-serif;
  position: relative;
  bottom: -17px;
  left: 0;
  overflow: hidden;
}

.hero-section {
  height: 100%;
  -webkit-text-fill-color: inherit;
  background-color: #2b3448;
  background-clip: border-box;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 21px;
  padding-top: 1px;
  position: relative;
}

.slide-nav {
  display: none;
}

.center-box {
  width: 65%;
  max-width: 820px;
  color: var(--titles-text-thistle-deep);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.mini-title {
  opacity: 1;
  outline-color: var(--price);
  outline-offset: 0px;
  color: #252225;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 0 #2b3448;
  border-radius: 0;
  outline-width: 2px;
  outline-style: solid;
  margin: 20px 60px 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: Bitter, serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: block;
  box-shadow: inset 2px 0 5px -20px #cfb3ca;
}

.mini-title.white {
  color: #fff;
}

.intro-paragraph {
  color: var(--text);
  letter-spacing: 0;
  text-transform: none;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 38px;
}

.button {
  height: 45px;
  border: 1px solid var(--price);
  color: #2b3448;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  margin-left: 0;
  padding: 15px 27px 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .2s, color .2s;
}

.button:hover {
  background-color: var(--titles-text-thistle-deep);
  color: #fff;
}

.top-border {
  padding-bottom: 5px;
}

.top-border._20 {
  justify-content: center;
  margin-top: 0;
  padding-left: 0%;
  display: flex;
}

.top-border._50 {
  margin-top: 50px;
}

.top-border._5 {
  margin-top: 5px;
}

.top-border._40 {
  margin-top: 40px;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.relative {
  color: #413232;
  background-color: #f0eaea;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-text-box {
  color: #bbb3ba;
  background-color: #2b3448;
  margin-top: 0;
  padding: 23px;
  display: block;
}

.title-link {
  color: #fff;
  font-family: Bitter, serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .8;
}

.text-link {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
}

.image-hover {
  margin-bottom: 0;
  margin-left: 6px;
  transition: transform .2s;
}

.image-hover:hover {
  transform: scale(1.05);
}

.intro-box {
  width: 30.3%;
  background-color: var(--thistle-medium);
  margin-right: 3%;
}

.intro-box.no-border {
  margin-right: 0%;
}

.h1-white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.h1-white.white {
  color: #fff;
  font-family: Merriweather, serif;
}

.h1-white.medium {
  font-size: 40px;
  line-height: 50px;
}

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

.underline {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.arrow {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 22px;
}

.nav-menu {
  width: 403px;
  height: 100vh;
  float: right;
  background-color: #fff;
  padding-top: 130px;
  display: none;
  position: fixed;
}

.nav-link {
  height: 116px;
  color: var(--black);
  padding-top: 21px;
  font-family: Bitter, serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .2s;
}

.nav-link:hover {
  border-bottom: 4px solid var(--thistle-medium);
}

.nav-link.w--current {
  border-bottom: 4px solid var(--pink);
  color: var(--black);
  font-family: Bitter, serif;
}

.cart-button {
  width: 75px;
  height: 116px;
  color: var(--text);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 18px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.cart-button:hover {
  opacity: .8;
}

.cart {
  width: 5%;
  min-width: 75px;
  float: right;
}

.cart-icon {
  margin-right: 3px;
}

.cart-quantity {
  background-color: var(--pink);
  color: #fff;
  margin-left: 0;
  padding-top: 2px;
  font-family: Roboto, sans-serif;
  line-height: 15px;
}

.profile-image {
  width: 44%;
  height: 675px;
  min-width: 540px;
  background-image: url('../images/4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: relative;
  left: 135px;
}

.profile-image.left {
  background-image: url('../images/7.jpg');
  left: -135px;
}

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

._50-column {
  width: 50%;
}

.text-block-2 {
  width: 80%;
}

.image {
  -webkit-text-fill-color: inherit;
  background-color: #fff1e5;
  background-clip: border-box;
  border: 0 solid #b6b2b2;
  border-left: 17px #b6b2b2;
  border-right: 17px #f0eaea;
  border-radius: 0;
  margin-top: -2px;
  padding-top: 0;
  padding-left: 0;
}

._50-column-center {
  width: 50%;
  background-color: #f0eaea;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50-column-center.mobile-border {
  background-color: #f0eaea;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 14px;
}

.bottom-line {
  border-bottom: 1px solid var(--thistle-noble);
  padding-bottom: 40px;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
  font-size: 22px;
}

.collection-item {
  width: 31%;
  margin-bottom: 4%;
  margin-right: 2.2%;
}

.products-details {
  text-align: center;
  padding-top: 10px;
}

.link {
  color: var(--text);
  font-weight: 500;
  text-decoration: none;
}

.price {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.5px;
  text-decoration: none;
}

.price.large {
  color: #fff;
  font-size: 26px;
  line-height: 27.5px;
}

.text-field-4 {
  width: 48%;
  height: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 1px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.text-field-4::-ms-input-placeholder {
  color: #fff;
}

.text-field-4::placeholder {
  color: #fff;
}

.textarea-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 41px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.textarea-2::-ms-input-placeholder {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.textarea-2::placeholder {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.submit-button-3 {
  height: 50px;
  min-width: 210px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: background-color .2s, color .2s;
}

.submit-button-3:hover {
  color: var(--titles-text-thistle-deep);
  background-color: #fff;
}

.success-message {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 22px;
}

.error-message {
  padding-bottom: 8px;
  font-size: 22px;
}

.form-block {
  width: 51%;
}

._25-column {
  width: 25%;
  margin-right: 5%;
}

.contact-link {
  color: #fff;
  font-size: 22.5px;
  text-decoration: none;
}

.mini-title-white {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
}

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

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

.top-border-2 {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.top-border-2._10 {
  margin-top: 10px;
}

.text-field-2 {
  width: 35%;
  height: 60px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--thistle-medium);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 21px;
}

.text-field-2::-ms-input-placeholder {
  color: var(--titles-text-thistle-deep);
  font-size: 19px;
  font-style: italic;
}

.text-field-2::placeholder {
  color: var(--titles-text-thistle-deep);
  font-size: 19px;
  font-style: italic;
}

.text-field-2._2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button-2 {
  width: 10%;
  height: 60px;
  background-color: var(--thistle-medium);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}

.flex-2 {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

._49-column-2 {
  width: 49%;
  max-width: 689px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.perk {
  width: 26%;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.perk-icon {
  width: 95px;
  height: 95px;
  background-color: var(--thistle);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  margin-right: 20px;
}

.perk-icon._1 {
  background-image: url('../images/compras.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.perk-icon._2 {
  background-image: url('../images/entrega.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.perk-icon._3 {
  background-image: url('../images/como.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.text-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.text-white {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.perks {
  background-color: var(--pink);
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

.footer {
  background-color: var(--thistle-dark);
  padding-top: 40px;
}

.form-block-2 {
  max-width: 600px;
  margin-bottom: 0;
  display: block;
}

._90-column {
  width: 91%;
  flex: 1;
  align-items: center;
  display: flex;
}

.footer-links {
  width: 100%;
  margin-left: 6%;
}

.footer-link {
  color: #fff;
  margin-right: 35px;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.social-icons {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.social-icon {
  width: 36px;
  height: 36px;
  background-color: var(--pink);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon:hover {
  background-color: var(--thistle);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon.facebook {
  background-image: url('../images/facebook-logo.svg');
  background-size: 15px;
}

.social-icon.instagram {
  background-image: url('../images/instagram-2.svg');
  background-size: 15px;
}

.social-icon.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-size: 15px;
}

.footer-notice {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.footer-notice-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.go-up {
  width: 32.6px;
  height: 30px;
  background-color: var(--thistle);
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: background-color .2s;
}

.go-up:hover {
  background-color: var(--titles-text-thistle-deep);
}

.notice-link {
  color: #fff;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.hero-image {
  width: 70%;
  height: 675px;
  background-image: url('../images/noah-buscher-1118080-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  right: -65px;
}

.hero-image._2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/cushion.jpg');
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 63px;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.right-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--bg-darker);
  margin-bottom: 0;
  transition: opacity .2s;
}

.right-arrow:hover {
  opacity: .8;
}

.left-arrow {
  width: 50px;
  height: 50px;
  background-color: var(--slider-button);
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  bottom: 0;
  right: 0;
}

.left-arrow:hover {
  opacity: .8;
}

.hero-flex {
  display: flex;
}

.hero-flex.vertical {
  background-color: var(--bg-darker);
  flex-direction: row;
}

.slide {
  margin-bottom: 70px;
}

.hero-text-box {
  z-index: 10;
  width: 35%;
  height: 450px;
  max-width: 440px;
  background-color: #d3cec1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 110px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-box {
  z-index: 1;
  width: 35%;
  height: 450px;
  max-width: 440px;
  background-color: var(--bg-darker);
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 110px;
  margin-right: 10%;
  padding-left: 5%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-box.left {
  margin-left: 10%;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}

.flex-grid {
  flex-wrap: wrap;
  display: flex;
}

.footer-notice-box {
  margin-bottom: 5px;
  padding-top: 9px;
}

.footer-brand.w--current {
  transition: opacity .2s;
}

.footer-brand.w--current:hover {
  opacity: .8;
}

.checkout-button {
  background-color: var(--thistle-medium);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 11px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .2s;
}

.checkout-button:hover {
  opacity: .8;
}

.remove-button {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.remove-button:hover {
  opacity: .8;
}

.product-title {
  font-size: 20px;
}

.cart-quantity-2 {
  width: 40px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

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

.small-text {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 21px;
}

.bottom-border._15 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  padding-bottom: 8px;
}

.top-line {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 7px;
}

.footer-section {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.inner-hero {
  background-color: var(--pink);
  padding-top: 12px;
  padding-bottom: 121px;
  overflow: hidden;
}

.row {
  margin-bottom: 3%;
}

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

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

.text-link-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  transition: opacity .2s;
}

.text-link-2:hover {
  opacity: .8;
}

.product-slider {
  width: 105%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  position: relative;
}

.slide-nav-2 {
  display: none;
  position: relative;
}

.product-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.align-right {
  text-align: right;
}

.mini-title-link {
  color: var(--titles-text-thistle-deep);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  transition: opacity .2s;
}

.mini-title-link:hover {
  opacity: .8;
}

.product-description {
  z-index: 10;
  width: 50%;
  min-height: 530px;
  background-color: var(--bg-darker);
  justify-content: flex-start;
  align-items: center;
  padding: 32px 40px 20px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.required {
  font-size: 16px;
}

.field-label {
  font-size: 18px;
}

.heading-4 {
  font-size: 22px;
}

.input-field {
  height: 45px;
  border-radius: 0;
}

.small-text-2 {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.checkbox {
  margin-top: 3px;
}

.submit-button-4 {
  width: auto;
  height: 60px;
  background-color: var(--thistle-medium);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  margin-left: 35px;
  margin-right: 35px;
  padding-top: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-4:hover {
  opacity: .8;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.contact-info {
  width: 60%;
  max-width: 700px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  padding-top: 25px;
  padding-bottom: 15px;
}

.ordered-items {
  width: 35%;
  max-width: 700px;
}

.line-item, .extra-item, .line-item-2 {
  align-items: center;
}

.order-confirmation-container {
  background-color: rgba(0, 0, 0, 0);
}

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

.fieldset {
  border-bottom: 1px solid var(--lines);
  padding-bottom: 4%;
  padding-left: 5%;
  padding-right: 5%;
}

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

.shipping-method-list {
  border-top: 1px solid var(--lines);
}

.submit-button-5 {
  width: 100%;
  height: 50px;
  background-color: var(--thistle-medium);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-5:hover {
  opacity: .8;
}

.add-to-cart {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}

.quantity {
  width: 55px;
  color: var(--text);
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.quantity-white {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.error-state {
  background-color: #ffdede;
  font-size: 20px;
}

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

.navbar-2 {
  width: 100%;
  height: 120px;
  border-top: 4px solid var(--pink);
  color: #151a23;
  background-color: #fff;
  margin-top: -6px;
  padding-top: 0;
  padding-bottom: 15px;
  padding-left: 0;
  display: flex;
}

.submit-button-6 {
  width: auto;
  height: 60px;
  background-color: var(--thistle-medium);
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  margin-bottom: 0;
  padding-top: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-6:hover {
  opacity: .8;
}

.bg-botttom {
  height: 44%;
  background-color: #b6b2b2;
  margin-bottom: 84px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-top {
  height: 56%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #f1e3c8;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.product-section {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 72px;
  padding-bottom: 100px;
  position: relative;
}

.slider-2 {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

._100-percent {
  width: 100%;
}

.product-image-large {
  height: 680px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
}

.paypal {
  margin-left: 35px;
  margin-right: 35px;
}

.country {
  font-size: 20px;
}

.buy-now {
  width: 100%;
  height: 50px;
  background-color: var(--black);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  padding-top: 19px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.buy-now:hover {
  opacity: .8;
}

.mask {
  outline-offset: 0px;
  outline: 3px #6b6a6b;
  margin-bottom: 73px;
}

.image-2 {
  padding-bottom: 0;
}

.paragraph {
  color: #2b3448;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.body {
  border: 1px #000;
  border-radius: 4px;
}

.paragraph-2 {
  color: #2a3246;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.image-3 {
  text-align: left;
  margin-bottom: 73px;
  padding-bottom: 0;
  padding-left: 0;
  overflow: scroll;
}

.image-4 {
  text-align: center;
  overflow: scroll;
}

.paragraph-3 {
  color: var(--text);
  font-size: 18px;
}

.paragraph-4 {
  color: #353034;
  text-align: center;
  margin: 20px 20px 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.testimonial-slider-large {
  background-color: #2b3448;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  margin-top: -70px;
  margin-bottom: -44px;
  padding: 51px 0 76px;
  display: flex;
  position: relative;
}

.container-footer-contact {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
  overflow: visible;
}

.testimonial-slider-two {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-family: PT Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  border: 1px none var(--text);
  outline-offset: 0px;
  border-radius: 11px;
  outline: 2px solid #5f4d5d;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
}

.testimonial-author-image-three {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  background-color: var(--white);
  color: var(--white);
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 17px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.div-block {
  font-family: Open Sans, sans-serif;
}

.image-5 {
  background-color: #2b3448;
  border-radius: 0;
  padding: 0;
}

.image-6 {
  text-align: center;
  padding-left: 0;
}

.image-7 {
  background-color: #f0eaea;
  margin-bottom: 72px;
  margin-right: -42px;
  padding: 15px 15px 14px 11px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.slider-3 {
  height: 100%;
}

.div-block-2 {
  flex-flow: row;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2 {
  width: 45px;
  height: 45px;
  margin-top: 0;
  margin-right: 10px;
}

.link-block-3, .link-block-4 {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

.text-block-4, .text-block-5 {
  margin-right: 20px;
}

.footer-subscribe {
  background-color: #f0eaea;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Bitter, serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  width: 50%;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.slide-nav-3 {
  color: #eee9e5;
  background-color: #2b3448;
}

.right-arrow-2 {
  color: #2b3448;
  background-color: #2b3448;
}

.lightbox-link {
  padding-bottom: 0;
}

.left-arrow-2 {
  background-color: #2b3448;
}

.image-8 {
  width: 100%;
  max-width: 120%;
  opacity: 1;
  outline-color: var(--white);
  outline-offset: 0px;
  text-align: left;
  outline-width: 3px;
  outline-style: none;
  margin-left: -5px;
  padding: 0;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

.gallery-link.w--current {
  font-weight: 600;
}

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

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.section {
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
}

.html-embed {
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-6 {
  color: #2b3448;
  text-align: center;
  font-style: italic;
}

.text-block-7 {
  color: #2b3448;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.div-block-3 {
  color: #2b3448;
  text-align: center;
  font-family: Lato, sans-serif;
  font-style: italic;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.text-block-9 {
  color: var(--white);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: italic;
}

.contanior-map {
  padding-left: 100px;
  padding-right: 100px;
}

.section-2 {
  width: 100%;
}

.div-block-4 {
  width: 100%;
  display: flex;
}

.div-block-5 {
  width: 50%;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-right: 70px;
  display: flex;
}

.div-block-6 {
  width: 50%;
  padding-left: 60px;
}

.link-block-5 {
  font-family: Bitter, serif;
}

.text-block-10 {
  font-style: normal;
}

.text-block-11 {
  font-weight: 400;
}

.text-block-12, .text-block-13, .text-block-14 {
  font-weight: 500;
}

.div-block-7 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-map {
  padding-left: 100px;
  padding-right: 100px;
}

.content-header {
  width: 100%;
}

.div-block-8 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-3, .link2, .link2.w--current {
  border-bottom: 1px solid #000;
  margin-right: 20px;
}

.link4 {
  border: 1px solid #000;
  border-bottom-style: none;
  margin-right: 20px;
}

.link4.w--current {
  border-bottom: 1px solid #000;
}

.link-4 {
  border-bottom: 1px solid #000;
  margin-right: 20px;
}

.div-block-9 {
  height: 100%;
}

.slide-2 {
  position: relative;
}

.image-10 {
  max-width: 100%;
}

@media screen and (min-width: 1440px) {
  .brand {
    height: 120px;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
  }

  .navbar-2 {
    width: 100%;
    height: 100%;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 0;
  }

  .image-3 {
    margin-top: 25px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .content-header {
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-8 {
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .link-3, .link2, .link2.w--current, .link4, .link-4 {
    margin-right: 20px;
  }

  .div-block-9 {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    width: 60px;
    float: right;
    padding-top: 51px;
  }

  .center-box {
    width: 80%;
  }

  .nav-link {
    height: 70px;
    padding-top: 20px;
  }

  .cart {
    z-index: 100;
    float: right;
  }

  .profile-image {
    min-width: 420px;
  }

  ._25-column {
    width: 35%;
  }

  ._49-column-2 {
    width: 80%;
  }

  .perk {
    width: 40%;
  }

  .perk.tablet-none {
    display: none;
  }

  .hero-flex, .hero-flex.vertical {
    flex-direction: column;
  }

  .hero-text-box, .text-box {
    width: 45%;
    margin-right: 5%;
  }

  .product-slider {
    width: 100%;
    height: 450px;
  }

  .product-slide {
    height: 450px;
  }

  .product-description {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    position: relative;
  }

  .checkout-form {
    justify-content: center;
  }

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

  .ordered-items {
    width: 100%;
  }

  .icon {
    color: var(--thistle-medium);
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .container-footer-contact {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-2 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    justify-content: flex-end;
  }

  .intro-box {
    flex-direction: column;
    display: flex;
  }

  .profile-image {
    width: 80%;
    min-width: auto;
    left: 40px;
  }

  .profile-image.left {
    left: -40px;
  }

  ._50-column, .text-block-2 {
    width: 100%;
  }

  .image {
    border-width: 10px;
  }

  ._50-column-center {
    width: 100%;
    justify-content: flex-start;
  }

  ._50-column-center.mobile-border {
    justify-content: center;
    margin-bottom: 4%;
  }

  .collection-item {
    width: 47.8%;
  }

  .perk {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4%;
    margin-right: 0;
  }

  .perk.tablet-none {
    display: flex;
  }

  .perk-icon {
    margin-right: 0;
  }

  ._90-column {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
  }

  .footer-links {
    flex-direction: row;
    justify-content: center;
    margin-top: 4%;
    margin-left: 0%;
    display: flex;
  }

  .social-icons {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .go-up {
    margin-top: 15px;
  }

  .checkout-form {
    width: 100%;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-stack, .gallery-scroll {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0%;
    padding-left: 0;
    overflow: visible;
  }

  .brand.w--current {
    width: 40%;
    margin-left: 7%;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .mini-title {
    font-size: 20px;
  }

  .intro-paragraph {
    font-size: 14px;
    line-height: 24px;
    overflow: visible;
  }

  .intro-box {
    width: auto;
    margin-bottom: 9%;
    margin-right: 0%;
  }

  .nav-link {
    direction: ltr;
    white-space: normal;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 8px;
    display: flex;
  }

  .nav-link.w--current {
    align-items: flex-start;
    padding-right: 0;
    font-size: 8px;
    display: flex;
  }

  .profile-image {
    width: 100%;
    max-width: 440px;
    left: 0;
  }

  .profile-image.left {
    left: 0;
  }

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

  .collection-item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 8%;
    margin-right: 0%;
  }

  .form-block {
    width: 100%;
    margin-top: 10%;
  }

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

  .text-field-2 {
    width: 100%;
    border-right-style: solid;
    border-radius: 3px;
  }

  .submit-button-2 {
    border-radius: 0;
  }

  ._90-column {
    width: 100%;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-link {
    margin-bottom: 7%;
    margin-right: 0;
  }

  .hero-image {
    width: 100%;
    right: 0;
  }

  .hero-flex {
    flex-direction: column;
  }

  .hero-text-box, .text-box {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .text-box.left {
    margin-left: 0%;
  }

  .flex-grid {
    justify-content: center;
  }

  .footer-brand {
    margin-bottom: 7%;
  }

  .product-description {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

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

  .navbar-2 {
    height: 60px;
  }

  .nav-menu-2 {
    width: 70%;
    height: 100%;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .paragraph {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .image-3 {
    width: 100%;
    height: 100%;
    object-fit: fill;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 20px;
    overflow: visible;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 24px;
  }

  .container-footer-contact {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 24px;
  }

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

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    flex-direction: column;
    align-items: center;
  }

  .footer-block-three {
    width: 100%;
    align-items: center;
  }

  .footer-link-three {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .footer-social-block-three {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-legal-block {
    margin-top: 0;
  }

  .container-2 {
    max-width: none;
  }

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

  .text-block-6 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .text-block-7 {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .contanior-map {
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    font-size: 36px;
  }

  .content-header {
    height: 60px;
    align-items: center;
    display: flex;
  }

  .div-block-8 {
    height: 100%;
    align-items: center;
    display: flex;
  }

  .link-3 {
    margin-right: 20px;
    font-size: 12px;
    font-weight: 600;
  }

  .link-3.w--current, .link2 {
    margin-right: 10px;
    font-size: 14px;
  }

  .link2.w--current {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .link4, .link4.w--current {
    margin-right: 10px;
    font-size: 14px;
  }

  .link-4 {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .div-block-9 {
    width: 90%;
    height: 100%;
  }
}


