:root {
  --default-color: #322a19;
  --white: white;
  --transparent: #fff0;
  --italiana: Italiana, sans-serif;
  --second-default: #fce9a7;
  --black: #000;
  --third-default: #d6be9e;
  --space-grotesk: "Space Grotesk", sans-serif;
  --white-2: white;
  --black-2: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.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-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 500;
  line-height: 29px;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}

.body {
  color: #322a19;
  background-color: #c9cccd;
  font-family: Space Grotesk, sans-serif;
}

.header {
  width: 100%;
  position: absolute;
  top: 50px;
}

.menu-item {
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 300;
}

.menu-item.w--current {
  color: #000;
  background-image: url('../images/menu-line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  border-bottom: 1px #000;
}

.logo-image {
  width: 140px;
}

.main-menu {
  margin-left: auto;
  margin-right: 78px;
}

.main-container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background-color: #fce9a7;
  border: 1px solid #322a19;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cart-icon {
  width: 25px;
  height: 21px;
}

.cart-button {
  border-left: 1px solid var(--default-color);
  background-color: #c9d8d3;
  align-items: stretch;
  padding: 40px 35px 39px;
  position: relative;
}

.cart-quantity {
  background-color: var(--default-color);
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-wrapper {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero {
  text-align: center;
  padding-top: 250px;
  padding-bottom: 0;
}

.hero.sitemap-hero {
  background-image: url('../images/page-title-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-big-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Italiana, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 160px;
  display: inline-block;
}

.hero-big-text-div {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.hero-image {
  border: 6px solid var(--default-color);
  outline-offset: 0px;
  border-radius: 50%;
  outline: 3px solid #322a19;
  width: 140px;
  position: absolute;
  inset: 7px auto auto 250px;
}

.text-span {
  color: var(--transparent);
}

.hero-smaller-text {
  font-family: var(--italiana);
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

.hero-lower-wave {
  background-image: url('../images/seperator.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 25px;
  margin-top: 100px;
}

.projects {
  padding-top: 70px;
  padding-bottom: 100px;
}

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

.project-item {
  text-decoration: none;
  display: block;
}

.category-box {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.category-text {
  color: var(--default-color);
  margin-left: 10px;
  font-size: 20px;
}

.project-title {
  font-family: var(--italiana);
  color: var(--default-color);
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 400;
  line-height: 57px;
}

.project-image-wrapper {
  border: 1px solid var(--default-color);
  overflow: hidden;
}

.testimonials-and-clients {
  border-top: 2px solid var(--default-color);
  background-color: #c9d8d3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wave-line {
  background-image: url('../images/seperator.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 25px;
  margin-bottom: 60px;
}

.main-title {
  font-family: var(--italiana);
  color: var(--default-color);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 90px;
  font-weight: 400;
  line-height: 67px;
}

.main-title.service-title {
  margin-bottom: 40px;
}

.main-title.blog-main-title {
  border-bottom: 1px solid var(--default-color);
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.main-title.award-main-title {
  margin-bottom: 40px;
}

.testimonial-wrapper {
  margin-top: 50px;
  overflow: hidden;
}

.testimonials {
  white-space: nowrap;
  display: block;
}

.testimonials-item {
  float: none;
  border: 1px solid var(--default-color);
  background-color: #b5c2bd;
  width: 30%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  display: inline-block;
}

.heading {
  font-family: var(--italiana);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 400;
  line-height: 34px;
}

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

.paragraph.testimonial-text {
  color: #322a19b3;
  white-space: normal;
  margin-bottom: 40px;
}

.testimonial-author {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
}

.testimonial-span {
  text-align: center;
  margin-top: 60px;
  font-size: 24px;
  line-height: 29px;
}

.clients-wrappers {
  overflow: hidden;
}

.clients {
  white-space: nowrap;
}

.client-item {
  justify-content: center;
  align-items: center;
  padding: 55px;
  display: inline-block;
}

.services {
  border-top: 2px solid var(--default-color);
  padding-top: 180px;
  padding-bottom: 180px;
}

.services-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 0;
}

.service-cell {
  align-items: stretch;
}

.service-text-box {
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.service-text-book-left {
  background-image: url('../images/sep2.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.service-text-book-left.last-service-text-box-left {
  background-image: url('../images/sep2.png'), url('../images/sep2.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: repeat-x, repeat-x;
  background-size: auto, auto;
}

.service-text-book-right {
  background-image: url('../images/sep2.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.service-text-book-right.last-service-text-book-right {
  background-image: url('../images/sep2.png'), url('../images/sep2.png');
  background-position: 50% 100%, 50% 0;
  background-repeat: repeat-x, repeat-x;
  background-size: auto, auto;
}

.service-text-style {
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 26px;
}

.service-text-rigfht-title {
  font-family: var(--italiana);
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 400;
  line-height: 33px;
}

.service-box {
  border: 1px solid var(--default-color);
  flex-direction: row;
  align-items: stretch;
}

.service-icon-box {
  border-right: 1px solid var(--default-color);
  background-color: #fce9a7;
  align-self: center;
  padding: 75px 40px;
}

.image {
  padding: 0;
  display: block;
}

.service-box-right {
  background-color: #e5e5e5;
  padding: 20px;
}

.service-box-paragraph {
  font-size: 24px;
  font-weight: 300;
  line-height: 29px;
}

.service-box-title {
  font-family: var(--italiana);
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 400;
  line-height: 29px;
}

.service-box-item {
  align-self: stretch;
}

.moving-text-section {
  background-color: var(--default-color);
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  overflow: hidden;
}

.moving-text {
  font-family: var(--italiana);
  color: var(--second-default);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 50px;
  font-weight: 400;
  line-height: 30px;
}

.blog {
  background-color: #e5e5e5;
  padding-top: 170px;
  padding-bottom: 170px;
}

.blog-item {
  border-bottom: 1px solid var(--default-color);
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: block;
}

.blog-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0;
}

.blog-main-image {
  border: 1px solid var(--default-color);
  width: 100%;
}

.blog-category {
  border-bottom: 1px solid var(--default-color);
  color: var(--default-color);
  align-self: stretch;
  width: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.blog-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 55px;
}

.read-more {
  border: 1px solid var(--default-color);
  background-color: var(--transparent);
  color: var(--default-color);
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 40px;
  font-weight: 300;
}

.footer {
  background-color: var(--black);
  background-image: url('../images/footer-bg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.back-totop {
  text-align: left;
  border: 1px solid #d6be9e;
  border-bottom-style: none;
  padding: 15px;
}

.footer-inner {
  border-top: 1px solid #d6be9e;
  border-bottom: 1px solid #d6be9e;
  padding-top: 150px;
  padding-bottom: 150px;
}

.footer-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.footer-link {
  font-family: var(--italiana);
  color: #d6be9e;
  text-transform: capitalize;
  align-self: stretch;
  margin-bottom: 15px;
  font-size: 26px;
  text-decoration: none;
}

.getintouch {
  border: 1px solid var(--third-default);
  justify-content: space-between;
  align-self: stretch;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.getintouch-text {
  font-family: var(--italiana);
  color: var(--third-default);
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.copyright {
  color: var(--third-default);
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
}

.backtop-div {
  justify-content: flex-end;
  display: flex;
}

.sitemap-heading {
  font-family: var(--italiana);
  text-align: left;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 160px;
  font-weight: 400;
  line-height: 110px;
}

.about-page {
  padding-top: 170px;
  padding-bottom: 170px;
}

.discover-stack {
  padding: 0;
}

.discover-text-cell {
  border: 1px solid var(--default-color);
  background-color: #c9d8d3;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

.discover-heading {
  font-family: var(--italiana);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 400;
  line-height: 46px;
}

.discover-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.team-stack {
  margin-top: 70px;
  padding: 0;
}

.team-cell {
  border: 1px solid var(--default-color);
  background-color: #c9d8d3;
}

.team-meber {
  align-self: center;
  width: 90%;
  padding-top: 40px;
}

.team-social {
  border-left: 1px solid var(--default-color);
  background-color: var(--second-default);
  flex-direction: column;
  flex: 1;
  display: flex;
}

.member-social {
  border-bottom: 1px solid var(--default-color);
  color: var(--default-color);
  text-transform: uppercase;
  padding: 20px;
  font-weight: 300;
  text-decoration: none;
}

.member-social:hover {
  text-decoration: underline;
}

.inner-team-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: stretch;
  padding: 0;
}

.about-diiscover-image {
  border: 1px solid var(--default-color);
}

.awards {
  margin-top: 70px;
}

.award-item {
  background-color: var(--white);
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.award-number {
  border: 1px solid var(--default-color);
  width: 110px;
  padding: 30px;
}

.award-number-text {
  font-size: 40px;
  font-weight: 300;
  line-height: 30px;
}

.award-text {
  align-self: center;
  margin-left: 40px;
}

.award-title {
  font-family: var(--italiana);
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 33px;
}

.award-place {
  color: var(--black);
  text-transform: uppercase;
  font-size: 17px;
}

.team-cell-right {
  align-items: flex-end;
}

.shop {
  padding-top: 170px;
  padding-bottom: 170px;
}

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

.shop-item {
  border: 1px solid var(--default-color);
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

.shop-image {
  width: 100%;
}

.shop-item-title {
  border-bottom: 1px solid var(--default-color);
  font-family: var(--italiana);
  color: var(--default-color);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 30px;
}

.order-style {
  border: 1px solid var(--default-color);
  color: var(--default-color);
  border-radius: 50px;
  margin-bottom: 10px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 300;
  display: inline-block;
}

.single-product {
  padding-top: 170px;
  padding-bottom: 170px;
}

.product-stack {
  padding: 0;
}

.product-img-cell {
  border: 1px solid var(--default-color);
  align-items: stretch;
  padding: 10px;
  display: block;
}

.product-text-cell {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.single-prod-img {
  align-self: stretch;
  width: 100%;
}

.price {
  background-color: #c9d8d3;
  padding: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.product-img-wrapper {
  align-self: stretch;
  position: relative;
}

.prodct-name {
  font-family: var(--italiana);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 70px;
  font-weight: 400;
  line-height: 59px;
}

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

.product-size {
  margin-left: 10px;
}

.add-to-cart-div {
  display: flex;
}

.prod-label {
  font-size: 22px;
  font-weight: 300;
  display: none;
}

.prod-form {
  border: 1px solid var(--default-color);
  color: var(--default-color);
  background-color: #c9d8d3;
  border-radius: 0;
}

.add-to-cart-button {
  border: 1px solid var(--default-color);
  background-color: var(--transparent);
  color: var(--default-color);
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 10px;
  padding: 20px 50px;
  font-size: 20px;
}

.single-wrapper {
  padding-top: 170px;
  padding-bottom: 170px;
}

.project-cell {
  align-items: stretch;
}

.single-project-main-image {
  border-radius: 5px;
}

.single-proj-detail-box {
  border-top: 1px solid #000;
  border-bottom: 1px #000;
  padding: 30px 0;
}

.single-detail-text {
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: none;
}

.single-detail-text.single-detail-link {
  text-transform: lowercase;
}

.single-project-right-side {
  background-color: #c9d8d3;
  border-radius: 5px;
  padding: 30px;
}

.single-project-title {
  border-bottom: 1px solid var(--default-color);
  font-family: var(--italiana);
  color: var(--default-color);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 34px;
}

.quick-project-stack {
  padding: 0;
}

.single-prokects-images {
  border-radius: 5px;
  margin-top: 10px;
}

.single-detail-title {
  text-transform: capitalize;
  margin-top: 0;
  font-family: Italiana, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.work-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.single-post-title {
  font-family: var(--italiana);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
}

.line {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}

.single-stack {
  padding: 0;
}

.single-post-img {
  mix-blend-mode: normal;
  border-radius: 5px;
  position: static;
  top: 10px;
}

.single-post-text-cell {
  background-color: #c9d8d3;
  border-radius: 5px;
  padding: 30px;
}

.single-post-another-img {
  width: 100%;
  margin-top: 20px;
}

.contact-hero {
  background-color: var(--transparent);
  padding-top: 90px;
  padding-bottom: 90px;
}

.email-drop {
  border: 1px solid var(--default-color);
  background-color: var(--transparent);
  font-family: var(--italiana);
  color: var(--default-color);
  text-align: center;
  text-transform: uppercase;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  font-size: 36px;
  font-weight: 400;
  line-height: 33px;
  display: inline-block;
}

.contact-right-side {
  border: 1px solid var(--default-color);
  text-align: center;
  background-color: #b5c2bd;
  border-radius: 0;
  padding-top: 60px;
  padding-bottom: 30px;
}

.contact-2col-grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.contact-right-side-infos {
  color: var(--default-color);
  text-align: left;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 20px;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
}

.contact-loop-text {
  border-top: 1px none var(--default-color);
  border-bottom: 1px none var(--default-color);
  color: var(--default-color);
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 40px;
  padding-bottom: 30px;
  font-family: Italiana, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 60px;
}

.contact-loop-text-container {
  border-top: 1px solid #000;
  border-bottom: 1px solid #004545;
  width: 310px;
  overflow: hidden;
}

.form-title {
  border-bottom: 1px solid var(--default-color);
  font-family: var(--italiana);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
}

.input-field {
  border-bottom: 1px solid var(--default-color);
  background-color: var(--transparent);
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  font-size: 20px;
}

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

.input-field.textarea {
  height: 130px;
}

.submit-button {
  border: 1px solid var(--default-color);
  background-color: var(--transparent);
  color: var(--default-color);
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 30px;
  padding: 20px 40px;
  font-size: 20px;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 20px;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.h3-heading.list-heading {
  margin-bottom: 30px;
  font-weight: 400;
}

.list-item.last-list-item {
  margin-bottom: 0;
}

.list-text {
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 16px;
}

.quick-stack {
  padding: 0;
}

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
}

._30mb-space {
  border-bottom: 1px solid #1d1d1d;
  height: 30px;
  margin-bottom: 30px;
}

.ordered-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 23px;
}

.sample-link {
  color: #000200;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: underline;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.block-quote {
  text-transform: uppercase;
  border-left-width: 6px;
  border-left-color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.style-guide {
  padding-top: 60px;
  padding-bottom: 130px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-3.change-paragrap {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.changelog-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.paragraph-4 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
}

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

.checkout-form {
  padding-top: 220px;
  padding-left: 0;
  padding-right: 0;
}

.delete-me {
  background-image: linear-gradient(to right, #7776ff, #a834f2);
  border: 2px solid #bec8ce;
  border-radius: 50px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 300;
  transition: all .3s;
  display: block;
  position: fixed;
  inset: auto 30px 30px auto;
}

.delete-me:hover {
  color: #fff;
  box-shadow: 0 2px 30px #8e57f98f;
}

@media screen and (min-width: 1440px) {
  .main-container {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-big-text {
    font-size: 300px;
    line-height: 220px;
  }

  .hero-image {
    width: auto;
    top: 4px;
    left: 377px;
  }

  .text-span {
    display: inline-block;
  }

  .hero-smaller-text {
    font-size: 70px;
    line-height: 70px;
  }

  .projects.works {
    padding-top: 100px;
  }

  .projects-list {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .testimonials-item {
    margin-left: 0;
  }

  .testimonial-span {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
  }

  .services-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .service-text-book-left.last-service-text-box-left, .service-text-book-right.last-service-text-book-right {
    background-image: url('../images/sep2.png'), url('../images/sep2.png');
    background-position: 50% 100%, 50% 0;
    background-repeat: repeat-x, repeat-x;
    background-size: auto, auto;
  }

  .service-box {
    flex-direction: row;
  }

  .service-icon-box {
    align-self: stretch;
    padding: 70px 60px;
  }

  .service-box-item {
    align-self: stretch;
  }

  .blog-title {
    line-height: 63px;
  }

  .getintouch {
    align-self: stretch;
  }

  .getintouch-text {
    font-size: 46px;
  }

  .discover-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .about-diiscover-image {
    align-self: stretch;
  }

  .shop {
    padding-top: 170px;
    padding-bottom: 170px;
  }

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

  .shop-item {
    border: 1px solid var(--default-color);
    text-align: center;
    padding: 10px;
    text-decoration: none;
    display: block;
  }

  .shop-image {
    width: 100%;
  }

  .shop-item-title {
    border-bottom: 1px solid var(--default-color);
    font-family: var(--italiana);
    color: var(--default-color);
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 400;
    line-height: 35px;
  }

  .order-style {
    border: 1px solid var(--default-color);
    color: var(--default-color);
    text-transform: uppercase;
    border-radius: 50px;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 300;
  }

  .product-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .single-wrapper {
    padding-bottom: 150px;
  }

  .single-project-main-image {
    margin-bottom: 50px;
  }

  .quick-project-stack {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .single-prokects-images {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .single-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .single-post-another-img {
    margin-top: 50px;
  }

  .contact-hero {
    background-color: var(--transparent);
  }

  .contact-2col-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1.75fr 4.5fr;
  }

  .contact-loop-text {
    width: auto;
  }

  .contact-loop-text-container {
    width: 360px;
  }

  .paragraph-4 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .main-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-big-text {
    font-size: 299px;
    line-height: 220px;
  }

  .hero-image {
    border: 7px solid var(--default-color);
    width: auto;
    top: 1px;
    left: 383px;
  }

  .hero-smaller-text {
    font-size: 70px;
    line-height: 60px;
  }

  .moving-text-section {
    background-color: #f9dc4a;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .moving-text {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
  }

  .shop-item-title {
    font-size: 40px;
  }

  .contact-right-side {
    padding-bottom: 100px;
  }

  .contact-2col-grid {
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    grid-template-columns: .25fr 1fr;
  }

  .contact-right-side-infos {
    margin-top: 60px;
  }

  .contact-loop-text-container {
    width: 420px;
  }
}

@media screen and (max-width: 991px) {
  .icon {
    font-size: 30px;
  }

  .menu-item:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .menu-item.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
  }

  .menu-button {
    color: #000;
    border: 1px solid #000;
    margin-left: auto;
    margin-right: 20px;
    padding: 10px;
  }

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

  .main-menu {
    background-color: #fff;
    margin-right: 0;
  }

  .navbar {
    padding-right: 100px;
  }

  .cart-button {
    padding: 35px 33px 36px;
  }

  .hero-big-text {
    color: var(--default-color);
    font-size: 100px;
    line-height: 90px;
  }

  .hero-image {
    display: none;
  }

  .text-span {
    color: var(--default-color);
  }

  .testimonials-item {
    width: 50%;
  }

  .service-box-right {
    padding: 40px 30px;
  }

  .service-box-item, .image-2 {
    align-self: stretch;
  }

  .moving-text {
    font-size: 80px;
    line-height: 80px;
  }

  .blog-main-image {
    align-self: stretch;
    width: 100%;
  }

  .footer-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .discover-text-cell {
    padding: 30px;
  }

  .discover-text {
    margin-bottom: 0;
  }

  .about-diiscover-image {
    width: 100%;
  }

  .product-img-cell {
    display: flex;
  }

  .product-text-cell {
    padding-top: 40px;
  }

  .single-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .quick-project-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .single-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .single-post-another-img {
    margin-bottom: 20px;
  }

  .contact-right-side {
    margin-bottom: 40px;
  }

  .contact-2col-grid {
    display: block;
  }

  .contact-loop-text-container {
    width: 100%;
  }

  .checkout-form {
    padding-top: 190px;
  }
}

@media screen and (max-width: 767px) {
  .projects-list {
    display: block;
  }

  .project-item {
    margin-bottom: 40px;
  }

  .main-title {
    font-size: 70px;
    line-height: 60px;
  }

  .testimonials {
    white-space: normal;
    padding: 10px;
  }

  .testimonials-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .testimonial-span {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .clients {
    text-align: center;
    white-space: normal;
  }

  .service-box {
    display: block;
  }

  .service-icon-box {
    padding: 40px;
  }

  .sitemap-heading {
    margin-top: 0;
    font-size: 60px;
    line-height: 50px;
  }

  .about-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .award-title {
    margin-bottom: 10px;
  }

  .shop-list {
    display: block;
  }

  .shop-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .icon {
    font-size: 20px;
  }

  .logo-image {
    margin-right: 10px;
  }

  .logo {
    padding-left: 0;
  }

  .menu-button {
    margin-left: auto;
    margin-right: 10px;
    padding: 10px;
  }

  .navbar {
    padding: 10px;
  }

  .cart-icon {
    width: 21px;
  }

  .cart-button {
    border: 1px solid var(--default-color);
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart-quantity {
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    position: relative;
  }

  .cart-wrapper {
    width: 100%;
    inset: 78px 0% auto auto;
  }

  .hero-big-text {
    font-size: 60px;
    line-height: 50px;
  }

  .hero-smaller-text {
    font-size: 40px;
    line-height: 40px;
  }

  .project-title {
    font-size: 50px;
    line-height: 50px;
  }

  .main-title {
    font-size: 40px;
    line-height: 40px;
  }

  .main-title.service-title {
    font-size: 40px;
    line-height: 35px;
  }

  .moving-text {
    font-size: 50px;
    line-height: 59px;
  }

  .blog-title {
    font-size: 40px;
    line-height: 40px;
  }

  .footer-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .getintouch {
    align-items: center;
    padding: 20px;
  }

  .getintouch-text {
    font-size: 23px;
    line-height: 29px;
  }

  .copyright {
    margin-top: 20px;
    display: block;
  }

  .cart {
    text-align: center;
    width: 100%;
  }

  .award-item {
    display: block;
  }

  .award-number {
    width: 100%;
    padding: 10px;
  }

  .award-text {
    margin-top: 20px;
    margin-left: 0;
  }

  .award-title {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 25px;
  }

  .team-cell-left {
    justify-content: flex-end;
  }

  .shop-item-title {
    font-size: 30px;
    line-height: 30px;
  }

  .price {
    padding: 10px;
    font-size: 20px;
  }

  .contact-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-loop-text {
    font-size: 40px;
    line-height: 40px;
  }

  .block-quote {
    font-size: 30px;
  }

  .style-guide {
    padding-top: 270px;
  }

  .copyright-div {
    display: block;
  }

  .checkout-form {
    padding-top: 220px;
  }
}

#w-node-_07f696dc-9a37-4d34-185c-78d045c290ef-dc2632d3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9841824c-e23f-d276-9ca9-e9d6018586c6-dc2632d3 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_3cc73ae6-f144-4ab5-9be2-480d7b8eafd6-7b8eafd0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cbf5ab77-b5b3-a356-84d7-b1d32d5810fc-c99c6877, #w-node-_7b532877-5dde-4943-b73d-96c85258a5da-f8e78058, #w-node-_5d6c1c4e-e020-765c-ebf9-69aa7ad2eb80-ff6c81e5, #w-node-c765aefd-8c68-9d37-74a3-e095698f7483-7345f94a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0190a952-2ff5-9974-160c-e75ceefa0d55-7345f94a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_570404e5-643c-0b67-f2df-2dfd827eba96-7345f94a, #w-node-f3bd823a-67da-fe4b-2b3b-8b6c3aa3a2ea-7345f94a, #w-node-be50f9b6-697e-7ec1-22ac-0bbb28ef507b-7345f94a {
  grid-template-rows: auto;
  grid-template-columns: 4fr .75fr;
}

#w-node-_6ffe7b56-7afe-aba9-65bb-f773aca08f1d-7345f94a {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9746faa6-6a7c-8da6-4799-5dff6b49c9d6-4fc96179 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_602223e4-adb8-79e8-dfa6-4c81aea6757b-fe9570ed {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_7185ac11-9231-e163-4272-20373fec60fe-88ea2faf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7185ac11-9231-e163-4272-20373fec60ff-88ea2faf, #w-node-_7185ac11-9231-e163-4272-20373fec6101-88ea2faf, #w-node-_7185ac11-9231-e163-4272-20373fec6103-88ea2faf, #w-node-_7185ac11-9231-e163-4272-20373fec6105-88ea2faf, #w-node-_7185ac11-9231-e163-4272-20373fec6107-88ea2faf, #w-node-_7185ac11-9231-e163-4272-20373fec6109-88ea2faf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_570404e5-643c-0b67-f2df-2dfd827eba96-7345f94a, #w-node-f3bd823a-67da-fe4b-2b3b-8b6c3aa3a2ea-7345f94a, #w-node-be50f9b6-697e-7ec1-22ac-0bbb28ef507b-7345f94a {
    grid-template-rows: auto;
    grid-template-columns: 4fr .5fr;
  }

  #w-node-_602223e4-adb8-79e8-dfa6-4c81aea6757b-fe9570ed {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6a184f64-9598-190f-58ae-570e7d488f77-fe9570ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_07f696dc-9a37-4d34-185c-78d045c290ef-dc2632d3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9841824c-e23f-d276-9ca9-e9d6018586c6-dc2632d3 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_3cc73ae6-f144-4ab5-9be2-480d7b8eafd6-7b8eafd0, #w-node-cbf5ab77-b5b3-a356-84d7-b1d32d5810fc-c99c6877, #w-node-_7b532877-5dde-4943-b73d-96c85258a5da-f8e78058, #w-node-_5d6c1c4e-e020-765c-ebf9-69aa7ad2eb80-ff6c81e5, #w-node-c765aefd-8c68-9d37-74a3-e095698f7483-7345f94a, #w-node-_0190a952-2ff5-9974-160c-e75ceefa0d55-7345f94a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6ffe7b56-7afe-aba9-65bb-f773aca08f1d-7345f94a {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9746faa6-6a7c-8da6-4799-5dff6b49c9d6-4fc96179 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}


@media (min-width: 992px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="176e924d-ad81-6189-8d45-283ba88103bb"] {
        -webkit-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix) [data-w-id="176e924d-ad81-6189-8d45-283ba8810400"] {
        -webkit-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="176e924d-ad81-6189-8d45-283ba88103bb"] {
        -webkit-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }
    html.w-mod-js:not(.w-mod-ix) [data-w-id="176e924d-ad81-6189-8d45-283ba8810400"] {
        -webkit-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }
}