:root {
  --black: black;
  --white: white;
  --tan: #ccbba6;
}

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

.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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

a {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-decoration: underline;
}

strong {
  font-size: 1rem;
  font-weight: 700;
}

.section--home-hero {
  background-image: url('../images/Coupdefoudrebannieresite.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero_hover-wrapper {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  transition: background-color .5s ease-in-out;
  display: flex;
  position: relative;
}

.hero_hover-wrapper:hover {
  background-color: #0000004d;
}

.hero_hover-wrapper._1 {
  padding-top: 0;
}

.heading-section-hover {
  z-index: -999;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Optima, sans-serif;
  font-size: 50px;
  font-weight: 300;
  transition: color .4s ease-in-out;
  display: block;
  position: static;
}

.heading-section-hover:hover {
  color: #ccbba6;
}

.hero_categories-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.hero_categories-wrapper.hidden {
  display: flex;
}

.option {
  border-top: 1px solid var(--white);
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px 5px;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.option:hover {
  color: #ccbba6;
}

.hero-categories_link-title {
  color: var(--white);
  background-color: #0000;
  border-top: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: .3rem;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .4s ease-in-out;
  display: block;
}

.hero-categories_link-title:hover {
  color: #ccbba6;
}

.hero-categories_link-title.x {
  border-top: 1px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-black {
  z-index: 9999;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-black.black {
  background-color: #fffffff7;
  margin-top: 0;
}

.container-flex-horizontal {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-burger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  overflow: hidden;
}

.menu {
  background-color: #fff;
  width: 24px;
  height: 2px;
  margin-bottom: 4px;
}

.menu.black {
  background-color: #333;
}

.wrapper-navbar {
  z-index: 999;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.wrapper-men {
  padding: 40px 60px 100px;
  display: block;
}

.grid-menu-open {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  grid-auto-flow: row;
  place-items: center stretch;
  width: 100%;
  display: block;
}

.list-menu {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.list-menu._4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
}

.list-menu.hidden {
  display: none;
}

.heading-menu {
  color: var(--white);
  cursor: pointer;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  transition: color .4s ease-in-out;
}

.heading-menu:hover {
  color: #ccbba6;
}

.heading-menu.black {
  color: #333;
}

.heading-menu.black:hover {
  color: #ccbba6;
}

.wrapper-link-menu {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 5px;
}

.link-menu {
  color: #fff;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 200;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.link-menu:hover {
  color: #ccbba6;
}

.link-menu.black {
  color: #333;
}

.link-menu.black:hover {
  color: #ccbba6;
}

.div-block-2 {
  z-index: 0;
  margin-top: 0%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  position: relative;
  inset: -100% 0% auto;
}

.section--home-product {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 100px 15px;
  display: flex;
  position: relative;
}

.home-products_card {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 20rem;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  transition: box-shadow .4s ease-in-out;
  display: flex;
  position: relative;
}

.home-products_card:hover {
  box-shadow: 1px 1px 20px 9px #00000017;
}

.home-products_card._1 {
  background-image: linear-gradient(#0000 60%, #0009), url('../images/315027002_147005977770841_1353826320177005681_n.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 20rem;
}

.home-products_card._2 {
  background-image: linear-gradient(#0000 60%, #0009), url('../images/278835844_129860906295234_7718829346590593606_n.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-products_card._3 {
  background-image: linear-gradient(#0000, #0009), url('../images/167509418_1104131080107147_5682518084636206969_n.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-products_card._4 {
  background-image: linear-gradient(#0000 60%, #0009), url('../images/155418807_287432872894259_2263507664879290443_n.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.home-products_card._5 {
  background-image: linear-gradient(#0000 60%, #0009), url('../images/267063755_134324859023005_8167073315025477120_n.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-collection-list-product {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 100%;
  display: none;
}

.collection-list-products {
  flex: 1;
  height: 70%;
  display: none;
}

.heading-card-product {
  z-index: 1;
  color: #606060;
  text-align: center;
  position: relative;
}

.section--home-about {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 100px 0 160px;
  transition: all .4s ease-in-out;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-products_hover {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 40%;
  display: none;
  position: absolute;
}

.home-products_item {
  height: 100%;
}

.logo {
  display: block;
}

.text-block {
  display: none;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-quantity {
  display: none;
}

.navbar_boutique-icon {
  width: auto;
  height: 1.5rem;
  font-size: 30px;
  display: block;
}

.navbar_boutique-icon.black {
  color: #333;
}

.navbar_boutique-icon.color-inverted {
  filter: invert();
}

.cart-container {
  background-color: var(--black);
  border-radius: 5px;
}

.cart-item {
  background-color: var(--white);
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.cart-list {
  border: 1px #000;
  padding: 0;
}

.cart-header {
  background-color: var(--white);
  color: #fff;
  border: 1px #000;
  border-bottom: 1px solid #c7c7c7;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}

.cart-footer {
  background-color: var(--white);
  border: 1px #000;
  border-top: 1px solid #bababa;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading {
  color: #333;
  background-color: #0000;
}

.icon-2 {
  color: #fff;
  background-color: #0000;
}

.text-block-2 {
  color: #fff;
  background-color: #0000;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.text-block-3 {
  color: #fff;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.checkout-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  font-size: 18px;
  transition: border-color .4s ease-in-out, transform .4s ease-in-out, color .4s ease-in-out, background-color .4s ease-in-out;
}

.checkout-button:hover {
  color: #fff;
  background-color: #ccbba6;
  border-style: none;
  transform: translate(0, -3px);
}

.text-block-4 {
  font-size: 14px;
  text-decoration: none;
}

.remove-button {
  color: #9b9b9b;
  text-decoration: none;
}

.wrapper-text-about {
  cursor: default;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  margin-top: -100px;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0 auto auto 19%;
}

.heading-about {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #606060 #606060 var(--black);
  color: var(--black);
  text-transform: none;
  width: 95%;
  margin-top: 10px;
  padding-right: 0;
  font-family: Lemonmilk, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.paragraph-about {
  color: var(--black);
  margin-top: 10px;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.link {
  color: #968a7b;
  border: 2px #000;
  margin-top: 0;
  padding: 0;
  font-size: 20px;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.link:hover {
  color: #b37728;
}

.section-brand {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 60px 0;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
  position: relative;
}

.grid-collection-list-brands {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1.5px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: grid;
}

.collection-list-brands {
  flex: 1;
  justify-content: center;
  display: flex;
}

.wrapper-logo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 220px;
  border: .3px #000;
  width: 100%;
  height: 300px;
  transition: background-color .5s ease-in-out;
}

.wrapper-logo:hover {
  background-color: #333333b0;
  background-image: none;
}

.wrapper-background-image {
  z-index: -1;
  color: var(--white);
  background-color: #833636;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.link-client {
  width: 100%;
}

.collection-brand {
  width: 100%;
  height: 300px;
}

.body {
  background-color: #f5f5f5;
}

.section-style-guide {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.container-style-guide {
  background-color: var(--white);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 60%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 60px 100px;
  display: block;
  box-shadow: 1px 1px 20px -8px #b8abab;
}

.title-style-guide {
  font-weight: 400;
}

.empty-state {
  background-color: #fff;
  flex-direction: column;
  font-family: Space Grotesk, sans-serif;
}

.wrapper-text-wedding {
  cursor: default;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: auto 0 auto -14%;
}

.heading-wedding {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  text-transform: none;
  width: 90%;
  margin-top: 10px;
  font-family: Lemonmilk, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.3;
}

.paragraph-wedding {
  color: var(--black);
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
}

.section-wedding {
  justify-content: center;
  height: 100vh;
  padding: 160px 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.wrapper-link-hero {
  margin-top: 60px;
  margin-bottom: 10px;
}

.section-newsletter {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
}

.newsletter-form {
  width: 30%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.newsletter {
  border-bottom: 2px solid #606060;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
}

.submit-button {
  color: var(--black);
  background-color: #0000;
  border-bottom: 1px #000;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
}

.submit-button:hover {
  color: var(--black);
  background-color: #0000;
}

.heading-news-letter {
  color: #606060;
  letter-spacing: 0;
  align-self: center;
  margin-left: 10px;
  font-size: 35px;
  font-style: normal;
}

.heading-news-letter._2 {
  font-style: italic;
}

.sub-heading {
  color: #949494;
  letter-spacing: 0;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.section-insta {
  flex-direction: column;
  padding-top: 230px;
  padding-bottom: 180px;
  display: none;
}

.grid-instagram {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.content-about {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  position: relative;
}

.wrapper-content-wedding {
  clear: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 75%;
  max-width: 1200px;
  height: 100%;
  display: flex;
  position: relative;
}

.content-instagram {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 100%;
  position: relative;
}

.img-instagram {
  z-index: -1;
  position: static;
}

.background-hover {
  z-index: 99;
  cursor: pointer;
  background-color: #0b030391;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.footer {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
}

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

.content-voci-menu-footer {
  width: 65%;
  margin-top: 40px;
}

.grid-menu-footer {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .75fr .75fr;
  justify-items: stretch;
  width: 100%;
}

.wrapper-link-footer {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link-footer {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.link-footer:hover {
  color: #b37728;
}

.heading-footer {
  color: var(--black);
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
}

.copyright {
  color: #696969;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 30px;
}

.bg {
  z-index: -1;
  background-color: #f4f2f4;
  position: fixed;
  inset: 0%;
}

.bg._2 {
  z-index: -1;
  background-color: #333;
  position: absolute;
}

.list-footer {
  flex-direction: column;
  display: flex;
}

.section-info {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 0;
  display: flex;
}

.grid-info {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1500px;
  padding-left: 100px;
  padding-right: 100px;
}

.wrapper-grid {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-info {
  color: #606060;
  margin-bottom: 1px;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 1;
}

.text-info._4 {
  padding-bottom: 0;
  position: relative;
  top: -12px;
}

.wrapper-background-about {
  z-index: -1;
  background-image: url('../images/background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrapper-background-wedding {
  z-index: -1;
  background-image: url('../images/wedding.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 65%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-image {
  z-index: -2;
  display: block;
  position: absolute;
  left: 22%;
}

.mask {
  justify-content: space-around;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.wedding-image {
  z-index: -2;
  position: absolute;
  left: auto;
  right: 15%;
}

.section-phrases {
  justify-content: center;
  align-items: center;
  height: 700vh;
  display: flex;
  position: relative;
}

.phrase {
  color: #d1d1d1;
  text-align: left;
  flex: 0 auto;
  width: 100%;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.signature {
  color: #ccbba6;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-top: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 34px;
  font-style: italic;
  line-height: 1;
  display: flex;
}

.orizzontal-wrap {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  inset: 0 auto;
  overflow: hidden;
}

.wrapper-heading-insta {
  justify-content: center;
  display: flex;
}

.scrollable {
  flex-wrap: wrap;
  flex: none;
  width: 600vw;
  height: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.orizzontal-content {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  left: -52px;
}

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

.card {
  box-shadow: none;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 1400px;
  height: 60%;
  margin-left: 300px;
  margin-right: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-logo-cart {
  flex: 1;
}

.cart-logo-wrapper {
  color: #000;
  background-color: #fff;
  flex: none;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.cart-logo {
  margin-bottom: 0;
}

.image-11 {
  z-index: -1;
  position: absolute;
  inset: 10% auto 0% -12%;
}

.image-12 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 10%;
  right: -10%;
}

.image-13 {
  z-index: -1;
  position: absolute;
  inset: 8% auto auto 30%;
}

.card-intro {
  box-shadow: none;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 25%;
  max-width: 15%;
  height: 60%;
  margin-left: 0;
  margin-right: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-14 {
  z-index: -1;
  position: absolute;
  bottom: -10%;
  left: -5%;
}

.image-15 {
  z-index: -1;
  position: absolute;
  top: 2%;
  bottom: auto;
  right: 10%;
}

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

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

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

.section-information {
  background-image: url('../images/kelly-sikkema-fQucGYNXAG8-unsplash.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  min-height: auto;
  display: block;
  overflow: hidden;
}

.section-description {
  opacity: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 2px;
  justify-content: space-between;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 #000;
}

.menu-button {
  z-index: 999;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

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

.div-block-15 {
  color: #0000;
  background-color: #0000;
  padding-top: 0;
  display: block;
}

.nav-menu {
  background-color: #0000;
}

.wrapper-search {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.sear {
  border-bottom: 2px solid #7c1322;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  padding-right: 15px;
  display: flex;
}

.input-search {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
}

.input-search.nav {
  border-bottom-style: solid;
  border-bottom-color: var(--white);
  color: var(--white);
  background-color: #0000;
  margin-right: 3px;
}

.input-search.nav.black {
  border-bottom-color: var(--black);
  color: var(--black);
  font-family: ZCOOL XiaoWei, sans-serif;
}

.search-button-3 {
  background-color: #0000;
  display: none;
}

.icon-search {
  color: #7c1322;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}

.wrapper-text-section {
  background-color: #ffffff2e;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 100px;
  display: flex;
}

.heading-description {
  opacity: 1;
  color: #38322e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.3em;
  transition: opacity .2s;
}

.paragraph-info {
  color: #cab9ad;
  width: 90%;
  margin-top: 10px;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.body-clients {
  justify-content: flex-start;
  display: block;
}

.wrap-color-menu {
  z-index: 0;
  background-color: #0000007d;
  height: 180px;
  display: none;
  position: absolute;
  inset: -22% 0% auto;
}

.wrap-color-menu.black {
  background-color: #fffffff7;
  height: 180px;
  display: none;
}

.stiky-section {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  display: flex;
  position: relative;
}

.stiky-wrapper-text {
  background-color: #181818;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  left: 0;
}

.wrapper-move-image {
  background-color: #131313;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  justify-content: flex-start;
  width: 55%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-move-image {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  height: 270vh;
  position: relative;
  overflow: hidden;
}

.shadow-image {
  z-index: 0;
  color: #111;
  background-color: #111111b3;
  position: relative;
  top: -45px;
}

.wrap-move-image-first {
  z-index: 1;
  background-image: url('../images/slider2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  position: relative;
  top: -20%;
  left: 30%;
}

.wrapper-move-image-client {
  z-index: 1;
  background-image: url('../images/slider1-1.jpg');
  background-position: 0%;
  background-size: cover;
  position: relative;
  top: 40%;
  left: 35%;
}

.shadow-second-image {
  z-index: 0;
  color: #111;
  background-color: #111111b3;
  position: relative;
  left: 10%;
}

.wrapp-third-image {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.shadow-third-image {
  color: #111;
  background-color: #111111b3;
}

.heading-client {
  color: var(--white);
  width: 70%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  position: static;
}

.pharagraph-client {
  color: var(--white);
  width: 70%;
  font-size: 18px;
}

.sub-pharagraph--client {
  color: var(--white);
  width: 70%;
  margin-top: 140px;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 17px;
  font-style: italic;
}

.shadow-fourth-image {
  color: #111111b3;
  background-color: #111111b3;
  position: relative;
  left: -20%;
}

.wrapper-image-fifth-client {
  z-index: 2;
  background-image: url('../images/card3.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  left: 5%;
}

.wrapper-image-forth-client {
  z-index: 1;
  background-image: url('../images/zelle-duda-lT2c4pxkP78-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  left: -24%;
}

.s-imagehadow-fifth {
  z-index: 1;
  color: #111111b3;
  background-color: #111111b3;
  position: relative;
  left: 0%;
}

.shadow-sixth-image {
  color: #111111b3;
  background-color: #111111b3;
  position: relative;
  left: -15%;
}

.wrapper-sixth-image {
  z-index: 1;
  color: #111;
  background-color: #0000;
  background-image: url('../images/jackie-tsang-3_YP8_mh-Kg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
  left: 0%;
}

.wrap-image-clients {
  display: none;
}

.wrapper-text-clients {
  position: sticky;
}

.logo-clinents-page {
  display: none;
}

.paragraph-description {
  font-family: ZCOOL XiaoWei, sans-serif;
}

.wrapper-image-section-description {
  display: block;
}

.wrapper-text-description {
  opacity: 1;
  filter: blur();
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  width: 50%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 4rem 1.5rem 0;
  display: flex;
}

.section-hero-products {
  height: auto;
  display: flex;
  position: relative;
}

.wrapper-product {
  object-position: 50% 50%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: auto;
  display: flex;
  position: relative;
}

.image-hero-product {
  object-fit: fill;
  object-position: 50% 50%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  max-width: none;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: sticky;
}

.image-hero-product.new {
  object-position: 50% 50%;
  flex: 0 auto;
  display: none;
}

.wrapper-text-product {
  border-top: 1px #333;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.about-wrapper {
  justify-content: space-between;
  height: 270vh;
  display: flex;
  position: relative;
}

.footer-black {
  color: #181818;
  background-color: #181818;
  padding: 20px 100px 25px;
  position: relative;
  bottom: 0;
}

.wrapper-footer-black {
  justify-content: space-between;
  display: flex;
}

.copyright-footer-black {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 30px;
}

.wrapper-link-social-black {
  margin-left: 15px;
}

.navbar--black {
  z-index: 9999;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.wrap-color-menu-black {
  z-index: 0;
  background-color: #333;
  height: 350px;
  display: none;
  position: absolute;
  inset: -22% 0% auto;
}

.wrapp-text {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 50%;
  max-width: 100%;
  display: flex;
}

.heading-product-page {
  align-self: flex-start;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.hero-shop-page {
  background-image: linear-gradient(#8d555538, #8d555538), url('../images/TEST2flocondepices.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 65vh;
  margin-top: 75px;
  display: flex;
}

.section-card-shop-page {
  flex-flow: column wrap;
  align-content: center;
  height: auto;
  padding: 60px 20px;
  display: flex;
  position: relative;
  top: 0;
}

.collection-list-shop {
  justify-content: center;
  padding-top: 20px;
  display: block;
}

.collection-list-shop.hidden {
  display: none;
}

.grid-collection-list-all-products {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1500px;
  display: grid;
}

.wrapper-image-collection-shop {
  z-index: 1;
  background-color: var(--white);
  cursor: pointer;
  border: 1px solid #333;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 500px;
  display: none;
  position: absolute;
}

.slider-shop {
  background-color: #0000;
  height: 100%;
}

.slide-nav-3 {
  display: none;
}

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

.icon-7 {
  color: #333;
  margin-right: auto;
  font-size: 25px;
}

.icon-8 {
  color: #333;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 25px;
  display: block;
  inset: auto;
}

.heading-card-shop {
  text-align: left;
  align-self: center;
  width: 80%;
  margin-bottom: 20px;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 22px;
  display: block;
}

.wrapper-text-card-shop {
  z-index: 99;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.price {
  color: #000;
  border: 1px #333;
  width: auto;
  padding: 0;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 16px;
}

.wrapper-button-shop {
  border: 1px solid #333;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding: 15px 20px;
  display: flex;
  position: static;
}

.link-card-shop {
  font-size: 17px;
}

.wrapper-image-card-shop {
  cursor: pointer;
  width: auto;
  height: 368px;
  display: block;
  position: relative;
}

.collection-items-shop {
  margin-bottom: 145px;
  position: relative;
}

.mask-2 {
  position: relative;
}

.left-arrow-3 {
  z-index: 999;
  justify-content: center;
  align-items: center;
  height: 380px;
  display: flex;
  inset: 0% auto auto -5%;
}

.right-arrow-3 {
  z-index: 999;
  height: 380px;
  inset: 0% -5% auto auto;
}

.paragraph-product {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.quantity {
  text-align: right;
  background-color: #0000;
  border-style: none;
  border-top-color: #333;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.default-state {
  width: 100%;
}

.add-to-cart {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.quantity-wrapper {
  border-top: 1px solid #333;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.add-to-cart-button {
  color: #333;
  text-align: center;
  background-color: #0000;
  border: 1px solid #333;
  justify-content: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  transition: border-color .4s ease-in-out, background-color .4s ease-in-out, transform .4s ease-in-out, color .4s ease-in-out;
  display: inline-block;
}

.add-to-cart-button:hover {
  color: var(--white);
  background-color: #ccbba6;
  border-style: none;
  transform: translate(0, -3px);
}

.second-slide, .slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: auto 60%;
}

.empty-state-2 {
  color: var(--white);
  background-color: #333;
}

.search-menu {
  border-bottom: 2px solid var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  padding-right: 15px;
  display: flex;
}

.search-menu.nav {
  color: var(--white);
  border-bottom-style: none;
  width: 15%;
  height: 30px;
  margin-top: 14px;
  font-family: ZCOOL XiaoWei, sans-serif;
  display: none;
  position: absolute;
  inset: auto 83px auto auto;
}

.search-menu.nav:active, .search-menu.nav:focus {
  color: var(--white);
}

.search-menu.nav.black {
  right: 83px;
}

.category {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-all-products {
  height: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  display: none;
}

.next-2 {
  display: none;
}

.grid-collection-list-shop {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1500px;
  display: grid;
}

.price-product {
  color: var(--tan);
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.paragraph-description-product {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.heading-description-product {
  color: #ccbba6;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

.section--home-blog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 200px;
  padding-bottom: 0;
  display: block;
}

.wrapper-text-blog {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 100px 40px;
  display: flex;
}

.content-blog {
  width: auto;
  max-width: 70%;
}

.wrapper-card {
  align-items: flex-end;
  width: 100%;
  max-width: 350px;
  height: 450px;
  min-height: 300px;
  max-height: none;
  display: flex;
  position: relative;
}

.collection-item-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.wrapper-image-blog-post {
  object-fit: scale-down;
  height: 60%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.wrapper-image-blog-post:hover {
  z-index: -3;
  height: 60%;
  position: absolute;
  inset: 0%;
}

.wrapper-yexy-card-blog {
  z-index: 1;
  color: #0000;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 30px 20px 30px 40px;
  display: flex;
  position: relative;
}

.heading-card-blog {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.date-blog-post {
  color: #333;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

.wrapper-color {
  z-index: 1;
  color: #333333a6;
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.heading-blog {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1;
}

.text-blog {
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.section--blog {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrapper-image-post {
  flex-direction: column;
  width: 50%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: sticky;
  inset: 0% auto auto 0%;
}

.section-informations {
  background-image: url('../images/bunner1.jpg');
  background-position: 100%;
  background-size: cover;
  height: 80vh;
  min-height: auto;
}

.heading-all-product {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1;
}

.secion-form-contact {
  background-image: url('../images/118954420_369450227405591_372565771645898210_n.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  font-family: ZCOOL XiaoWei, sans-serif;
  display: flex;
  position: relative;
}

.filter {
  z-index: 0;
  background-color: #000000c9;
  padding-left: 250px;
  position: absolute;
  inset: 0%;
}

.wrapper-form-contact {
  z-index: 1;
  width: 40%;
  padding: 30px;
  position: relative;
}

.wrapper-text-form {
  margin-bottom: 60px;
  display: flex;
}

.wrapper-address {
  width: 50%;
  font-family: Open Sans, sans-serif;
}

.heading-contact {
  color: var(--white);
  font-weight: 500;
  position: static;
}

.text-address {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.test-phone {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.text-mail {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}

.tex-field-name {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
}

.text-field-email {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  margin-left: 10px;
  font-family: Open Sans, sans-serif;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  min-height: 100px;
  font-family: Open Sans, sans-serif;
}

.wrapper-form {
  display: flex;
}

.button-form-contact {
  color: #333;
  background-color: #fff;
  padding: 9px 25px 9px 24px;
  font-family: Open Sans, sans-serif;
  transition: background-color .4s ease-in-out;
}

.button-form-contact:hover {
  color: var(--white);
  background-color: #ccbba6;
}

.section-hero-about {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.wrapper-bg {
  background-image: url('../images/backgroundaboutus2.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: space-around;
  align-items: flex-end;
  width: 1000px;
  max-width: 100%;
  height: 270px;
  padding-right: 65px;
  display: flex;
}

.heading-about-page {
  margin-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 55px;
  font-weight: 400;
  line-height: 2;
  position: relative;
  inset: -7% 0 auto 24%;
}

.map {
  width: 40%;
  height: 50%;
}

.grid-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.wrapper-text-about-page {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.wrapper-text-about-page._1 {
  background-color: #0000;
  position: relative;
}

.wrapper-text-about-page._2 {
  background-color: #8cbaba;
}

.wrapper-text-about-page._3 {
  background-color: #f5f5f5;
}

.wrapper-text-about-page._4 {
  background-color: #0000;
  position: relative;
}

.wrapper-text-about-page._5 {
  background-color: #564744;
}

.wrapper-text-about-page._6 {
  background-color: #f2ede9;
}

.wrapper-text-about-page._7 {
  background-color: #0000;
  position: relative;
}

.wrapper-text-about-page._10 {
  background-color: #0000;
}

.wrapper-image-about-page {
  background-image: url('../images/1A.jpg');
  background-position: 50%;
  background-size: cover;
  width: 450px;
  height: 450px;
}

.wrapper-image-about-page._1 {
  background-image: url('../images/Cire.png');
  background-position: 65%;
}

.wrapper-image-about-page._2 {
  background-image: url('../images/stephanie-leblanc-suTr28QV4wU-unsplash.jpg');
  background-position: 50% 0;
}

.wrapper-image-about-page._3 {
  background-image: url('../images/still-life-g3d473c59b_1920.jpg');
}

.wrapper-image-about-page._4 {
  background-image: url('../images/pexels-yan-krukov-7234657.jpg');
  background-position: 40% 100%;
  background-attachment: scroll;
}

.wrapper-image-about-page._5 {
  background-image: url('../images/potspaoloreduit.webp');
  background-position: 80% 100%;
  background-size: 489px;
  background-attachment: scroll;
}

.wrapper-image-about-page._6 {
  background-image: url('../images/6.jpg');
}

.wrapper-image-about-page._7 {
  background-image: url('../images/7.jpg');
}

.wrapper-image-about-page._8 {
  background-image: url('../images/8.jpg');
}

.wrapper-image-about-page._10 {
  background-image: url('../images/Diaologuepetit.webp');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
}

.wrapper-content-about {
  width: 37%;
  margin-top: 60px;
}

.paragraph-about-page {
  text-align: center;
  margin-bottom: 24px;
  margin-right: 0;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 300;
}

.paragraph-grid {
  text-align: center;
  font-size: 17px;
}

.paragraph-grid.white {
  color: var(--white);
}

.submit-button-4 {
  background-color: #ccbba6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: transform .4s ease-in-out;
}

.submit-button-4:hover {
  transform: translate(0, -3px);
}

.checkout-form {
  margin-top: 0;
  padding-top: 10px;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.container-2 {
  margin-top: 110px;
}

.div-block-33 {
  top: 90px;
}

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

.date-white, .white {
  color: var(--white);
}

.wrapper-br-color {
  z-index: -1;
  background-color: #f5f5f5;
  width: 900px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrapper-bg-color {
  z-index: -1;
  background-color: #f5f5f5;
  width: 200%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.wrapper-bg-color-about {
  z-index: -1;
  background-color: #d1c8c1;
  width: 200%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrapper-bg-grid {
  z-index: -1;
  background-color: #f5f5f5;
  width: 200%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero-blog-page {
  background-image: linear-gradient(#00000080, #00000080), url('../images/mathilde-langevin-UfmTGECbzbA-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
}

.section-blog-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
}

.heading-blog-page {
  font-size: 50px;
  line-height: 1;
}

.text-blog-page {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.content-sub-menu {
  border-bottom: 1px solid #e2ddd7;
  justify-content: space-between;
  width: 65%;
  padding-bottom: 20px;
  display: flex;
}

.logo-footer {
  position: relative;
  left: -13px;
}

.newsletter-footer {
  border-bottom: 2px solid #e2ddd7;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.newsletter-form-footer {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph-newsletter-footer {
  width: 100%;
  font-size: 16px;
}

.heading-newsletter-footer {
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
}

.image-social {
  cursor: pointer;
  transition: transform .4s ease-in-out;
}

.image-social:hover {
  transform: translate(0, -3px);
}

.licensing-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.terms-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.terms-head {
  margin-bottom: 40px;
  font-size: 55px;
}

.body-404 {
  display: block;
}

.div-block-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: ZCOOL XiaoWei, sans-serif;
  display: flex;
}

.text-field-4 {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.submit-button-5 {
  background-color: #7c1322;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.button-2 {
  background-color: #4b4b4b;
  margin-top: 20px;
  padding: 20px 30px;
}

.text-fax {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.heading-blog-post {
  font-size: 36px;
}

.rich-text-blog {
  font-family: ZCOOL XiaoWei, sans-serif;
}

.hero-category-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
  overflow: hidden;
}

.next-4 {
  display: none;
}

.collection-item-5 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.section-product-category {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  height: 75vh;
  display: flex;
}

.section-product-category._2 {
  justify-content: flex-start;
  height: 75vh;
}

.section-product-category._3 {
  justify-content: center;
  height: 75vh;
  overflow: hidden;
}

.section-product-category._4 {
  justify-content: flex-end;
  overflow: hidden;
}

.wrapper-image-category {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 30%;
  height: 100%;
  display: block;
}

.wrapper-overflow {
  display: block;
  overflow: hidden;
}

.heading-categorypage {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 1;
}

.paragraph-category-page {
  color: var(--white);
  text-align: center;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.wrapper-text-category {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.wrapper-text-category._2 {
  position: relative;
  left: -146px;
}

.wrapper-text-category._5 {
  position: relative;
  left: -284px;
}

.paragraph-category {
  width: auto;
  margin-top: 20px;
  font-size: 17px;
}

.paragraph-category.white.big {
  font-size: 27px;
}

.heading-category {
  margin-top: 15px;
  font-size: 55px;
  line-height: 1;
}

.heading-category.new {
  color: #fff;
}

.sub-heading-category {
  color: #a5a5a5;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 16px;
}

.pop-up {
  z-index: 999;
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding: 40px 50px;
  display: flex;
  position: static;
  inset: auto 2% 4% auto;
  box-shadow: 0 0 14px -7px #ccbba6;
}

.wrapper-close {
  justify-content: flex-end;
  width: 100%;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  width: 21px;
  height: 21px;
  padding: 0 7px 5px;
  font-size: 13px;
}

.wrapper-text-pop-up {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.pop-up-paragraph {
  text-align: center;
  max-width: 300px;
  font-size: 15px;
}

.pop-up-image {
  max-width: 300px;
}

.pop-up-button {
  background-color: #ccbba6;
  margin-top: 20px;
  padding: 20px 40px;
  font-size: 18px;
}

.pop-up-heading {
  font-size: 38px;
}

.wrapper-pop-up {
  z-index: 99999;
  background-color: #00000087;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.wrapper-content-category {
  width: 50%;
  max-width: 90%;
}

.lottie-animation {
  width: auto;
  height: 56px;
}

.lottie-animation.truck {
  height: 75px;
}

.lottie-animation-3 {
  width: 56px;
}

.lottie-animation-4 {
  width: 85px;
  position: relative;
}

.lottie-animation-5 {
  opacity: .85;
  background-image: url('../images/magnifying-glass_1.png');
  background-position: 0 0;
  background-size: 256px;
  width: 56px;
}

.link-category-menu {
  color: #ccbba6;
  padding-left: 0;
  font-size: 12px;
  left: -6px;
}

.link-category-menu.w--current {
  color: #ccbba6;
}

.search-menu-open {
  border-bottom: 2px solid var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  padding-right: 15px;
  display: flex;
}

.licensing {
  margin-bottom: 40px;
}

.licensing-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
  padding: 40px;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: ZCOOL XiaoWei, sans-serif;
  display: flex;
}

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.source-link {
  margin-right: 20px;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.license-link {
  font-family: ZCOOL XiaoWei, sans-serif;
}

.container-3 {
  padding-top: 100px;
}

.div-block-39 {
  top: 100px;
}

.input-search-red {
  color: #7c1322;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
}

.button-4 {
  background-color: #ccbba6;
  border-radius: 3px;
}

.text-block-11 {
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.button-5 {
  background-color: #ccbba6;
  border-radius: 3px;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 15px;
}

.text-block-12 {
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 22px;
}

.button-6 {
  background-color: #ccbba6;
  border-radius: 3px;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 15px;
}

.text-block-13, .error-message {
  text-align: center;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.wrap-color-menu-mobile {
  z-index: 0;
  background-color: #0000007d;
  height: auto;
  display: none;
  position: absolute;
  inset: -22% 0% auto;
}

.block-link {
  justify-content: center;
  text-decoration: none;
  display: flex;
}

.form-message_text {
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 16px;
}

.success-message {
  color: var(--white);
  background-color: #ccbba6;
  font-size: 16px;
}

.text-block-15 {
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 16px;
}

.success-message-2 {
  color: var(--white);
  background-color: #ccbba6;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 16px;
}

.form {
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 16px;
}

.error-message-2, .text-block-17, .text-block-18 {
  font-family: ZCOOL XiaoWei, sans-serif;
}

.cart-quantity-2 {
  background-color: var(--white);
  border-color: #333;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.cart-line-item {
  background-color: #ccbba6;
  padding: 17px 24px;
}

.checkout-actions, .checkout-actions-2 {
  padding-left: 24px;
  padding-right: 24px;
}

.cart-line-item-2 {
  color: #000;
  background-color: #ccbba6;
  padding: 16px 24px;
}

.cart-line-item-3 {
  background-color: #ccbba6;
  padding: 16px 24px;
}

.checkout-actions-3 {
  padding-left: 24px;
  padding-right: 24px;
}

.error-message-3 {
  color: var(--white);
  font-family: ZCOOL XiaoWei, sans-serif;
}

.error-state {
  background-color: #f98787;
}

.cart-form-wrapper {
  background-color: var(--white);
}

.text-block-19 {
  font-family: ZCOOL XiaoWei, sans-serif;
}

.cart-quantity-3 {
  background-color: var(--white);
  border-color: #333;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.text-date {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.cart-form-wrapper-2 {
  background-color: var(--white);
}

.error-state-2 {
  color: #fff;
  background-color: #ffa8a8;
}

.cart-form-wrapper-3 {
  background-color: var(--white);
}

.error-state-3 {
  color: var(--white);
  background-color: #ffa8a8;
}

.search-result-item {
  background-color: var(--white);
  margin-bottom: 20px;
  padding: 30px 20px;
}

.body-search {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 0;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.heading-14 {
  text-align: center;
  font-size: 40px;
  line-height: 1;
}

.search-input {
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #333;
  font-family: ZCOOL XiaoWei, sans-serif;
}

.search {
  flex-direction: column;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.search-button-4 {
  white-space: normal;
  background-color: #ccbba6;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 16px;
  transition: transform .4s ease-in-out;
}

.search-button-4:hover {
  transform: translate(0, -3px);
}

.order-confirmation, .body-home {
  font-family: ZCOOL XiaoWei, sans-serif;
}

.field-label {
  color: #ccbba6;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-weight: 400;
  position: static;
}

.search-container {
  margin-bottom: 40px;
}

.next-5 {
  flex: 0 auto;
  display: none;
}

.empty-state-3 {
  background-color: #ccbba6;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-20 {
  color: #fff;
  font-size: 16px;
}

.empty-state-4 {
  color: var(--white);
  background-color: #ccbba6;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.home-products_price {
  z-index: 2;
  margin-bottom: 0;
  font-family: ZCOOL XiaoWei, sans-serif;
  font-size: 16px;
  position: relative;
}

.text-block-21 {
  color: #ccbba6;
}

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

.search-result-wrapper {
  margin-bottom: 0;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
}

.category-collection {
  color: #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.category-link {
  background-color: #dddddd2e;
  width: 100%;
  padding: 20px;
  transition: background-color .4s ease-in-out;
}

.category-link:hover {
  background-color: #ccbba67d;
}

.category-link.w--current {
  background-color: #c9c4bd7d;
  display: block;
}

.category-label {
  text-align: center;
}

.collection-item-7 {
  background-color: #fbfbfb;
  padding: 0;
}

.shop-heading {
  color: #fff;
}

.shop-hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 75px;
  padding-right: 63px;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
}

.home-links {
  color: #000;
  border: 2px #000;
  margin-top: 0;
  padding: 1rem 3rem;
  font-size: 20px;
  text-decoration: none;
  transition: color .4s ease-in-out;
  position: absolute;
  inset: auto 0% 15%;
}

.home-links:hover {
  color: #b37728;
}

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

.collection-list-wrapper-blog {
  width: 100%;
  max-width: 1200px;
}

.next-7 {
  display: none;
}

.paypal, .paypal-2 {
  margin-bottom: 8px;
}

.submit-button-6 {
  background-color: #ccbba6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: transform .4s ease-in-out;
}

.submit-button-6:hover {
  transform: translate(0, -3px);
}

.shipping-method {
  align-items: center;
}

.div-block-40, .block-content {
  font-family: ZCOOL XiaoWei, sans-serif;
}

.changelog-container {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 55px;
}

.changelog-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-4 {
  margin-top: 69px;
}

.div-block-41 {
  top: 87px;
}

.discounts {
  color: #000;
  background-color: #fff;
  border-style: solid;
  margin-bottom: 20px;
}

.field-label-8 {
  color: #000;
}

.submit-button-2 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 18px;
  transition: border-color .4s ease-in-out, color .4s ease-in-out, background-color .2s ease-in-out;
}

.submit-button-2:hover {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-color: #000;
}

.heading-section-hover {
  margin-top: auto;
  margin-bottom: 35px;
  font-family: Open Sans, sans-serif;
}

.button-7 {
  background-color: #0000;
}

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

.hero_categories-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tabs {
  z-index: 1;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.collection-item {
  flex: 25%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-item._3x {
  flex-grow: 0;
  flex-basis: 33.3%;
}

.tags {
  color: #000;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 4px 8px;
  font-size: .625rem;
  font-weight: 500;
  transition: border-color .2s, background-color .2s, color .2s;
  display: inline-block;
}

.tags:hover {
  color: #fff;
  background-color: #f96446;
  border-color: #000;
}

.tags.w--current {
  color: #fff;
  background-color: #f96446;
  border-bottom-style: none;
}

.tags.w--current:hover {
  color: #fff;
}

.collection-list-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-pane-padding-top {
  padding-top: 2rem;
}

.card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-list-3 {
  flex-wrap: wrap;
  flex: 1;
  align-items: stretch;
  display: flex;
  position: static;
}

.container-5 {
  z-index: 2;
  flex-flow: column wrap;
  align-items: stretch;
  width: 100%;
  max-width: 1376px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.tab-link-light {
  text-align: center;
  background-color: #0000;
  flex: 1;
}

.tab-link-light.w--current {
  background-color: #f3f2ed;
}

.tabs-menu {
  z-index: 1;
  align-items: stretch;
  display: flex;
}

.tabs-menu.sub {
  border-bottom: 1px solid #afafaf33;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.section-space {
  z-index: 2;
  flex-wrap: wrap;
  width: 100%;
  padding: .7rem 6rem 0;
  display: flex;
  position: relative;
}

.empty-state-5 {
  background-color: #fff;
}

.text-block-22 {
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
}

.collection-list-4 {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.collection-item-9 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: none;
}

.collection-list-wrapper-2 {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  display: flex;
}

.brand {
  flex: 1;
}

.brand.w--current {
  flex: 0 auto;
}

.text-span {
  font-family: Hind Siliguri, sans-serif;
  font-size: 18.5px;
}

.text-span-2 {
  font-family: Hind Siliguri, sans-serif;
  font-size: 19px;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40 {
  font-family: Hind Siliguri, sans-serif;
  font-size: 18.5px;
}

.text-span-41, .text-span-42, .text-span-43, .text-span-44 {
  font-family: Hind Siliguri, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50 {
  font-family: Hind Siliguri, sans-serif;
  font-size: 16px;
}

.text-span-51 {
  font-size: 45px;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.second {
  background-image: url('../images/claudio-guglieri-K2RH1QZdLF4-unsplash-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-container.third {
  background-image: url('../images/sahand-hoseini-RnCLtXEouJE-unsplash-1.jpg');
  background-position: 100%;
  background-size: cover;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/levi-stute-mFF39sOZSgM-unsplash.jpg');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.arrow-read-more {
  background-color: #1f1e1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.first-article {
  z-index: 20;
  background-color: #d4d4d4;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 100vw;
  height: 100vh;
  line-height: 30px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.button-close {
  z-index: 500;
  color: #fff;
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 2%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.section-content {
  z-index: 600;
  object-fit: fill;
  background-color: #0000;
  flex: 0 auto;
  width: 50%;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  display: none;
  position: relative;
  overflow: hidden;
}

.small-divider {
  background-color: #f56020;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  background-color: #000;
  width: 8px;
  height: 8px;
}

.scroll-type-wrapper {
  display: flex;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Oswald, sans-serif;
  font-size: 6.5vh;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.row-scroll {
  align-items: center;
  min-width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.header-row.summary {
  color: #000;
  margin-top: 5%;
}

.header-row.summary.gray {
  color: #818181;
}

.link-read-more {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-read-more.white {
  color: #fff;
}

.divider-circle {
  background-color: #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  background-color: #f56020;
  width: 15px;
  height: 15px;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.third-article {
  background-color: #141414;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.alt-description {
  z-index: 1;
  color: #ccc;
  max-width: 20ch;
  font-size: 14px;
  position: relative;
}

.card-inner {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.xlarge-paragraph {
  color: #f56020;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 20vh;
  font-weight: 700;
  line-height: 1.2;
}

.xlarge-paragraph.is--black {
  color: #000;
}

.link-white {
  color: #fff;
}

.small-text {
  color: #ffffffb3;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.card-1 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 50vw;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  height: 100vh;
  overflow: hidden;
}

.inner-container {
  padding: 10% 12% 15%;
}

.wrap-scrolling-text {
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.card-details-wrapper {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.header-text {
  color: #f56020;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.header-text.black {
  color: #000;
  letter-spacing: 0;
}

.image-content {
  background-color: #000;
  min-height: 100vh;
  padding: 10%;
  position: sticky;
  top: 0;
}

.cap {
  float: left;
  color: #000;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.is--orange {
  color: #f56020;
}

.container-article {
  position: relative;
}

.section {
  width: 100vw;
  max-width: none;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.second-article {
  background-color: #fd4415;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.alt-text-header {
  text-align: left;
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.alt-text-header.white {
  color: #818181;
  line-height: 1.4;
}

.rich-text {
  color: #000;
}

.rich-text.white {
  color: #8a8a8a;
}

.card-3 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  display: none;
  position: relative;
  overflow: hidden;
}

.divider-scroll {
  background-color: #fff9;
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.heading-15 {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading-15.is--white {
  color: #fff;
}

.wrapper-product_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.product_price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.product_effet {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.spacer-small {
  height: 1rem;
}

.spacer-medium {
  height: 2rem;
}

.product_separation-line {
  background-color: var(--black);
  align-self: stretch;
  height: 1px;
}

.spacer-xsmall {
  height: .75rem;
}

.products_details-wrapper.hidden {
  display: none;
}

.spacer-regular {
  height: 3rem;
}

.product-all_link-block.w--current {
  display: block;
}

.div-block-42 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.form-contact_right-image {
  background-image: url('../images/Envol_Sublime_Cadre-min.webp');
  background-position: 50%;
  background-size: cover;
  width: 40%;
  height: 50%;
  position: relative;
}

.home-hero_categories_list-wrapper {
  flex: 0 auto;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  display: flex;
}

.section-2.hidden, .hidden {
  display: none;
}

.icon-small {
  width: 2rem;
  height: 2rem;
}

.icon-small.color-inverted {
  filter: invert();
}

.navbar_boutique-link-block {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.navbar_boutique-link-block.color-inverted {
  filter: invert();
  height: 2rem;
}

.home-products_list-wrapper {
  flex: 1;
  height: 70%;
  display: none;
}

.home-products_list {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 100%;
  display: grid;
}

.home-products_title {
  z-index: 1;
  color: #fff;
  text-shadow: 0 0 3px #00000080;
  position: relative;
}

.home-products_price-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
}

.home-description_image {
  background-image: url('../images/Mandala-min2.webp');
  background-position: 50% 100%;
  background-size: 140%;
  width: 40%;
}

.section-3 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.lottie-animation-6 {
  width: auto;
  height: 90px;
}

.hero_text-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero_categories-candles-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-categories_link-candles {
  color: var(--white);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s;
}

.hero-categories_link-candles:hover {
  color: var(--tan);
}

.home-product_list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  margin-left: 2rem;
  margin-right: 2rem;
  display: grid;
}

.container-6 {
  align-self: stretch;
}

.home-description_main-wrapper {
  justify-content: flex-end;
  display: block;
  position: relative;
}

.home-description_right-wrapper {
  background-color: #fff;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.home-description_transparent-text {
  text-align: left;
  text-transform: uppercase;
  background-image: url('../images/teemu-paananen-OOE4xAnBhKo-unsplash-1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50vh;
  padding-left: 50vw;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.home-description_left-wrapper {
  width: 50%;
}

.home-description_text {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  height: 100%;
  margin-top: 0;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 9vw;
  font-weight: 800;
  line-height: 4;
}

.home-description_paragraph {
  align-self: flex-start;
  padding: 3rem;
  position: absolute;
  inset: auto 0% 15%;
}

.home-information_main-wrapper {
  position: relative;
}

.home-information_transparent-text {
  text-align: right;
  text-transform: uppercase;
  background-image: url('../images/artiom-vallat-mFrLqRZMx7o-unsplash-1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50vh;
  padding-right: 50vw;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-information_half-image-wrapper {
  object-fit: cover;
  object-position: 100% 50%;
  justify-content: flex-end;
  width: 50vw;
  height: 100vh;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.div-block-45 {
  background-color: #fff;
  width: 50%;
}

.image-25 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-information_half-image {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-description_half-image-wrapper {
  justify-content: flex-end;
  width: 50vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.home-description_half-image {
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-4 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.heading-16 {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  display: flex;
}

.home-description_white-text {
  z-index: 1;
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50vh;
  padding-right: 50vw;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-information_white-text {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50vh;
  padding-left: 50vw;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-description_paragraph-wrapper {
  z-index: 1;
  margin-top: 35vh;
  margin-bottom: 0;
  margin-left: 50vw;
  padding: 0 3rem 3rem;
  position: absolute;
  inset: 0%;
}

.home-link {
  color: #000;
  border: 2px #000;
  margin-top: 0;
  padding: 0;
  font-size: 20px;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

.home-link:hover {
  color: #b37728;
}

.home-information_paragraph-wrapper {
  z-index: 1;
  margin-top: 50vh;
  margin-right: 50vw;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: absolute;
  inset: 0%;
}

.home-collab_main-wrapper {
  position: relative;
}

.home-collab_transparent-text {
  text-align: left;
  text-transform: uppercase;
  background-image: url('../images/hisu-lee-V4Pn7QeYdPQ-unsplash-1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50vh;
  padding-left: 50vw;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.home-collab_half-image-wrapper {
  width: 50vw;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.home-collab_half-image {
  object-fit: cover;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-collab_white-text {
  z-index: 1;
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50vh;
  padding-right: 50vw;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-collab_paragraph-wrapper {
  z-index: 1;
  margin-top: 50vh;
  margin-left: 50vw;
  margin-right: 0;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
  position: absolute;
  inset: 0%;
}

.home, .text-position-center {
  text-align: center;
}

.home-blog_main-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper-image-blog-post-image {
  object-fit: cover;
  width: 100%;
  height: 167%;
  display: block;
  overflow: visible;
}

.test {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.lottie-animation_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
}

.heading-17 {
  text-transform: none;
}

.wrapper-image-post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.wrapper-image-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_all-candles-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1500px;
  display: grid;
}

.blog_text-animation-wrapper {
  background-image: linear-gradient(#0000 51%, #0009);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog_text-animation-title, .text-block-23 {
  color: var(--white);
}

.section--candles-offer {
  margin-top: 100px;
  margin-bottom: 100px;
}

.candles-offer_main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.link-block {
  justify-content: center;
  display: flex;
}

.blog-button_component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-button_black-line {
  background-color: var(--black);
  flex: 1;
  height: 1px;
}

.blog-button_link {
  text-transform: uppercase;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.home-hero_tablet-title {
  display: none;
}

.section--annonce-noel {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/DO01041605.jpg');
  background-position: 0 0, 50% 12%;
  background-size: auto, cover;
  min-height: 50vh;
  padding-top: 80px;
  padding-bottom: 80px;
}

.annonce-noel_text-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-noel-titre {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}

.text-noel-grostitre {
  color: #fff;
  text-align: center;
  font-family: Cotta, sans-serif;
  font-size: 6rem;
}

.bold-text {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
}

.text-noel-paragraph {
  color: #fff;
  text-align: center;
  width: 730px;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 400;
}

.image-ornement {
  filter: invert();
  height: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-47 {
  align-self: stretch;
  height: 74px;
}

@media screen and (max-width: 991px) {
  .section--home-hero {
    flex-direction: column;
    padding-top: 1.5rem;
  }

  .hero_hover-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 50%;
  }

  .hero_categories-wrapper {
    align-items: center;
  }

  .hero_categories-wrapper.hidden {
    align-items: flex-start;
  }

  .navbar-black {
    background-color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-menu-open {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-2 {
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .section--home-product {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .home-products_card {
    width: auto;
    height: 20rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-products_card._1 {
    display: none;
  }

  .grid-collection-list-product {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .collection-list-products {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .section--home-about {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-products_hover {
    bottom: 0;
  }

  .home-products_item {
    width: auto;
  }

  .logo {
    align-self: flex-start;
    display: block;
  }

  .wrapper-text-about {
    align-self: center;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: 36px;
    bottom: 0;
    left: 0%;
  }

  .heading-about {
    text-align: center;
  }

  .paragraph-about {
    text-align: center;
    height: 100%;
  }

  .link {
    text-align: center;
    align-self: center;
    font-weight: 400;
  }

  .section-brand {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-collection-list-brands {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-text-wedding {
    clear: none;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 50%;
    top: 28px;
    left: 0%;
  }

  .heading-wedding {
    text-align: center;
    width: 90%;
  }

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

  .section-wedding {
    float: none;
    clear: none;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sub-heading {
    line-height: .5;
  }

  .section-insta {
    align-items: center;
    padding-bottom: 0;
    overflow: hidden;
  }

  .grid-instagram {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .content-about {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .wrapper-content-wedding {
    float: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    width: auto;
    display: flex;
  }

  .content-instagram {
    display: block;
    position: relative;
  }

  .content-voci-menu-footer {
    width: 90%;
  }

  .grid-menu-footer {
    grid-template-columns: 1fr 1fr;
  }

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

  .wrapper-grid {
    border-top-style: none;
    border-bottom-style: none;
  }

  .wrapper-background-about {
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0% auto;
  }

  .wrapper-background-wedding {
    width: 100%;
    height: 300px;
    inset: 0%;
  }

  .about-image, .wedding-image {
    display: none;
  }

  .section-phrases {
    height: 300vh;
    display: none;
  }

  .phrase {
    text-align: center;
    font-size: 20px;
  }

  .signature {
    font-size: 20px;
  }

  .card {
    width: auto;
    margin-left: 100px;
    margin-right: 100px;
  }

  .image-11, .image-12, .image-13, .image-14, .image-15 {
    display: none;
  }

  .section-information {
    background-image: none;
    background-size: auto;
    justify-content: center;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .section-description {
    z-index: 999;
    background-image: none;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 70vh;
    position: relative;
  }

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

  .wrapper-search {
    height: 200px;
  }

  .wrapper-text-section {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    order: 0;
    align-self: auto;
    align-items: center;
    width: 90%;
    padding: 60px 0;
    display: flex;
  }

  .heading-description {
    text-align: center;
    align-self: center;
  }

  .paragraph-info {
    text-align: center;
    align-self: center;
    width: auto;
    font-style: normal;
    text-decoration: none;
  }

  .wrap-color-menu {
    z-index: 0;
    background-color: var(--black);
    opacity: 1;
    height: 110vh;
    display: none;
  }

  .stiky-section {
    flex-direction: column;
    height: auto;
  }

  .stiky-wrapper-text {
    width: 100%;
    height: auto;
    padding: 100px 30px;
    position: static;
  }

  .wrapper-move-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: 125px;
    display: none;
  }

  .grid-move-image {
    display: none;
  }

  .heading-client, .pharagraph-client {
    text-align: center;
    width: auto;
  }

  .sub-pharagraph--client {
    text-align: center;
    width: auto;
    margin-top: 60px;
  }

  .wrap-image-clients {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    height: 65vh;
    margin-top: -79px;
    display: block;
  }

  .wrapper-text-clients {
    position: static;
  }

  .logo-clinents-page {
    align-self: center;
    display: block;
  }

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

  .wrapper-image-section-description {
    background-image: url('../images/backgroundsquare.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 600px;
    display: block;
  }

  .wrapper-text-description {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    min-width: 50px;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-hero-products {
    align-items: center;
    padding-top: 70px;
  }

  .image-hero-product {
    height: auto;
  }

  .about-wrapper {
    flex-direction: column;
    height: auto;
  }

  .copyright-footer-black {
    font-family: ZCOOL XiaoWei, sans-serif;
  }

  .wrap-color-menu-black {
    z-index: 0;
    background-color: var(--black);
    opacity: 1;
    height: 110vh;
    display: none;
  }

  .wrapp-text {
    width: 80%;
  }

  .hero-shop-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-collection-list-all-products {
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .search-menu.nav {
    display: none;
  }

  .grid-collection-list-shop {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .section--home-blog {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .wrapper-text-blog {
    min-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-blog {
    width: 90%;
  }

  .wrapper-card {
    width: 300px;
    display: flex;
  }

  .collection-item-blog {
    flex-direction: row;
    justify-content: center;
    padding-left: 20px;
    display: flex;
  }

  .collection-item-blog.is-tablet-hidden {
    display: none;
  }

  .section--blog {
    flex-direction: column;
  }

  .wrapper-image-post {
    width: 100%;
    max-height: 60vh;
    position: static;
  }

  .section-informations {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 70vh;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .secion-form-contact {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-form-contact {
    width: 70%;
    margin-bottom: 60px;
    top: 20px;
  }

  .heading-contact {
    margin-top: 0;
  }

  .wrapper-bg {
    width: 100%;
  }

  .map {
    width: 70%;
  }

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

  .wrapper-br-color, .wrapper-bg-color {
    max-width: 100%;
  }

  .wrapper-bg-color-about {
    min-width: auto;
    max-width: 100%;
  }

  .wrapper-bg-grid {
    max-width: 100%;
  }

  .section-blog-card {
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-sub-menu {
    width: 90%;
  }

  .date {
    text-align: center;
  }

  .section-product-category {
    background-image: none;
    background-size: auto;
    justify-content: center;
    height: 20vh;
    display: none;
  }

  .section-product-category._3 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 100% 0;
    background-size: cover;
    height: 30vh;
    display: block;
  }

  .wrapper-image-category {
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .body-client {
    height: 50vh;
  }

  .wrapper-text-category {
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .wrapper-text-category._2 {
    display: none;
  }

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

  .heading-category {
    text-align: center;
    line-height: 1.3;
  }

  .sub-heading-category {
    text-align: center;
  }

  .licensing-container {
    width: 80%;
  }

  .wrap-color-menu-mobile {
    z-index: 0;
    background-color: var(--black);
    opacity: 1;
    height: 110vh;
    display: none;
  }

  .shop-heading {
    text-align: center;
  }

  .home-links {
    text-align: center;
    align-self: center;
    font-weight: 400;
  }

  .next-6 {
    display: none;
  }

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

  .field-label-2, .field-label-3, .field-label-4, .field-label-5, .field-label-6, .field-label-7 {
    font-size: 12px;
  }

  .collection-item, .collection-item._3x {
    flex-basis: 50%;
  }

  .container-5 {
    padding: 0;
  }

  .tabs-menu {
    overflow: auto;
  }

  .tabs-menu.sub {
    justify-content: flex-start;
  }

  .section-space {
    padding: 3rem;
  }

  .empty-state-5 {
    color: #000;
  }

  .first-article {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .button-close {
    color: #fff;
    background-color: #000000bf;
    border-radius: 8px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .section-content {
    width: 100vw;
    height: auto;
    display: none;
  }

  .card-2 {
    flex: none;
    width: 100%;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .third-article {
    height: auto;
    min-height: 100vh;
  }

  .card-inner {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: none;
  }

  .card-1 {
    flex: none;
    width: 100%;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .section {
    flex-direction: column;
    justify-content: space-around;
  }

  .card-3 {
    flex: none;
    width: auto;
  }

  .heading-15 {
    font-size: 6vh;
  }

  .home-products_list-wrapper {
    justify-content: center;
    height: auto;
    display: flex;
  }

  .home-products_list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

  .home-link {
    text-align: center;
    align-self: center;
    font-weight: 400;
  }

  .home-information_paragraph-wrapper {
    margin-top: 35vh;
  }

  .blog_all-candles-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero_tablet-title {
    display: none;
  }

  .section--annonce-noel {
    padding-left: 50px;
    padding-right: 50px;
  }

  .text-noel-paragraph {
    width: 640px;
  }
}

@media screen and (max-width: 767px) {
  .section--home-hero {
    height: 85vh;
  }

  .hero_hover-wrapper {
    background-color: #000000ad;
    justify-content: center;
    display: none;
  }

  .hero_hover-wrapper:hover {
    background-color: #000000ad;
  }

  .hero_hover-wrapper._1 {
    display: none;
  }

  .hero_categories-wrapper {
    flex-direction: column;
  }

  .option {
    border: 1px #000;
  }

  .navbar-black {
    background-color: #333;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-menu-open {
    grid-column-gap: 27px;
  }

  .div-block-2 {
    z-index: 0;
    background-color: var(--black);
    color: #0000;
    align-items: center;
    margin-top: -14%;
    padding-top: 0;
    padding-bottom: 0;
    top: -114%;
  }

  .div-block-2.about {
    background-color: var(--white);
    margin-top: 0%;
  }

  .section--home-product {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section--home-about {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .logo {
    align-self: center;
  }

  .wrapper-text-about {
    align-self: flex-end;
    align-items: center;
    width: 80%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .heading-about, .paragraph-about {
    text-align: center;
  }

  .link {
    align-self: center;
  }

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

  .wrapper-text-wedding {
    align-items: center;
    width: 80%;
    margin-top: 20px;
    padding-left: 0;
  }

  .heading-wedding, .paragraph-wedding {
    text-align: center;
  }

  .section-wedding {
    height: auto;
  }

  .newsletter-form {
    width: 50%;
  }

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

  .content-about {
    order: 2;
    align-items: flex-end;
    height: auto;
    display: flex;
  }

  .wrapper-content-wedding {
    justify-content: center;
    display: flex;
  }

  .content-instagram.no, .background-hover.no {
    display: none;
  }

  .content-voci-menu-footer {
    width: 80%;
  }

  .grid-menu-footer {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    width: auto;
  }

  .copyright {
    text-align: center;
  }

  .wrapper-grid {
    border: 1px #000;
  }

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

  .text-info._4 {
    text-align: center;
    align-self: center;
  }

  .section-phrases {
    overflow: hidden;
  }

  .section-information {
    opacity: 1;
    background-image: none;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .section-description {
    z-index: 0;
    background-image: none;
    background-size: auto;
    flex-direction: column;
    height: auto;
  }

  .menu-button.w--open {
    z-index: 999;
  }

  .wrapper-search {
    align-items: flex-start;
    height: auto;
  }

  .wrapper-text-section {
    align-items: center;
    width: 100%;
    height: auto;
    padding: 40px 0;
  }

  .heading-description {
    align-self: center;
    font-size: 40px;
  }

  .paragraph-info {
    text-align: center;
    width: 80%;
    font-size: 18px;
  }

  .wrap-color-menu.black {
    height: 100vh;
    top: 0%;
  }

  .stiky-wrapper-text {
    height: auto;
  }

  .logo-clinents-page {
    align-self: center;
  }

  .paragraph-description {
    text-align: center;
    width: 80%;
  }

  .wrapper-image-section-description {
    background-image: url('../images/backgroundsquare.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
    display: block;
  }

  .wrapper-text-description {
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: 100%;
    margin-right: 0;
    padding: 40px 0;
    display: flex;
  }

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

  .wrapper-product {
    width: auto;
    height: 50%;
  }

  .image-hero-product {
    width: 100%;
    height: auto;
  }

  .wrapper-text-product {
    width: 100%;
  }

  .copyright-footer-black {
    text-align: center;
  }

  .navbar--black {
    background-color: #333;
    padding: 10px;
  }

  .wrap-color-menu-black {
    background-color: #333;
    display: none;
    top: 0%;
  }

  .wrapp-text {
    width: 80%;
  }

  .heading-product-page {
    text-align: center;
  }

  .hero-shop-page {
    height: 50vh;
    margin-top: 78px;
  }

  .section-card-shop-page {
    padding-top: 30px;
  }

  .grid-collection-list-all-products {
    grid-template-columns: 1fr;
    width: 80%;
  }

  .wrapper-image-collection-shop {
    display: block;
    position: static;
  }

  .wrapper-image-card-shop, .wrapper-image-card-shop.tablet-show {
    display: block;
  }

  .search-menu.nav {
    display: none;
  }

  .grid-collection-list-shop {
    grid-template-columns: 1fr;
    justify-items: stretch;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section--home-blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-text-blog {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-card {
    justify-content: center;
    width: 100%;
  }

  .collection-item-blog {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-card-blog {
    font-size: 17px;
  }

  .heading-blog {
    text-align: center;
    line-height: 1.3;
  }

  .section--blog {
    flex-direction: column;
  }

  .wrapper-image-post {
    width: 100%;
    height: 600px;
    margin-top: 0;
    position: static;
  }

  .section-informations {
    opacity: 1;
    background-image: none;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .secion-form-contact {
    flex-direction: column;
    height: auto;
    padding: 60px 20px 40px;
  }

  .filter {
    padding-left: 0;
  }

  .wrapper-form-contact {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-mail {
    margin-top: 10px;
  }

  .section-hero-about {
    overflow: hidden;
  }

  .wrapper-bg {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 150px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-about-page {
    text-align: center;
    left: auto;
    right: auto;
  }

  .map {
    width: 100%;
    height: 400px;
  }

  .grid-about {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .wrapper-content-about {
    width: 80%;
  }

  .wrapper-br-color, .wrapper-bg-color, .wrapper-bg-color-about, .wrapper-bg-grid {
    width: 100%;
  }

  .content-sub-menu {
    width: 80%;
  }

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

  .terms-head {
    line-height: 1;
  }

  .section-product-category._3 {
    height: 20vh;
  }

  .wrapper-image-category._5, .image-22 {
    display: none;
  }

  .licensing-container {
    width: 80%;
  }

  .block-link {
    flex: 1;
  }

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

  .home-links {
    align-self: center;
  }

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

  .collection-item._3x {
    flex: none;
    width: 100%;
  }

  .tab-pane-padding-top {
    padding-top: 16px;
  }

  .card-container, .collection-list-3 {
    display: block;
  }

  .section-space {
    padding: 2rem 16px;
    display: block;
  }

  .button-close {
    width: auto;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .third-article {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .cap {
    font-size: 90px;
  }

  .section {
    flex-direction: column;
  }

  .second-article {
    z-index: 21;
    position: relative;
  }

  .heading-15 {
    font-size: 65px;
  }

  .home-products_list {
    grid-template-columns: 1fr;
  }

  .section--home-description, .section--home-information {
    display: none;
  }

  .home-link {
    align-self: center;
  }

  .section--home-collab {
    display: none;
  }

  .blog_all-candles-grid, .candles-offer_main-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-46 {
    flex: 1;
    align-self: auto;
  }

  .home-hero_tablet-title {
    color: var(--white);
    text-align: center;
    background-color: #0000004d;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .text-noel-paragraph {
    width: 450px;
  }
}

@media screen and (max-width: 479px) {
  .section--home-hero {
    height: auto;
    padding-bottom: 0;
    display: none;
  }

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

  .hero_hover-wrapper._1 {
    padding-top: 65px;
    padding-bottom: 0;
  }

  .hero_categories-wrapper {
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .option {
    text-align: center;
    padding-bottom: 20px;
  }

  .grid-menu-open {
    margin-top: auto;
    margin-bottom: auto;
  }

  .list-menu._4 {
    flex-direction: column;
  }

  .link-menu {
    text-align: left;
    display: block;
  }

  .div-block-2 {
    background-color: #0000;
    margin-top: -21%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    top: 0%;
  }

  .div-block-2.about {
    margin-top: -23%;
    top: auto;
  }

  .home-products_card {
    width: 100%;
    height: 300px;
  }

  .grid-collection-list-product {
    width: 100%;
  }

  .section--home-about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-products_item {
    height: auto;
  }

  .cart-button {
    padding-left: 10px;
  }

  .cart-list {
    background-color: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper-text-about {
    width: 100%;
  }

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

  .section-brand {
    padding-left: 0;
    padding-right: 0;
  }

  .empty-state {
    flex-direction: column;
  }

  .wrapper-text-wedding {
    width: 100%;
  }

  .heading-wedding {
    margin-top: 0;
  }

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

  .section-wedding {
    padding: 100px 20px;
  }

  .newsletter-form {
    width: 80%;
  }

  .heading-news-letter {
    margin-left: auto;
    margin-right: auto;
  }

  .sub-heading {
    text-align: center;
    line-height: 1;
  }

  .section-insta {
    padding-top: 100px;
  }

  .footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-voci-menu-footer {
    width: 95%;
  }

  .grid-menu-footer {
    width: 100%;
  }

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

  .list-footer {
    align-items: flex-start;
    margin-right: 9px;
  }

  .grid-info {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrapper-grid {
    justify-content: center;
    align-items: center;
  }

  .text-info {
    text-align: center;
    align-self: center;
  }

  .wrapper-background-wedding {
    top: auto;
  }

  .section-information {
    padding-top: 0;
  }

  .section-description {
    background-position: 20%;
  }

  .menu-button.w--open {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-text-section {
    align-self: center;
  }

  .heading-description {
    line-height: 1.3;
  }

  .wrap-color-menu {
    z-index: -1;
    background-color: #333;
    height: 100vh;
    display: none;
    top: 0%;
  }

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

  .heading-client, .pharagraph-client, .sub-pharagraph--client {
    width: 100%;
  }

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

  .wrapper-text-description {
    width: 100%;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-black {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .wrapper-footer-black {
    flex-direction: column;
    width: 100%;
  }

  .social {
    align-self: center;
  }

  .copyright-footer-black {
    flex: 1;
  }

  .navbar--black {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrap-color-menu-black {
    z-index: 0;
    background-color: #333;
    height: 110vh;
    display: none;
    inset: 0%;
  }

  .heading-product-page {
    text-align: left;
    font-size: 40px;
  }

  .hero-shop-page {
    padding-left: 0;
    padding-right: 0;
  }

  .section-card-shop-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-text-card-shop {
    width: 100%;
  }

  .grid-collection-list-shop {
    width: 90%;
  }

  .wrapper-text-blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-blog {
    max-width: 100%;
  }

  .wrapper-card {
    width: 100%;
  }

  .collection-item-blog {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-yexy-card-blog {
    height: 40%;
  }

  .heading-card-blog {
    font-size: 17px;
  }

  .heading-blog {
    text-align: center;
  }

  .wrapper-image-post {
    background-position: 100%;
    height: 60vh;
  }

  .heading-all-product {
    font-size: 40px;
  }

  .secion-form-contact {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-form-contact {
    width: 100%;
  }

  .wrapper-text-form {
    flex-direction: column;
  }

  .text-field-email {
    margin-left: 0;
  }

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

  .wrapper-bg {
    width: 100%;
    height: 120px;
  }

  .heading-about-page {
    margin-bottom: 0;
    font-size: 30px;
  }

  .wrapper-text-about-page, .wrapper-text-about-page._1 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-text-about-page._2, .wrapper-text-about-page._3 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .wrapper-text-about-page._4, .wrapper-text-about-page._5, .wrapper-text-about-page._6, .wrapper-text-about-page._7, .wrapper-image-about-page {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-image-about-page._1, .wrapper-image-about-page._2 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .wrapper-image-about-page._3, .wrapper-image-about-page._4, .wrapper-image-about-page._5, .wrapper-image-about-page._6, .wrapper-image-about-page._7, .wrapper-image-about-page._8 {
    width: 100%;
    max-width: 100%;
  }

  .wrapper-image-about-page._10 {
    background-position: 50%;
  }

  .wrapper-content-about {
    width: 85%;
  }

  .section-blog-card {
    padding: 60px 25px;
  }

  .heading-blog-page {
    text-align: center;
    font-size: 40px;
  }

  .content-sub-menu {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .newsletter-form-footer {
    width: 80%;
  }

  .licensing-section {
    padding-left: 20px;
    padding-right: 20px;
    font-family: ZCOOL XiaoWei, sans-serif;
  }

  .terms-container {
    padding: 25px;
  }

  .terms-head {
    font-size: 35px;
  }

  .heading-blog-post {
    font-size: 20px;
  }

  .heading-categorypage {
    text-align: center;
  }

  .heading-category {
    font-size: 30px;
  }

  .image-22 {
    display: none;
  }

  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .source-link, .license-link {
    font-family: ZCOOL XiaoWei, sans-serif;
    font-size: 16px;
  }

  .button-4 {
    background-color: #ccbba6;
    border-radius: 3px;
    margin-top: 10px;
    padding-bottom: 15px;
  }

  .text-block-10 {
    font-family: ZCOOL XiaoWei, sans-serif;
    font-size: 22px;
  }

  .collection-item-6 {
    line-height: 0;
  }

  .text-block-11 {
    font-family: ZCOOL XiaoWei, sans-serif;
    font-size: 22px;
  }

  .button-5 {
    background-color: #ccbba6;
    border-radius: 3px;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 15px;
  }

  .text-block-12 {
    font-family: ZCOOL XiaoWei, sans-serif;
    font-size: 22px;
  }

  .button-6 {
    background-color: #ccbba6;
    border-radius: 3px;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 15px;
  }

  .text-block-13 {
    text-align: center;
  }

  .error-message {
    text-align: center;
    font-family: ZCOOL XiaoWei, sans-serif;
  }

  .default-state-2 {
    background-color: #fff;
  }

  .wrap-color-menu-mobile {
    z-index: -1;
    background-color: #333;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .search-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop-heading {
    text-align: center;
    font-size: 30px;
  }

  .shop-hero-wrapper {
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .changelog-container {
    padding: 25px;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
    font-family: ZCOOL XiaoWei, sans-serif;
  }

  .section-space {
    display: none;
  }

  .image-container.second {
    background-position: 50% 0;
  }

  .arrow-read-more {
    flex: none;
    width: 45px;
    height: 45px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .first-article {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .button-close {
    max-width: 35%;
    inset: 0% 0% auto auto;
  }

  .section-content {
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .card-2 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .main-heading {
    font-size: 2em;
  }

  .link-read-more {
    font-size: 24px;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .card-inner {
    padding-right: 10%;
    display: block;
  }

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

  .card-1 {
    flex: 1;
  }

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .cap {
    font-size: 80px;
  }

  .section {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .second-article {
    display: block;
  }

  .card-3 {
    flex: 1;
    width: 100%;
  }

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

  .home-products_list {
    width: 100%;
  }

  .home-product_list-wrapper {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .section--home-collab {
    display: none;
  }

  .text-position-center {
    font-size: 40px;
  }

  .section--annonce-noel {
    align-items: center;
    height: 100vh;
    padding: 0 15px;
    display: flex;
  }

  .annonce-noel_text-container {
    justify-content: space-between;
    height: 80vh;
    margin-top: 50px;
  }

  .text-noel-titre {
    font-size: 1.1em;
  }

  .text-noel-grostitre {
    font-size: 3rem;
    line-height: 1;
  }

  .text-noel-paragraph {
    width: 260px;
    margin-top: 10px;
    font-size: 1.2rem;
  }

  .image-ornement {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#w-node-eb7a3f36-f5ef-9da8-4f60-a98798172930-e2ba7c2e, #w-node-dc293b78-874d-10cb-c21f-ab4a5e519788-e2ba7c2e, #w-node-a52cd647-55fd-7c1e-f135-1809a3230bd5-e2ba7c2e, #w-node-_21695adf-541c-962c-052e-46856925e873-e2ba7c2e, #w-node-_3d99f188-8f5c-bf24-dbab-ec25fa5f978f-e2ba7c2e, #w-node-_511080f1-edcc-f4c1-a457-df6c86f919a0-e2ba7c2e, #w-node-a2d35a6d-9b8c-ea08-4712-4f68616a5451-e2ba7c2e, #w-node-_89d6c60a-8dff-0799-095d-ac1ab1aafde9-e2ba7c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20fc567e-accc-f22c-86e5-0add0adc2bc2-e2ba7c2e {
  grid-column-start: 3;
  grid-column-end: 1.98958;
  grid-row-start: 1;
  grid-row-end: 1.98958;
  order: 0;
}

#w-node-f2904317-02bb-a2ca-acaf-1f6ac2a12c44-e2ba7c2e {
  grid-column-end: 1.98958;
  grid-column-start: 4;
  grid-row-end: 1.98958;
  grid-row-start: 1;
}

#w-node-_28e112e1-0e60-c21f-c016-965ba72d5cde-e2ba7c2e {
  grid-column-end: 1.98958;
  grid-column-start: 5;
  grid-row-end: 1.98958;
  grid-row-start: 1;
}

#w-node-f4df5651-000a-4e6d-b4bc-6b14c5c479dd-e2ba7c2e {
  grid-column-end: 1.98958;
  grid-column-start: 6;
  grid-row-end: 1.98958;
  grid-row-start: 1;
}

#w-node-_3c1fe0c9-f1a1-e879-6920-9d1adde4ca29-e2ba7c2e {
  grid-column-end: 1.98958;
  grid-column-start: 3;
  grid-row-end: 1.98958;
  grid-row-start: 2;
}

#w-node-_06a939a7-3b61-1321-55eb-57c137bbf8f1-e2ba7c2e {
  grid-column-end: 1.98958;
  grid-column-start: 4;
  grid-row-end: 1.98958;
  grid-row-start: 2;
}

#w-node-_02a0e273-17cf-fc23-97c9-d55a1493b231-e2ba7c2e {
  grid-column-end: 1.98958;
  grid-column-start: 5;
  grid-row-end: 1.98958;
  grid-row-start: 2;
}

#w-node-ec0f5162-ff2a-c93a-c044-f23ea7639d3f-e2ba7c2e {
  grid-column-start: 6;
  grid-column-end: 1.98958;
  grid-row-start: 2;
  grid-row-end: 1.98958;
}

#w-node-_64b28e71-1fe4-d6d3-8b54-a2c8b6eb26a3-e2ba7c2e {
  grid-column-start: 3;
  grid-column-end: 5.01042;
  grid-row-start: 3;
  grid-row-end: 1.01042;
}

#w-node-f213e0b4-b23d-a3c4-5c69-127b57fc4e0a-e2ba7c2e {
  grid-column-start: 4;
  grid-column-end: 5.01042;
  grid-row-start: 3;
  grid-row-end: 1.01042;
}

#w-node-_337e5bf9-fb8c-d855-ac48-1c11ef2e24f9-e2ba7c2e {
  grid-column-start: 5;
  grid-column-end: 5.01042;
  grid-row-start: 3;
  grid-row-end: 1.01042;
}

#w-node-_25ecfea8-82b7-1c50-1313-e18910a85288-e2ba7c2e {
  grid-column-start: 6;
  grid-column-end: 5.01042;
  grid-row-start: 3;
  grid-row-end: 1.01042;
}

#w-node-_10f069f0-edb6-d311-a05e-5f6a54904fb8-54904f62 {
  grid-column: 4 / 6;
  grid-row-end: 1.98958;
  grid-row-start: 1;
  place-self: start end;
}

#w-node-_83bf320d-266f-b791-a1ba-d388be0dfe62-be0dfddc, #w-node-_33c64d7a-a5f8-9fa6-e4dd-dd023e081425-3e0813df {
  justify-self: auto;
}

#w-node-_2a127ab1-2f65-9bba-ad1c-3d2da27d8398-e8ba7c32, #w-node-fc088bc2-524b-7f54-2c23-3be50baefaae-e8ba7c32, #w-node-_2a127ab1-2f65-9bba-ad1c-3d2da27d83a3-e8ba7c32, #w-node-_2a127ab1-2f65-9bba-ad1c-3d2da27d83ae-e8ba7c32, #w-node-_487667b7-eb2b-6b55-e814-d2ea3422b0d8-e8ba7c32, #w-node-_9d2f0e3b-4806-1d08-1fb4-fb50bb71d0d6-e8ba7c32, #w-node-_820d7572-3b87-d1ac-a21f-f51c6b75ac78-e8ba7c32, #w-node-c3fd193b-d16f-c92b-6ff0-352a69423aa6-e8ba7c32, #w-node-_14b8be98-f78d-165f-6d7f-06d1a233f182-e8ba7c32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d3f7c9d-b405-94e0-3cd0-b9ba0143bd2a-3db144b1, #w-node-_49f6a03a-0fba-28d0-7a0a-98da398e4612-3db144b1, #w-node-_41e1bd39-ef7a-40c0-1baf-36ba7c2cef64-3db144b1, #w-node-aee946d4-8e68-7764-65bf-de663db144f7-3db144b1 {
  justify-self: auto;
}

#w-node-aee946d4-8e68-7764-65bf-de663db14506-3db144b1 {
  place-self: auto;
}

#w-node-_521e951f-15af-8e93-579e-a73cdff4423c-b4ba7c37 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-ee47b67c-36fe-3e2c-a722-7588839ff18f-b4ba7c37 {
  grid-area: 2 / 2 / 5 / 4;
}

#w-node-b7b99981-f163-fc9d-f124-0b8f539e62c8-b4ba7c37 {
  grid-area: 2 / 4 / 7 / 7;
}

#w-node-_532c55f7-de8e-61fc-75b5-db6929776097-b4ba7c37 {
  grid-area: 5 / 3 / 10 / 9;
}

#w-node-_65546a10-9f85-903e-852a-44ac25ea81c4-b4ba7c37 {
  grid-area: 8 / 3 / 13 / 7;
}

#w-node-_77384c4c-761b-dbf9-c762-98d5589ee500-b4ba7c37 {
  grid-area: 12 / 2 / 16 / 6;
}

#w-node-a1c6f6fb-9ad0-6f85-1fe5-40da85c16fee-b4ba7c37 {
  grid-area: 18 / 1 / 23 / 4;
}

#w-node-_4e415a35-8c69-4086-be1b-4293e21d8ecf-b4ba7c37 {
  grid-area: 24 / 2 / 28 / 7;
}

#w-node-_88e62933-a621-2df1-485e-2e66b2da9004-b4ba7c37 {
  grid-area: 25 / 2 / 29 / 7;
}

#w-node-_639b1748-4ecd-9a78-0d6f-8701b9974447-b4ba7c37 {
  grid-area: 17 / 3 / 22 / 6;
}

#w-node-_951b818a-5c26-c13c-333a-0e92c1f9b182-b4ba7c37 {
  grid-area: 16 / 6 / 24 / 8;
}

#w-node-c74412bc-ab5f-8931-4d41-cd636bf7624e-b4ba7c37 {
  grid-area: 17 / 7 / 25 / 9;
}

#w-node-_2ddbde2a-785b-a54d-aeda-b8599f681156-51ba7c42 {
  place-self: auto;
}

#w-node-_246ce7a9-0c85-50be-5b06-9fe8798d0c26-51ba7c42, #w-node-b57ff11a-7bd2-d4a7-39e6-c75d5ba74df4-51ba7c42, #w-node-_9dc4a6b5-b0c5-52ac-0d89-0ac052b34a5d-51ba7c42, #w-node-_69fd7796-5d02-0cc6-9a15-90dd2f9b9398-51ba7c42, #w-node-_5ed7767d-488d-1ddd-61f8-05636ac9afe7-51ba7c42, #w-node-d770a61a-3733-1206-634f-1e72069782f5-51ba7c42, #w-node-f6f8282e-6fb8-3ad8-8374-f599a1c73430-51ba7c42, #w-node-_50bf2121-a209-b646-ed3c-ff22e992e4f0-51ba7c42, #w-node-_07ff5514-b672-cdab-35f0-e0614be866ff-51ba7c42, #w-node-dcd6aaa8-aeb0-d13a-b571-24cf459664d6-51ba7c42, #w-node-_74d8abd7-d495-d840-99a7-b96e190c2e54-51ba7c42, #w-node-d49e40ed-dd44-f63a-4d7c-cbe7511f79bc-51ba7c42, #w-node-_0b88ed3e-a5f8-950c-86f4-9cdda1cd5c28-51ba7c42, #w-node-_2eb4c3f9-916a-44a4-255b-8134c13f546d-51ba7c42, #w-node-e95b690f-b7a9-5fae-8671-fbb351c7b7df-51ba7c42, #w-node-e7f80450-aa5e-5334-896d-295aad064a79-51ba7c42, #w-node-_88e8c997-3dee-2e4a-54b9-8da1face660e-51ba7c42, #w-node-c733f35d-6dfb-2ea3-77b0-834c2384d1dc-51ba7c42, #w-node-_27de9e6b-f7c2-4edc-c8da-473a604e2381-51ba7c42, #w-node-_97dcb150-a210-a0ea-9b87-501d83880efe-51ba7c42, #w-node-_97d6cca8-291f-f957-1619-edb4cd8699e7-51ba7c42, #w-node-_2ea6f181-7f07-c278-2a96-9dbe38a9b8cd-51ba7c42, #w-node-_33be3bde-c933-2917-207b-ec7bf9f59b03-51ba7c42, #w-node-_2ea37da6-c87c-69a7-9084-48500f0e49e7-51ba7c42, #w-node-_83d97ad6-8563-1541-9181-05b34fe0f717-51ba7c42, #w-node-_8aaa555a-ff79-7526-03cd-f52e8c55eb91-51ba7c42, #w-node-_7bdaab3d-bc68-f4a6-4561-ca1273466e7f-51ba7c42, #w-node-_778404a2-4c55-69e8-6ca4-6ab4d0409dba-51ba7c42, #w-node-cf497387-ece8-5099-2416-ee736c868b7c-51ba7c42, #w-node-dd66021c-46bd-8ff3-3112-badfdf20fa35-51ba7c42, #w-node-_71999fc1-21ab-a4a8-e2cc-16c79fad909d-51ba7c42, #w-node-_66051502-9cd7-405c-ea84-be83bd3480b3-51ba7c42, #w-node-_5e0c4692-6e10-0f3d-2bd3-1363b6433c3d-51ba7c42, #w-node-d17038a0-a96e-a59b-36ae-0c732cf792b7-3508e1aa, #w-node-_9ed8873b-7314-b1f0-b84c-20a06df7a21c-3508e1aa, #w-node-_457f0de3-d3a5-c378-b61a-d81bf0dc9f38-3508e1aa, #w-node-_8024b039-bfa6-bbc4-621a-c9b8d1f0e9ff-86091272, #w-node-_1146c499-bdeb-56c5-2078-8b2428dd6fd0-86091272, #w-node-_1146c499-bdeb-56c5-2078-8b2428dd6fd8-86091272, #w-node-_1eca55d3-ca54-a94e-3223-cd63ab8029eb-d047644e, #w-node-_432a0a6b-c485-0e00-6821-713c1657d9a2-d047644e, #w-node-b258ff62-912a-a9d9-a00a-034eb987e409-d047644e, #w-node-cae34957-6e86-ceaf-3021-1374fde0442c-41712034, #w-node-_13384bdf-664c-7854-682a-7a3aa3b313d1-41712034, #w-node-_9edd3527-2650-7b45-d671-ba59a64b6742-41712034, #w-node-_5608acc9-d34b-75bc-7e3d-58384f2b3add-b1451e5f, #w-node-_9eda9b53-196b-0cf1-ecc1-3b5f1049be1c-b1451e5f, #w-node-_9b1dcd9e-c3c3-004f-fb3d-da431d270a65-b1451e5f, #w-node-_18aba059-0a37-cd53-04c6-85b53057aa71-8b736183, #w-node-bd7943f6-eff4-27b2-94f4-c42e049f2e99-8b736183, #w-node-_0a8fdc0c-cab1-30f4-ba9a-b1923825d831-8b736183, #w-node-c0faedf4-c681-ac54-3211-67312ec6d7e3-ff7ef071, #w-node-cd30a3ae-4131-b3db-1238-9499ec18f706-ff7ef071, #w-node-_56d064d2-113c-ced8-d827-66d0f1136e00-ff7ef071, #w-node-_767c1647-8b21-5ea9-dcce-d9760c6646b5-a3a838a4, #w-node-c59468da-2fcc-e1ab-9694-d662932d16fe-a3a838a4, #w-node-_64b839f6-a6d4-6b1f-a9f0-1fa07f82fd76-a3a838a4, #w-node-_9a532eef-2ca6-676d-5da0-eb62c8ba3557-e6e26dc9, #w-node-_9ed8873b-7314-b1f0-b84c-20a06df7a21c-e6e26dc9, #w-node-_457f0de3-d3a5-c378-b61a-d81bf0dc9f38-e6e26dc9, #w-node-_9a532eef-2ca6-676d-5da0-eb62c8ba3557-54e0c9b8, #w-node-_9ed8873b-7314-b1f0-b84c-20a06df7a21c-54e0c9b8, #w-node-_457f0de3-d3a5-c378-b61a-d81bf0dc9f38-54e0c9b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-eb7a3f36-f5ef-9da8-4f60-a98798172930-e2ba7c2e, #w-node-dc293b78-874d-10cb-c21f-ab4a5e519788-e2ba7c2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20fc567e-accc-f22c-86e5-0add0adc2bc2-e2ba7c2e {
    order: 0;
    grid-column-start: 1;
    align-self: auto;
  }

  #w-node-f2904317-02bb-a2ca-acaf-1f6ac2a12c44-e2ba7c2e {
    grid-column-start: 2;
  }

  #w-node-_28e112e1-0e60-c21f-c016-965ba72d5cde-e2ba7c2e {
    grid-column-start: 3;
  }

  #w-node-f4df5651-000a-4e6d-b4bc-6b14c5c479dd-e2ba7c2e {
    grid-column-start: 4;
  }

  #w-node-_3c1fe0c9-f1a1-e879-6920-9d1adde4ca29-e2ba7c2e {
    grid-column-start: 1;
  }

  #w-node-_06a939a7-3b61-1321-55eb-57c137bbf8f1-e2ba7c2e {
    grid-column-start: 2;
  }

  #w-node-_02a0e273-17cf-fc23-97c9-d55a1493b231-e2ba7c2e {
    grid-column-start: 3;
  }

  #w-node-ec0f5162-ff2a-c93a-c044-f23ea7639d3f-e2ba7c2e {
    grid-column-start: 4;
  }

  #w-node-_64b28e71-1fe4-d6d3-8b54-a2c8b6eb26a3-e2ba7c2e {
    grid-column-start: 1;
  }

  #w-node-f213e0b4-b23d-a3c4-5c69-127b57fc4e0a-e2ba7c2e {
    grid-column-start: 2;
  }

  #w-node-_337e5bf9-fb8c-d855-ac48-1c11ef2e24f9-e2ba7c2e {
    grid-column-start: 3;
  }

  #w-node-_25ecfea8-82b7-1c50-1313-e18910a85288-e2ba7c2e {
    grid-column-start: 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_10f069f0-edb6-d311-a05e-5f6a54904fa3-54904f62 {
    grid-column-end: 3.96875;
    grid-column-start: 2.97917;
    grid-row-end: 1.98958;
    grid-row-start: 2;
  }

  #w-node-_10f069f0-edb6-d311-a05e-5f6a54904fb8-54904f62 {
    grid-column: 1 / 3;
    grid-row-start: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_10f069f0-edb6-d311-a05e-5f6a54904f79-54904f62 {
    justify-self: center;
  }

  #w-node-_10f069f0-edb6-d311-a05e-5f6a54904fa3-54904f62 {
    justify-self: start;
  }

  #w-node-_10f069f0-edb6-d311-a05e-5f6a54904fb8-54904f62 {
    justify-self: center;
  }

  #w-node-aee946d4-8e68-7764-65bf-de663db14506-3db144b1 {
    grid-column: 1 / 3;
    grid-row-end: 3.96875;
    grid-row-start: 2.97917;
  }
}


@font-face {
  font-family: 'Optima b';
  src: url('../fonts/OPTIMA_B.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/OPTIMA.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima_Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Optima';
  src: url('../fonts/Optima-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LEMONMILK-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cotta';
  src: url('../fonts/cotta-free.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}