:root {
  --background-main: #fff;
  --text-color-main: #222;
  --accent-color: red;
  --text-color-muted: #727272;
  --background-transparent: transparent;
  --background-menu-body: #f8f8f8;
  --background-light-grey: #dfdfdf;
  --spark-library--black: black;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--foreground-interactive: #12020b;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--foreground-disabled: #98a1b3;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--border-default: #00000029;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-100: #f7f9fd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity, .w-commerce-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, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--background-main);
  color: var(--text-color-main);
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.027rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.802rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.602rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.424rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.266rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  letter-spacing: -.02em;
  margin-bottom: 1rem;
}

a {
  color: var(--text-color-main);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

blockquote {
  border-left: 5px solid var(--accent-color);
  margin-bottom: 1rem;
  padding: 0 1rem;
  font-size: 1.266rem;
  font-style: italic;
  line-height: 1.4;
}

figure {
  border-radius: .5rem;
  margin-bottom: .5rem;
  overflow: hidden;
}

figcaption {
  color: var(--text-color-muted);
  text-align: center;
  margin-top: .5rem;
  font-size: .875rem;
}

.section {
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.section.footer {
  background-color: var(--background-main);
  margin-top: auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  box-shadow: 0 -2px 4px #0000001a;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
}

.button {
  background-color: var(--accent-color);
  text-align: center;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  margin-top: 0;
  padding: .5rem 1rem;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.button.secondary {
  border: 1px solid var(--text-color-main);
  background-color: var(--background-transparent);
  color: var(--text-color-main);
  min-width: 10rem;
  display: none;
}

.button.secondary:hover {
  background-color: var(--text-color-main);
  color: var(--background-main);
}

.button.apply-discount {
  background-color: var(--text-color-main);
  min-height: 3rem;
}

.button.add-to-cart {
  width: auto;
  min-height: 2.5rem;
  margin-bottom: .25rem;
}

.button.buy-now {
  margin-bottom: .25rem;
  margin-left: .25rem;
}

.button.is-white {
  background-color: var(--background-menu-body);
  color: var(--text-color-main);
}

.navbar {
  z-index: 1000;
  border-bottom: 1px solid var(--background-light-grey);
  background-color: var(--background-main);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.logo {
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  flex: none;
}

.brand {
  z-index: 100;
  align-items: center;
  height: 4rem;
  padding: 1rem;
  font-family: Beau Rivage;
  font-size: 40px;
  display: flex;
}

.nav-link {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--background-light-grey);
  color: var(--text-color-main);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  background-color: var(--background-main);
  -webkit-text-stroke-width: 0px;
  flex: 0 auto;
  text-decoration: none;
}

.nav-link.w--current {
  background-color: var(--background-light-grey);
  color: var(--text-color-main);
  text-decoration: none;
}

.small-gallery-image {
  width: 100%;
}

.footer-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.footer-brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-column {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-title {
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 700;
}

.footer-link {
  color: var(--text-color-muted);
  font-size: .8rem;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  color: var(--text-color-main);
}

.brand-description {
  max-width: 22ch;
  margin-bottom: 0;
  font-size: .7rem;
}

.essential-pages-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--background-light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 2rem;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: grid;
}

.essential-liink {
  font-size: .8rem;
  text-decoration: none;
}

.lottie-menu {
  flex: none;
  display: flex;
}

.menu-button {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 1.25rem;
  display: flex;
}

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

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

.product-image-wrap {
  flex-direction: row;
  width: 100%;
  height: 20rem;
  display: flex;
  position: relative;
  overflow: scroll;
}

.back-link {
  border: 1px solid var(--background-light-grey);
  background-color: var(--background-main);
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-image: url('../images/arrow_back_FILL1_wght400_GRAD0_opsz48.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-radius: .25rem;
  width: 3rem;
  height: 3rem;
  font-size: .8rem;
  text-decoration: none;
  display: block;
}

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

.quantity-selector {
  border-color: var(--text-color-main);
  background-color: var(--background-transparent);
  border-radius: .25rem;
  width: 3.75rem;
  height: 2.5rem;
  margin-bottom: .25rem;
  padding: .75rem .5rem .75rem .75rem;
  font-size: 1rem;
  line-height: 1;
}

.buttons-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: stretch;
  display: grid;
}

.categories-collection {
  width: 100%;
}

.categories-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.categories-item {
  flex-direction: column;
  align-items: center;
  max-width: 7rem;
  display: flex;
}

.menu-wrap {
  background-color: var(--background-main);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.header-image-wrap {
  text-align: center;
  background-image: url('../images/524131699_1106263968273281_5649341956379241618_n.png');
  background-position: 50% 8%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  display: flex;
}

.header-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.menu-logo-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.menu-logo {
  border: .25rem solid var(--background-menu-body);
  background-color: var(--background-menu-body);
  object-fit: cover;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
}

.menu-body {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--background-menu-body);
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.menu-block {
  border-top: 1px solid var(--background-light-grey);
  flex: 1;
  width: 100%;
  max-width: 100%;
  padding: 2rem;
}

.menu-block.bigger-top-spacing {
  padding-top: 5rem;
}

.menu-block.no-bottom-padding {
  padding-bottom: 0;
}

.menu-block.is-header {
  border-top-style: none;
  flex: 0 auto;
}

.circle-image-big {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  max-width: 9rem;
  max-height: 9rem;
}

.products-collection {
  width: 100%;
  padding: 2rem;
}

.products-item {
  background-color: var(--background-main);
  border-radius: .5rem;
  width: 100%;
  overflow: clip;
  box-shadow: 0 2px 4px #0000001a;
}

.rating-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center stretch;
  line-height: 1.5;
  display: grid;
}

.review-meta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center start;
  font-size: .875rem;
  display: flex;
}

.slider {
  background-color: #fff0;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 2rem;
}

.slide-nav {
  width: 100%;
  max-width: 100%;
  height: 2rem;
  font-size: .6rem;
}

.left-arrow, .right-arrow {
  background-color: var(--background-menu-body);
  color: var(--text-color-muted);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 1rem;
  display: none;
}

.mask {
  border-radius: .5rem;
  width: 50%;
  max-width: 100%;
  padding-right: 1rem;
  overflow: visible;
}

.slide {
  background-color: var(--background-menu-body);
  border-radius: .5rem;
  width: 100%;
  max-width: 100%;
  margin-right: 1rem;
}

.circle-image-small {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 4.5rem;
  height: 4.5rem;
}

.apps-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.app-logo-wrap {
  background-color: var(--background-main);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 7rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px 4px #0000001a;
}

.product-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.products-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-image {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  flex: none;
  width: 100%;
  max-width: 20rem;
  height: 100%;
  margin-right: 1px;
}

.product-image.full-width {
  aspect-ratio: auto;
  max-width: 100%;
  margin-right: 0;
}

.menu-courses-collection {
  background-color: var(--background-menu-body);
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.menu-courses-list {
  text-align: center;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-courses-item {
  flex: none;
  display: inline-block;
}

.menu-courses-empty-state {
  display: none;
}

.menu-course-button {
  border: 1px solid var(--text-color-muted);
  background-color: var(--background-transparent);
  color: var(--text-color-main);
  border-radius: .5rem;
  margin: .25rem;
  padding: .5rem 1.5rem;
  transition: all .2s;
}

.menu-course-button:hover {
  background-color: var(--background-light-grey);
}

.menu-course-button.w--current {
  border-color: var(--text-color-main);
  background-color: var(--text-color-main);
  color: var(--background-main);
}

.tabs-menu {
  z-index: 999;
  border-top: 1px solid var(--background-light-grey);
  border-bottom: 1px solid var(--background-light-grey);
  background-color: var(--background-main);
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  display: flex;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.tab-button {
  background-color: var(--background-main);
  color: var(--text-color-muted);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 3.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .7rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.tab-button:hover {
  background-color: var(--background-menu-body);
}

.tab-button.w--current {
  color: var(--text-color-main);
  overflow: clip;
}

.tab-button.home {
  background-image: url('../images/home_24dp_FILL0_wght300_GRAD-25_opsz24.svg');
  background-position: 50% 8px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.tab-button.home.w--current {
  background-image: url('../images/home_24dp_FILL1_wght300_GRAD-25_opsz24.svg');
}

.tab-button.menu {
  background-image: url('../images/menu_book_24dp_FILL0_wght300_GRAD-25_opsz24.svg');
  background-position: 50% 8px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.tab-button.menu.w--current {
  background-image: url('../images/menu_book_24dp_FILL1_wght300_GRAD-25_opsz24.svg');
}

.tab-button.promo {
  background-image: url('../images/sell_24dp_FILL0_wght300_GRAD-25_opsz24.svg');
  background-position: 50% 8px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.tab-button.promo.w--current {
  background-image: url('../images/sell_24dp_FILL1_wght300_GRAD-25_opsz24.svg');
}

.cart-button {
  color: var(--text-color-muted);
  background-color: #fff0;
  background-image: url('../images/shopping_bag_24dp_FILL0_wght300_GRAD-25_opsz24-1.svg');
  background-position: 50% 8px;
  background-repeat: no-repeat;
  background-size: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .25rem 1rem;
  display: flex;
  position: relative;
}

.cart-quantity {
  color: var(--background-main);
  background-color: red;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 1rem;
  height: 1rem;
  margin-left: 1.5rem;
  padding: .25rem;
  font-size: .6rem;
  line-height: 1;
  display: flex;
  position: absolute;
  top: .25rem;
}

.more-images-collection {
  flex: none;
}

.more-images-list {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.app-logo {
  max-width: none;
  max-height: none;
}

.quantity-and-options-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.select-field {
  border: 1px solid var(--text-color-main);
  background-color: var(--background-main);
  color: var(--text-color-main);
  border-radius: .25rem;
  height: 2.5rem;
  margin-bottom: 0;
  padding: .5rem;
}

.field-label {
  color: var(--text-color-muted);
  vertical-align: top;
  margin-bottom: .5rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.option-button {
  border-color: var(--text-color-main);
  background-color: var(--background-transparent);
  border-radius: .25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 2.5rem;
  margin-bottom: .25rem;
  margin-right: .25rem;
  padding: .75rem;
  font-size: .875rem;
  line-height: 1;
  display: inline-block;
}

.option-button:hover {
  border-color: var(--text-color-muted);
  background-color: var(--background-menu-body);
}

.option-button:active, .option-button:focus {
  background-color: var(--background-light-grey);
}

.option-button.w--ecommerce-pill-selected {
  border-color: var(--text-color-main);
  background-color: var(--text-color-main);
  color: var(--background-main);
}

.option-button.w--ecommerce-pill-disabled {
  background-color: var(--background-menu-body);
  color: var(--background-light-grey);
}

.more-images-item {
  flex: none;
  max-width: 768px;
}

.option-list {
  margin-right: 1rem;
  display: inline-block;
}

.quantity-wrap {
  flex-flow: column;
  margin-right: 1rem;
  display: flex;
}

.options-button-group {
  margin-bottom: 0;
  display: block;
}

.product-main-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  min-width: 15rem;
  height: 100%;
  margin-top: auto;
  position: static;
}

.product-card-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.out-of-stock-state {
  background-color: var(--background-light-grey);
  color: var(--text-color-muted);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
  margin-top: 0;
  padding: .5rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.out-of-stock-state.product-page {
  background-color: var(--background-light-grey);
  color: var(--text-color-muted);
  border-radius: .5rem;
  padding: 1rem;
}

.error-state {
  color: var(--accent-color);
  background-color: #fff0;
  margin-top: .5rem;
  padding: 0;
  font-size: .8rem;
}

.menu-head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background-menu-body);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
}

.promotions-collection {
  width: 100%;
}

.promotions-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.promotion-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--accent-color);
  color: var(--background-main);
  border-radius: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center start;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: clip;
}

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

.display-inline.margin {
  margin-left: .5rem;
}

.promotion-details-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.nav-menu {
  z-index: 1;
  background-color: var(--background-menu-body);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.brand-logo {
  max-height: 2rem;
}

.info-cards-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2rem;
  font-size: .875rem;
  display: grid;
}

.card {
  background-color: var(--background-main);
  border-radius: .5rem;
  padding: 1.25rem;
  box-shadow: 0 2px 4px #0000001a;
}

.heading-style-h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.027rem;
  font-weight: 700;
  line-height: 1.3;
}

.category-heading {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.review-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.apple-pay, .pay-with-browser {
  border-radius: .5rem;
  height: 2.5rem;
}

.cart-item {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.product-image-in-cart {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .25rem;
  width: 4rem;
  height: 4rem;
}

.remove-button {
  background-color: var(--background-main);
  background-image: url('../images/delete_FILL0_wght400_GRAD0_opsz24.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .25rem;
  flex: none;
  width: 2rem;
  height: 2rem;
  margin-left: .5rem;
  transition: all .2s;
}

.remove-button:hover {
  background-color: var(--background-light-grey);
}

.font-size-smaller {
  font-size: .8rem;
}

.close-button {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.cart-header {
  border-bottom-color: var(--background-light-grey);
  padding: 1rem 1rem 1rem 1.5rem;
}

.cart-list {
  padding: 1rem;
}

.cart-footer {
  border-top-color: var(--background-light-grey);
  padding: 1rem 1.5rem 1.5rem;
}

.checkout-form {
  background-color: var(--background-menu-body);
  padding: 2rem;
}

.web-payments {
  margin-bottom: 1.5rem;
}

.checkout-block {
  background-color: var(--background-main);
  border-radius: .5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.block-header {
  border-style: none none solid;
  border-bottom-color: var(--background-light-grey);
  align-items: center;
  padding: 1rem;
  font-size: .8rem;
}

.checkout-block-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.block-content {
  border: 1px #000;
  padding: 1rem;
}

.text-field {
  border-color: var(--background-light-grey);
  background-color: var(--background-menu-body);
  border-radius: .25rem;
  height: 3rem;
  margin-bottom: 1rem;
  padding: .5rem;
}

.text-field:hover, .text-field:active {
  border-color: var(--text-color-muted);
}

.text-field:focus, .text-field.-wfp-focus {
  border-color: var(--text-color-main);
}

.shipping-method-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.shipping-method {
  background-color: var(--background-menu-body);
  border: 1px #000;
  border-radius: .5rem;
  padding: 1rem;
}

.order-item {
  border-bottom: 1px solid var(--background-light-grey);
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.order-item:last-child {
  border-bottom-style: none;
}

.sticky-block {
  top: 6rem;
}

.order-confirmation {
  background-color: var(--background-menu-body);
  padding: 2rem;
}

.discounts {
  border-style: solid none none;
  border-top-color: var(--background-light-grey);
  padding: 1rem;
}

.social-icon {
  flex: none;
  width: 1rem;
}

.cart-wrapper {
  text-align: left;
  font-size: 1rem;
}

.cart-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}

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

.rating-on-homepage {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center stretch;
  font-size: 1.25rem;
  line-height: 1.5;
  display: grid;
}

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

.labels-collection {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-icon {
  object-fit: contain;
  object-position: 50% 50%;
  width: 1.5rem;
  height: 1.5rem;
}

.heading-and-price-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  margin-bottom: 1rem;
  display: flex;
}

.product-detail-heading {
  margin-bottom: 0;
  font-size: .875rem;
}

.product-details-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: end start;
  place-items: end start;
  width: 100%;
  display: grid;
}

.label-collection-item {
  flex: none;
}

.heading-h1 {
  margin-bottom: .5rem;
}

.product-card-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1rem 2rem;
  display: flex;
}

.card-price-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: .5rem .5rem auto auto;
}

.options-wrap, .portion-info, .calories-info {
  flex-flow: column;
  display: flex;
}

.compare-at-price {
  background-color: var(--accent-color);
  color: var(--background-main);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin-top: .125rem;
  padding: .25rem;
  font-size: .75rem;
  line-height: 1;
  text-decoration: line-through;
  display: inline-flex;
}

.variant-select-field {
  border: 1px solid var(--text-color-main);
  background-color: var(--background-main);
  color: var(--text-color-main);
  border-radius: .25rem;
  height: 2.5rem;
  margin-bottom: .25rem;
  padding: .5rem;
}

.product-image-link {
  width: 100%;
  height: auto;
  position: relative;
}

.product-card-price {
  background-color: var(--background-main);
  border-radius: .25rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

.card-heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  margin-bottom: 1rem;
  display: flex;
}

.default-state {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  display: flex;
}

.promo-copy-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 4rem;
  display: flex;
}

.promotion-heading {
  margin-bottom: .5rem;
}

.empty-state {
  background-color: var(--background-main);
  color: var(--text-color-muted);
  text-align: center;
  border-radius: .5rem;
  width: 100%;
  padding: 1rem;
  overflow: clip;
}

.tab-text {
  margin-bottom: .25rem;
}

.block-grid-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licencing-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 2rem;
  display: grid;
}

.style-guide-label {
  background-color: var(--background-light-grey);
  color: var(--text-color-main);
  border-radius: .25rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: .125rem .5rem;
  font-size: .875rem;
  display: inline-flex;
}

.heading-style-h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.802rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.602rem;
  line-height: 1.2;
}

.heading-style-h4 {
  letter-spacing: -.02em;
  order: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.424rem;
  line-height: 1.2;
}

.heading-style-h5 {
  letter-spacing: -.04em;
  font-size: 1.266rem;
  line-height: 1.4;
}

.heading-style-h6 {
  letter-spacing: -.04em;
  font-size: 1.125rem;
  line-height: 1.4;
}

.style-guide-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.text-size-large {
  font-size: 1.424rem;
}

.text-size-medium {
  font-size: 1.266rem;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.max-width-70ch {
  max-width: 70ch;
}

.text-size-tiny {
  font-size: .75rem;
}

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

.text-style-italic {
  font-style: italic;
}

.text-style-all-caps {
  text-transform: uppercase;
}

.text-style-link {
  color: var(--text-color-main);
  text-decoration: underline;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-normal {
  font-weight: 400;
}

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

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

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

.buttons-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-heading-wrap {
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
}

.preloader {
  z-index: 9999;
  background-color: var(--background-main);
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.progress-bar-wrap {
  background-color: var(--background-light-grey);
  border-radius: .5rem;
  width: 100%;
  max-width: 10rem;
  height: .25rem;
  position: relative;
  overflow: clip;
}

.progress-bar {
  background-color: var(--text-color-main);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.category-link-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.reviews-collection-wrap {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.star-symbol {
  color: #ffd000;
}

.review-date {
  color: var(--text-color-muted);
  margin-left: auto;
  font-size: .75rem;
}

.align-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-wrap {
  flex-flow: column;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.promotions-rich-text-wrap, .rich-text-wrap {
  padding-top: 2rem;
}

.widescreen-ratio-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.max-width-70ch {
  max-width: 70ch;
}

.promo-banner-image {
  aspect-ratio: 2;
  object-fit: cover;
  flex: none;
  align-self: auto;
  width: 50%;
  height: 100%;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.paragraph {
  text-align: center;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-square-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 8px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: color .15s, background-color .15s, opacity .15s;
}

.spark-nav-link.spark-square-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-nav-link.spark-with-mega-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-nav-link.spark-with-mega-dropdown.w--open {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  transition: color .15s, background-color .15s, opacity .15s;
  position: static;
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-nav-bar {
  z-index: 9999;
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: sticky;
  top: 0;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  padding-left: 0;
}

.spark-nav-bar-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-mega-dropdown-list.w--open {
  background-color: var(--spark-library--white);
  width: 100%;
  height: auto;
  position: absolute;
  inset: 72px 0% 0%;
}

.spark-mega-dropdown {
  position: static;
}

.spark-mega-dropdown-card {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: var(--spark-library--white);
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  padding: 32px;
  display: flex;
}

.spark-mega-dropdown-card.spark-left-aligned {
  justify-content: flex-start;
}

.spark-mega-dropdown-card.spark-left-aligned.spark-simple-shadow-tiny-on-dropdown {
  perspective-origin: 0 0;
  transform-origin: 0 0;
}

.spark-sub-nav-list {
  flex-direction: column;
  width: 200px;
  display: flex;
}

.spark-sub-nav-list.spark-half-split-nav-list {
  grid-row-gap: 8px;
  width: 50%;
}

.spark-bold-sub-heading {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

.spark-left-aligned-link {
  color: var(--spark-library--black);
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
}

.spark-left-aligned-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.spark-section.spark-light-background {
  background-color: var(--spark-library--background--interactive);
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-full-width {
  background-color: var(--spark-library--foreground-interactive);
  text-align: center;
  width: 100%;
}

.spark-button.spark-full-width:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-simple-shadow-tiny {
  box-shadow: -1px 1px 10px #0000001f;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-small-icon.spark-foreground-disabled {
  color: var(--spark-library--foreground-disabled);
}

.spark-absolute-dark-background {
  background-color: var(--spark-library--foreground-interactive-hover);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spark-absolute-dark-background.spark-top-aligned {
  z-index: 0;
  background-color: var(--spark-library--foreground-interactive);
  height: 52%;
  inset: 0% 0% auto;
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-foreground-secondary.spark-no-bottom {
  margin-bottom: 0;
}

.spark-flex-row-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.spark-pricing-column {
  background-color: var(--spark-library--white);
  border-radius: 8px;
  width: 458px;
  max-width: 100%;
}

.spark-pricing-top {
  border-bottom: 1px solid var(--spark-library--border-default);
  text-align: center;
  flex-direction: column;
  padding: 32px 16px;
  display: flex;
}

.spark-pricing-top.sparking-top-left-aligned {
  text-align: left;
  padding-left: 32px;
  padding-right: 32px;
}

.spark-flexed-price {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.spark-flexed-price.spark-left-aligned {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 24px;
}

.spark-price-text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-price-text.spark-no-bottom {
  margin-bottom: 0;
}

.spark-foreground-primary {
  color: var(--spark-library--black);
  font-weight: 600;
}

.spark-foreground-primary.spark-no-bottom {
  margin-bottom: 0;
}

.spark-pricing-bottom {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.spark-checked-item {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.spark-features-included {
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--spark-library--border-default);
  text-align: left;
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.spark-features-included.spark-left-aligned {
  align-items: flex-start;
  padding-left: 32px;
  padding-right: 32px;
}

.spark-white {
  color: var(--spark-library--white);
}

.spark-plan-name {
  color: var(--spark-library--foreground-interactive);
  margin-bottom: .4rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-navigation-link {
  opacity: 1;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  mix-blend-mode: normal;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .25s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-logo-link-middle {
  margin-left: 24px;
  margin-right: 24px;
}

.f-navigation-container-middle {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-logo-link-mobile {
  margin-left: 24px;
  margin-right: 24px;
  display: none;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

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

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h6-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-outline {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  transition: box-shadow .2s, border-color .2s;
}

.f-testimonial-outline:hover {
  border-color: #0000;
  box-shadow: 29px 57px 140px -48px #393b6a1f;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.spark-line-4 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-4.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-line-5 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-rounded-edge-navbar {
  z-index: 99;
  background-color: var(--spark-library--white);
  border-radius: 999px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 32px;
  box-shadow: 2px 0 8px #0000001a;
}

.spark-rounded-edge-navbar.spark-absolute-positioned-navbar {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 32px 0% auto;
}

.spark-rounded-edge-nav-bar-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-icon-2 {
  width: 12px;
  display: inline-block;
}

.spark-icon-2.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-team-member-details {
  max-width: 590px;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-social-row {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.spark-square-image {
  border-radius: 12px;
  width: 100%;
}

.spark-square-image.spark-sharp-corners {
  border-radius: 0;
}

.spark-wrapped-square-team {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-wrapped-square-team.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.spark-team-grid-spaced-vertically {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .section {
    width: 100%;
  }

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

  .footer-brand {
    text-decoration: none;
  }

  .mask {
    width: 33%;
  }
}

@media screen and (min-width: 1440px) {
  body {
    background-image: url('../images/fuji-background-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .slider {
    padding-bottom: 0;
  }

  .slide-nav.hide-on-1440px {
    display: none;
  }

  .mask {
    width: 25.25%;
  }

  .body {
    background-image: none;
  }

  .testimonial-slider-large {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    margin-top: -44px;
  }

  .testimonial-slide {
    border-radius: 20px;
    width: 300px;
    height: 400px;
  }

  .text-block {
    align-self: center;
    width: 300px;
    height: 400px;
  }

  .bold-text {
    text-align: left;
  }
}

@media screen and (min-width: 1920px) {
  body {
    background-image: none;
  }

  .container {
    max-width: 100%;
  }

  .apps-grid {
    grid-template-areas: ". Area";
  }

  .checkout-block {
    display: flex;
  }

  .footer-form-two {
    margin-top: -44px;
  }

  .footer-form-container-two {
    text-align: left;
  }

  .testimonial-slider-large {
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .button.secondary {
    display: none;
  }

  .footer-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .essential-pages-links {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .menu-wrap {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-block {
    width: 100vw;
    max-width: 100vw;
  }

  .order-confirmation {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .promo-copy-wrap {
    padding: 2rem;
  }

  .promo-banner-image {
    aspect-ratio: auto;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    text-align: center;
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-square-button, .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-bar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-nav-menu.spark-rounded-corners {
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px #0000002b;
  }

  .spark-nav-bar-inner {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

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

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-mega-dropdown-list.w--open {
    z-index: 10;
    box-shadow: none;
    position: relative;
    top: 0;
  }

  .spark-mega-dropdown {
    width: 100%;
    position: relative;
  }

  .spark-mega-dropdown-card {
    z-index: 1;
    grid-column-gap: 32px;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .spark-mega-dropdown-card.spark-left-aligned {
    flex-wrap: nowrap;
  }

  .spark-mega-dropdown-card.spark-left-aligned.spark-simple-shadow-tiny-on-dropdown {
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-sub-nav-list {
    width: 100%;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-absolute-dark-background.spark-top-aligned {
    height: 230px;
  }

  .spark-flex-row-pricing {
    flex-wrap: wrap;
    justify-content: center;
  }

  .spark-features-included {
    padding-left: 64px;
    padding-right: 64px;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation {
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-middle {
    margin-left: 0;
    display: none;
  }

  .f-navigation-container-middle {
    justify-content: space-between;
  }

  .f-navigation-logo-link-mobile {
    margin-left: 0;
    display: flex;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .spark-line-4.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-5.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-rounded-edge-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .testimonial-slider-large {
    background-color: #fff;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-slide {
    border-radius: 20px;
    height: 250px;
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-wrapped-square-team {
    width: 45%;
  }

  .spark-wrapped-square-team.spark-stacked {
    width: 50%;
  }

  .spark-team-grid-spaced-vertically {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button.secondary {
    display: none;
  }

  .footer-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
  }

  .categories-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .header-image-wrap {
    background-position: 100% 8%;
  }

  .slider {
    width: 90vw;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .circle-image-small {
    margin-bottom: 1rem;
    margin-right: 0;
  }

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

  .product-main-image {
    min-width: 10rem;
  }

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

  .promotion-card {
    flex-flow: column;
  }

  .checkout-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .promo-copy-wrap {
    width: 100%;
  }

  .block-grid-wrap {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .promo-banner-image {
    aspect-ratio: 2;
    width: 100%;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-link.spark-square-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .spark-nav-link.spark-with-mega-dropdown {
    justify-content: space-between;
  }

  .spark-nav-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-mega-dropdown-card {
    padding: 16px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section.spark-light-background {
    padding-top: 128px;
  }

  .spark-absolute-dark-background.spark-top-aligned {
    height: 270px;
  }

  .spark-flex-row-pricing {
    flex-direction: column;
  }

  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .spark-rounded-edge-navbar {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-square-team {
    width: 100%;
  }

  .spark-wrapped-square-team.spark-stacked {
    grid-row-gap: 0px;
    width: 50%;
    padding-bottom: 24px;
  }

  .spark-team-grid-spaced-vertically {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.476rem;
  }

  h2 {
    font-size: 1.383rem;
  }

  h3 {
    font-size: 1.296rem;
  }

  h4 {
    font-size: 1.215rem;
  }

  h5 {
    margin-bottom: 1.5rem;
    font-size: 1.138rem;
  }

  h6 {
    font-size: 1.067rem;
  }

  .container {
    max-width: none;
    position: static;
  }

  .button.add-to-cart, .button.buy-now {
    margin-bottom: .5rem;
  }

  .brand {
    color: #000;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
  }

  .footer-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-brand.w--current {
    align-items: center;
  }

  .footer-link {
    font-size: .7rem;
  }

  .essential-pages-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .essential-liink {
    font-size: .7rem;
  }

  .product-image-wrap {
    height: 19rem;
  }

  .quantity-selector {
    margin-bottom: .5rem;
  }

  .buttons-wrap {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .categories-list {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: start center;
    overflow: scroll;
  }

  .categories-item {
    flex: none;
  }

  .menu-wrap {
    border-radius: 0;
  }

  .header-image-wrap {
    aspect-ratio: 16 / 9;
    background-image: url('../images/524131699_1106263968273281_5649341956379241618_n.png');
    background-position: 90% 0;
    background-size: cover;
    height: auto;
  }

  .menu-block, .products-collection {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .review-meta {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    place-items: flex-start center;
  }

  .mask {
    background-color: var(--background-menu-body);
    width: 100%;
    padding-right: 0;
  }

  .slide {
    background-color: #f8f8f800;
    border-radius: 0;
  }

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

  .app-logo-wrap {
    flex: none;
    min-height: 5rem;
  }

  .product-image {
    max-width: 19rem;
  }

  .menu-courses-collection {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .tab-button {
    font-size: .6rem;
  }

  .app-logo {
    max-width: 6rem;
    max-height: 4rem;
  }

  .product-card-wrap {
    flex-flow: column;
    grid-template-columns: .25fr;
    display: flex;
  }

  .menu-head {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .promotion-card {
    flex-direction: column;
    align-items: center;
  }

  .promotion-details-wrap {
    grid-column-gap: .125rem;
    grid-row-gap: .125rem;
    flex-flow: wrap;
    font-size: .75rem;
    display: flex;
  }

  .nav-menu {
    max-width: 100%;
  }

  .info-cards-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h1 {
    font-size: 1.476rem;
  }

  .product-detail-heading {
    font-size: .75rem;
  }

  .product-details-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    display: flex;
  }

  .product-card-info {
    padding: 1rem;
  }

  .card-price-wrap {
    top: auto;
    bottom: .5rem;
  }

  .compare-at-price {
    font-size: .625rem;
    top: -1.5rem;
  }

  .variant-select-field {
    margin-bottom: .5rem;
  }

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

  .heading-style-h2 {
    font-size: 1.383rem;
  }

  .heading-style-h3 {
    font-size: 1.296rem;
  }

  .heading-style-h4 {
    font-size: 1.215rem;
  }

  .heading-style-h5 {
    font-size: 1.138rem;
  }

  .heading-style-h6 {
    font-size: 1.067rem;
  }

  .text-size-large {
    font-size: 1.215rem;
  }

  .text-size-medium {
    font-size: 1.138rem;
  }

  .review-date {
    margin-left: 0;
  }

  .container-2 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-link.spark-square-button {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .75rem;
  }

  .spark-nav-link.spark-with-mega-dropdown {
    justify-content: space-between;
    margin-bottom: .5rem;
  }

  .spark-nav-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-nav-bar-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .spark-nav-bar-inner.spark-short-nav-bar {
    padding: 0 0 0 20px;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-mega-dropdown-card.spark-left-aligned {
    grid-column-gap: 16px;
  }

  .spark-mega-dropdown-card.spark-left-aligned.spark-simple-shadow-tiny-on-dropdown {
    flex-wrap: wrap;
  }

  .spark-sub-nav-list.spark-half-split-nav-list {
    width: 100%;
  }

  .spark-bold-sub-heading {
    padding-left: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-absolute-dark-background.spark-top-aligned {
    height: 256px;
  }

  .spark-flex-row-pricing {
    align-items: flex-start;
    margin-top: 64px;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .spark-features-included {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-banner-flex-row {
    text-align: left;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .spark-rounded-edge-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0 12px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-icon-2.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-square-team.spark-stacked {
    width: 100%;
  }

  .spark-team-grid-spaced-vertically {
    grid-row-gap: 0px;
  }
}

#w-node-_4a28538b-542b-aaf5-a6f8-da85d8d2c680-bb524410, #w-node-_4a28538b-542b-aaf5-a6f8-da85d8d2c682-bb524410, #w-node-_54fa085c-ecd8-8622-f2a9-e486949942d5-bb524410, #w-node-b0b66942-e9ca-17bf-2744-20cb07b431b4-bb524410, #w-node-c00ae075-bcad-2aef-864d-250baf31fbd1-bb524410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfd08ccd-2be4-b899-d00d-b59ad5648f71-d5648f70, #w-node-bfd08ccd-2be4-b899-d00d-b59ad5648f73-d5648f70 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bfd08ccd-2be4-b899-d00d-b59ad5648f7e-d5648f70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3474115b-65aa-7dfd-c323-6bf7b6cb13e2-b6cb13e1 {
  place-self: center start;
}

#w-node-_3474115b-65aa-7dfd-c323-6bf7b6cb13e4-b6cb13e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3474115b-65aa-7dfd-c323-6bf7b6cb1427-b6cb13e1 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-bd67f789-5dd6-cc2e-25c5-d9a76e8777f0-6e8777e6, #w-node-_0ccbd0cb-90c4-a415-d3a5-a2ceb6577ed6-6e8777e6, #w-node-_48e1debd-5382-8701-fcb8-24a7699a0355-6e8777e6, #w-node-bd67f789-5dd6-cc2e-25c5-d9a76e8777f9-6e8777e6, #w-node-_9c6167f5-8dd9-7929-b86c-3a62a0adfb6d-bb524419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c6167f5-8dd9-7929-b86c-3a62a0adfb71-bb524419 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f6186ba9-3a06-01ac-baf2-3008308d37cc-bb52441a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_606b5b23-28de-2e6b-000c-a32f73fa8181-bb52441a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e4529471-75ad-6954-ad74-292012d84988-bb52441f, #w-node-_9da47036-13be-599c-0c40-ccd031a0881a-bb52441f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9da47036-13be-599c-0c40-ccd031a0881e-bb52441f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7a7db460-0b84-a07a-a4b3-66516ba351b3-bb524420, #w-node-_79c7ffee-ac01-cdd4-b9b2-b11bd8404284-bb524421 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce9bc1db-5928-80c2-806a-0fa148e0bb40-bb524421 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a5bdb6a1-2fea-30fd-a58a-38934325f262-bb524425 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6e0ea61-c668-c53f-5b0a-2fd18fe7fcfe-bb524425 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_27137615-2295-de6f-e669-a92358946f90-bb524425 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27137615-2295-de6f-e669-a92358946f94-bb524425 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e04b7722-e92d-a285-5138-dd4b90e8b882-bb524428, #w-node-e04b7722-e92d-a285-5138-dd4b90e8b88f-bb524428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e04b7722-e92d-a285-5138-dd4b90e8b893-bb524428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-_3474115b-65aa-7dfd-c323-6bf7b6cb13e2-b6cb13e1, #w-node-_3474115b-65aa-7dfd-c323-6bf7b6cb1427-b6cb13e1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c00ae075-bcad-2aef-864d-250baf31fbd1-bb524410 {
    grid-column: span 2 / span 2;
  }

  #w-node-_25a5195a-bbde-81d6-c464-46467c93d30f-bb52441a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


