:root {
  --black: black;
  --white: white;
  --orange: #ffce50;
  --red: red;
  --grey: #0d0d0d;
}

.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-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-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-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-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Arimo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  border-bottom: 1px solid #fff3;
  padding-bottom: 3px;
  text-decoration: none;
  transition: color .3s, border .3s;
}

a:hover {
  color: var(--orange);
  border-bottom-color: #fff0;
}

li {
  padding-top: 8px;
  padding-bottom: 8px;
}

em {
  font-family: PT Serif, serif;
  font-style: italic;
}

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

.content-section {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.content-section.small {
  max-width: 900px;
}

.section {
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.image-wrapper.small {
  min-height: 240px;
}

.image-wrapper.margin-bottom.immagine-servizi {
  min-height: 400px;
}

.image-wrapper.logo-sito {
  min-height: auto;
  margin-bottom: 50px;
}

.slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image {
  z-index: 0;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.image.img-01 {
  background-image: url('../images/anteguerra.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-02 {
  background-image: url('../images/winery-webflow-template-by-fouroom-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-03 {
  background-image: url('../images/storia-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-04 {
  background-image: url('../images/winery-webflow-template-by-fouroom-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-05 {
  background-image: url('../images/106262816_912344872575151_6965195069336759272_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-06 {
  background-image: url('../images/106467321_275677107202323_8563901869232017365_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-07 {
  background-image: url('../images/106194413_721862395263834_4491582906256059305_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.hover {
  z-index: 1;
  display: none;
}

.image.servizi-locali {
  background-image: url('../images/servizi-locali.png');
}

.image.a-casa-tua {
  background-image: url('../images/acasatua-2.png');
  background-position: 50% 0;
}

.image-description {
  z-index: 3;
  flex: 1;
  display: flex;
  position: relative;
}

.image-description.black {
  background-color: var(--black);
  color: var(--white);
}

.horiz {
  align-items: stretch;
  display: flex;
}

.horiz.space-between {
  justify-content: space-between;
}

.arrow {
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.arrow:hover {
  background-color: var(--black);
  color: #fff;
}

.arrow.right {
  right: 53%;
}

.arrow.right:hover {
  background-color: var(--red);
}

.arrow.left {
  left: 2%;
}

.arrow.left:hover {
  background-color: var(--red);
}

.arrow.g-right {
  right: -20px;
}

.arrow.g-right:hover {
  background-color: var(--red);
}

.arrow.g-left {
  left: -20px;
}

.arrow.g-left:hover {
  background-color: var(--red);
}

.slide-nav {
  font-size: 4px;
}

.display-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.display-3.white {
  color: var(--white);
}

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -3px;
  font-family: Marcellus, sans-serif;
  font-size: 5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.display-1.sotto {
  font-size: 20px;
}

.display-2 {
  z-index: 3;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
  font-family: Marcellus, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.display-2.margin-bottom.right {
  text-align: right;
}

.display-2.big {
  font-size: 70px;
  line-height: 70px;
}

.display-2.no-margin-left {
  margin-left: auto;
}

.background {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

.background.black {
  background-color: var(--black);
  color: var(--white);
}

.background.white {
  background-color: var(--white);
  color: var(--black);
}

.background.grey {
  background-color: var(--grey);
  color: var(--white);
}

.background.overflow-hidden {
  overflow: hidden;
}

.content {
  border-bottom-style: none;
  flex-direction: column;
  flex: 1;
  padding: 5vw 30px;
  display: flex;
  position: relative;
}

.content.valign-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content.valign-top-bottom.testo-boz {
  padding-top: 0;
}

.content.horizontal {
  flex-flow: wrap;
  align-content: stretch;
  align-items: flex-start;
  display: flex;
}

.content.middle {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.content.center {
  z-index: 3;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.content.no-top {
  padding-top: 0;
}

.content.valign-top-bottom-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content.no-top-bottom {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

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

.content.centro {
  text-align: center;
}

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

.fullscreen {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: relative;
}

.caption {
  color: #80808080;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3em;
}

.caption.white {
  color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 0;
  padding-left: 0;
  font-size: 15px;
}

.columns {
  width: 100%;
  display: flex;
}

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

.utility-page-content {
  background-color: var(--grey);
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 360px;
  padding: 60px 40px;
  display: flex;
}

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

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

.footer {
  background-color: var(--grey);
  letter-spacing: .3px;
  padding: 5vw 55px 30px;
  font-size: 12px;
  line-height: 20px;
}

.footer.none {
  display: none;
}

.nav-column {
  height: 100%;
  margin-bottom: 5vw;
  margin-right: 3vw;
}

.nav-column.last {
  margin-right: 0;
}

.horizontal {
  border-bottom-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.horizontal.centered {
  align-items: center;
}

.icon-social {
  background-color: #0000;
  border-bottom-style: none;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  padding-bottom: 0;
  transition: background-color .3s;
}

.icon-social:hover {
  background-color: var(--orange);
}

.icon-social.pinterest {
  background-image: url('../images/iconmonstr-pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.twitter {
  background-image: url('../images/iconmonstr-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.facebook {
  background-image: url('../images/Icon-awesome-facebook-f.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.instagram {
  background-image: url('../images/Icon-awesome-instagram.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 40px;
  height: 40px;
}

.icon-social.instagram:hover {
  background-color: #0000;
}

.icon {
  width: 30px;
  height: 30px;
}

.icon._100-days-return {
  background-image: url('../images/Orion_time-limit-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.icon.delivery {
  background-image: url('../images/Orion_delivery-truck-2.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.icon.return {
  background-image: url('../images/Orion_return-purchase-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.notice-box {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.payment-icons {
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 4px;
  width: 62px;
  height: 36px;
}

.payment-icons.mastercard {
  background-image: url('../images/mc_vrt_pos.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.payment-icons.paypal {
  background-image: url('../images/PayPal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.payment-icons.visa {
  background-image: url('../images/Visa_Inc._logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.payment-icons.stripe {
  background-image: url('../images/Stripe-logo---blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

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

.logo {
  border-bottom-style: none;
  width: 120px;
  position: absolute;
  left: 100px;
}

.navigation-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.button-menu {
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
}

.button-menu:hover {
  color: var(--orange);
}

.menu {
  z-index: 99;
  background-color: var(--black);
  letter-spacing: .4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  line-height: 1.5em;
  display: none;
  position: fixed;
  inset: 0;
}

.txt-menu {
  position: absolute;
}

.navi-item {
  color: var(--white);
  border-bottom-style: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Marcellus, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s;
}

.navi-item:hover {
  color: var(--red);
}

.menu-image-1 {
  background-image: url('../images/winery-webflow-template-by-fouroom-01.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-2 {
  background-image: url('../images/winery-webflow-template-by-fouroom-05.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-wrapper {
  background-image: url('../images/winery-webflow-template-by-fouroom-07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin-bottom: 5vw;
  position: relative;
}

.menu-sub {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.menu-image-3 {
  background-image: url('../images/alto-fermento.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-4 {
  background-image: url('../images/arti-fluide.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-5 {
  background-image: url('../images/vini-giusti.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.header {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.header.privacy {
  height: 40vh;
}

.button {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.button:hover {
  color: var(--red);
}

.button.center, .button.centro {
  justify-content: center;
}

.button.centro.hide {
  display: none;
}

.button.offset-top {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 400;
}

.button.big {
  font-size: 20px;
}

.line {
  background-color: var(--white);
  width: 10%;
  height: 1px;
  margin-left: 10px;
}

.icon-big {
  align-self: center;
  width: 40px;
  height: auto;
  position: relative;
}

.icon-big.margin-bottom.icona-adjust {
  width: 35px;
}

.icon-big.margin-bottom.ribigga {
  width: 50px;
}

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

.collection-item {
  display: flex;
}

.collection-item.fullheight {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.product-image {
  max-height: 300px;
  margin-bottom: 15px;
}

.price {
  color: #9a9a9a80;
  letter-spacing: .3px;
  font-size: 12px;
  line-height: 16px;
}

.price.was {
  margin-right: 5px;
  text-decoration: line-through;
  display: flex;
}

.product-name {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.checkout-form {
  background-color: #0000;
}

.customer-info {
  background-color: var(--grey);
}

.block-header {
  background-color: var(--grey);
  border-style: none none solid;
  border-bottom-color: #ffffff1a;
  padding: 4px 20px;
}

.block-header.bottom-line-1px {
  border-bottom-width: 1px;
  padding-top: 12px;
}

.block-content {
  background-color: var(--grey);
  border-style: none;
}

.shipping-method {
  background-color: var(--grey);
  border-bottom-color: #ffffff1a;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.tabs {
  width: 100%;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 50%;
  padding-top: 5vw;
  display: flex;
}

.tabs-content {
  flex: 1;
}

.tab-link {
  color: var(--white);
  text-align: center;
  background-color: #ffffff0d;
  border-bottom-style: none;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2.5vw 20px;
  transition: padding .3s;
  display: flex;
}

.tab-link:hover {
  padding-left: 60px;
}

.tab-link.w--current {
  color: var(--orange);
  background-color: #ffffff0f;
  padding-left: 60px;
}

.column {
  flex-direction: column;
  flex: 1;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.column.valign-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.column.middle {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.column.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.column.line-top {
  border-top: 1px solid #9d9d9d33;
}

.column.line-left-top {
  border-top: 1px solid #9d9d9d33;
  border-left: 1px solid #9d9d9d33;
  padding-left: 30px;
}

.column.padding-left-33 {
  padding-left: 33%;
}

.column.no-right-left-mobile.offset-top {
  margin-top: 65px;
}

.column.no-right-left-mobile.no-pad-top {
  padding-top: 0;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff3;
  border-radius: 0;
  height: 55px;
  padding: 20px 0 22px;
  line-height: 1em;
}

.text-field:focus {
  border-bottom-color: var(--orange);
}

.text-field::placeholder {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
}

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff3;
  border-bottom-style: solid;
  height: 55px;
  padding: 20px 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, border .3s;
}

.submit-button:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

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

.content-wrapper {
  background-color: var(--black);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.header-image {
  z-index: 0;
  text-align: center;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.header-image.img-01 {
  background-image: linear-gradient(#0006, #0000), url('../images/winery-webflow-template-by-fouroom-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-03 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-04 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-04.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-05 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-05.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-06 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-08.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-08 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-06.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.preloader-icon {
  z-index: 1;
  filter: invert();
  width: 50px;
  position: relative;
}

.tab-link-ii {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-ii.w--current {
  background-color: var(--white);
  color: var(--black);
}

.tabs-menu-ii {
  display: flex;
}

.content-section-half {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.link-black-with-icon {
  color: var(--black);
  padding-left: 20px;
}

.link-black-with-icon.phone {
  background-image: url('../images/Orion_calls.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-black-with-icon.mail {
  background-image: url('../images/Orion_mail.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-white-with-icon {
  color: var(--white);
  padding-left: 20px;
}

.link-white-with-icon.phone {
  background-image: url('../images/Orion_calls-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-white-with-icon.mail {
  background-image: url('../images/Orion_mail-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-white-with-icon.location {
  background-image: url('../images/Orion_pin-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.numbers {
  color: var(--orange);
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.empty-state {
  background-color: var(--black);
}

.content-grid {
  border-top: 1px solid var(--black);
  flex-direction: column;
  flex: 1;
  padding: 30px 15px;
  display: flex;
  position: relative;
}

.content-grid.black {
  color: var(--black);
}

.content-grid.black:hover {
  color: var(--orange);
}

.order-confirmation-container {
  background-color: #0000;
}

.category-menu {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  bottom: 25px;
  left: 55px;
  right: 55px;
}

.category-menu-item {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.category-menu-item:hover {
  color: #00000080;
}

.category-menu-item.w--current {
  background-color: var(--orange);
}

.icon-small {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-menu-white {
  background-color: var(--white);
  border-radius: 2px;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.textarea {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff3;
  padding: 20px 0 22px;
}

.textarea:focus {
  border-bottom-color: var(--orange);
}

.textarea::placeholder {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.checkbox-field {
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  height: 55px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.checkbox {
  margin-top: 0;
}

.menu-grid {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  letter-spacing: .4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.25fr 1.25fr .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 45px;
  font-size: 12px;
  line-height: 1.5em;
  display: grid;
  position: fixed;
  inset: 0;
}

.grid-menu {
  grid-template-columns: 1.5fr 1.5fr;
}

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

.cart-button {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
}

.cart-quantity {
  background-color: var(--orange);
  color: var(--black);
  letter-spacing: 1px;
  margin-left: 5px;
  font-weight: 400;
}

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

.cart-image {
  width: 30px;
}

.cart-footer {
  border-top-color: #ffffff1a;
}

.cart-absolute {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.remove-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1em;
}

.remove-button:hover {
  color: var(--orange);
}

.cart-item {
  align-items: center;
}

.checkout-button {
  background-color: var(--orange);
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 1px #fff3;
  border-left: 1px #fff3;
  border-right: 1px #fff3;
  justify-content: center;
  height: 55px;
  padding: 20px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, background-color .3s;
  display: flex;
}

.checkout-button:hover {
  background-color: var(--white);
  color: var(--black);
}

.price-big {
  letter-spacing: .3px;
  font-size: 20px;
  line-height: 1em;
}

.price-big.was {
  color: #9a9a9a80;
  margin-right: 5px;
  text-decoration: line-through;
  display: flex;
}

.product-image-big {
  max-height: 500px;
}

.button-scroll-down {
  background-image: url('../images/Orion_arrow-down.svg'), linear-gradient(to bottom, var(--black), var(--black));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border-bottom-style: none;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.badge {
  z-index: 0;
  background-color: var(--orange);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 8px;
  font-weight: 700;
  line-height: 7px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.error-message {
  background-color: var(--red);
  color: var(--black);
  text-align: center;
  padding: 20px;
}

.success-message {
  background-color: var(--orange);
  color: var(--black);
}

.close-button {
  color: var(--white);
  border-bottom-style: none;
}

.empty-state-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-1, .menu-2 {
  background-color: var(--white);
  width: 30px;
  height: 2px;
}

.header-image-detail {
  z-index: 0;
  text-align: center;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.contact-grid {
  grid-column-gap: 6rem;
  grid-template-rows: auto;
}

.form-text-black {
  color: var(--black);
}

.video-intro {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content-titolo {
  margin-bottom: 50px;
}

.desc-marchio {
  text-align: center;
  font-size: 12px;
}

.slide-prodotti {
  background-color: #0000;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav-thumb {
  display: none;
}

.row-prodotti {
  height: 100%;
}

.colonna-prodotti {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.info-prodotto {
  background-color: #0d0d0d;
  width: 80%;
  padding: 150px 50px;
}

.info-prodotto.centro {
  text-align: center;
}

.titolo-prodotto {
  font-family: Marcellus, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.img-prodotto {
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-prodotto.birra {
  background-image: url('../images/02-birra.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-prodotto.vino {
  background-image: url('../images/05-vino.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-prodotto.bibite {
  background-image: url('../images/04-bibite.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-prodotto.alcolici {
  background-image: url('../images/06-drink.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-prodotto.acque {
  background-image: url('../images/01-acqua.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-prodotto.food {
  background-image: url('../images/03-bevande-bio.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.titolo-assoluto {
  z-index: 20;
  position: absolute;
  top: 17%;
  left: 15%;
}

.titolo-assoluto.center {
  text-align: center;
  width: 400px;
  left: 14%;
}

.colonna-contatti {
  padding-left: 80px;
}

.link-social {
  border-bottom-style: none;
  flex: 0 auto;
  width: 30px;
  position: relative;
}

.copyright {
  text-align: center;
  margin-top: 50px;
  font-size: 12px;
}

.row-100 {
  height: 100%;
}

.eq-height {
  display: flex;
}

.immagine {
  width: 100%;
  height: 600px;
}

.immagine.servizi-locali {
  background-image: url('../images/servizi-locali.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-servizi {
  background-color: var(--grey);
  height: 350px;
  margin-bottom: 50px;
}

.none {
  display: none;
}

.column-2 {
  z-index: 2;
  flex: 0 auto;
  align-self: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  z-index: 1;
  padding-left: 0;
  padding-right: 0;
}

.content-servizio {
  text-align: center;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icone-servizio {
  margin-bottom: 20px;
}

.icona {
  width: 60px;
}

.paragrafo {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.container-marchio {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-marchio.acquisto {
  width: 100%;
}

.container-marchio.marchio-giu.acquisto-facile {
  width: 98%;
}

.img-marchio {
  margin-bottom: 50px;
}

.img-marchio.marchio-offset {
  margin-top: 30px;
}

.img-casa-tua {
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
}

.img-casa-tua.casa-tua-1 {
  background-image: url('../images/acquista-online.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-casa-tua.casa-tua-2 {
  background-image: url('../images/acasatua-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-casa-tua.casa-tua-3 {
  background-image: url('../images/acasatua-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-social {
  border-top: 1px solid #fff3;
  width: 60%;
  padding-top: 20px;
}

.tab-lavoro {
  margin-top: 30px;
  margin-left: 50px;
}

.heading-lavoro {
  cursor: pointer;
  border-bottom: 1px solid #fff3;
  padding: 5px 0 10px 5px;
  position: relative;
}

.titolo-lavoro {
  color: #ffffff4d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
}

.open-tab {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.navigazione {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
}

.link-menu {
  text-transform: none;
  border-bottom-style: none;
  margin-right: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
}

.link-menu:hover {
  color: var(--red);
}

.box-marchio {
  align-items: center;
  min-height: 220px;
  display: flex;
}

.marker-contatti {
  width: 15px;
  margin-bottom: 5px;
}

.testo-contatti {
  font-size: 12px;
  line-height: 18px;
}

.content-tab {
  margin-top: 10px;
  display: none;
}

.email-job {
  font-size: 18px;
  font-weight: 700;
}

.sottotitolo-lavora-con-noi {
  color: #fff6;
  text-align: right;
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 18px;
}

.content-titoli-lavoro {
  display: inline-block;
}

.titolo-servizio {
  font-family: Marcellus, sans-serif;
  font-size: 22px;
}

.testo-in-absolute {
  z-index: 4;
  width: 500px;
  position: absolute;
  bottom: 150px;
  right: 10%;
}

.link:hover {
  color: var(--red);
}

.link.underline {
  text-decoration: underline;
}

.verifica-eta {
  z-index: 999;
  background-color: #000000bf;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.pannello-eta {
  background-color: var(--black);
  text-align: center;
  padding: 20px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bottone-eta {
  border-bottom: 1px solid var(--white);
  cursor: pointer;
  margin-top: 20px;
  padding: 10px 30px;
  font-size: 24px;
  display: inline-block;
}

.bottone-eta:hover {
  border: 1px solid var(--white);
}

.noneta {
  margin-top: 40px;
}

.iubenda-nostyle.iubenda-embed:hover {
  color: var(--red);
}

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

.iubenda-cs-preferences-link:hover {
  color: var(--red);
}

.cell-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
}

.list {
  object-fit: fill;
  position: relative;
}

@media screen and (max-width: 991px) {
  .content-section, .content-section.small {
    max-width: none;
  }

  .arrow {
    width: 25px;
    height: 25px;
  }

  .display-3.margin-bottom {
    margin-bottom: 10px;
  }

  .display-1 {
    font-size: 38px;
    line-height: 44px;
  }

  .display-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .display-2.big {
    font-size: 45px;
  }

  .display-2.big.adjust-left {
    margin-left: -100px;
  }

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

  .content.nella-pagina {
    flex: 0 auto;
    width: 100%;
  }

  .fullscreen.adattato {
    min-height: 60vh;
  }

  .columns {
    display: block;
  }

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

  .navigation-wrapper {
    height: 60px;
  }

  .navigation-wrapper.menu-bu {
    padding-top: 20px;
  }

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

  .menu {
    padding: 20px;
    overflow: auto;
  }

  .navi-item {
    font-size: 30px;
  }

  .header {
    height: 70vh;
  }

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

  .column.line-left-top {
    padding-left: 10px;
  }

  .content-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-grid {
    padding: 20px;
    overflow: auto;
  }

  .contact-grid {
    grid-column-gap: 3rem;
  }

  .info-prodotto {
    width: 90%;
  }

  .navigazione {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  li {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .image-wrapper {
    min-height: 280px;
  }

  .image-wrapper.small.over {
    overflow: visible;
  }

  .image.img-01 {
    width: 70%;
  }

  .image.img-03 {
    z-index: 2;
    width: 70%;
    top: -100px;
    left: auto;
    right: 20px;
  }

  .arrow {
    width: 40px;
    height: 40px;
    display: none;
  }

  .arrow.right {
    display: block;
    right: 0;
  }

  .arrow.right.centrata {
    top: -50%;
  }

  .arrow.left {
    display: block;
    left: 0;
  }

  .arrow.left.centrata {
    top: -50%;
  }

  .arrow.g-right, .arrow.g-left {
    display: block;
  }

  .display-2.big.adjust-left {
    position: absolute;
    top: -100px;
  }

  .content {
    align-self: center;
    padding: 35px 20px;
  }

  .content.center {
    align-self: center;
  }

  .fullscreen {
    min-height: auto;
    display: block;
  }

  .grid {
    height: auto;
    display: block;
  }

  .columns {
    display: block;
  }

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

  .notice-box {
    align-items: flex-start;
  }

  .logo.w--current {
    left: auto;
    right: 20px;
  }

  .button-menu {
    padding-left: 20px;
    inset: 0 auto 0 0;
  }

  .menu {
    flex-direction: column;
    padding-top: 60px;
    overflow: auto;
  }

  .menu-image-wrapper {
    display: none;
  }

  .menu-sub {
    flex-flow: wrap;
  }

  .header {
    height: 700px;
  }

  .header.detail {
    min-height: auto;
  }

  .button.offset-top {
    margin-top: 10px;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link.w--current {
    padding-left: 20px;
  }

  .column {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .column.line-left-top {
    border-left-style: none;
    padding-left: 0;
  }

  .column.padding-left-33 {
    padding-left: 10px;
  }

  .column.no-right-left-mobile, .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .header-image {
    min-height: 100vh;
    position: relative;
  }

  .tabs-menu-ii {
    display: block;
  }

  .category-menu {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .category-menu-item {
    padding: 15px 5px 10px;
  }

  .category-menu-white, .sub {
    flex: 1;
  }

  .menu-grid {
    flex-direction: column;
    padding-top: 60px;
    display: block;
    overflow: auto;
  }

  .grid-menu {
    display: block;
  }

  .margin-bottom-last {
    margin-bottom: 30px;
  }

  .cart-absolute {
    justify-content: flex-end;
  }

  .header-image-detail {
    background-size: cover;
    min-height: 100vh;
    position: relative;
  }

  .contact-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .desc-marchio {
    font-size: 16px;
  }

  .row-prodotti.con-full {
    height: auto;
  }

  .info-prodotto {
    margin-bottom: 50px;
  }

  .info-prodotto.centro.con-testo-absolute {
    padding-bottom: 250px;
  }

  .img-prodotto {
    height: 400px;
    position: relative;
  }

  .titolo-assoluto {
    top: 10%;
  }

  .eq-height {
    display: block;
  }

  .immagine.servizi-locali {
    height: 500px;
  }

  .img-marchio {
    width: 45%;
    margin-bottom: 20px;
  }

  .img-casa-tua.casa-tua-1 {
    position: relative;
  }

  .box-marchio {
    justify-content: center;
    min-height: auto;
  }

  .testo-in-absolute {
    bottom: 600px;
    right: 5%;
  }

  .pannello-eta {
    width: 90%;
  }

  .cell-absolute {
    margin-top: 60px;
    position: static;
  }

  .margin-top-mobile {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .image.img-01, .image.img-03 {
    width: 80%;
  }

  .arrow {
    width: 30px;
    height: 30px;
  }

  .display-2.big.adjust-left {
    margin-left: 0;
    top: -50px;
  }

  .content.nella-pagina {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    width: 70px;
    padding-bottom: 0;
    display: block;
    top: 10px;
    left: auto;
    right: 20px;
  }

  .navigation-wrapper.menu-bu {
    width: 100%;
  }

  .navi-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header {
    height: 600px;
  }

  .button.big {
    font-size: 12px;
  }

  .header-image.img-03 {
    min-height: auto;
  }

  .info-prodotto {
    width: 100%;
  }

  .info-prodotto.centro.con-testo-absolute {
    margin-bottom: 150px;
    padding: 100px 10px 50px;
  }

  .titolo-assoluto.center {
    width: 80%;
    left: 0%;
  }

  .colonna-contatti {
    padding-left: 40px;
  }

  .copyright {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .immagine.servizi-locali, .img-casa-tua.casa-tua-1 {
    height: 350px;
  }

  .tab-lavoro {
    margin-left: 20px;
  }

  .testo-in-absolute {
    width: 90%;
    bottom: 400px;
    left: 20px;
    right: 5px;
  }

  .pannello-eta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titolo-popup {
    font-size: 28px;
  }
}

#w-node-_93719cca-0e3e-f50f-6907-098483790056-fea0246b {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-e2453167-2fba-307a-be66-7b08e2dc288e-fea0246b {
  grid-area: 5 / 5 / 7 / 8;
}

#w-node-e45ddc59-b916-b76e-8912-1d1619cb8d09-fea0246b {
  grid-area: 2 / 6 / 6 / 13;
}

#w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-fea0246b {
  grid-area: 1 / 2 / 4 / 12;
}

#w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-fea0246b {
  grid-area: 4 / 5 / 6 / 13;
}

#w-node-df0a18fc-512f-5402-41cc-36d637c541f2-fea0246b {
  grid-area: 5 / 5 / 7 / 13;
}

#w-node-_0d552f3b-3a71-bbf3-c1dc-b2485abd3b5f-7e7354c4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354c5-7e7354c4 {
  grid-area: 1 / 4 / 5 / 6;
  align-self: end;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354e4-7e7354c4 {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354eb-7e7354c4 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6fc54b7e-8b57-41d8-74e8-39fc0145783d-7e7354c4 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_59a6099f-89ac-85f2-0ee0-582bdbe8535a-0ba02471 {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-f8f50e58-f1e5-000d-3a2d-7b34b5f033c2-0ba02471 {
  grid-area: 1 / 2 / 7 / 7;
}

#w-node-_7c64d647-124d-1d24-cb48-fb2394a14226-0ba02471 {
  grid-area: 1 / 5 / 4 / 7;
  place-self: start;
}

#w-node-b7377ead-f5f7-baa6-1010-9178ddda4a04-0ba02471 {
  grid-area: 1 / 7 / 7 / 12;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552c5-0ba02471 {
  grid-area: 1 / 3 / 3 / 7;
  place-self: center;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552c7-0ba02471 {
  grid-area: 3 / 3 / 7 / 7;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552d1-0ba02471 {
  grid-area: 1 / 7 / 6 / 11;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3f9-eca02473 {
  grid-area: 1 / 9 / 7 / 13;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3fb-eca02473 {
  grid-area: 3 / 7 / 5 / 11;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3fd-eca02473 {
  grid-area: 1 / 2 / 4 / 7;
  place-self: center;
}

#w-node-_285a6a9c-b42f-99e3-197a-ee73c63229b1-eca02473 {
  grid-area: 4 / 1 / 7 / 4;
  place-self: start center;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc400-eca02473 {
  grid-area: 4 / 4 / 7 / 8;
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e2453167-2fba-307a-be66-7b08e2dc288e-fea0246b {
    grid-area: 5 / 2 / 7 / 7;
  }

  #w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-fea0246b {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-fea0246b {
    grid-area: 4 / 4 / 6 / 13;
  }

  #w-node-df0a18fc-512f-5402-41cc-36d637c541f2-fea0246b {
    grid-area: 6 / 4 / 7 / 13;
  }

  #w-node-bfcf9a7c-63e8-d335-4640-801bf70552c7-0ba02471 {
    grid-area: 3 / 1 / 7 / 7;
  }

  #w-node-bfcf9a7c-63e8-d335-4640-801bf70552d1-0ba02471 {
    grid-area: 1 / 7 / 6 / 13;
  }
}


