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

.w-commerce-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: #5f4d5d;
  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: #5f4d5d;
  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: #b0b0b0;
  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;
  background-color: #fff;
  border-top: 4px solid #d363b1;
  flex-flow: wrap;
  justify-content: space-around;
  display: flex;
}

.brand {
  height: 120px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  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: #b99bb6;
  margin-bottom: 3px;
}

.content-section {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section.thistle-medium {
  background-color: rgba(206, 180, 215, .49);
}

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

.content-section.alt {
  display: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1265px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.bottom {
  margin-bottom: 40px;
}

.hero-section {
  height: 100%;
  background-image: url('../images/lashes_hero.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  position: relative;
}

.slide-nav {
  display: none;
}

.center-box {
  width: 65%;
  max-width: 820px;
  color: #b99bb6;
  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 {
  color: #ffbbe7;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

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

.mini-title.dark {
  color: #d363b1;
}

.intro-paragraph {
  color: #d363b1;
  letter-spacing: 0;
  text-transform: none;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
}

.intro-paragraph.white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.button {
  height: 45px;
  min-width: 110px;
  color: #d363b1;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ffbbe7;
  border: 1px #ffbbe7;
  border-radius: 25px;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .2s, color .2s;
}

.button:hover {
  color: #fff;
  background-color: #d363b1;
}

.top-border._20 {
  margin-top: 20px;
}

.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 {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-text-box {
  background-color: rgba(206, 180, 215, 0);
  flex-direction: column;
  align-items: center;
  padding: 23px;
  display: flex;
}

.title-link {
  color: #d363b1;
  font-family: Cormorant Garamond, sans-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: 19px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.image-hover {
  transition: transform .2s;
}

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

.intro-box {
  width: 30.3%;
  background-color: rgba(206, 180, 215, 0);
  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: Cormorant Garamond, sans-serif;
}

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

.h1-white.center {
  width: 800px;
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 300;
  line-height: 80px;
}

.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: #d363b1;
  padding-top: 46px;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 500;
  transition: background-color .2s;
}

.nav-link:hover {
  border-bottom: 4px solid #d363b1;
}

.nav-link.w--current {
  color: #d363b1;
  border-bottom: 4px solid #d363b1;
}

.cart-button {
  width: 75px;
  height: 116px;
  color: #5f4d5d;
  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 {
  color: #fff;
  background-color: #d6bbd3;
  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 {
  border: 17px solid #d6bbd3;
}

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

.bottom-line {
  border-bottom: 1px solid #d7b7d4;
  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: #5f4d5d;
  font-weight: 500;
  text-decoration: none;
}

.price {
  color: #b0b0b0;
  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: #b99bb6;
  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: 1px solid #ceb3cb;
  border-right-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-left: 21px;
}

.text-field-2::-ms-input-placeholder {
  color: #b99bb6;
  font-size: 19px;
  font-style: italic;
}

.text-field-2::placeholder {
  color: #b99bb6;
  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;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ceb3cb;
  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: #ba9fb7;
  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: #d6bbd3;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

.footer {
  background-color: #000;
  padding-top: 40px;
}

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

._90-column {
  width: 91%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.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: #d6bbd3;
  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: #ffbbe7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon.facebook {
  background-color: #ffbbe7;
  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;
}

.social-icon.twitter:hover {
  background-color: #d363b1;
}

.footer-notice {
  text-align: center;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  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: #ba9fb7;
  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: #b99bb6;
}

.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 {
  background-image: url('../images/cushion.jpg');
}

.right-arrow {
  width: 50px;
  height: 50px;
  background-color: #b08ead;
  margin-bottom: 0;
  transition: opacity .2s;
}

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

.left-arrow {
  width: 50px;
  height: 50px;
  background-color: #a78ba4;
  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: #b08ead;
  flex-direction: row;
}

.slide {
  margin-bottom: 70px;
}

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

.text-box {
  z-index: 1;
  width: 35%;
  height: 450px;
  max-width: 440px;
  background-color: #b08ead;
  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 {
  background-color: #c790d9;
  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 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ceb3cb;
  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: #b0b0b0;
  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;
}

.inner-hero {
  background-color: #d6bbd3;
  padding-top: 75px;
  padding-bottom: 75px;
  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: #d363b1;
  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: #b08ead;
  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: #b0b0b0;
  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;
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ceb3cb;
  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 #e6e6e6;
  padding-bottom: 4%;
  padding-left: 5%;
  padding-right: 5%;
}

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

.shipping-method-list {
  border-top: 1px solid #e6e6e6;
}

.submit-button-5 {
  width: 100%;
  height: 50px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ceb3cb;
  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: #5f4d5d;
  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 {
  height: 120px;
  background-color: #fff;
  border-top: 4px solid #d363b1;
  display: flex;
}

.submit-button-6 {
  width: auto;
  height: 60px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #ceb3cb;
  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: #d6bbd3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-top {
  height: 56%;
  background-color: #c9adc6;
  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;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #000;
  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;
}

.div-block {
  height: 700px;
  background-color: rgba(0, 0, 0, .31);
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 900px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.paragraph {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.paragraph.center {
  text-align: center;
}

.paragraph.white {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.paragraph-2 {
  color: #d363b1;
}

.h1-purple {
  color: #d363b1;
  text-transform: none;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.h1-purple.white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
}

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

.h1-purple.center {
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 70px;
  font-weight: 300;
}

.title {
  color: #d363b1;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.title.left {
  text-align: left;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content-wrapper-copy {
  width: 100%;
  max-width: 1265px;
  flex-direction: column;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.div-block-258 {
  width: 100%;
  padding-bottom: 0;
}

.div-block-259 {
  padding-bottom: 10px;
}

.heading {
  color: #001141;
  letter-spacing: .4em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.common-faq-link {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.common-faq-text {
  color: #001141;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.arrow-div {
  flex: 0 auto;
  position: static;
}

.right-arrow-2 {
  width: 16px;
  clear: none;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.right-arrow-2.hover {
  display: none;
}

.div-block-60 {
  text-align: center;
  padding-left: 5px;
}

.strategic-alignment-tags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: min-content min-content min-content;
}

.paragraph-13 {
  max-width: 500px;
  opacity: 1;
  color: #151516;
  margin-bottom: 5px;
  font-weight: 300;
  line-height: 22px;
}

.div-list {
  margin-top: 10px;
}

.accordion-content {
  width: 100%;
  height: auto;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  align-content: start;
  margin-bottom: 10px;
}

.div-block-55 {
  max-width: none;
  min-width: auto;
  padding-top: 10px;
}

.icon-2.accordion-icon {
  color: #d363b1;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.accordion-item-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.accordion-wrapper {
  margin-top: 50px;
}

.list-3 {
  opacity: .8;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  line-height: 20px;
  display: flex;
}

.list-3._2-rows {
  margin-bottom: 10px;
}

.core-category {
  width: 139px;
  max-width: none;
  color: #001d5e;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 15px;
}

.list-item-2 {
  margin-left: 36px;
}

.history-container {
  z-index: auto;
  max-width: none;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1% 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  margin: 40px auto 20px;
  padding: 0;
  display: block;
  position: relative;
}

.list-item-5 {
  margin-left: -40px;
  list-style-type: none;
}

.history-subtitle {
  color: #001d5e;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.div-block-58 {
  display: flex;
}

.list-item {
  opacity: 1;
  color: #032846;
  margin-bottom: 0;
}

.core-button {
  width: auto;
  height: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2f4f7;
  border-radius: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-right: 0;
  padding: 5px 10px 5px 5px;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.list-item-3 {
  margin-left: 40px;
  list-style-type: disc;
}

.accordion-item-content {
  margin-top: 0;
  margin-right: 0;
  overflow: hidden;
}

.accordion-item {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 24px 30px;
  box-shadow: 0 2px 14px rgba(0, 29, 94, .06);
}

.accordion-content-wide {
  max-width: none;
  opacity: 1;
  color: #151516;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

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

.history-srategicalignment {
  color: #001d5e;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.body-accordion {
  opacity: 1;
  color: #151516;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.h4-light-years {
  color: #001d5e;
  text-align: left;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.accordiontitle {
  color: #d363b1;
  text-align: center;
  font-size: 26px;
  font-weight: 400;
}

.accordiontitle.left {
  text-align: left;
}

.italic-text {
  font-family: Gotham, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.portbox {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-box-copy {
  width: 1179px;
  height: 100px;
  background-color: rgba(206, 180, 215, 0);
  margin-right: 3%;
}

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

.grid-31 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-260 {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.image-2 {
  object-fit: cover;
}

.product-image-2 {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 0;
}

.coverimage {
  object-fit: contain;
  overflow: visible;
}

.project-image-wrapper {
  width: auto;
  height: 200px;
  max-height: none;
  min-height: auto;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.project-teaser-image {
  object-fit: fill;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: 0;
  padding-top: 0;
  overflow: auto;
}

.image-work {
  height: 200px;
  background-image: url('../images/sample7.webp');
  background-position: 50%;
  background-size: cover;
}

.image-work2 {
  height: 200px;
  background-image: url('../images/sample6.webp');
  background-position: 50%;
  background-size: cover;
}

.image-work3 {
  height: 200px;
  background-image: url('../images/sample1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-261 {
  margin-left: 60px;
}

.link-2, .link-3, .link-4 {
  color: #fff;
  font-weight: 300;
}

.text-block-3 {
  color: #fff;
}

.text-span {
  font-weight: 300;
}

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

  .center-box {
    width: 80%;
  }

  .h1-white.center {
    width: 600px;
  }

  .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: #ceb3cb;
  }

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

  .div-block-3 {
    width: 600px;
  }

  .accordion-content {
    grid-template-columns: 1fr;
  }

  .history-container {
    max-width: 700px;
  }
}

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

  .image-hover {
    width: 100%;
  }

  .intro-box {
    width: 100%;
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  .h1-white.center {
    width: 500px;
    font-size: 45px;
    line-height: 50px;
  }

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

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

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

  ._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%;
  }

  .div-block-2 {
    width: 500px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

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

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

@media screen and (max-width: 479px) {
  .brand {
    margin-left: 2%;
  }

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

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

  .h1-white.center {
    width: 280px;
  }

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

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

  .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%;
    grid-template-columns: 1fr;
  }

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

  .div-block-2 {
    width: 250px;
    font-size: 20px;
    line-height: 26px;
  }

  .strategic-alignment-tags {
    grid-template-columns: min-content;
  }

  .paragraph-13, .list-item-4 {
    font-size: 12px;
    line-height: 14px;
  }

  .accordion-content {
    grid-row-gap: 10px;
    grid-template-columns: 100%;
  }

  .core-category {
    font-size: 12px;
    line-height: 13px;
  }

  .history-container {
    padding-left: 0;
    padding-right: 0;
  }

  .history-subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .accordion-heading {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-62 {
    width: 100%;
  }

  .accordion-item-content {
    width: 100%;
  }

  .accordion-item {
    padding: 20px 10px;
  }

  .accordion-content-wide {
    font-size: 12px;
    line-height: 17px;
  }

  .history-srategicalignment {
    font-size: 14px;
    line-height: 20px;
  }

  .body-accordion {
    font-size: 12px;
    line-height: 16px;
  }

  .h4-light-years {
    font-size: 24px;
    line-height: 26px;
  }

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

  .project-teaser-image {
    margin-top: 0;
  }

  .div-block-261 {
    margin-left: 0;
  }
}

#w-node-_1baca9e6-60ba-8cb7-aebc-9d676f817d7b-6bef538d, #w-node-_1baca9e6-60ba-8cb7-aebc-9d676f817d7d-6bef538d, #w-node-_1baca9e6-60ba-8cb7-aebc-9d676f817d88-6bef538d, #w-node-fc3afb8b-7b05-d740-93cd-a235d3a29d7c-6bef538d, #w-node-fc3afb8b-7b05-d740-93cd-a235d3a29d7e-6bef538d, #w-node-fc3afb8b-7b05-d740-93cd-a235d3a29d86-6bef538d, #w-node-_8314d84a-55a9-da33-141a-5eb3a43dcb9d-6bef538d, #w-node-_8314d84a-55a9-da33-141a-5eb3a43dcb9f-6bef538d, #w-node-_8314d84a-55a9-da33-141a-5eb3a43dcba7-6bef538d, #w-node-_64b43bf7-18ac-2e23-f04d-74de5965e035-6bef538d, #w-node-_64b43bf7-18ac-2e23-f04d-74de5965e037-6bef538d, #w-node-_64b43bf7-18ac-2e23-f04d-74de5965e03f-6bef538d, #w-node-_1c18a807-9e17-dd47-f9bc-32a9b8315f57-6bef538d, #w-node-_1c18a807-9e17-dd47-f9bc-32a9b8315f59-6bef538d, #w-node-_1c18a807-9e17-dd47-f9bc-32a9b8315f61-6bef538d, #w-node-_8a8b822b-c40f-11f1-549e-287d3bcea473-6bef538d, #w-node-_8a8b822b-c40f-11f1-549e-287d3bcea475-6bef538d, #w-node-_8a8b822b-c40f-11f1-549e-287d3bcea47d-6bef538d, #w-node-_14ffa195-afcc-60e3-aaf8-e2817fb4f14a-6bef538d, #w-node-_4b896c30-4e9b-d874-3c1e-ccc3a9f3d562-6bef538d, #w-node-_91d9775a-843f-fc4a-bc6c-17ef832502e2-6bef538d, #w-node-f643994f-f2e7-2852-221f-1c397a3bb5c4-6bef538d, #w-node-_9083b7ce-4491-fc9e-8617-d0295608d184-6bef538d, #w-node-f4c4d9ff-7c87-0f91-2e97-d7794285383f-6bef538d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}