@font-face {
  font-family: Copperplate;
  src: url('../fonts/copperplate.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DM Serif Display;
  src: url('../fonts/DMSerifDisplay-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DM Serif Display;
  src: url('../fonts/DMSerifDisplay-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-Bold.ttf') format("truetype"), url('../fonts/LibreFranklin-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/LibreFranklin-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Libre Franklin;
  src: url('../fonts/LibreFranklin-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --gold: #8b6d4b;
  --white: white;
  --black: black;
}

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

.w-commerce-commercecheckoutformcontainer {
  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-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-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-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-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.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-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: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: #fff;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Libre Franklin, sans-serif;
}

blockquote {
  border-left: 5px solid #8b6d4b80;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.wrapper-link {
  margin-top: 40px;
}

.source-link {
  color: #8b6d4b;
  margin-right: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.footer-link {
  color: #696969;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: transform .4s ease-in-out;
  display: flex;
}

.footer-link:hover {
  color: #000;
  transform: translate(5px);
}

.wrapper-link-copyright {
  margin-left: 30px;
  margin-right: 0;
  display: flex;
}

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

.social-footer:hover {
  opacity: .56;
  transform: scale(.9);
}

.copyright-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
  display: grid;
}

.form-block {
  font-family: Libre Franklin, sans-serif;
}

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

.licensing {
  margin-bottom: 40px;
}

.text-block-9 {
  color: #fff;
  text-transform: none;
}

.container-footer {
  justify-items: center;
  width: 1100px;
}

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

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

.footer {
  background-color: #fff;
  justify-content: center;
  padding: 100px 20px;
  display: flex;
}

.grid-footer {
  grid-column-gap: 14px;
  grid-row-gap: 48px;
  grid-template: "." minmax(auto, auto)
                 "."
                 / 1fr 1fr minmax(200px, 1.1fr);
}

.license-link {
  color: #8b6d4b;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.copyright {
  color: #333;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
}

.form {
  flex-direction: column;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.text-field {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 2px solid #8b6d4b;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
}

.title {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 400;
}

.main-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #8b6d4b;
  flex: 0 auto;
  padding: 20px 80px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 200;
  transition: transform .4s ease-in-out;
}

.main-button:hover {
  opacity: .8;
  text-align: center;
  transform: translate(0, -2px);
}

.main-button.password {
  width: 100%;
}

.main-button.cart {
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.main-button.no-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.main-button.paragraph-video-btn, .main-button.shop {
  margin-top: 30px;
  transition-property: none;
}

.main-button.width {
  width: 400px;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.main-button.margin-left-50 {
  margin-left: 50px;
}

.main-button.shop-page-button {
  width: 170px;
  padding-left: 0;
  padding-right: 0;
}

.main-button.card-button {
  justify-content: center;
  width: 100%;
  margin-top: 0;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
}

.style-guide-container {
  width: 1100px;
}

.style-guide-section {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.paragraph-2 {
  line-height: 30px;
}

.wrapper-link-social {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.section-privacy {
  padding-top: 140px;
  padding-bottom: 140px;
}

.container-privacy {
  color: #000;
  background-color: #f6f6f65c;
  padding: 60px;
}

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

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

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

.search-results {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.search-link {
  color: #8b6d4b;
  font-family: Libre Franklin, sans-serif;
}

.text-block-10 {
  color: #a3a3a3;
  font-family: Libre Franklin, sans-serif;
}

.search-input {
  text-align: center;
  background-color: #0000;
  border-top: 0 solid #000;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
}

.search-input:focus {
  border-left-color: var(--black);
}

.utility-page-wrap {
  background-image: url('../images/toni2_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  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;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
  display: flex;
}

.logo {
  margin-bottom: 0;
}

.logo.invert {
  filter: invert();
}

.text-field-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.style-guide-info-wrapper {
  background-color: var(--white);
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 50px;
}

.navbar {
  background-color: var(--white);
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding-left: 170px;
  padding-right: 170px;
  display: flex;
  position: fixed;
}

.menu-button {
  z-index: 9999;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 0;
  display: flex;
}

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

.hamburger-wrapper {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  transition: opacity .4s ease-in-out;
  display: flex;
  position: static;
  top: 8px;
}

.hamburger-wrapper:hover {
  opacity: .6;
}

.haburger-horizintal-line {
  background-color: #8b6d4b;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger-line-vertical {
  background-color: #8b6d4b;
  width: 2px;
  height: 20px;
  position: absolute;
}

.brand-link {
  z-index: 99999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  transition: transform .2s ease-in-out;
  display: flex;
}

.brand-link:hover {
  transform: scale(.95);
}

.menu-text-container {
  background-color: #f8f8f866;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 25px 40px;
  display: flex;
}

.menu-text-container.white {
  border: 1px none var(--white);
  background-color: #0000;
  align-items: flex-start;
  padding: 0;
}

.social-icon-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.menu-container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.menu-head {
  color: #c7c7c7;
  font-size: 45px;
}

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

.menu-wrapper {
  background-color: var(--white);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-left: 170px;
  display: flex;
}

.menu-wrapper.white {
  background-color: #ffffffb3;
  background-image: linear-gradient(#000000e6, #000000e6);
  justify-content: flex-start;
  padding-left: 170px;
}

.nav-menu {
  background-color: #000;
  background-image: url('../images/product4_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: none;
}

.nav-menu.white {
  background-image: none;
  overflow: hidden;
}

.menu-paragraph {
  color: #8b6d4b;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.container-2 {
  object-fit: none;
  justify-content: flex-start;
  width: 1px;
  display: block;
  position: relative;
}

.cart-button {
  background-color: #0000;
  height: 70px;
  transition: transform .4s ease-in-out;
  position: static;
  inset: 20px 20px auto auto;
}

.cart-button:hover {
  opacity: .8;
  transform: translate(0, -2px);
}

.cart-quantity {
  color: var(--white);
  background-color: #8b6d4b;
  margin-left: 0;
}

.icon {
  color: #8b6d4b;
  background-color: #0000;
}

.icon.white {
  color: #8b6d4b;
}

.link-block {
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
  text-decoration: none;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out, background-color .4s ease-in-out;
}

.link-block:hover {
  opacity: .6;
  background-color: #0000;
  transform: translate(0, -2px);
}

.menu-buttons-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  display: flex;
}

.cart {
  z-index: 2147483647;
}

.search {
  width: 100%;
  max-width: 600px;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
}

.search-button-menu {
  display: none;
}

.search-input-menu {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  color: var(--white);
  background-color: #0000;
  margin-bottom: 0;
  padding: 25px 0;
  font-size: 18px;
}

.search-input-menu:focus {
  color: var(--black);
}

.search-input-menu.black {
  border-bottom-color: #333;
}

.wrapper-hero {
  overflow: hidden;
}

.hero {
  background-image: url('../images/haupt3_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.wrap-arrows {
  justify-content: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 3%;
}

.image-arrow {
  color: #831313;
  background-color: #0000;
}

.navbar-white {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: padding-box;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  padding-left: 170px;
  padding-right: 170px;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.list-product {
  height: auto;
  padding: 30px 30px 0;
}

.grid-sub-hero {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-rows: 4fr;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.content-image {
  z-index: 1;
  width: 50%;
}

.text-span {
  font-family: Copperplate, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.content-second-image {
  z-index: 0;
  flex-direction: row;
  display: flex;
  position: relative;
}

.wrapper-second-image {
  height: 650px;
}

.list {
  background-color: #fff;
  margin-top: 80px;
  padding: 40px 50px;
}

.sub-hero-section {
  justify-content: center;
  height: 1500px;
  padding: 0;
  display: flex;
  position: relative;
}

.sub-hero-container {
  width: 60%;
  position: relative;
}

.sub-hero-container.wide {
  width: 80%;
}

.heading-home {
  letter-spacing: 0;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: DM Serif Display, sans-serif;
  font-size: 60px;
  line-height: 1.1;
  display: none;
}

.wrapper-image {
  height: 850px;
}

.wrapper-heder {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 100px 0;
  display: flex;
}

.video-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.wrapper-color {
  background-color: #f3efef7d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.paragraph-video {
  text-align: left;
  align-self: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: Copperplate, sans-serif;
  font-size: 50px;
  line-height: 1.2;
  display: block;
}

.paragraph-video.position {
  align-self: auto;
}

.video-wrapper {
  width: 50%;
  height: 100vh;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.section-product {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1400px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px;
  display: flex;
  position: static;
  overflow: hidden;
}

.heading-card-product {
  text-align: left;
  margin-top: 0;
  font-family: Copperplate, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.second-heading-card-product {
  text-align: left;
  font-family: Copperplate, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.container-product {
  flex-direction: column;
  align-items: center;
  width: 1100px;
  min-width: auto;
  max-width: 90%;
  margin-top: 60px;
  display: flex;
}

.collection-item-recent-products {
  background-color: #fafafa;
  border: 1px solid #f5f5f5;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

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

.collection-list-wrapper {
  width: 100%;
}

.link-block-product {
  justify-content: center;
  height: 100%;
  display: flex;
}

.wrapper-image-product {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .3s ease-in-out;
  display: flex;
}

.wrapper-image-product:hover {
  transform: scale(.9);
}

.product-image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #0000;
  background-clip: border-box;
  align-self: center;
  width: 100%;
  height: 100%;
}

.wratter-text-product {
  color: #000;
  background-color: #fff;
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  padding: 20px;
  position: static;
  inset: auto 0% 0%;
}

.wrapper-link-product {
  color: #000;
  text-decoration: none;
}

.title-product {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Copperplate, sans-serif;
}

.price {
  color: #aea4a4;
  font-family: Libre Franklin, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.section-shipment {
  justify-content: center;
  padding: 200px 0;
  display: none;
}

.section-shipment.product {
  background-color: #8b6d4b0d;
  display: none;
}

.grid-shipment {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1400px;
  padding-left: 0;
}

.content-shipment {
  border-left: 1px #000;
  border-right: 1px solid #e1e1e1;
  padding: 63px;
}

.heading-shipment {
  font-family: Copperplate, sans-serif;
  font-size: 36px;
  line-height: 1.2;
}

.blog-secion {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 93px 0;
  display: none;
  position: static;
}

.container-title {
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.sub-heading-card-blog {
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 10px;
  font-family: Libre Franklin, sans-serif;
}

.heading-card-blog {
  height: 0;
  padding-bottom: 0;
  font-family: Copperplate, sans-serif;
  font-size: 50px;
}

.container-3 {
  width: 1100px;
  min-width: 0;
  position: static;
}

.collection-item-3 {
  cursor: pointer;
  justify-content: center;
  display: flex;
}

.grid-blog3-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 42px;
}

.blog-post {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  padding: 66px 20px 14px;
  display: flex;
  position: relative;
}

.wrap-gradient-post {
  z-index: 0;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrap-text {
  z-index: 11;
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
  position: relative;
  bottom: 135px;
}

.headign-blog-post {
  z-index: 11;
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 1;
  position: static;
}

.date-blog-post {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
}

.wrap-link {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: auto;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.link-blog {
  z-index: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 100%;
  margin-top: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  inset: 0 0%;
}

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

.line-link {
  z-index: 0;
  background-color: #7f7e7e;
  justify-content: flex-start;
  width: 100%;
  height: 10px;
  display: flex;
  position: relative;
  inset: -11px auto 0% 0%;
}

.collection-item-4 {
  cursor: pointer;
  width: 100%;
}

.cart-item {
  align-items: center;
  font-family: Libre Franklin, sans-serif;
}

.cart-list {
  background-color: #f5f1f07d;
}

.cart-quantity-2 {
  background-color: var(--white);
  border-style: solid;
  border-color: #8b6d4b4a;
}

.cart-line-item {
  font-family: Libre Franklin, sans-serif;
}

.text-block-11 {
  color: #8b6d4b;
  font-size: 12px;
  text-decoration: none;
}

.remove-button {
  text-decoration: none;
}

.text-block-12 {
  font-size: 11px;
  font-weight: 300;
}

.cart-wrapper {
  background-color: #493c2eb3;
}

.wrapper-hero-shop {
  background-color: #0000;
  background-image: url('../images/morfula1_1.avif');
  background-position: 50%;
  background-size: cover;
  margin-top: 70px;
}

.hero-shop {
  background-image: linear-gradient(to bottom, var(--gold), transparent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
  position: relative;
}

.section-product-shibumi {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1400px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.heading-card-product-2 {
  text-align: left;
  margin-top: 0;
  font-family: Copperplate, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.collection-list-wrapper-2 {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.collection-item-category {
  cursor: pointer;
  border: 1px solid #d1cac4;
  justify-content: center;
  width: 150px;
  padding: 0;
  transition: opacity .4s ease-in-out;
  display: flex;
}

.collection-item-category:hover {
  opacity: .6;
}

.collection-list-6 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: auto;
  margin-top: 40px;
  font-family: DM Serif Display, sans-serif;
  display: grid;
}

.collection-item-5 {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 30%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: flex;
  position: relative;
}

.card {
  border: 2px solid #fafafa;
}

.second-heading-card-product-2 {
  text-align: left;
  margin-top: 0;
  font-family: Copperplate, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.product-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  height: auto;
}

.category-link {
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Libre Franklin, sans-serif;
  text-decoration: none;
  transition: transform .2s ease-in-out;
  display: flex;
}

.category-link:hover {
  transform: scale(.8);
}

.category-label {
  color: #c2bbb3;
  align-self: center;
  margin-left: 5px;
  font-size: 16px;
}

.faq-paragraph {
  color: #3c3c3b;
  margin-bottom: 0;
  margin-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.faq-block {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 70px;
  padding: 0 30px;
  transition: all .2s;
  display: flex;
}

.faq-block:hover {
  box-shadow: 0 1px 13px #a1a1a129;
}

.faq-comment-wrap {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  overflow: hidden;
}

.faq-main-wrap {
  margin-bottom: 10px;
}

.faq-header {
  color: #3c3c3b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.faq-wrap {
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.faq-icon-wrap {
  border: 1px solid #c3bab0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: flex;
}

.faq-container {
  width: 100%;
  min-height: auto;
  padding-right: 0;
}

.faq {
  background-color: #fafafa;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.faq-title-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.wrap-hero {
  height: 100vh;
  overflow: hidden;
}

.blog-archive-section {
  background-color: #f7f7f7;
  height: 100vh;
  overflow: hidden;
}

.blog-hero-wrapper {
  background-color: #f7f7f7;
  background-image: url('../images/charlott1_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.wrapper-text-blog {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-blog {
  color: #fff6;
  text-align: center;
  height: auto;
  font-size: 12vw;
  line-height: 1;
}

.blog-secion-2 {
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 93px 0;
  display: flex;
}

.container-title-blog-post {
  flex-direction: column;
  align-self: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.heading-card-blog-post-related {
  font-family: Copperplate, sans-serif;
  font-size: 45px;
}

.grid-blog {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 42px;
}

.collection-item-related-post {
  justify-content: center;
  display: flex;
}

.collection-item-blog {
  width: 100%;
}

.date-blog-posts {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
}

.link-blog-post-related {
  z-index: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  inset: 0 0%;
}

.link-blog-post-related.w--current {
  color: #fff;
}

.collection-item-9, .collection-item-10 {
  width: 100%;
}

.blog-body {
  background-color: #f7f7f7;
}

.sectiona-about-ceo {
  height: 100vh;
  position: relative;
}

.grid-about {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

.wrapper-image-ceo {
  object-fit: fill;
  background-image: linear-gradient(#0000, #0000), url('../images/Unbenannt-1_1.avif');
  background-position: 0 0, 65% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.wrapper-text-ceo {
  z-index: -1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.heading-ceo {
  color: #fff;
  font-family: Copperplate, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-ceo {
  color: #fff;
  margin-top: 20px;
}

.wrapper-image-about-products {
  background-image: url('../images/Jasmin-Schreiner-Lafeedor_1.avif');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: sticky;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.7fr 2.5fr;
  height: 100vh;
  position: static;
  inset: 0 0%;
}

.wrapper-tex-about-products {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: static;
}

.paragraph-products {
  color: #000;
  margin-top: 20px;
}

.headins-products {
  color: #000;
  font-family: Copperplate, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.section-about-products {
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.vertival-navbar {
  z-index: 999;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.link-section-ceo {
  background-color: #fff;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-bottom: 20px;
}

.link-section-ceo:active, .link-section-ceo:focus {
  background-color: #0000;
  border: 1px solid #fff;
}

.link-section-ceo.w--current {
  border: 1px solid var(--white);
  background-color: #0000;
}

.link-section-ceo.w--current:active {
  background-color: #0000;
  border: 1px solid #fff;
}

.link-section-products {
  background-color: #fff;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-bottom: 20px;
}

.link-section-products.w--current {
  border: 1px solid var(--white);
  background-color: #0000;
}

.link-section-products.w--current:focus {
  background-color: #0000;
  border: 1px solid #fff;
}

.link-sections-elements {
  background-color: #fff;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-bottom: 20px;
}

.link-sections-elements.w--current {
  border: 1px solid var(--white);
  background-color: #0000;
}

.link-sections-elements.w--current:focus {
  background-color: #0000;
  border: 1px solid #fff;
}

.section-about-elements {
  height: 100vh;
  position: relative;
}

.wrapper-image-elements {
  background-image: url('../images/about2_1.avif');
  background-position: 0%;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper-text-elements {
  z-index: -1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  position: sticky;
  inset: 0% 0% 0% auto;
}

.headins-elements {
  color: #fff;
  font-family: Copperplate, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.paragraph-elements {
  color: #fff;
  margin-top: 20px;
}

.contact-us {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.background-video-2 {
  background-color: #000000a1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.location {
  margin-bottom: 40px;
  font-family: Libre Franklin, sans-serif;
  font-style: normal;
  font-weight: 200;
  line-height: 2;
  text-decoration: none;
}

.wrapper-contact {
  justify-content: space-around;
  align-items: flex-end;
  width: 1300px;
  display: flex;
}

.logo-contact {
  margin-bottom: -19px;
}

.form-contact {
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  display: block;
}

.wrapper-location {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
}

.wprapper-contact {
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px;
  max-width: 1200px;
  margin-bottom: 0;
  display: flex;
}

.textarea-contact {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: auto;
  margin-bottom: 30px;
}

.form-contact-us {
  align-self: flex-start;
  width: 500px;
  max-width: 600px;
  margin-top: 0;
  font-family: Libre Franklin, sans-serif;
}

.wrapper-social-icon {
  margin-top: 20px;
  padding-right: 10px;
  display: flex;
}

.text-field-contact {
  background-color: #0000;
  border: 1px #8b6d4b;
  border-bottom: 1px solid #fff;
}

.text-field-contact:focus {
  color: #fff;
}

.social-icon {
  margin-top: 0;
  margin-right: 10px;
}

.heading-contact {
  font-family: Copperplate, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}

.contact-paragraph {
  font-family: Libre Franklin, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.3;
}

.product-price {
  color: #8b6d4b;
  margin-top: 0;
  margin-right: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 32px;
  line-height: 1;
}

.heading-name {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Copperplate, sans-serif;
  font-size: 40px;
}

.product-hero {
  grid-column-gap: 125px;
  background-color: #fff;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.quantity {
  border-radius: 0;
  width: 100px;
  height: 60px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Libre Franklin, sans-serif;
}

.div-block-41 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.wrapper-img-product {
  width: 50%;
}

.button-cart {
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 0;
  display: flex;
}

.wrapper-text-hero-product {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.hero-product {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 70px 0 0;
  display: flex;
}

.wrapper-cart {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 3px;
  display: flex;
}

.wrapper-price {
  margin-top: 30px;
  margin-bottom: 20px;
}

.option {
  margin-top: 20px;
}

.wrapper-grid-product {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.add-to-cart {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.default-state {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.correlate-product {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-image-product4 {
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.wratter-text-product-2 {
  color: #000;
  background-color: #fff;
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  padding: 10px;
  position: static;
  inset: auto 0% 0%;
}

.wrapper-image-product5 {
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.category-hero {
  background-image: linear-gradient(to bottom, var(--gold), transparent);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
}

.category-title {
  color: #fffc;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 150px;
  font-weight: 200;
  display: block;
}

.container-4 {
  margin-top: 110px;
  font-family: Libre Franklin, sans-serif;
}

.div-block-42 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-23 {
  align-items: center;
  display: flex;
}

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

.container-5 {
  margin-top: 110px;
  font-family: Libre Franklin, sans-serif;
}

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

.div-block-45 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.wrap-arrows-blog {
  justify-content: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 3%;
}

.wrap-blog-post-hero {
  overflow: hidden;
}

.hero-blog-post {
  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: 80vh;
  display: flex;
  overflow: hidden;
}

.blog-content {
  padding: 80px 220px;
}

.heading-21 {
  color: #8b6d4be6;
  text-align: center;
  margin-bottom: 40px;
  font-size: 4vw;
}

.related-posts {
  background-color: #f7f7f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 93px 0;
  display: flex;
}

.grid-blog-posts-related {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 42px;
}

.collection-item-related-posts {
  width: 100%;
}

.blog-post-related {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  padding: 66px 20px 14px;
  display: flex;
  position: relative;
}

.date-blog-post-related {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
}

.icon-5 {
  color: #8c2e2e;
  inset: 0% auto 0% 0%;
}

.headign-slider {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Copperplate, sans-serif;
  line-height: 1.3;
}

.paragraph-slider {
  color: #000;
  font-size: 15px;
}

.slide-wrapper-text {
  z-index: 999;
  color: #fff;
  background-color: #0000;
  flex-flow: column wrap;
  justify-content: center;
  width: 600px;
  height: 500px;
  padding: 0 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-24-copy {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Copperplate, sans-serif;
}

.slide-imade2 {
  background-image: url('../images/IMG_6142Tag1_Daniel_charlott_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 380px;
}

.slide-product {
  background-color: #0000;
  background-image: url('../images/background_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1300px;
  max-width: 1300px;
  height: 1000px;
  padding: 0;
}

.wrapper-second-slide {
  position: relative;
}

.paragraph {
  color: #000;
  font-size: 15px;
}

.section-slide {
  justify-content: center;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 100px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.seconslide-wrapper-text {
  color: #000;
  background-color: #0000;
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
  width: 600px;
  height: 400px;
  padding: 0 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid-first-slide {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 384px;
  height: 100%;
  position: relative;
}

.image-slide1 {
  background-image: url('../images/IMG_2545.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 580px;
  height: 500px;
}

.wrapper-slider {
  position: relative;
}

.first-slide, .second-slide {
  height: 950px;
}

.second-slide-image {
  background-image: url('../images/pink_1.avif');
  background-position: 50% 100%;
  background-size: cover;
  width: 580px;
  height: 500px;
}

.heading-slide {
  z-index: 1;
  color: #fbfbfb;
  letter-spacing: 1px;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-family: Libre Franklin, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  line-height: 1;
  display: block;
  position: absolute;
  inset: 16% 0% auto auto;
}

.right-arrow {
  z-index: 999;
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: auto 35% 24% auto;
}

.icon-4 {
  z-index: 9999;
  color: #535353;
  font-size: 30px;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.slide-nav-3 {
  display: none;
  inset: auto 8% 23% 0%;
}

.left-arrow-2 {
  color: #820d0d;
  display: none;
  inset: 0% auto 0% 0%;
}

.second-slide-image2 {
  background-image: url('../images/Pink_Charlott_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 380px;
}

.select-field {
  border-radius: 0;
  height: auto;
}

.option-list {
  border-radius: 0;
  font-family: DM Serif Display, sans-serif;
}

.body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-46 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 131px;
  display: flex;
}

.text-block-25 {
  color: var(--white);
  font-family: Libre Franklin, sans-serif;
}

.page-not-found {
  background-image: url('../images/Karolina_rosexing_1.avif');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.menu-image-wrapper {
  background-color: #8b6d4b;
  justify-content: flex-end;
  width: 40%;
  height: 100vh;
  display: flex;
}

.menu-image-container {
  background-image: url('../images/morfula-3_1.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.text-block-26 {
  color: #8b6d4b;
  font-family: Libre Franklin, sans-serif;
  font-size: 11px;
}

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

.preloader {
  z-index: 2147483647;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 130px;
}

.preloader-logo-image {
  width: 10%;
  margin-top: -40px;
}

.pop-up-close-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 20px;
  display: flex;
  position: relative;
  top: -25px;
  left: 25px;
}

.pop-up-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pop-up {
  z-index: 2147483647;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 15px #ddd;
}

.text-block-136 {
  color: #fff;
  cursor: pointer;
  background-color: #3b3b3b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 7px 7px 10px;
  font-size: 12px;
  display: flex;
}

.banner-paragraph {
  color: #333;
  text-align: center;
  max-width: 300px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.shibumi-head-banner {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 43px;
  font-weight: 400;
  line-height: 45px;
}

.heading-4.shop {
  color: #333;
  font-size: 38px;
  font-weight: 400;
}

.bold-text {
  color: #333;
}

.tab-link-block {
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #000;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.tab-link-block:hover {
  color: #3c3c3b;
}

.tab-link-block.w--current {
  color: #3c3c3b;
  text-align: center;
  background-color: #8b6d4b1a;
  border-bottom: 1px solid #000;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.tab-link-block.w--current:hover {
  color: #3c3c3b;
}

.tab-link-block.w--current:focus {
  background-color: #ebe2ff82;
}

.description-tab {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 7vh;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Libre Franklin, sans-serif;
  display: none;
}

.tab-pane-tab-1 {
  padding: 30px;
}

.tabs-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tabs-menu-steps {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.tabs-adapter-steps {
  margin-top: 60px;
}

.tab-wrapper {
  width: 100%;
  max-width: 1200px;
}

.empty {
  color: #a7a7a7;
  text-align: center;
  width: 100%;
  padding: 25px;
  font-family: DM Serif Display, sans-serif;
  font-size: 32px;
}

.empty.cart {
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 75px;
}

.empty-text {
  color: var(--white);
  line-height: 1.2;
}

.success {
  background-color: #318570;
  font-family: DM Serif Display, sans-serif;
}

.error {
  background-color: #f85151;
  padding: 20px;
  font-family: DM Serif Display, sans-serif;
}

.social-link-footer {
  margin-bottom: 0;
}

.sub-hero-image {
  z-index: 1;
}

.arrow-blog {
  color: #8b6d4b;
  background-color: #0000;
}

.blog-date {
  color: var(--white);
  background-color: #a5917640;
  padding: 10px 15px;
  font-family: Libre Franklin, sans-serif;
}

.shop-head {
  color: #fff6;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 10vw;
}

.text-empty {
  line-height: 1.3;
}

.sub-hero-heading {
  letter-spacing: 0;
  justify-content: center;
  width: auto;
  font-family: Copperplate, sans-serif;
  font-size: 2.2vw;
  line-height: 1.1;
}

.submit-button {
  background-color: #8b6d4b;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  transition: transform .4s ease-in-out, opacity .4s ease-in-out;
}

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

.div-block-47, .block-content {
  font-family: Libre Franklin, sans-serif;
}

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

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

.paypal-checkout-form {
  margin-top: 0;
  padding-top: 83px;
}

.div-block-48 {
  top: 80px;
}

.buy-now-button {
  flex: 1;
}

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

.field-label-5 {
  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;
}

.discount-code {
  flex: 1;
}

.paragraph-3 {
  order: 0;
  align-self: auto;
  font-family: Libre Franklin, sans-serif;
  font-size: 19.5px;
  position: static;
}

.heading-22, .heading-23, .heading-24, .heading-25 {
  font-family: Copperplate, sans-serif;
  font-weight: 400;
}

.html-embed {
  width: 100%;
  height: 300px;
}

.container-6 {
  height: 300px;
}

.html-embed-2 {
  width: 100%;
  display: none;
}

.heading-26 {
  color: var(--white);
  font-family: Copperplate, sans-serif;
}

.text-span-2 {
  color: var(--white);
  text-decoration: underline;
}

.product-description {
  white-space: pre-wrap;
}

.collection-list-7 {
  display: flex;
}

.collection-item-11 {
  width: 25%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.lightbox-link {
  margin-bottom: 30px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.section {
  margin-top: 70px;
}

.bold-text-2 {
  font-weight: 300;
}

.collection-list-8 {
  display: flex;
}

.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.empty-state {
  background-color: #0000;
}

.shop-head-2 {
  color: #ffffff63;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Libre Franklin, sans-serif;
  font-size: 10vw;
  position: relative;
  top: -20%;
  left: -30%;
}

.heading-27 {
  padding-bottom: 60px;
}

.div-block-50 {
  margin-top: 70px;
}

.products-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.products-wrapper.mobile {
  display: none;
}

.product {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.product.hide {
  display: none;
}

.product-link {
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 480px;
  display: flex;
}

.product-link.big {
  width: 50%;
  height: auto;
  position: relative;
  top: -200px;
}

.product-link.mobile {
  width: 550px;
  height: 100%;
}

.make-up-section {
  justify-content: center;
  margin-top: -100px;
  margin-bottom: -100px;
  display: flex;
}

.top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  font-size: 1.2vw;
}

.div-block-51 {
  width: 50%;
}

.div-block-52 {
  max-width: 530px;
}

.shop-services-wrapper {
  margin-top: 32px;
}

.shop-services-row {
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.shop-services-icon {
  margin-right: 10px;
}

.shop-service-title {
  font-family: Copperplate, sans-serif;
  display: inline-block;
}

.page-count {
  align-self: center;
  width: auto;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Libre Franklin, sans-serif;
}

.icon-6 {
  font-size: 0;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.text-block-137 {
  color: var(--gold);
  font-family: Copperplate, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-2 {
  color: var(--gold);
}

@media screen and (max-width: 991px) {
  .licensing-container {
    width: 80%;
  }

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

  .grid-footer {
    grid-template: "." minmax(auto, auto)
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .main-button {
    margin-top: 0;
    margin-left: 20px;
  }

  .main-button.width {
    width: 160px;
    margin-left: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .main-button.margin-left-50 {
    margin-left: 50px;
  }

  .main-button.card-button {
    width: 100%;
  }

  .style-guide-container {
    min-width: auto;
    max-width: 100%;
  }

  .style-guide-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-link-social {
    flex-direction: row;
    justify-content: flex-start;
  }

  .search-results {
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-wrap {
    background-image: none;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .social-icon-wrapper {
    padding-right: 0;
  }

  .menu-container {
    width: 100%;
  }

  .menu-wrapper {
    padding-left: 40px;
  }

  .menu-wrapper.white {
    padding-left: 50px;
  }

  .nav-menu {
    width: 100%;
    height: 100vh;
  }

  .container-2 {
    width: 1px;
  }

  .hero {
    background-image: url('../images/haupt3_1.avif');
    background-position: 50%;
    background-size: cover;
    height: 900px;
  }

  .wrap-arrows {
    display: none;
  }

  .navbar-white {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-sub-hero {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    direction: ltr;
    white-space: normal;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    align-content: start;
    justify-items: stretch;
    width: 100%;
    padding-top: 35px;
    display: grid;
    position: static;
  }

  .content-image {
    justify-content: center;
    align-items: center;
    display: none;
    position: static;
  }

  .content-second-image {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .wrapper-second-image {
    height: auto;
  }

  .list {
    margin-top: 0;
  }

  .sub-hero-section {
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }

  .sub-hero-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-home {
    text-align: center;
    align-self: flex-end;
    font-family: Copperplate, sans-serif;
    font-size: 50px;
    display: block;
  }

  .wrapper-image {
    height: auto;
  }

  .wrapper-heder {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .video-section {
    flex-direction: column-reverse;
    height: auto;
  }

  .wrapper-color {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .video-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 700px;
    display: flex;
  }

  .background-video {
    height: 700px;
  }

  .container-product {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-item-recent-products {
    height: 100%;
  }

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

  .section-shipment {
    padding: 40px 20px;
  }

  .grid-shipment {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-shipment {
    border: 1px #000;
  }

  .heading-card-blog {
    line-height: 1;
  }

  .grid-blog3-2 {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post {
    width: 100%;
    max-width: 900px;
  }

  .wrap-text {
    align-self: center;
  }

  .wrapper-hero-shop, .hero-shop {
    height: 70vh;
  }

  .product-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    place-items: center stretch;
    width: 100%;
    padding-left: 0;
  }

  .faq-block {
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-main-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .faq-header {
    font-size: 22px;
  }

  .faq-wrap {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon-wrap {
    display: none;
  }

  .faq-container {
    width: 100%;
    padding-right: 0;
  }

  .faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-hero, .blog-archive-section, .blog-hero-wrapper {
    height: 70vh;
  }

  .blog-secion-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-card-blog-post-related {
    line-height: 1;
  }

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

  .collection-item-blog {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-item-9, .collection-item-10 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-list-blog {
    width: 100%;
  }

  .sectiona-about-ceo {
    height: auto;
  }

  .grid-about {
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr;
    height: auto;
    position: static;
  }

  .wrapper-image-ceo {
    background-image: url('../images/Unbenannt-1_1.avif'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    height: 960px;
  }

  .wrapper-text-ceo {
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
  }

  .wrapper-image-about-products {
    background-position: 100%;
    background-size: cover;
    height: 800px;
    position: static;
  }

  .grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    grid-template-rows: 50%;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    display: block;
  }

  .wrapper-tex-about-products {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-about-products {
    flex-direction: row-reverse;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }

  .vertival-navbar {
    flex-direction: column;
    display: none;
  }

  .section-about-elements {
    height: auto;
  }

  .wrapper-image-elements {
    height: 800px;
    display: none;
  }

  .wrapper-text-elements {
    padding-top: 80px;
    padding-bottom: 80px;
    position: static;
  }

  .contact-us {
    height: auto;
  }

  .background-video-2 {
    height: auto;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-contact {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .wrapper-location {
    margin-top: 60px;
  }

  .heading-contact {
    font-size: 65px;
  }

  .product-hero {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
    height: auto;
    padding-right: 0;
  }

  .wrapper-img-product {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-cart {
    flex-direction: row;
    width: 100%;
  }

  .wrapper-text-hero-product {
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .hero-product {
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .add-to-cart, .default-state {
    width: 100%;
  }

  .correlate-product {
    align-items: center;
    height: auto;
  }

  .category-hero {
    height: 70vh;
  }

  .category-title {
    font-size: 20vw;
  }

  .container-4 {
    font-size: 12px;
  }

  .div-block-42 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-5 {
    margin-top: 90px;
    font-size: 12px;
  }

  .wrap-arrows-blog {
    display: none;
  }

  .hero-blog-post {
    height: 700px;
  }

  .blog-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .related-posts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-blog-posts-related {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .collection-item-related-posts {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-related {
    width: 100%;
  }

  .slide-wrapper-text {
    align-items: center;
    position: static;
  }

  .slide-imade2 {
    display: none;
  }

  .slide-product {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .section-slide {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .grid-first-slide {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
    display: grid;
  }

  .image-slide1 {
    text-align: left;
  }

  .wrapper-slider {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .first-slide {
    height: auto;
  }

  .heading-slide {
    display: none;
  }

  .right-arrow {
    inset: auto 17% 9% auto;
  }

  .select-field {
    height: auto;
  }

  .text-block-25 {
    text-align: center;
  }

  .page-not-found {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-image-wrapper, .pop-up {
    display: none;
  }

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

  .description-tab {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-pane-tab-1 {
    padding: 0;
  }

  .social-link-footer {
    padding-right: 20px;
  }

  .shop-head {
    font-size: 14vw;
  }

  .sub-hero-heading {
    text-align: center;
    display: block;
  }

  .shop-head-2 {
    font-size: 11vw;
  }

  .products-wrapper {
    display: none;
  }

  .products-wrapper.mobile {
    display: flex;
  }

  .product {
    width: auto;
  }

  .product-link {
    width: 250px;
    height: 250px;
  }

  .product-link.mobile {
    width: 350px;
    height: 300px;
    transition: all .2s;
  }

  .product-link.mobile:hover {
    transform: scale(.9);
  }

  .make-up-section {
    margin-top: 0;
    margin-bottom: 50px;
    display: flex;
  }

  .image-22 {
    max-width: 80%;
  }

  .shop-services-icon {
    width: 16px;
    margin-top: 5px;
  }

  .shop-service-title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-family: Copperplate, sans-serif;
  }

  .copyright-wrapper {
    display: block;
  }

  .licensing-container {
    width: 80%;
  }

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

  .copyright {
    text-align: center;
  }

  .main-button {
    background-color: var(--gold);
    margin-bottom: 10px;
  }

  .main-button.cart {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-button.shop-page-button {
    width: 140px;
  }

  .main-button.card-button {
    margin-bottom: 0;
  }

  .style-guide-section {
    padding-left: 40px;
  }

  .social-icon-wrapper {
    align-self: flex-end;
    width: auto;
    padding-top: 0;
    padding-right: 0;
    position: absolute;
    inset: 22% 0% auto auto;
  }

  .menu-container {
    padding-top: 55px;
  }

  .menu-head {
    font-size: 32px;
  }

  .menu-head.black {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .menu-wrapper {
    background-color: #fff;
    flex-direction: column;
  }

  .nav-menu {
    overflow: auto;
  }

  .menu-paragraph {
    margin-bottom: 5px;
  }

  .container-2 {
    width: 1px;
  }

  .link-block {
    margin-bottom: 0;
  }

  .hero {
    background-image: url('../images/haupt3_1.avif');
    background-position: 50%;
    height: 70vh;
  }

  .content-second-image {
    flex-direction: column;
  }

  .sub-hero-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sub-hero-container, .wrapper-heder {
    width: 100%;
  }

  .paragraph-video {
    font-size: 32px;
  }

  .heading-card-product {
    text-align: center;
    font-size: 20px;
  }

  .second-heading-card-product {
    margin-top: 0;
    font-size: 30px;
  }

  .container-product {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-recent-products {
    width: 30%;
    height: 100%;
  }

  .collection-list {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    align-content: stretch;
    display: flex;
  }

  .collection-list-wrapper {
    width: auto;
  }

  .link-block-product {
    height: 80%;
  }

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

  .section-shipment {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-shipment, .grid-blog3-2 {
    grid-template-columns: 1fr;
  }

  .blog-post {
    align-items: center;
  }

  .wrap-text {
    justify-content: flex-start;
    align-self: center;
  }

  .collection-list-wrapper-2 {
    align-content: stretch;
    width: 100%;
  }

  .collection-list-6 {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
  }

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

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

  .faq-block {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .faq-header {
    font-size: 18px;
  }

  .faq-icon-wrap {
    margin-bottom: 2px;
  }

  .wrapper-image-ceo {
    background-image: linear-gradient(#0000, #0000), url('../images/Unbenannt-1_1.avif');
    background-position: 0 0, 0%;
    height: 800px;
  }

  .grid-9 {
    height: auto;
  }

  .background-video-2 {
    min-height: auto;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .form-contact {
    margin-top: 30px;
  }

  .heading-contact {
    font-size: 45px;
  }

  .div-block-41 {
    margin-top: 0;
  }

  .wrapper-img-product, .button-cart {
    flex-direction: row;
  }

  .wrapper-text-hero-product {
    padding-left: 40px;
    padding-right: 40px;
  }

  .correlate-product {
    padding-left: 20px;
    padding-right: 20px;
  }

  .category-title {
    font-size: 65px;
  }

  .div-block-42 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-blog-post {
    height: 600px;
  }

  .blog-post-related {
    align-items: center;
  }

  .section-slide {
    flex-flow: row;
    place-content: flex-start center;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: visible;
  }

  .right-arrow {
    bottom: 9%;
    right: 18%;
  }

  .select-field {
    height: auto;
  }

  .page-not-found {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-block {
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.2;
  }

  .tab-link-block.w--current {
    margin-right: 10px;
    font-size: 12px;
  }

  .tab-pane-tab-1 {
    padding: 0;
  }

  .tabs-content-wrapper {
    flex-flow: column wrap;
  }

  .text-block-114 {
    line-height: 1.2;
  }

  .sub-hero-heading {
    font-size: 5vw;
  }

  .div-block-49 {
    width: 25%;
    display: flex;
  }

  .collection-list-7 {
    flex-wrap: wrap;
  }

  .collection-item-11 {
    width: 100%;
  }

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

  .image-21 {
    width: 75%;
    max-width: none;
  }

  .shop-head-2 {
    font-size: 19vw;
    top: -40%;
    left: -15%;
  }

  .product-link {
    width: 150px;
    height: 150px;
  }

  .product-link.big {
    width: 100%;
    top: 0;
  }

  .product-link.mobile {
    width: 250px;
    height: 250px;
  }

  .paragraph-4 {
    font-size: 2vw;
  }

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

  .page-count {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .source-link {
    font-size: 16px;
  }

  .wrapper-link-copyright {
    text-align: left;
    margin-left: 0;
    display: block;
  }

  .licensing-head {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .licensing-container {
    width: 90%;
    padding: 10px;
  }

  .footer {
    padding: 30px 20px;
  }

  .grid-footer {
    grid-template: "." minmax(auto, auto)
                   "."
                   "."
                   "."
                   / minmax(200px, 1fr);
  }

  .license-link {
    font-size: 16px;
  }

  .title {
    line-height: 1;
  }

  .main-button {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .main-button.paragraph-video-btn {
    margin-left: 0;
  }

  .main-button.width {
    width: 220px;
    position: absolute;
  }

  .main-button.margin-left-50 {
    margin-left: 0;
  }

  .main-button.shop-page-button {
    width: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .main-button.card-button {
    margin-top: 10px;
    margin-left: 0;
  }

  .style-guide-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-column {
    display: block;
  }

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

  .social-icon-wrapper {
    align-self: auto;
    margin-top: 25px;
    padding-right: 0;
    position: static;
  }

  .menu-container {
    justify-content: center;
    width: 90%;
    padding-top: 0;
  }

  .menu-head {
    text-align: center;
  }

  .menu-wrapper, .menu-wrapper.white {
    padding-left: 10px;
  }

  .container-2 {
    width: 1px;
  }

  .link-block {
    margin-bottom: 15px;
  }

  .hero {
    background-image: url('../images/haupt3_1.avif');
  }

  .navbar-white {
    padding-left: 0;
    padding-right: 0;
  }

  .list-product {
    padding: 0;
  }

  .grid-sub-hero {
    flex-direction: column;
    grid-auto-rows: minmax(200px, 483px);
    display: flex;
  }

  .content-image {
    display: none;
  }

  .content-second-image {
    flex-direction: column;
  }

  .wrapper-second-image {
    display: flex;
  }

  .list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sub-hero-section {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .sub-hero-container.wide {
    width: 100%;
  }

  .heading-home {
    font-size: 7vw;
    display: none;
  }

  .wrapper-heder {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    display: flex;
  }

  .video-section {
    overflow: hidden;
  }

  .wrapper-color {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    height: auto;
    padding: 100px 20px;
    display: flex;
  }

  .paragraph-video {
    height: auto;
    padding-bottom: 0;
    font-size: 32px;
    display: flex;
  }

  .paragraph-video.position {
    font-weight: 400;
  }

  .background-video {
    display: block;
  }

  .section-product {
    padding: 50px 20px;
  }

  .heading-card-product {
    font-size: 10vw;
  }

  .second-heading-card-product {
    font-size: 7vw;
  }

  .collection-item-recent-products {
    width: 100%;
  }

  .section-shipment {
    padding: 0 20px 50px;
  }

  .section-shipment.product {
    padding-top: 50px;
  }

  .content-shipment {
    border-style: solid;
    border-color: #f0f0f0;
  }

  .blog-secion {
    padding: 50px 20px 70px;
    overflow: hidden;
  }

  .container-title {
    margin-bottom: 20px;
  }

  .heading-card-blog {
    text-align: center;
    font-size: 35px;
  }

  .grid-blog3-2 {
    margin-top: 0;
  }

  .blog-post {
    max-width: none;
  }

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

  .collection-item-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-hero-shop {
    height: 320px;
  }

  .hero-shop {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
  }

  .section-product-shibumi {
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-wrapper-2, .collection-item-category {
    width: 100%;
  }

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

  .collection-item-5 {
    width: 100%;
  }

  .second-heading-card-product-2 {
    margin-top: 0;
    font-size: 46px;
  }

  .faq-paragraph {
    margin-left: 15px;
  }

  .faq-block {
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .faq-header {
    font-size: 18px;
  }

  .faq-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon-wrap {
    margin-bottom: 9px;
  }

  .blog-secion-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-card-blog-post-related {
    text-align: center;
  }

  .link-blog-post-related.w--current {
    color: #fff;
  }

  .wrapper-image-ceo {
    background-image: url('../images/Unbenannt-1_1.avif'), linear-gradient(#0000, #0000);
    background-position: 25%, 0 0;
    background-size: auto, auto;
  }

  .wrapper-text-ceo {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-ceo {
    font-size: 30px;
  }

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

  .wrapper-image-about-products {
    background-position: 85%;
    background-size: cover;
  }

  .grid-9 {
    grid-template-rows: 34% auto;
  }

  .wrapper-tex-about-products {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .headins-products {
    font-size: 30px;
  }

  .vertival-navbar {
    display: none;
  }

  .wrapper-text-elements {
    padding-left: 30px;
    padding-right: 30px;
  }

  .headins-elements {
    font-size: 30px;
  }

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

  .contact-us {
    height: auto;
  }

  .background-video-2 {
    background-color: var(--black);
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .wrapper-contact {
    align-items: center;
    width: 100%;
  }

  .form-contact {
    width: 100%;
    margin-top: 80px;
  }

  .wrapper-location, .wprapper-contact {
    width: 90%;
  }

  .form-contact-us {
    width: 100%;
    font-size: 16px;
  }

  .heading-contact {
    font-size: 40px;
  }

  .quantity {
    align-self: flex-end;
    width: 30%;
    margin-top: -70px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-41, .wrapper-img-product {
    flex-direction: column;
  }

  .button-cart {
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
  }

  .wrapper-text-hero-product {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-product {
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrapper-cart {
    flex-direction: column;
  }

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

  .correlate-product {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .category-hero {
    height: 100%;
  }

  .div-block-42 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-blog-post {
    height: 500px;
  }

  .blog-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21 {
    font-size: 24px;
    line-height: 1.3;
  }

  .related-posts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .select-field {
    height: auto;
    font-size: 16px;
  }

  .div-block-46 {
    padding: 30px 10px;
  }

  .page-not-found {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-up {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .heading-4 {
    font-size: 35px;
    font-weight: 400;
  }

  .tab-link-block {
    margin-right: 5px;
    font-size: 12px;
  }

  .tab-link-block.w--current {
    margin-right: 5px;
  }

  .description-tab {
    margin-top: 0;
    padding-top: 20px;
  }

  .tab-pane-tab-1 {
    padding: 0;
  }

  .tabs-menu-steps {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-adapter-steps {
    margin-top: 20px;
  }

  .text-block-114 {
    font-size: 12px;
  }

  .sub-hero-heading {
    font-size: 9vw;
  }

  .changelog-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .changelog-container {
    padding: 25px;
  }

  .heading-24 {
    margin-bottom: 0;
  }

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

  .collection-list-7 {
    flex-wrap: nowrap;
  }

  .collection-item-11 {
    width: 25%;
  }

  .collection-list-8 {
    flex-wrap: wrap;
  }

  .image-21 {
    width: 100%;
  }

  .shop-head-2 {
    font-size: 14vw;
    top: -35%;
    left: -25%;
  }

  .container-7 {
    padding-top: 30px;
  }

  .products-wrapper {
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    display: none;
  }

  .product {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .link-block-2 {
    height: 100%;
  }

  .product-link {
    transition: all .2s;
  }

  .product-link:hover {
    transform: scale(.9);
  }

  .product-link.big {
    width: 100%;
    transition-property: none;
    top: 0;
  }

  .product-link.big:hover {
    transform: none;
  }

  .product-link.mobile {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-22 {
    max-width: 100%;
    transition: all .2s;
  }

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

  .paragraph-4 {
    font-size: 3vw;
  }

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

  .page-count {
    margin-left: 5px;
    margin-right: 5px;
  }

  .link-block-3 {
    display: none;
  }

  .italic-text {
    font-size: 15px;
    line-height: .8;
  }

  .paragraph-5 {
    font-size: 15px;
  }
}

#w-node-_72ea659f-b0a2-79ad-cc9c-8b6553ce5c6a-c4fb39e2, #w-node-_72ea659f-b0a2-79ad-cc9c-8b6553ce5c76-c4fb39e2 {
  place-self: end start;
}

#w-node-_5b1e0576-dfed-194d-dc64-a9aac37a34a8-c37a348b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b1e0576-dfed-194d-dc64-a9aac37a34af-c37a348b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5b1e0576-dfed-194d-dc64-a9aac37a34c1-c37a348b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start stretch;
}

#w-node-fa0b0a32-ebf7-88aa-6bf4-a32210e07480-5afb39e6 {
  place-self: center;
}

#w-node-_8dd85960-3f1e-382e-0d29-28ae6e6b3041-1afb39e9 {
  place-self: center end;
}

#w-node-_8dd85960-3f1e-382e-0d29-28ae6e6b3043-1afb39e9 {
  place-self: stretch start;
}

#w-node-a5dc1bc8-bc40-2ba8-d4f3-be7c0e0f1b69-f8fb39f1 {
  place-self: center;
}

#w-node-_5b8e49ec-72de-afc8-4cf9-08136ce3d149-e1fb39f3 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_72ea659f-b0a2-79ad-cc9c-8b6553ce5c61-c4fb39e2, #w-node-_72ea659f-b0a2-79ad-cc9c-8b6553ce5c6a-c4fb39e2 {
    justify-self: center;
  }

  #w-node-_5b1e0576-dfed-194d-dc64-a9aac37a34a8-c37a348b, #w-node-_5b1e0576-dfed-194d-dc64-a9aac37a34af-c37a348b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5b1e0576-dfed-194d-dc64-a9aac37a34c1-c37a348b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start stretch;
  }

  #w-node-_8dd85960-3f1e-382e-0d29-28ae6e6b3041-1afb39e9, #w-node-_8dd85960-3f1e-382e-0d29-28ae6e6b3043-1afb39e9 {
    justify-self: center;
  }

  #w-node-_923e0d50-2fff-a4ad-2f08-30a5caa24116-e1fb39f3 {
    grid-column-end: span .989583;
    grid-column-start: span .989583;
    grid-row-end: span .989583;
    grid-row-start: span .989583;
    order: 0;
  }

  #w-node-_923e0d50-2fff-a4ad-2f08-30a5caa2411b-e1fb39f3 {
    grid-column-end: 1.98958;
    grid-column-start: 1;
    grid-row-end: 2.97917;
    grid-row-start: 1.98958;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5b1e0576-dfed-194d-dc64-a9aac37a34c1-c37a348b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5b1e0576-dfed-194d-dc64-a9aac37a34c1-c37a348b {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Copperplate';
  src: url('../fonts/copperplate.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Serif Display';
  src: url('../fonts/DMSerifDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Serif Display';
  src: url('../fonts/DMSerifDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-Bold.ttf') format('truetype'), url('../fonts/LibreFranklin-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/LibreFranklin-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Libre Franklin';
  src: url('../fonts/LibreFranklin-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}