



:root {
  --black: #191b22;
  --our-color: #dc143c;
  --slate-grey: #7e828f;
  --coral: #ff8946;
  --alice-blue: #f4f8f8;
}

.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-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

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

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

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

.w-commerce-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--our-color);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #546285;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--our-color);
  text-decoration: underline;
}

li {
  color: #546285;
  font-size: 18px;
}

.spacer {
  background-color: var(--our-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 5px 3%;
  font-size: 15px;
  display: flex;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.nav-link {
  opacity: .8;
  color: #28224b;
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link.w--current {
  color: var(--our-color);
}

.navigation-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  color: var(--our-color);
  margin-right: 40px;
  font-size: 32px;
  line-height: 38px;
}

.navbar {
  background-color: #fff;
  align-items: center;
  padding: 20px 3%;
  display: flex;
}

.navigation-right, .navigation-left {
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-right: 14px;
}

.hero-paragraph {
  color: #546285;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
}

.header {
  justify-content: center;
  align-items: center;
  padding: 100px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.button {
  background-color: var(--our-color);
  text-align: center;
  border-radius: 6px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button:hover {
  background-color: #f03;
}

.button.button-space {
  margin-top: 40px;
}

.container-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.hero-image-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-h1 {
  color: #08090a;
  letter-spacing: -.03em;
  max-width: 580px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-link {
  color: #546285;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.legal {
  color: #353448;
}

.webflow-link {
  color: var(--our-color);
}

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

.title {
  color: #08090a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

.footer {
  background-color: #dcd3d5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 3% 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-span {
  color: var(--our-color);
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.review-logo {
  margin-bottom: 10px;
  margin-right: 16px;
}

.review-text {
  color: #08090a;
  font-size: 16px;
}

.content-section {
  background-color: #0000;
  padding: 120px 3%;
  position: relative;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

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

.content-block.bg-text {
  background-image: url('../images/YumYum.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.works-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
}

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

.step-image {
  margin-bottom: 40px;
}

.cart-button {
  background-color: var(--our-color);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-width: 55px;
  min-height: 55px;
  padding: 13px;
  font-size: 18px;
  transition: background-color .25s;
  position: relative;
}

.cart-quantity {
  color: var(--our-color);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  height: 25px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: -6px -6px auto auto;
  box-shadow: 7px 7px 25px #7e828f45;
}

.food-card {
  background-color: #fff;
  border: 1px solid #35b8be26;
  border-radius: 6px;
  align-items: center;
  min-height: 200px;
  padding: 25px;
  transition: border-color .3s;
  display: flex;
}

.food-card:hover {
  border-color: #35b8be80;
}

.food-image-square {
  border-radius: 8px;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-right: 30px;
  overflow: hidden;
}

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

.food-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--our-color);
  font-size: 16px;
  font-weight: 400;
}

.food-card-content {
  width: 100%;
}

.menu-item {
  margin-bottom: 20px;
}

.cta-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  min-height: 640px;
}

.cta-image {
  background-image: url('../images/Group-Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-content {
  background-color: #35b8be;
  background-image: url('../images/Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 60px;
  display: flex;
}

.cta-section {
  background-color: #0000;
  padding: 3%;
}

.dark-span {
  color: #1b9097;
}

.default-state {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-radius: 6px;
  width: 60px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 8px;
}

.submit-button {
  background-color: var(--our-color);
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  min-height: 50px;
  display: flex;
}

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

.apple-pay {
  border-radius: 4px;
  height: 44px;
}

.checkout-button {
  background-color: var(--our-color);
  border-radius: 4px;
  justify-content: center;
  min-height: 52px;
  display: flex;
}

.cart-line-item {
  color: var(--slate-grey);
  font-size: 18px;
}

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

.text-block-2 {
  color: var(--coral);
}

.tab-menu-round {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-round {
  background-color: #0000;
  border: 1px solid #61728333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 16px;
  display: flex;
}

.tab-link-round.w--current {
  background-color: var(--our-color);
  color: #fff;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #61728300;
  border-radius: 6px;
}

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

.faq-question-bar {
  color: var(--black);
  border-bottom: 1px solid #0000000a;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--our-color);
  font-size: 18px;
  font-weight: 600;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-paragraph {
  color: var(--slate-grey);
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-legal {
  border-top: 1px solid #7e828f17;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  font-size: 15px;
  display: flex;
}

.footer-detail-left {
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.social-icon-wrap {
  display: flex;
}

.social-link {
  border: 1px solid #7e828f4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border-color: #7e828fdb;
}

.social-icon {
  width: 18px;
}

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

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

.utility-page-wrap-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

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

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.link {
  color: var(--our-color);
}

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

.input-field {
  height: 50px;
}

.field-label {
  font-size: 15px;
}

.checkout-form {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-order {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-detail {
  position: sticky;
  top: 35px;
}

.apple-pay-button {
  height: 55px;
}

.order-confirmation {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-81 {
  color: var(--our-color);
}

.required {
  color: var(--coral);
}

.button-white {
  background-color: var(--our-color);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-white.button-space {
  color: var(--our-color);
  background-color: #fff;
  margin-top: 40px;
}

.content-section-bg {
  background-color: #0000;
  background-image: url('../images/BG-Shape-Content.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 96% 90%;
  padding: 140px 3%;
  position: relative;
}

.cta-heading {
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

.hero-image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.cart-icon {
  width: 25px;
  margin-right: 0;
}

.paypal-checkout-form {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  font-size: 16px;
}

.container-tight {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.header-h4 {
  color: #232936;
  font-size: 30px;
}

.title-grey {
  color: #758ca5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.legal-text {
  text-align: left;
  margin-top: 25px;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.line {
  border: 1.3px #d1cdcd;
  border-top-style: dashed;
  width: 100%;
  height: 1px;
}

.empty-state {
  flex-direction: column;
}

.header-section {
  background-color: var(--alice-blue);
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 100px 3%;
  display: flex;
}

.product-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.plain-line {
  background-color: #35b8be40;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-image {
  border-radius: 15px;
  width: 100%;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.colour-block {
  background-color: var(--our-color);
  height: 120px;
}

.colour-block.c8 {
  background-color: #191b22;
}

.colour-block.c9 {
  background-color: #546285;
}

.colour-block.c3 {
  background-color: var(--coral);
}

.colour-block.c2 {
  background-color: #f5fbfc;
}

.style-guide-section {
  padding: 100px 3%;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.block {
  margin-bottom: 45px;
}

.highlight-default {
  background-color: #ffab003b;
}

.block-detail {
  border-bottom: 1px solid #0000001c;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.p1 {
  color: #546285;
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.size-detail {
  color: var(--our-color);
  margin-left: 8px;
}

.strikethrough {
  text-decoration: line-through;
}

.change-log-wrap {
  border-bottom: 1px solid #00000014;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.title-large {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.new-tag {
  background-color: var(--our-color);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.order-button {
  background-color: var(--our-color);
  border-radius: 6px;
  justify-content: center;
  min-height: 45px;
  display: flex;
}

.button-arrow-wrap {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.arrow-drawn {
  position: relative;
  left: 40px;
}

.cursive-text {
  width: 100%;
  max-width: 500px;
  position: absolute;
  inset: auto;
}

.price-text {
  color: var(--our-color);
  letter-spacing: -.03em;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.full-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-section-short {
  background-color: #0000;
  padding: 60px 3%;
  position: relative;
}

.out-of-stock-state {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  display: flex;
}

.pattern {
  position: absolute;
  inset: 0%;
}

.pagination-button {
  background-color: var(--our-color);
  color: #fff;
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.pagination {
  margin-top: 40px;
}

.plus {
  opacity: .5;
}

.dropdown {
  height: 50px;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.additional-details {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cta-full-image {
  background-image: radial-gradient(circle, #000000ab, #191a1b30), url('../images/Group-Photo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 100px 3%;
  display: flex;
}

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

.statistic {
  color: #fff;
  margin-bottom: 0;
  font-size: 5em;
}

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

.text-block-82 {
  font-size: 20px;
}

.wave {
  margin-top: 20px;
  margin-bottom: 20px;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.notice-text {
  color: #fffc;
}

.order-column {
  position: relative;
  top: 0;
}

.legale-section {
  padding: 60px 10px;
}

.image-5 {
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: absolute;
  inset: 15% 1% auto auto;
}

.cookie-block-container {
  background-color: #fff;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 0 20px -7px #000;
}

.cookie-block-container.cookies {
  z-index: 9999;
  padding: 20px 0 20px 10px;
  display: block;
}

.heading-11 {
  max-width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.button-3 {
  justify-content: center;
  align-items: center;
  min-width: 10%;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.button-3.btnnew {
  background-color: var(--our-color);
  color: #fff;
  cursor: pointer;
  border-radius: 9px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.button3 {
  background-color: #474747;
  justify-content: center;
  align-items: center;
  min-width: 10%;
  margin-left: 10px;
  display: flex;
}

.button3.btnnew2 {
  color: #fff;
  cursor: pointer;
  border-radius: 7px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.container-3 {
  justify-content: flex-start;
  max-width: 1050px;
  display: flex;
}

.text-area {
  color: #ec8675;
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 10px;
  height: 60px;
  min-height: 300px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.text-area:focus {
  border-bottom-color: #cfddee;
}

.text-area::placeholder {
  color: #ec8675;
}

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

.sucess-message {
  background-color: #0000;
  border: 1px solid #ec8675;
  border-radius: 6px;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 20px;
  line-height: 1.6em;
}

.label {
  color: #ec8675;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 500;
}

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

.label._15-margin {
  margin-bottom: 15px;
}

.checkbox {
  margin-top: 5px;
}

.form-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._30px-spacer {
  width: 30px;
  height: 30px;
}

.contact-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.column.max-600 {
  max-width: 600px;
}

.button-4 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ec8675;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto 15px;
  border: 0 solid #000;
  border-radius: 6px;
  min-width: 200px;
  margin-top: 0;
  padding: 20px 20px 20px 40px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 500;
  line-height: 1.6em;
  transition: padding .5s cubic-bezier(.23, 1, .32, 1), background-position .5s cubic-bezier(.23, 1, .32, 1), transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, opacity .2s;
  display: block;
}

.button-4:hover {
  background-position: 30px;
  padding-left: 50px;
  transform: translate(0, -3px);
}

.checkbox-field {
  text-align: left;
}

.container-4 {
  z-index: 2;
  width: 95%;
  max-width: 1450px;
  position: relative;
}

.heading {
  margin-top: 0;
  font-size: 52px;
}

.contact-form {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 50px;
}

.form-field {
  color: #ec8675;
  background-color: #2034921a;
  border: 1px #000;
  border-radius: 6px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.form-field:focus {
  border-bottom-color: #cfddee;
}

.form-field::placeholder {
  color: #ec8675;
}

.section {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
}

.section.contact-hero {
  background-color: #f5f5f5;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 220px;
}

.contact-form-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.checkbox-field-2 {
  color: #fff;
  text-align: left;
}

.checkbox-2 {
  margin-top: 6px;
}

.checkbox-label {
  color: #222;
}

.image-6 {
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .icon {
    display: block;
  }

  .navbar {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    display: flex;
  }

  .navigation-right {
    flex-direction: row-reverse;
  }

  .menu-button {
    background-color: #7e828f1a;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    min-height: 55px;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--our-color);
  }

  .nav-menu {
    background-color: #fff;
    margin-right: 0;
    box-shadow: 0 50px 80px -30px #35344833;
  }

  .header {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .hero-image-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

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

  .footer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .review-wrap {
    align-items: center;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .content-block {
    text-align: center;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .works-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .menu-item {
    width: 100%;
  }

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

  .cta-image {
    min-height: 420px;
  }

  .cta-content {
    min-height: 420px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-link-round {
    margin-bottom: 10px;
  }

  .content-section-bg {
    background-color: var(--alice-blue);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-heading {
    font-size: 55px;
  }

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

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

  .line-column {
    flex-direction: column;
    padding-bottom: 0;
  }

  .line {
    border-style: none dashed none none;
    width: 1px;
    height: 100%;
    min-height: 100px;
  }

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

  .content-section-short {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-5 {
    top: 5%;
    right: .5%;
  }

  .cookie-block-container.cookies {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    margin-right: 0;
  }

  .button-3.btnnew {
    font-size: 14px;
  }

  .button3.btnnew2 {
    margin-left: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .contact-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .contact-form {
    padding: 30px;
  }

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

  .contact-form-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 60px;
  }

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

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

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

  .food-card {
    flex-wrap: wrap;
  }

  .food-image-square {
    max-width: none;
    max-height: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .food-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .menu-item {
    width: 50%;
  }

  .tab-link-round {
    text-align: center;
    white-space: nowrap;
    width: 40%;
  }

  .container-order {
    flex-wrap: wrap-reverse;
  }

  .order-detail {
    position: relative;
    top: 0;
  }

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

  .colour {
    margin-bottom: 25px;
  }

  .add-to-cart {
    margin-top: 20px;
  }

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

  .order-column {
    width: 100%;
  }

  .order-collection {
    flex-wrap: wrap;
    display: flex;
  }

  .style-guide-h1 {
    font-size: 44px;
  }

  .order-full {
    width: 100%;
  }

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

  .heading-11 {
    max-width: 60%;
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-3.btnnew {
    min-width: 10%;
    font-size: 12px;
    line-height: 19px;
  }

  .button3.btnnew2 {
    font-size: 12px;
    line-height: 18px;
  }

  .contact-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 48px;
  }

  .spacer {
    display: none;
  }

  .navbar {
    background-color: #fff0;
    position: absolute;
  }

  .header {
    padding-top: 115px;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .legal {
    margin-right: 0;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
  }

  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .review-logo {
    margin-bottom: 12px;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .food-card {
    padding: 16px;
  }

  .menu-item {
    width: 100%;
  }

  .cta-content {
    padding: 12px;
  }

  .tab-link-round {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .question-title {
    flex: 1;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-detail-left {
    width: auto;
  }

  .checkout-form, .order-confirmation {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .required {
    font-size: 13px;
  }

  .button-white {
    width: 100%;
    max-width: 250px;
  }

  .cta-heading {
    font-size: 43px;
  }

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

  .paypal-checkout-form {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .header-section {
    min-height: 500px;
    padding-top: 140px;
  }

  .header-h1 {
    font-size: 50px;
  }

  .pagination-button {
    width: 100%;
    max-width: 250px;
  }

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

  .order-item {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

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

  .order-image {
    width: 140px;
    margin-bottom: 10px;
  }

  .block-header {
    flex-wrap: wrap;
  }

  .heading-11 {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button3.btnnew2 {
    margin-top: 10px;
    margin-left: 0;
    padding: 9px 10px;
  }

  .container-3 {
    flex-direction: column;
  }

  .text-area {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .big-paragraph.max-500 {
    font-size: 18px;
  }

  .contact-form {
    padding: 30px;
  }

  .form-field {
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .contact-form-grid {
    grid-template-columns: 1fr;
  }
}

#w-node-d858f5bb-3172-b17b-bc51-791151e94017-70f6b4b6 {
  place-self: start;
}

#w-node-d858f5bb-3172-b17b-bc51-791151e94026-70f6b4b6 {
  align-self: center;
}

#Il-vostro-messaggio.w-node-d858f5bb-3172-b17b-bc51-791151e9402b-70f6b4b6, #w-node-d4b71ba8-15ac-4c16-1a2e-158a8aaee324-70f6b4b6, #w-node-d858f5bb-3172-b17b-bc51-791151e94033-70f6b4b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #Il-vostro-messaggio.w-node-d858f5bb-3172-b17b-bc51-791151e9402b-70f6b4b6 {
    grid-column: span 1 / span 1;
  }

  #w-node-d858f5bb-3172-b17b-bc51-791151e94033-70f6b4b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d858f5bb-3172-b17b-bc51-791151e94033-70f6b4b6 {
    grid-column: span 1 / span 1;
  }
}



