@font-face {
  font-family: Made Saonara Webfont;
  src: url('../fonts/made_saonara-webfont.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

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

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

.body {
  background-color: #f1e7db;
}

.navbar {
  z-index: 99;
  mix-blend-mode: normal;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 5vh;
  min-height: 60px;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  mix-blend-mode: difference;
  background-color: #fff0;
  align-items: center;
  height: 5vh;
  display: flex;
}

.menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  height: 5vh;
}

.image {
  mix-blend-mode: normal;
  width: 6em;
}

.ctanav {
  grid-column-gap: 1rem;
  background-color: #1a2b18;
  border: 1px solid #1a2b18;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: .8em 2em;
  transition: background-color .3s;
  position: relative;
  overflow: hidden;
}

.ctanav:hover {
  background-color: #1a2b18d4;
}

.image-2 {
  width: .9rem;
}

.text-block {
  z-index: 3;
  color: #fff;
  letter-spacing: 1px;
  mix-blend-mode: normal;
  margin-bottom: 1px;
  font-family: Red Hat Display, sans-serif;
  font-size: 1em;
  font-weight: 300;
  position: relative;
}

.hero {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  height: 100vh;
  position: relative;
}

.heromovie {
  background-image: url('../images/elixis_media1.webp');
  background-position: 50% 100%;
  background-size: auto 100vh;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.herotext {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
}

.heading {
  color: #f1e7db;
  letter-spacing: .125rem;
  margin-top: 0;
  margin-bottom: -1rem;
  font-family: Red Hat Display, sans-serif;
  font-size: .7rem;
  font-weight: 400;
}

.headinghero {
  z-index: 2;
  color: #f1e7db;
  text-align: center;
  -webkit-text-stroke-width: .5px;
  margin-top: 30px;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.image-3 {
  z-index: 1;
  text-align: left;
  width: 2.2vw;
  display: block;
  position: relative;
  inset: 2.5vw auto 0 -17vw;
}

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

.opisesperci {
  z-index: 2;
  background-color: #f1e7db;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.spacerxs {
  height: 1vh;
}

.pasekfull {
  width: auto;
  max-width: 100%;
  overflow: hidden;
}

.pasek {
  grid-column-gap: 4rem;
  background-color: #f1e7db;
  align-items: center;
  height: 8vh;
  min-height: 100px;
}

.haslopasek {
  z-index: 2;
  grid-column-gap: .2rem;
  color: #1a2b18;
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.flex-block {
  grid-column-gap: 4rem;
}

.headinghero2 {
  color: #f1e7db;
  text-align: center;
  letter-spacing: 0;
  max-width: 41ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4em;
}

.opis-div {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 1440px;
  max-width: 90%;
  height: auto;
  display: flex;
}

.div-block-2 {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.headingh2 {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  -webkit-text-stroke-width: .2px;
  max-width: 27ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
}

.paragraph {
  z-index: 2;
  color: #4c4c4c;
  text-align: left;
  mix-blend-mode: normal;
  max-width: 72ch;
  font-family: Red Hat Display, sans-serif;
  font-size: .85rem;
  line-height: 1.5rem;
  position: relative;
}

.paragraph.is-3 {
  text-align: center;
}

.spacerxxs {
  height: 1vh;
}

.flex-block-2 {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  height: auto;
}

.image-4 {
  max-width: 20rem;
}

.kafelek {
  grid-row-gap: 1.25rem;
  background-color: #e0d3c3;
  flex-direction: column;
  padding: 1.875rem;
  display: flex;
}

.image-5 {
  width: 3.5rem;
}

.kafelektitle {
  color: #988365;
  max-width: 62ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.paragraphkafelek {
  color: #988365;
  text-align: left;
  max-width: 65ch;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.image-6 {
  width: .7rem;
}

.flex-block-3 {
  grid-column-gap: .75rem;
  align-items: center;
}

.image-7 {
  grid-column-gap: 1.25rem;
  flex-direction: row;
  justify-content: center;
  width: .9rem;
  display: flex;
}

.link-block, .kafelek-link {
  grid-column-gap: 1em;
  align-items: center;
  display: flex;
}

.flex-block-4 {
  grid-row-gap: 2.25rem;
  padding-top: 0;
  padding-right: 0;
}

.flex-block-5 {
  grid-row-gap: 1.25rem;
  margin-right: 3.125rem;
}

.image-8 {
  width: 2.3rem;
}

.flex-block-6 {
  grid-column-gap: 1.5rem;
  align-items: center;
}

.image-10 {
  width: 1.8rem;
  margin-right: .5rem;
}

.image-8-copy {
  width: 3rem;
}

.image-9 {
  width: 1.8rem;
  margin-right: .2rem;
}

.grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.8125rem;
}

.spacerl {
  height: 10vh;
}

.separatorkolor-1 {
  background-color: #1a2b18;
  width: 25%;
  height: 2px;
}

.separator {
  z-index: 3;
  width: 100%;
  position: relative;
}

.separatorkolor-2 {
  background-color: #988365;
  width: 25%;
  height: 2px;
}

.separatorkolor-3 {
  background-color: #bcb5a3;
  width: 25%;
  height: 2px;
}

.separatorkolor-4 {
  background-color: #e0d3c3;
  width: 25%;
  height: 2px;
}

.image-11 {
  width: 1.5rem;
}

.text-span {
  font-style: italic;
  font-weight: 400;
}

.icon {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.ikony {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  max-width: none;
}

.image-12 {
  width: 1.25rem;
}

.div-block-3 {
  grid-column-gap: .25rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 20%;
  height: auto;
  display: flex;
}

.image-13 {
  text-align: left;
  margin-bottom: -5vh;
  margin-right: -2rem;
}

.image-14 {
  width: 5rem;
}

.circleempty {
  height: 1.2rem;
}

.spacerm {
  height: 5vh;
}

.flex-block-7 {
  position: static;
  inset: auto 0% 0% auto;
}

.odkryj {
  z-index: 3;
  grid-column-gap: 0rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: 10vh;
  margin-top: -10vh;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  display: flex;
  position: relative;
}

.odkryjlinia {
  background-color: #f1e7db;
  flex-direction: column;
  justify-content: center;
  width: .0625rem;
  height: 8vh;
  display: flex;
}

.odkryjtitle {
  color: #f1e7db;
  letter-spacing: .125rem;
  text-transform: uppercase;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2rem;
  transform: rotate(270deg);
}

.div-block-4 {
  grid-row-gap: 1.75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-5 {
  background-color: #988365;
  width: 20px;
  height: 1px;
}

.flex-block-8 {
  grid-column-gap: .5rem;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
}

.text-block-2 {
  color: #f1e7db;
  mix-blend-mode: normal;
  font-family: Red Hat Display, sans-serif;
  font-size: .875rem;
}

.image-15 {
  width: 1rem;
}

.flex-block-9 {
  grid-column-gap: 10px;
  align-items: center;
}

.image-15arrow {
  width: 1rem;
}

.efekty {
  z-index: 2;
  background-color: #f1e7db;
  position: relative;
}

.tabs {
  display: flex;
}

.tabs-menu {
  background-color: #1a2b18;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  height: 80vh;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #c8c8c8;
}

.tab-link-tab-1.w--current {
  background-color: #1a2b18;
}

.tab-link-tab-2 {
  background-color: #1a2b18;
  padding: 1.5rem 0;
}

.tab-link-tab-2.w--current {
  background-color: #1a2b18;
  background-image: url('../images/ellipse-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.tab-link-tab-3 {
  background-color: #1a2b18;
}

.efekty-text {
  color: #fff;
  text-align: center;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 1.7em;
  transition: color .3s;
}

.efekty-text:hover {
  color: #988365;
  letter-spacing: 0;
}

.text-block-4 {
  color: #fff;
  font-family: Made Saonara Webfont, sans-serif;
  position: static;
}

.text-block-5 {
  color: #fff;
  font-family: Made Saonara Webfont, sans-serif;
}

.tab-link-trawienie, .tab-link-ca-a-ty {
  background-color: #1a2b18;
}

.efektytitle-div {
  z-index: 98;
  justify-content: center;
  align-items: flex-end;
  width: 20%;
  height: 7vh;
  margin-bottom: -7vh;
  display: flex;
  position: relative;
}

.efektytitle {
  color: #988365;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1.2rem;
}

.flex-block-10 {
  width: 100%;
  height: 80vh;
}

.tabimage {
  width: 25%;
  height: 80vh;
}

.tabcontent {
  grid-column-gap: 1.25rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 75%;
  height: 80vh;
  padding-bottom: 3.125rem;
  padding-left: 3.125rem;
  display: flex;
}

.tabs-content {
  width: 80%;
}

.procent {
  z-index: 2;
  color: #1a2b18;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 7em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.headingh3 {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.eksperci {
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}

.ekpercititle {
  grid-row-gap: 1.25rem;
  padding-top: 3.125rem;
  padding-bottom: 2rem;
  padding-left: 0;
}

.eskercikafelki {
  grid-column-gap: 1.25rem;
  justify-content: center;
  width: 100%;
  margin-top: 1.25rem;
  margin-right: 3.125rem;
  padding-left: 3.125rem;
}

.ekspertimage {
  grid-row-gap: 0rem;
  align-items: flex-start;
  width: auto;
  max-width: 23vw;
  padding-left: 0;
  padding-right: 0;
}

.ekspertimage.left {
  padding-right: .625rem;
}

.ekspertimage.right {
  padding-left: .625rem;
}

.div-block-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 40vh;
}

.image-16 {
  position: absolute;
  inset: 0%;
}

.nazwaekspert {
  z-index: 2;
  color: #1a2b18;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
}

.eksperttytul {
  color: #988365;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.newsletter {
  z-index: 2;
  background-color: #f1e7db;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.headinghaslo {
  z-index: 2;
  color: #1a2b18;
  text-align: center;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 3vw;
  position: sticky;
  top: 49vh;
}

.opis {
  z-index: 2;
  background-color: #f1e7db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.image-17 {
  z-index: 1;
  width: 15vw;
  position: relative;
  right: 30vw;
}

.image-18 {
  z-index: 2;
  width: 10vw;
  position: relative;
  left: 15vw;
}

.image-19 {
  z-index: 1;
  width: 12vw;
  position: relative;
  right: 15vw;
}

.flex-block-11 {
  grid-column-gap: 1.25rem;
  align-items: flex-start;
}

.html-embed {
  max-width: 5vw;
  position: sticky;
  top: 49vh;
}

.div-block-7 {
  display: flex;
}

.spacerxl {
  height: 30vh;
}

.opissm {
  z-index: 2;
  background-color: #f1e7db;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.flex-block-2-copy {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  height: auto;
}

.div-block-2-copy {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.image-20 {
  width: 1rem;
}

.sm-images {
  grid-column-gap: 1.25rem;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  overflow: hidden;
}

.sm-images-in {
  grid-column-gap: 5px;
  padding-bottom: 5px;
}

.sm-image {
  width: 20vw;
}

.stopkacta {
  z-index: 2;
  grid-row-gap: 1.25rem;
  background-color: #f1e7db;
  background-image: linear-gradient(#00000080, #00000080), url('../images/elixis_time8scaled.webp');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25vw;
  margin-top: 0;
  display: flex;
  position: relative;
}

.headinghcta {
  z-index: 2;
  grid-column-gap: .75rem;
  color: #f1e7db;
  text-align: center;
  -webkit-text-stroke-width: .2px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3rem;
  display: flex;
  position: relative;
}

.titlecta {
  color: #f1e7db;
  text-align: center;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.stopka {
  z-index: 2;
  background-color: #1a2b18;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 3.125rem;
  display: flex;
  position: relative;
}

.stopkaup {
  border-bottom: 1px solid #f1e7db;
  width: 100%;
  padding-bottom: 2.5rem;
}

.stopkabottom {
  width: 100%;
  padding-top: 2.5rem;
}

.stopka-logo {
  width: 25%;
}

.image-21 {
  width: 4.8rem;
}

.stopka-menu {
  grid-column-gap: 3em;
  justify-content: center;
  width: 50%;
  display: flex;
}

.menu-stopkaitem {
  color: #f1e7db;
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  transition: color .3s;
}

.menu-stopkaitem:hover {
  color: #988365;
}

.stopkasocial {
  justify-content: flex-end;
  width: 25%;
  display: flex;
}

.wykonano {
  justify-content: flex-end;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.copywrite-text {
  color: #f1e7db;
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: .8rem;
  font-weight: 300;
}

.copywrite {
  justify-content: flex-start;
  width: 50%;
  padding-top: 0;
  display: flex;
}

.wykonano-in {
  grid-column-gap: .75rem;
  grid-row-gap: .25rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.logowhite {
  grid-row-gap: 0rem;
  max-height: 1rem;
  display: flex;
  overflow: visible;
}

.logo-2 {
  width: auto;
  height: 1rem;
  position: static;
}

.logobottom {
  width: auto;
  max-width: none;
  height: 1rem;
  position: relative;
  bottom: auto;
}

.div-block-8 {
  max-height: 1rem;
  overflow: hidden;
}

.loader {
  z-index: 3000;
  background-color: #f1e7db;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-text {
  z-index: 2;
  color: #1a2b18;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
}

.menu-nav-item {
  overflow: hidden;
}

.menu-linia-nav {
  background-color: #f1e7db;
  width: 3em;
  height: 1px;
}

.link-block-2 {
  margin-top: 0;
  overflow: visible;
}

.tabimage-2 {
  width: 25%;
  height: 80vh;
}

.tabimage-3 {
  background-image: url('../images/elixispodglad3final.jpg');
  background-position: 70%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.tabimage-4 {
  background-image: url('../images/elixis_time3scaled.webp');
  background-position: 40%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.tabimage-5 {
  background-image: url('../images/elixis_time1.webp');
  background-position: 34%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.headingh2-newsletter {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  -webkit-text-stroke-width: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: .9em;
  position: relative;
}

.div-block-2-newsleter {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1440px;
  max-width: 90%;
  display: flex;
}

.newsletter-span {
  width: 1em;
  height: 1em;
}

.newsletter-span.span-wrapper {
  width: 1.2em;
  height: 1.2em;
  margin-bottom: .2em;
  margin-left: .4em;
  line-height: .8em;
  display: inline-block;
  position: relative;
}

.span-element.is-1 {
  width: 100%;
  height: 100%;
  display: flex;
}

.html-embed-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.hidden {
  display: none;
}

.form {
  grid-column-gap: 2rem;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.form-block {
  width: 80%;
  margin-top: 2rem;
  display: none;
}

.newsletter-field {
  background-color: #fff0;
  border: 0 solid #000;
  border-top-style: none;
  border-bottom: 1px solid #1a2b18;
  border-radius: 0;
  height: 3rem;
  padding: 20px;
}

.newsletter-field::placeholder {
  color: #1a2b18d4;
  font-family: Red Hat Display, sans-serif;
  font-weight: 300;
}

.submit-button {
  background-color: #1a2b18;
  height: 3rem;
  padding: .8em 2em;
  font-family: Red Hat Display, sans-serif;
  font-size: 1em;
  font-weight: 300;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: #1a2b18d4;
}

.flex-block-12 {
  grid-column-gap: 2rem;
  width: 100%;
}

.checkbox-field {
  grid-column-gap: .75rem;
  align-items: center;
  padding-top: 1rem;
  padding-left: 10px;
  display: flex;
}

.checkbox-label {
  color: #1a2b18;
  font-family: Red Hat Display, sans-serif;
  font-weight: 300;
}

.checkbox {
  background-color: #0000;
  border: 1px solid #1a2b18;
  border-radius: 0;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: #1a2b18;
  background-size: 75%;
}

.odkryj-link {
  transition: transform .5s;
}

.odkryj-link:hover {
  transform: translate(0, -.4rem);
}

.div-ikony-sklad-all {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.ikona-sklad {
  background-color: #0000;
  border: 1px solid #988365;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  transition: background-color .4s;
  display: flex;
}

.ikona-sklad:hover {
  background-color: #98836526;
}

.image-22 {
  width: 1.4rem;
  height: auto;
  margin-top: 0;
}

.image-23 {
  width: 1.1rem;
  height: auto;
  margin-top: -1px;
}

.image-24 {
  width: 1.2rem;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.image-25 {
  width: 1rem;
  height: auto;
  margin-top: 0;
  margin-bottom: -1px;
}

.image-26 {
  width: 1.2rem;
  height: auto;
  margin-top: -1px;
  margin-bottom: 0;
}

.image-27 {
  width: 1.3rem;
  height: auto;
  margin-top: 0;
}

.image-28 {
  width: 1.5rem;
  height: auto;
  margin-top: 0;
}

.image-29 {
  width: 1.25rem;
  height: auto;
  margin-top: 0;
  margin-bottom: -1px;
}

.spacer-skladniki {
  height: .5rem;
}

.div-ikony-sklad-all-first {
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
  position: relative;
}

.spacerxl-opis {
  height: 15vh;
}

.flex-block-13 {
  justify-content: flex-start;
  width: 10%;
}

.flex-block-14 {
  justify-content: center;
  width: 80%;
  padding-bottom: 2rem;
  padding-left: 0;
}

.flex-block-15 {
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 5vh;
}

.image-30 {
  opacity: 1;
  width: auto;
  height: .85rem;
  margin-bottom: -.1rem;
}

.image-31 {
  opacity: 1;
  width: auto;
  height: .8rem;
}

.flex-block-16 {
  grid-column-gap: 2rem;
  align-items: center;
}

.headinghero3 {
  color: #f1e7dbbf;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.4em;
}

.image-32 {
  opacity: 1;
  width: auto;
  height: 1rem;
}

.headingh3-efekty-tytul {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  -webkit-text-stroke-width: .2px;
  max-width: 24ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  position: relative;
}

.kropka-efekty {
  background-color: #0000;
  border: 1px solid #988365;
  border-radius: 1rem;
  width: 5px;
  height: 5px;
}

.kafelektitle-efekty {
  color: #988365;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.image-33 {
  opacity: .6;
  width: auto;
  height: 1.5rem;
}

.flex-block-17 {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.wybor-opcje {
  z-index: 2;
  background-color: #f1e7db;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.opcje-all {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.opcje-all.is-2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.opcja-1 {
  border: 1px solid #e0d3c3;
}

.opcja-image {
  background-image: url('../images/opakowanie_1scaled.webp');
  background-position: 50% 46%;
  background-size: 115%;
  width: 100%;
  height: 16rem;
  padding-top: 2rem;
  padding-left: 2rem;
}

.headingh2-copy {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.headingh-opcja {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.opcja-opis {
  grid-row-gap: 1rem;
  align-items: flex-start;
  padding: 2rem;
}

.headingh-opcja-liczba {
  z-index: 2;
  color: #988365;
  text-align: left;
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1em;
  position: relative;
}

.flex-block-18 {
  grid-column-gap: .75rem;
  align-items: flex-end;
}

.opcja-title {
  color: #988365cc;
  max-width: 30ch;
  margin-top: 3px;
  margin-bottom: 3px;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2rem;
}

.ikony-copy {
  grid-column-gap: 2.5rem;
  max-width: none;
}

.opcje-ikony {
  grid-column-gap: 1.5rem;
  max-width: none;
}

.opcjetitle {
  color: #988365;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1rem;
}

.kropka-opcje {
  background-color: #0000;
  border: 1px solid #988365;
  border-radius: 1rem;
  width: 5px;
  height: 5px;
}

.icon-opcje {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.opcja-sugerowana {
  border: 1px solid #988365;
}

.opcja-sugerowana.is-2 {
  width: 50%;
}

.cena {
  color: #4c4c4c;
  text-align: left;
  mix-blend-mode: normal;
  max-width: 55ch;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  line-height: 1em;
  display: none;
}

.belka-opcja {
  grid-column-gap: 1rem;
  align-items: center;
}

.sugerowane-title {
  color: #988365;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2rem;
}

.belka-opcja-all {
  grid-column-gap: 1rem;
  background-color: #98836533;
  border: 1px solid #988365;
  border-radius: 0;
  align-items: center;
  width: 10rem;
  padding: 2px 0;
  overflow: hidden;
}

.belka-opcje-in {
  grid-column-gap: .5rem;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #0000;
  border: 1px #988365;
  border-top-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 0;
}

.ikony-opcje-all {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  width: 20rem;
}

.timeline {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 0 auto;
  display: flex;
  overflow: visible;
}

.div-block-9 {
  background-image: url('../images/elixis_opakowanie15.jpg');
  background-position: 50% 40%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 1440px;
  height: 30vw;
  display: flex;
}

.timeline-all {
  justify-content: center;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-3 {
  grid-row-gap: 10rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr 1fr 2fr;
  padding-top: 20vh;
  padding-bottom: 10vh;
}

.timeline-left {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.timeline-center {
  justify-content: center;
  align-items: flex-start;
  padding-top: .8rem;
  display: flex;
}

.timeline-right {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.headingh-timeline-1 {
  z-index: 2;
  color: #1a2b18;
  text-align: right;
  -webkit-text-stroke-width: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.headingh-timeline-2 {
  z-index: 2;
  color: #1a2b18;
  text-align: right;
  -webkit-text-stroke-width: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.timeline-circle {
  z-index: 2;
  background-color: #f1e7db;
  border: 1px solid #988365;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  position: sticky;
  top: 50vh;
}

.headingh-timeline-3 {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  -webkit-text-stroke-width: .2px;
  max-width: 36ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
}

.timeline-line-1 {
  text-align: center;
  background-color: #e0d3c3;
  background-image: linear-gradient(#f1e7db, #e0d3c3 5% 80%, #f1e7db 89%);
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.timeline-zdjecia {
  grid-column-gap: 1rem;
  padding-top: 1rem;
}

.container {
  width: 90vw;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.section-timeline {
  z-index: -3;
  background-color: #0000;
  position: relative;
}

.text-colour-white {
  color: #fff;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#ff7448, #ff4848 51%, #6248ff);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

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

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/image-background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.timeline_text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.timeline_link {
  opacity: .6;
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline-pro {
  background-color: #988365;
  background-image: linear-gradient(#988365 85%, #e0d3c3);
  width: 1px;
  height: 52vh;
  position: fixed;
  top: 0;
}

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

.timeline-zdjecie-1 {
  background-image: url('../images/elixis_ctascaled.webp');
  background-position: 50%;
  background-size: cover;
  width: 12rem;
  height: 14rem;
}

.timeline-zdjecie-2 {
  background-image: url('../images/elixis_time4scaled.webp');
  background-position: 26%;
  background-size: cover;
  width: 12rem;
  height: 14rem;
}

.timeline-title-all {
  grid-row-gap: .5rem;
  align-items: flex-end;
  position: sticky;
  top: 50vh;
}

.timeline-haslo {
  z-index: 2;
  grid-row-gap: 1.25rem;
  background-color: #f1e7db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 0 auto;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.timeline-haslo-all {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-haslo {
  z-index: 2;
  color: #1a2b18;
  text-align: center;
  -webkit-text-stroke-width: .2px;
  max-width: 28ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.haslo-zdjecia {
  grid-column-gap: 1rem;
  padding-top: 1rem;
}

.haslo-zdjecie-2 {
  z-index: 4;
  background-image: url('../images/yvette_holisticscaled.webp');
  background-position: 50%;
  background-size: cover;
  width: 12rem;
  height: 16rem;
  position: relative;
  overflow: hidden;
}

.haslo-zdjecie-1 {
  z-index: 3;
  background-image: url('../images/elixis_time7scaled.webp');
  background-position: 10%;
  background-size: cover;
  width: 12rem;
  height: 16rem;
  position: relative;
}

.tabimage-kwas {
  background-image: url('../images/kwashialuronowy2.webp');
  background-position: 70%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.ikona-sklad-tab {
  background-color: #0000;
  border: 1px solid #988365;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: background-color .4s;
  display: flex;
}

.ikona-sklad-tab:hover {
  background-color: #98836526;
}

.image-22-tab {
  width: 1.9rem;
  height: auto;
  margin-top: 0;
}

.skladniki-title {
  color: #fff;
  text-align: center;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3rem;
  transition: color .3s;
}

.skladniki-title:hover {
  color: #988365;
}

.tabs-menu-skladniki {
  background-color: #1a2b18;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  height: 80vh;
  padding-top: 7vh;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
}

.tab-skladniki {
  background-color: #1a2b18;
  padding: .8rem 0;
}

.tab-skladniki.w--current {
  background-color: #1a2b18;
  background-image: url('../images/ellipse-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.text-span-3 {
  font-style: italic;
  font-weight: 700;
}

.spacerxl-opis2 {
  height: 6.5rem;
}

.italic-text {
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  overflow: visible;
}

.div-opcje {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph2 {
  color: #4c4c4c;
  text-align: left;
  mix-blend-mode: normal;
  max-width: 50ch;
  font-family: Red Hat Display, sans-serif;
  font-size: .85rem;
  line-height: 1.5rem;
}

.ctanav-buy {
  grid-column-gap: 1rem;
  background-color: #1a2b18;
  border: 1px solid #1a2b18;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: .8em 2em;
  font-family: Red Hat Display, sans-serif;
  transition: background-color .3s;
}

.ctanav-buy:hover {
  background-color: #1a2b18d4;
}

.ctanav-buy.checkout {
  border-radius: 0;
}

.link-block-3 {
  width: 100%;
  margin-top: 10px;
}

.image-dostawa {
  width: 2rem;
}

.image-platnosci {
  width: 1.7rem;
}

.image-ag, .image-vegan {
  width: 1.3rem;
}

.platnosci {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.blik {
  width: 2rem;
}

.przelewy {
  width: 2.5rem;
}

.paypal {
  width: 3.3rem;
}

.image-34 {
  width: .7rem;
}

.skladniki {
  z-index: 2;
  background-color: #f1e7db;
  position: relative;
}

.opcja-3 {
  border: 1px solid #e0d3c3;
  display: none;
}

.tabimage-acerola {
  background-image: url('../images/acerola2.webp');
  background-position: 70%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.tabimage-moringa {
  background-image: url('../images/moringa2.webp');
  background-position: 70%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.tabimage-pokrzywa {
  background-image: url('../images/pokrzywa2.webp');
  background-position: 70%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.tabimage-melisa {
  background-image: url('../images/melissa2.webp');
  background-position: 70%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.tabimage-morwa {
  background-image: url('../images/morwa2.webp');
  background-position: 70%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.tabimage-pszenica {
  background-image: url('../images/wheat2.webp');
  background-position: 70%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.tabimage-jarzebina {
  background-image: url('../images/jarzebina2.webp');
  background-position: 70%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.tabimage-sok {
  background-image: url('../images/jablka2.webp');
  background-position: 70%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.tabimage-woda {
  background-image: url('../images/woda2.webp');
  background-position: 70%;
  background-size: auto 80vh;
  width: 25%;
  height: 80vh;
}

.image-22-tab0acerola {
  width: 1.6rem;
  height: auto;
  margin-top: 0;
}

.image-32-1 {
  opacity: 1;
  width: auto;
  height: 1.4rem;
}

.image-32-2 {
  opacity: 1;
  width: auto;
  height: 1.1rem;
}

.image-32-3 {
  opacity: 1;
  width: auto;
  height: .8rem;
}

.navbarmobile {
  z-index: 99;
  mix-blend-mode: normal;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 5vh;
  min-height: 60px;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.image-logo-mobile {
  mix-blend-mode: normal;
  width: 5.5em;
}

.menumobile {
  grid-column-gap: 2.5rem;
  align-items: center;
  height: 5vh;
}

.flex-block-15-mobile {
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 5vh;
  display: none;
}

.flex-block-mobile {
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 5vh;
  display: flex;
}

.kafelektitlekh {
  color: #988365;
  text-align: center;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}

.ikona-skladkh {
  background-color: #0000;
  border: 1px solid #988365;
  border-radius: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  transition: background-color .4s;
  display: flex;
}

.ikona-skladkh:hover {
  background-color: #98836526;
}

.italic-text-2, .italic-text-3 {
  font-style: normal;
}

.italic-text-4 {
  max-width: none;
  font-style: normal;
}

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

.image-36 {
  width: 3rem;
}

.italic-texthamilton {
  max-width: none;
  font-style: normal;
}

.kafelektitlehamilton {
  color: #988365cc;
  max-width: 46ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.flex-block-21 {
  grid-column-gap: 1rem;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1rem;
}

.spacerlmobile, .spacerlmobile2, .spacerl-copy {
  height: 10vh;
}

.opis-divsm {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 1440px;
  max-width: 90%;
  height: auto;
  display: flex;
}

.timelinemobile {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 0 auto;
  display: none;
  overflow: visible;
}

.grid-3mobile {
  grid-row-gap: 10rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr 1fr 2fr;
  padding-top: 20vh;
  padding-bottom: 10vh;
}

.spacerm-mobile {
  height: 5vh;
}

.link-block-4, .link-block-5 {
  display: block;
}

.navbarmobilesticki, .navbarmobilest {
  z-index: 99;
  mix-blend-mode: normal;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: 5vh;
  min-height: 60px;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.menumobile2 {
  grid-column-gap: 2.5rem;
  align-items: center;
  height: 5vh;
}

.timeline-zdjecie-3 {
  background-image: url('../images/elixis_time3scaled.webp');
  background-position: 38% 18%;
  background-size: 450%;
  width: 12rem;
  height: 14rem;
}

.timeline-zdjecie-4 {
  background-image: url('../images/elixis_time9scaled.webp');
  background-position: 10%;
  background-size: cover;
  width: 12rem;
  height: 14rem;
}

.timeline-zdjecie-5 {
  background-image: url('../images/elixis_time5scaled.webp');
  background-position: 50%;
  background-size: cover;
  width: 12rem;
  height: 14rem;
}

.timeline-zdjecie-6 {
  background-image: url('../images/elixis_time2scaled.webp');
  background-position: 35% 100%;
  background-size: 350%;
  width: 12rem;
  height: 14rem;
}

.timeline-right2, .timeline-right3 {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.kafelektitle-efekty3 {
  color: #988365;
  max-width: 50ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.html-embed-3 {
  height: 100vh;
  display: none;
}

.html-embed-mobile {
  height: 16rem;
  display: block;
}

.div-block-10 {
  display: none;
}

.html-embed-mobile-tablet {
  height: 100svh;
  display: none;
}

.paypo {
  width: 3rem;
}

.opcja-image2 {
  background-image: url('../images/opakowanie_2scaled.webp');
  background-position: 50% 32%;
  background-size: cover;
  width: 100%;
  height: 14rem;
  padding-top: 2rem;
  padding-left: 2rem;
}

.opcja-image3 {
  background-image: url('../images/opakowanie_3scaled.webp');
  background-position: 50% 32%;
  background-size: 120%;
  width: 100%;
  height: 16rem;
  padding-top: 2rem;
  padding-left: 2rem;
}

.image-platnosci2 {
  width: 1.8rem;
}

.j-zyki {
  grid-column-gap: .5rem;
  display: block;
}

.image-37 {
  filter: sepia() saturate(10%);
  max-width: none;
  height: .8rem;
  max-height: .8rem;
  transition: filter .2s;
}

.image-37:hover {
  filter: sepia(0%) saturate();
}

.kafelektitlekh2 {
  color: #988365;
  text-align: center;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1rem;
}

.efekty-opis {
  z-index: 2;
  background-color: #f1e7db;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.efekt-opis-one {
  grid-column-gap: 1.25rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1440px;
  max-width: 90%;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.headingh2-efekty {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  max-width: 27ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 3.5rem;
  position: relative;
}

.flex-block-212 {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  margin-top: -1rem;
}

.image-36hamilton {
  width: 6rem;
}

.italic-texthamilton-2 {
  color: #4c4c4c;
  max-width: none;
  font-style: normal;
  font-weight: 400;
}

.kafelektitlehamilton3 {
  color: #988365cc;
  max-width: 56ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.headingh3-efekty-tytul2 {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.2rem;
  position: relative;
}

.text-span-4 {
  font-size: 1.5rem;
}

.italic-text-6 {
  color: #988365;
  margin-right: 0;
}

.efekty-one-all {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
}

.efekty-one-text {
  grid-row-gap: .75rem;
}

.efekty-one-photo {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 40%;
}

.heading-hasloholistyczne {
  z-index: 2;
  color: #1a2b18;
  text-align: center;
  max-width: 28ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.text-span-5 {
  font-size: 2rem;
}

.holistic-image2 {
  background-image: url('../images/elixis_holistic2.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.html-embed-mobile-mobile {
  height: 100svh;
  display: none;
}

.herooverlay {
  display: none;
}

.heromobile {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.odkryj-spacer {
  width: 10%;
}

.heading-regulamin {
  z-index: 2;
  color: #1a2b18;
  text-align: center;
  max-width: 28ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.paragraph-regulamin {
  z-index: 2;
  color: #4c4c4c;
  text-align: justify;
  mix-blend-mode: normal;
  max-width: 100ch;
  font-family: Red Hat Display, sans-serif;
  font-size: .8rem;
  line-height: 1.5rem;
  position: relative;
}

.link {
  color: #2c2c2c;
}

.heading-regulamin2 {
  z-index: 2;
  color: #1a2b18;
  text-align: center;
  text-transform: uppercase;
  max-width: 64ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.bold-text {
  font-size: .9rem;
  font-weight: 400;
}

.regulamin {
  z-index: 2;
  grid-row-gap: 1.25rem;
  background-color: #f1e7db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 0 auto;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-2, .link-3 {
  color: #2c2c2c;
}

.imagewhite {
  mix-blend-mode: normal;
  width: 6em;
  position: absolute;
}

.image-logo-mobile2, .image-logo-mobile3 {
  mix-blend-mode: normal;
  width: 5.5em;
}

.eksperci-all {
  justify-content: center;
  width: 100vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.spacerl-newsletter {
  height: 10vh;
}

.image-42 {
  width: 2.5rem;
}

.przeciagnij {
  grid-column-gap: .5rem;
  align-items: center;
  display: none;
}

.spacerxs-mobile {
  height: 1vh;
}

.headingh2kupteraz {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  max-width: 27ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
}

.text-block-3 {
  color: #1a2b18;
  mix-blend-mode: normal;
  font-family: Red Hat Display, sans-serif;
  font-size: .875rem;
}

.menu-linia-nav2 {
  background-color: #1a2b18;
  width: 3em;
  height: 1px;
}

.cookies-inner {
  z-index: 1000;
  grid-row-gap: 14px;
  background-color: #f1e7db;
  border: 1px solid #988365;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 30px 40px;
  display: flex;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.cookies-text {
  color: #1a2b18;
  max-width: 36ch;
  font-family: Red Hat Display, sans-serif;
  font-size: .8rem;
}

.cookiesbutton {
  grid-column-gap: 1rem;
  background-color: #1a2b18;
  justify-content: center;
  width: 100%;
  padding: .7rem 1.4rem;
  display: flex;
}

.cookiesbutton:hover {
  background-color: #1a2b18e6;
}

.imagecookies {
  width: .9rem;
  max-width: .9rem;
  height: 1.1rem;
  max-height: 1.2rem;
  margin-bottom: 2px;
}

.cookies-textbutton {
  color: #fff;
  max-width: 36ch;
  font-family: Red Hat Display, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.image-43 {
  width: 1.6rem;
}

.button-anime {
  z-index: 2;
  color: #f1e7db;
  text-align: center;
  background-color: #f1e7db;
  border-radius: 20rem 20rem 5rem 5rem;
  width: 20rem;
  height: 14rem;
  margin-top: 2.2rem;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 6vw;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-all {
  background-color: #1a2b18;
  padding: 0;
}

.button-all-buy {
  background-color: #1a2b18;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.link-block-buy {
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  overflow: visible;
}

.link-block-buy.w--current {
  width: 100%;
  margin-top: 1em;
}

.button-insta {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.ctanavinsta {
  grid-column-gap: 1rem;
  background-color: #1a2b18;
  border: 1px solid #1a2b18;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: .8em 2em;
  transition: background-color .3s;
  position: relative;
  overflow: hidden;
}

.ctanavinsta:hover {
  background-color: #1a2b18d4;
}

.button-anime2 {
  z-index: 2;
  color: #f1e7db;
  text-align: center;
  background-color: #f1e7db;
  border-radius: 12rem 12rem 5rem 5rem;
  width: 28rem;
  height: 14rem;
  margin-top: 2.2rem;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 6vw;
  display: block;
  position: absolute;
}

.anime-in {
  background-color: #98836526;
  width: 100%;
  height: 100%;
}

.headingh2-efekty2 {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  position: relative;
}

.kontakt {
  z-index: 2;
  grid-row-gap: 1.25rem;
  background-color: #f1e7db;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.kontakt-in-all {
  width: 40%;
}

.kontakt-prawy {
  align-items: flex-start;
  width: 100%;
  padding-left: 5rem;
}

.kontakt-lewy {
  background-image: url('../images/elixis_time4scaled.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 85svh;
}

.kontakt-tel {
  color: #1a2b18;
  margin-top: 1rem;
  margin-bottom: .25rem;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.125rem;
}

.faq-one {
  grid-row-gap: .5rem;
  width: 100%;
}

.pytanie {
  grid-column-gap: 5rem;
  background-color: #e8dfd3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.2rem;
}

.odpowiedz {
  margin-bottom: .5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  position: relative;
  overflow: hidden;
}

.pytanie-in {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}

.faq-title {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  max-width: 64ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.text-span-6 {
  color: #988365;
  margin-right: 5px;
  font-size: 1.1rem;
  font-style: italic;
}

.x-1 {
  background-color: #1a2b18;
  width: 20px;
  height: 1px;
}

.x-2 {
  background-color: #1a2b18;
  width: 1px;
  height: 20px;
  position: absolute;
}

.wspolpraca-lewy {
  background-image: url('../images/dlon_elixis_sclaed.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 85svh;
}

.wspolpraca-heading {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  max-width: 28ch;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.opinia-film-one {
  height: auto;
  position: relative;
}

.video-opis-kod {
  width: auto;
  height: auto;
  margin-bottom: -5px;
  display: block;
}

.opis-divkp {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 1440px;
  max-width: 90%;
  height: auto;
  display: flex;
}

.headingh2kupterazkp {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  max-width: 27ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
  position: relative;
}

.ikonykp {
  grid-column-gap: 1.5rem;
  flex-wrap: nowrap;
  max-width: none;
}

.ikonykp.is-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.przeciagnijkp {
  grid-column-gap: .5rem;
  align-items: center;
  display: none;
}

.text-block-6, .text-block-8 {
  color: #f1e7db;
  mix-blend-mode: normal;
  font-family: Red Hat Display, sans-serif;
  font-size: .875rem;
}

.mojekonto {
  z-index: 2;
  grid-row-gap: 1.25rem;
  background-color: #f1e7db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 84svh;
  margin: 0 auto;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.ikony-skladniki {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  max-width: 40rem;
}

.kafelektitle-skladniki {
  color: #988365;
  max-width: 54ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.paragraph-efekty {
  z-index: 2;
  color: #4c4c4c;
  text-align: left;
  mix-blend-mode: normal;
  max-width: 72ch;
  margin-top: -5px;
  font-family: Red Hat Display, sans-serif;
  font-size: .85rem;
  line-height: 1.5rem;
  position: relative;
}

.nakoniec-all {
  grid-column-gap: 5rem;
  align-items: flex-end;
}

.nakoniec-photo {
  width: 30rem;
  max-width: 30rem;
  height: 30rem;
  max-height: 30rem;
  margin-top: 15vh;
  overflow: hidden;
}

.html-embed-efekty {
  width: 30rem;
  max-width: 30rem;
  height: 30rem;
  max-height: 30rem;
  display: block;
}

.efekty-name {
  z-index: 2;
  background-color: #f1e7db;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.kafelki {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}

.kafelek-1 {
  grid-row-gap: .5rem;
  background-image: linear-gradient(#0006, #0006), url('../images/elixis_time5scaled.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto 100%;
  border: 1px solid #988365;
  justify-content: flex-end;
  width: 100%;
  height: 35rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  transition: all .5s;
}

.kafelek-1:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/elixis_time5scaled.webp');
  background-size: auto, auto 105%;
}

.kafelki-title {
  z-index: 2;
  color: #f1e7db;
  text-align: left;
  max-width: 36ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
  position: relative;
}

.opis-divkafelek {
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1440px;
  max-width: 90%;
  height: auto;
  display: flex;
}

.kafelek-2 {
  grid-row-gap: .5rem;
  background-image: linear-gradient(#0006, #0006), url('../images/kwashialuronowy2.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto 100%;
  border: 1px solid #988365;
  justify-content: flex-end;
  width: 100%;
  height: 35rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  transition: all .5s;
}

.kafelek-2:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/kwashialuronowy2.webp');
  background-size: auto, auto 105%;
}

.kafelek-3 {
  grid-row-gap: .5rem;
  background-image: linear-gradient(#0006, #0006), url('../images/elixis_ctascaled.webp');
  background-position: 0 0, 65%;
  background-size: auto, auto 100%;
  border: 1px solid #988365;
  justify-content: flex-end;
  width: 100%;
  height: 35rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  transition: all .5s;
}

.kafelek-3:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/elixis_ctascaled.webp');
  background-size: auto, auto 105%;
}

.kafelek-4 {
  grid-row-gap: .5rem;
  background-image: linear-gradient(#0006, #0006), url('../images/moringa2.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto 100%;
  border: 1px solid #988365;
  justify-content: flex-end;
  width: 100%;
  height: 35rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  transition: all .5s;
}

.kafelek-4:hover {
  background-image: linear-gradient(#0006, #0006), url('../images/moringa2.webp');
  background-size: auto, auto 105%;
}

.kafelektitle-kafelek {
  color: #f1e7db;
  max-width: 62ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.spacerxs-2 {
  height: .1vh;
}

.div-block-2efekty {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.kafelek-link-2, .link-block-7 {
  width: 25%;
}

.kafelektitle2 {
  color: #988365;
  max-width: 24ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.ikony2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  flex-wrap: nowrap;
  max-width: none;
}

.nakoniec-photo2 {
  background-image: url('../images/elixis_time1scaled.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px #988365;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30rem;
  max-width: 30rem;
  height: 30rem;
  max-height: 30rem;
  margin-top: 15vh;
  display: flex;
  overflow: visible;
}

.nakoniec-all2 {
  grid-column-gap: 5rem;
  align-items: flex-end;
}

.div-block-11 {
  z-index: 2;
  background-image: url('../images/kwashialuronowy2.webp');
  background-position: 50%;
  background-size: auto 120%;
  border: 1px solid #988365;
  border-radius: 20rem;
  width: 10rem;
  height: 10rem;
  margin-bottom: -2.5rem;
  margin-right: -2.5rem;
  position: relative;
}

.karuzela-efekty {
  height: 100%;
  overflow: hidden;
}

.karuzela-in {
  width: 100vw;
  height: 100%;
}

.karuzela-image {
  width: 45vh;
  height: auto;
}

.karuzela-inmobile {
  width: 100vw;
  height: 100%;
  display: none;
}

.karuzela-imagemobile {
  width: 45vh;
  height: auto;
}

.kafelektitlekh250 {
  color: #988365;
  text-align: center;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.7rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1em;
}

.hamiltonbadge {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: 3rem;
}

.paragraph3 {
  z-index: 2;
  color: #4c4c4c;
  text-align: left;
  mix-blend-mode: normal;
  max-width: 59ch;
  font-family: Red Hat Display, sans-serif;
  font-size: .85rem;
  line-height: 1.5rem;
  position: relative;
}

.kafelektitlekh2502 {
  color: #988365;
  text-align: left;
  max-width: 30ch;
  margin-top: -10px;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
}

.italic-text-7 {
  -webkit-text-stroke-width: .2px;
  font-style: normal;
}

.image-46 {
  width: 3.5rem;
  height: 3.5rem;
}

.kafelektitlekhamilton {
  color: #988365;
  text-align: left;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.hamiltonbadge2, .hamiltonbadge3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}

.kafelektitle-efekty2 {
  color: #988365;
  max-width: 32ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.kafelektitle-efekty4 {
  color: #988365;
  max-width: 54ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.headingh3-efekty-tytul3 {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  position: relative;
}

.otwarte-image {
  max-width: none;
  height: 100%;
}

.kafelektitle4 {
  color: #988365;
  max-width: 62ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.headingh2-efekty3 {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  max-width: 32ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  position: relative;
}

.heading4 {
  color: #f1e7db;
  letter-spacing: .125rem;
  margin-top: 0;
  margin-bottom: -1rem;
  font-family: Red Hat Display, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 2em;
}

.image-122 {
  z-index: 1;
  text-align: left;
  width: 2.2vw;
  display: none;
  position: relative;
  inset: 2.5vw auto 0 -17vw;
}

.kafelektitle24 {
  color: #988365;
  text-align: right;
  max-width: 24ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.flex-block-215 {
  align-items: flex-end;
}

.div-block-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.paragraphkh {
  z-index: 2;
  color: #4c4c4c;
  text-align: left;
  mix-blend-mode: normal;
  max-width: 70ch;
  font-family: Red Hat Display, sans-serif;
  font-size: .85rem;
  line-height: 1.5rem;
  position: relative;
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 600;
}

.kropka-opcje-krem {
  background-color: #0000;
  border: 1px #988365;
  border-radius: 0;
  width: auto;
  height: auto;
}

.image-123 {
  width: 14px;
}

.image-123-2 {
  width: 16px;
}

.spacerxs-mobile2 {
  height: 1vh;
  display: block;
}

.spacerxskp {
  height: .2vh;
}

.opcjetitle2 {
  color: #988365;
  max-width: 30ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1rem;
}

.headingh3-efekty-tytul4 {
  z-index: 2;
  color: #1a2b18;
  text-align: left;
  -webkit-text-stroke-width: .2px;
  max-width: 26ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  position: relative;
}

.cena-all {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: flex-end;
  display: flex;
}

.cenavat {
  color: #4c4c4c;
  text-align: left;
  mix-blend-mode: normal;
  max-width: 55ch;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: .7rem;
  line-height: 1em;
  display: none;
}

.shortcode2 {
  display: none;
}

.image-platnosci3 {
  width: 1.1rem;
}

.efekt-opis-one2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1440px;
  max-width: 90%;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.efekty-one-all2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
}

.efekty-one-photo2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 40%;
}

.efekty-one-text-wide {
  grid-row-gap: 1.25rem;
}

.flex-block-216 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-block-217 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  margin-top: 10px;
}

.paragraph-efekty2 {
  z-index: 2;
  color: #4c4c4c;
  text-align: left;
  mix-blend-mode: normal;
  max-width: 68ch;
  margin-top: -10px;
  font-family: Red Hat Display, sans-serif;
  font-size: .85rem;
  line-height: 1.5rem;
  position: relative;
}

.hero-movie {
  z-index: 1;
  background-image: url('../images/elixis_time8scaled.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.movie-hero {
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.movie-hero-mobile {
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.efekty-up {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  width: 34rem;
  margin-top: 2rem;
  display: flex;
  overflow: hidden;
}

.image-124 {
  width: 34rem;
}

.kafelektitlekhamilton2 {
  color: #988365;
  text-align: left;
  width: auto;
  max-width: 34ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.kafelektitlekhamilton3 {
  color: #4c4c4c;
  text-align: left;
  width: auto;
  max-width: 41ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.kafelektitlekhamilton4 {
  color: #1a2b18;
  text-align: left;
  -webkit-text-stroke-width: .2px;
  width: auto;
  max-width: 34ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Made Saonara Webfont, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.image-46-hamilton {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  right: 0;
}

.hamilton-badge-all {
  justify-content: flex-end;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: -5rem;
  padding-right: 1rem;
  display: none;
}

.efekty-up-in-all-mobile {
  display: none;
}

.fundusze {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  flex-direction: row;
  padding: 1rem;
  display: flex;
}

.image-125 {
  width: 8rem;
  height: 3.1rem;
}

.mojekonto-copy {
  z-index: 2;
  grid-row-gap: 1.25rem;
  background-color: #f1e7db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  margin: 0 auto;
  padding-top: 10vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.produktopis {
  z-index: 2;
  grid-row-gap: 1.25rem;
  background-color: #f1e7db;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.block_checkout_1 {
  background-color: #e8dfd3;
  font-family: Red Hat Display, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.block_checkout_1.is_1 {
  border-style: none;
  padding-top: 20px;
}

.field_checkout {
  background-color: #f4ede4;
  border-color: #beb2a5;
  border-radius: 0;
  height: 44px;
  min-height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Red Hat Display, sans-serif;
  line-height: 32px;
}

.field_checkout.is-2 {
  min-height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.field_checkou_name {
  font-weight: 400;
}

.field_price_shipping {
  font-weight: 600;
}

.div-block-13 {
  top: 60px;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: flex-start;
}

.zdjecia_product_page {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px #e0d3c3;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
}

.flex-block-218 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.zdjecia-miniatury {
  flex-direction: column;
  align-items: center;
  width: 12%;
  max-width: 6rem;
}

.product-main-thumb {
  margin-bottom: 1rem;
}

.collection-list-wrapper-2 {
  width: 100%;
  margin-top: 0;
}

.collection-list-2 {
  flex-direction: column;
  display: flex;
}

.image-127 {
  margin-bottom: 1rem;
}

.zdjecia-scroll {
  width: 100%;
  max-width: none;
}

.zdjecia-main {
  clear: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: flex-start;
  place-items: flex-end stretch;
  width: 100%;
  height: auto;
  display: flex;
  overflow: auto;
}

.image-128 {
  width: 100%;
}

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

.image-129 {
  width: auto;
  height: 100%;
  overflow: visible;
}

.zdjecia-scroll-mobile {
  width: 85%;
  max-width: 30rem;
  display: none;
}

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

.product_info {
  grid-row-gap: 1rem;
  border: 0 #000;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
}

.price_product {
  color: #1a2b18;
  font-family: Red Hat Display, sans-serif;
  font-size: 1.1rem;
}

@media screen and (min-width: 1440px) {
  .opcja-image {
    height: 16rem;
  }

  .opcja-sugerowana {
    border-style: solid;
  }

  .platnosci {
    justify-content: center;
    align-items: center;
  }

  .opcja-image3 {
    height: 16rem;
  }

  .zdjecia-miniatury {
    align-items: flex-end;
    width: 12%;
  }

  .collection-list-wrapper-2 {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .collection-list-2 {
    align-items: flex-end;
  }

  .zdjecia-scroll {
    width: auto;
  }

  .zdjecia-scroll-mobile {
    width: 85%;
  }
}

@media screen and (min-width: 1920px) {
  .kafelektitle {
    font-weight: 400;
  }

  .opcje-all {
    justify-content: center;
    align-items: flex-start;
  }

  .opcja-image {
    height: 16rem;
  }

  .opcja-sugerowana {
    border-style: solid;
    width: auto;
  }

  .ctanav-buy.is-cart {
    text-align: center;
    min-width: 200px;
    height: 44px;
  }

  .ctanav-buy.is-cart.is_bn {
    vertical-align: baseline;
    display: none;
    position: static;
  }

  .platnosci {
    justify-content: center;
    align-items: center;
  }

  .odpowiedz {
    margin-bottom: .5rem;
  }

  .ikonykp.is-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: .5rem;
    display: grid;
  }

  .informacja.is-2 {
    margin-top: 1rem;
  }

  .field_checkout {
    margin-bottom: 0;
  }

  .zdjecia-miniatury {
    width: 10%;
    max-width: 7rem;
  }

  .zdjecia-scroll {
    width: 100%;
    max-width: none;
  }

  .zdjecia-scroll-mobile {
    width: 70%;
    max-width: 40rem;
  }

  .product_info {
    width: 100%;
  }

  .addtocart_btn {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
    display: flex;
  }

  .div-block-14 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

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

  .ctanav {
    flex-direction: column;
  }

  .text-block {
    color: #fff;
  }

  .hero {
    flex-direction: column;
  }

  .heromovie {
    background-size: 100vw;
    width: 100%;
    height: 50vh;
    display: none;
  }

  .herotext {
    background-image: linear-gradient(#00000080, #00000080), url('../images/elixispodgladfinal-2kopia.webp');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    flex-direction: column;
    order: -1;
    width: 100%;
    height: 100vh;
    display: none;
  }

  .heading {
    z-index: 3;
    position: relative;
  }

  .headinghero {
    color: #f1e7db;
    font-size: 8vw;
    line-height: 1em;
  }

  .image-3 {
    width: 4vw;
    top: 4.5vw;
    left: -23.6vw;
  }

  .headinghero2 {
    z-index: 3;
    color: #f1e7db;
    position: relative;
  }

  .opis-div {
    flex-direction: column;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-2 {
    width: 100%;
  }

  .spacerl {
    height: 5vh;
    display: block;
  }

  .ikony {
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .div-block-3 {
    justify-content: flex-end;
    width: 60%;
  }

  .image-13 {
    max-width: 40%;
  }

  .circleempty {
    display: none;
  }

  .spacerm {
    height: 1vh;
    display: block;
  }

  .odkryj {
    justify-content: flex-start;
  }

  .text-block-2 {
    color: #1a2b18;
    font-size: 1.3rem;
  }

  .tabs {
    flex-direction: column;
    width: 100%;
    overflow: hidden;
  }

  .tabs-menu {
    grid-column-gap: 2rem;
    flex-direction: row;
    width: 100%;
    height: 14vh;
    padding-top: 4vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current {
    align-items: center;
    display: flex;
  }

  .efektytitle-div {
    width: 100%;
    height: 4vh;
    margin-bottom: -4vh;
  }

  .flex-block-10 {
    flex-direction: column;
    height: auto;
  }

  .tabimage {
    width: 100%;
    height: 25vh;
  }

  .tabcontent {
    width: 100%;
    height: auto;
    padding-top: 3.125rem;
    padding-right: 3.125rem;
  }

  .tabs-content {
    width: 100%;
    padding-right: 0;
  }

  .eskercikafelki {
    justify-content: flex-start;
    width: 200vw;
    margin-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    overflow: auto;
  }

  .ekspertimage {
    width: 40vw;
    max-width: 40vw;
  }

  .div-block-2-copy {
    width: 100%;
  }

  .sm-image {
    width: 30vw;
  }

  .headinghcta {
    color: #f1e7db;
    font-size: 2rem;
  }

  .titlecta {
    color: #f1e7db;
  }

  .stopkaup {
    flex-direction: row;
  }

  .stopka-logo {
    width: 20%;
  }

  .stopka-menu {
    grid-column-gap: 1em;
    width: 80%;
  }

  .menu-stopkaitem {
    color: #f1e7db;
  }

  .stopkasocial {
    width: 20%;
  }

  .copywrite-text {
    color: #f1e7db;
  }

  .logowhite {
    max-height: 1.4rem;
  }

  .logo-2 {
    height: 1rem;
    display: none;
  }

  .logobottom {
    height: 1rem;
  }

  .tabimage-2, .tabimage-4, .tabimage-5 {
    width: 100%;
    height: 25vh;
  }

  .headingh2-newsletter {
    font-size: 2.2rem;
  }

  .flex-block-13 {
    width: 10%;
    display: none;
  }

  .flex-block-14 {
    width: 100%;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0%;
  }

  .flex-block-15 {
    margin-bottom: 0;
    display: none;
  }

  .headinghero3 {
    color: #f1e7dbcc;
  }

  .headingh3-efekty-tytul {
    font-size: 2rem;
    line-height: 2rem;
  }

  .kafelektitle-efekty {
    font-size: 1rem;
  }

  .opcje-all {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 1.25rem;
    padding-right: 1.25rem;
    overflow: auto;
  }

  .opcje-all.is-2 {
    flex-flow: column;
    height: auto;
  }

  .opcja-sugerowana.is-2 {
    width: 100%;
  }

  .timeline {
    display: none;
  }

  .timeline-all {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .timeline-center {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .headingh-timeline-1 {
    margin-bottom: 20px;
  }

  .headingh-timeline-2 {
    display: none;
  }

  .timeline-circle {
    width: 20px;
    height: 20px;
  }

  .timeline-line-1 {
    left: 30px;
  }

  .timeline-title-all {
    align-items: flex-start;
  }

  .timeline-haslo {
    width: 100%;
    padding-top: 5vh;
    padding-bottom: 0;
  }

  .timeline-haslo-all {
    width: 100%;
  }

  .heading-haslo {
    font-size: 3rem;
  }

  .tabimage-kwas {
    width: 100%;
    height: 14vh;
  }

  .tabs-menu-skladniki {
    grid-column-gap: 1.75rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    width: 90rem;
    height: 16vh;
    padding-bottom: 2vh;
    overflow: auto;
  }

  .tab-skladniki, .tab-skladniki.w--current {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .spacerxl-opis2 {
    display: none;
  }

  .div-opcje {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbarmobile {
    mix-blend-mode: normal;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flex-block-15-mobile, .flex-block-mobile {
    margin-bottom: 0;
    display: flex;
  }

  .menu-icon {
    z-index: 2;
    grid-row-gap: .5rem;
    align-items: flex-end;
    position: relative;
  }

  .bar-top {
    background-color: #f1e7db;
    width: 50px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bar-bottom {
    background-color: #f1e7db;
    width: 25px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .flex-block-19 {
    grid-row-gap: 0rem;
    opacity: 1;
    background-color: #f1e7db;
    justify-content: center;
    width: 50vw;
    height: 100vh;
    padding-left: 2rem;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .menu-bottom {
    align-items: flex-end;
    height: 50%;
    padding-bottom: 2rem;
    display: flex;
  }

  .flex-block-20 {
    grid-row-gap: 2.5rem;
    height: 50%;
    padding-top: 10rem;
  }

  .image-35 {
    width: 1.4rem;
  }

  .image-36 {
    width: 2.5rem;
  }

  .kafelektitlehamilton {
    font-size: .7rem;
    line-height: 1rem;
  }

  .flex-block-21 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: row;
    align-items: center;
  }

  .spacerlmobile {
    height: 5vh;
    display: none;
  }

  .spacerlmobile2 {
    height: 2vh;
    display: none;
  }

  .spacerl-copy {
    height: 5vh;
    display: block;
  }

  .opis-divsm {
    flex-direction: row;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .timelinemobile {
    display: flex;
  }

  .grid-3mobile {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 4fr;
    width: 100%;
  }

  .spacerm-mobile {
    height: 1vh;
    display: block;
  }

  .navbarmobilesticki {
    mix-blend-mode: normal;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navbarmobilest {
    mix-blend-mode: normal;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .bar-top2 {
    background-color: #f1e7db;
    width: 50px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bar-bottom2 {
    background-color: #f1e7db;
    width: 25px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menumobile2 {
    display: flex;
  }

  .kafelektitle-efekty3 {
    font-size: 1rem;
  }

  .div-block-10 {
    display: flex;
  }

  .html-embed-mobile-tablet {
    max-width: 100vw;
    display: none;
    position: static;
  }

  .efekt-opis-one {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 3.125rem;
    padding-right: 0;
  }

  .flex-block-212 {
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .kafelektitlehamilton3 {
    font-size: .7rem;
    line-height: 1rem;
  }

  .headingh3-efekty-tytul2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .efekty-one-all {
    flex-direction: column;
  }

  .efekty-one-photo {
    max-width: 80%;
    margin-top: 1rem;
  }

  .heading-hasloholistyczne {
    font-size: 3rem;
  }

  .text-span-5 {
    font-size: 1.6rem;
  }

  .hero-mobile-movie2 {
    z-index: 1;
    position: absolute;
  }

  .html-embed-mobile-mobile {
    display: none;
    position: static;
  }

  .herooverlay {
    z-index: 2;
    background-color: #00000080;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
  }

  .heromobile {
    background-image: linear-gradient(#00000080, #00000080);
    flex-direction: column;
    order: -1;
    width: 100%;
    height: 100vh;
    display: flex;
  }

  .odkryj-spacer {
    display: none;
  }

  .heading-regulamin, .heading-regulamin2 {
    font-size: 3rem;
  }

  .regulamin {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .image-logo-mobile2, .image-logo-mobile3 {
    position: absolute;
  }

  .image-38, .image-39, .image-40, .image-41 {
    width: 40vw;
    max-width: none;
  }

  .spacerl-newsletter {
    height: 5vh;
    display: block;
  }

  .przeciagnij {
    display: flex;
  }

  .text-block-3 {
    color: #1a2b18;
    font-size: 1.3rem;
  }

  .bar-top3 {
    background-color: #1a2b18;
    width: 50px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bar-bottom3 {
    background-color: #1a2b18;
    width: 25px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .kontakt {
    width: auto;
    margin-left: 0;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .kontakt-in-all {
    width: 100%;
  }

  .kontakt-prawy {
    padding-left: 1.25rem;
  }

  .kontakt-lewy {
    width: 0%;
    display: block;
  }

  .faq-title {
    font-size: 1.4rem;
  }

  .wspolpraca-lewy {
    width: 0%;
    display: block;
  }

  .wspolpraca-heading {
    font-size: 3rem;
  }

  .video-opis-kod {
    width: 40vw;
  }

  .opis-divkp {
    flex-direction: column;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 0;
  }

  .circlekp, .headingh2kupterazkp {
    margin-right: 20px;
  }

  .ikonykp {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    margin-right: 20px;
  }

  .przeciagnijkp {
    margin-right: 20px;
    display: flex;
  }

  .menu-mobile-links-2 {
    height: 100svh;
  }

  .flex-block-213 {
    grid-row-gap: 2.25rem;
    height: 50%;
    padding-top: 10rem;
  }

  .text-block-6 {
    color: #1a2b18;
    font-size: 1.3rem;
  }

  .menu-bottom-2 {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    height: 40%;
    padding-bottom: 2rem;
    display: flex;
  }

  .text-block-7 {
    color: #988365;
    font-family: Red Hat Display, sans-serif;
  }

  .link-block-6 {
    grid-column-gap: .5rem;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-44 {
    width: 1rem;
    height: 1rem;
  }

  .flex-block-214 {
    grid-row-gap: 2.25rem;
    height: 50%;
    padding-top: 10rem;
  }

  .text-block-8 {
    color: #1a2b18;
    font-size: 1.3rem;
  }

  .text-block-9 {
    color: #988365;
    font-family: Red Hat Display, sans-serif;
  }

  .image-45 {
    width: 1rem;
    height: 1rem;
  }

  .mojekonto {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .ikony-skladniki {
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .kafelektitle-skladniki {
    font-size: 1rem;
  }

  .nakoniec-all {
    grid-row-gap: 5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nakoniec-photo {
    margin-top: 0;
    display: none;
  }

  .kafelek-1 {
    width: 100%;
  }

  .opis-divkafelek {
    flex-flow: wrap;
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .kafelek-2, .kafelek-3, .kafelek-4 {
    width: 100%;
  }

  .kafelek-link-2 {
    width: 50%;
  }

  .ikony2 {
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .nakoniec-photo2 {
    margin-top: 0;
  }

  .nakoniec-all2 {
    grid-row-gap: 5rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .karuzela-in {
    display: none;
  }

  .karuzela-inmobile {
    align-items: center;
    display: flex;
  }

  .karuzela-imagemobile {
    width: 50vw;
  }

  .kafelektitle-efekty2, .kafelektitle-efekty4 {
    font-size: 1rem;
  }

  .headingh3-efekty-tytul3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading4 {
    z-index: 3;
    position: relative;
  }

  .image-122 {
    width: 4vw;
    top: 4.5vw;
    left: -23.6vw;
  }

  .headingh3-efekty-tytul4 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .rich-text-block, .shortcode2 {
    display: block;
  }

  .efekt-opis-one2 {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 3.125rem;
    padding-right: 0;
  }

  .efekty-one-all2 {
    flex-direction: column;
  }

  .efekty-one-photo2 {
    flex-direction: column;
    max-width: 80%;
    margin-top: 1rem;
  }

  .flex-block-217 {
    grid-row-gap: 1.25rem;
    flex-direction: column;
  }

  .hero-movie {
    width: 100vw;
    height: 100svh;
    overflow: hidden;
  }

  .movie-hero {
    display: none;
  }

  .movie-hero-mobile {
    display: block;
  }

  .efekty-up-in-all {
    display: none;
  }

  .efekty-up-in-all-mobile {
    display: flex;
  }

  .rich-text-blockprodukt {
    display: block;
  }

  .mojekonto-copy, .produktopis {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 5vh;
    padding-bottom: 10vh;
  }

  .zdjecia-miniatury {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: row;
    width: 100%;
    max-width: none;
  }

  .product-main-thumb {
    height: auto;
    margin-bottom: 0;
  }

  .image-126 {
    max-width: none;
    height: 4rem;
    margin-right: 0;
  }

  .collection-list-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: row;
  }

  .collection-item-4 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .lightbox-link {
    flex-direction: column;
    display: flex;
  }

  .image-127 {
    height: 4rem;
    margin-bottom: 0;
  }

  .zdjecia-scroll {
    width: 100%;
    max-width: none;
    display: none;
    overflow: auto;
  }

  .zdjecia-main {
    flex-direction: row;
    width: auto;
    height: auto;
    overflow: visible;
  }

  .image-128 {
    width: 85vw;
    margin-right: .5rem;
  }

  .collection-list-6 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .image-129 {
    width: 85vw;
    min-width: 85vw;
  }

  .zdjecia-scroll-mobile {
    width: 100%;
    max-width: none;
    display: flex;
    overflow: auto;
  }

  .image-130 {
    object-fit: cover;
    width: auto;
    height: 30rem;
    margin-right: .5rem;
  }

  .collection-list-7 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    display: flex;
  }

  .image-131 {
    object-fit: cover;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .ctanav {
    flex-direction: column;
  }

  .kafelektitle {
    max-width: 50ch;
  }

  .ikony {
    grid-row-gap: 1rem;
  }

  .div-block-3 {
    width: 80%;
  }

  .efekty-text {
    font-size: 1.4em;
  }

  .flex-block-10 {
    flex-direction: column;
    height: auto;
  }

  .tabimage {
    width: 100%;
    height: 14vh;
  }

  .tabcontent {
    width: 100%;
    height: auto;
    padding-top: 3.125rem;
  }

  .flex-block-2-copy {
    width: 60%;
  }

  .sm-image {
    width: 40vw;
  }

  .stopkacta {
    grid-row-gap: 1rem;
    height: 42vw;
  }

  .headinghcta {
    grid-column-gap: .5rem;
    flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .stopkaup {
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .stopka-menu {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .stopkasocial {
    justify-content: flex-start;
  }

  .opcje-all {
    padding-right: 1.25rem;
  }

  .headingh-timeline-1 {
    font-size: 2.2rem;
  }

  .headingh-timeline-3 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

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

  .timeline_progress {
    left: 6px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_left {
    text-align: left;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline-haslo {
    padding-bottom: 0;
  }

  .heading-haslo {
    font-size: 2.2rem;
  }

  .tabimage-kwas {
    width: 100%;
    height: 15vh;
  }

  .tabs-menu-skladniki {
    height: 19vh;
    padding-bottom: 5vh;
  }

  .tab-skladniki, .tab-skladniki.w--current {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .flex-block-19, .timelinemobile {
    display: flex;
  }

  .grid-3mobile {
    grid-row-gap: 5rem;
  }

  .efekt-opis-one {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-right: 0;
  }

  .efekty-one-photo {
    max-width: 100%;
  }

  .heading-hasloholistyczne, .heading-regulamin, .heading-regulamin2 {
    font-size: 2.2rem;
  }

  .faq-title {
    font-size: 1.4rem;
  }

  .wspolpraca-heading {
    font-size: 2.2rem;
  }

  .opis-divkp {
    padding-right: 0;
  }

  .circlekp, .headingh2kupterazkp {
    margin-right: 20px;
  }

  .ikonykp {
    grid-row-gap: 1rem;
    margin-right: 20px;
  }

  .przeciagnijkp {
    margin-right: 20px;
  }

  .ikony-skladniki {
    grid-row-gap: 1rem;
  }

  .nakoniec-photo {
    width: 90vw;
    max-width: 90vw;
    height: 30rem;
  }

  .html-embed-efekty {
    width: 90vw;
    height: 30rem;
  }

  .kafelki-title {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .kafelektitle-kafelek, .kafelektitle2 {
    max-width: 50ch;
  }

  .ikony2 {
    grid-row-gap: 1rem;
  }

  .nakoniec-photo2 {
    width: 90vw;
    max-width: 90vw;
    height: 30rem;
  }

  .div-block-11 {
    margin-right: -1rem;
  }

  .hamiltonbadge, .hamiltonbadge2, .hamiltonbadge3 {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .kafelektitle4, .kafelektitle24 {
    max-width: 50ch;
  }

  .efekt-opis-one2 {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-top: 1rem;
    padding-right: 0;
  }

  .efekty-one-photo2 {
    max-width: 100%;
  }

  .movie-hero-mobile {
    display: block;
  }

  .fundusze {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .body {
    max-width: 100vw;
  }

  .ctanav {
    flex-direction: column;
  }

  .hero, .herotext {
    height: 100svh;
  }

  .heading {
    z-index: 3;
    position: relative;
  }

  .headinghero {
    z-index: 3;
    margin-top: 30px;
    font-size: 9.2vw;
    line-height: 1em;
  }

  .image-3 {
    z-index: 3;
    width: 8vw;
    top: 7vw;
    left: -36.5vw;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pasekfull {
    height: 10vh;
  }

  .pasek {
    grid-column-gap: 2rem;
    height: 10vh;
    min-height: auto;
  }

  .haslopasek {
    font-size: 1.4em;
  }

  .flex-block {
    grid-column-gap: 2rem;
  }

  .headinghero2 {
    z-index: 3;
    max-width: 28ch;
    margin-top: 0;
    font-size: .9rem;
    position: relative;
  }

  .headingh2 {
    font-size: 1.8rem;
    font-style: normal;
    line-height: 1.1em;
  }

  .ikony {
    grid-column-gap: 1.5rem;
    grid-row-gap: .7rem;
    flex-direction: row;
  }

  .div-block-3 {
    justify-content: flex-start;
    width: 100%;
  }

  .image-13 {
    max-width: 57%;
    margin-left: -1rem;
    margin-right: 0;
    padding-left: 0;
  }

  .odkryj {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-2 {
    font-size: 1.2rem;
  }

  .tabs-menu {
    grid-column-gap: 1rem;
    flex-wrap: wrap;
    height: 16vh;
    padding-top: 4vh;
    padding-bottom: 2vh;
  }

  .tab-link-tab-2, .tab-link-tab-2.w--current {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .efekty-text {
    font-size: 1.3em;
  }

  .efekty-text:hover {
    color: #fff;
  }

  .efektytitle-div {
    grid-row-gap: 2vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 8vh;
    margin-bottom: -8vh;
    padding-top: 2vh;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .flex-block-10 {
    height: auto;
  }

  .tabimage {
    height: 50vw;
  }

  .tabcontent {
    padding-top: 3.125rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .eskercikafelki {
    object-fit: fill;
    width: 200vw;
    margin-top: .5rem;
    margin-right: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: scroll;
  }

  .ekspertimage {
    width: auto;
    max-width: none;
  }

  .nazwaekspert {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1rem;
  }

  .eksperttytul {
    margin-top: 5px;
  }

  .flex-block-2-copy {
    align-items: flex-start;
    width: 100%;
  }

  .sm-image {
    width: 40vw;
  }

  .stopkacta {
    background-image: linear-gradient(#00000080, #00000080), url('../images/elixis_time1scaled.webp');
    height: 45vh;
  }

  .headinghcta {
    grid-column-gap: .5rem;
    grid-row-gap: 0px;
    flex-flow: wrap;
    font-size: 2rem;
    line-height: 2rem;
  }

  .stopka {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .stopkaup {
    grid-row-gap: 1.5rem;
    border-bottom-color: #f1e7db;
    flex-direction: column;
    padding-bottom: 2rem;
  }

  .stopkabottom {
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-top: 2rem;
  }

  .stopka-logo {
    width: 50%;
  }

  .image-21 {
    width: 5rem;
  }

  .stopka-menu {
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-stopkaitem {
    color: #f1e7db;
  }

  .wykonano {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
  }

  .copywrite-text {
    color: #f1e7db;
    text-align: left;
    max-width: 15ch;
  }

  .wykonano-in {
    flex-direction: row;
    align-items: flex-end;
  }

  .logowhite {
    max-height: 1.2rem;
  }

  .logo-2 {
    height: 1.2rem;
  }

  .logobottom {
    height: 1rem;
  }

  .loader {
    display: none;
  }

  .loader-text {
    font-size: 1.6rem;
  }

  .link-block-2 {
    z-index: 3;
    position: relative;
  }

  .tabimage-2 {
    background-image: none;
    width: 100%;
    height: 50vw;
  }

  .tabimage-4 {
    background-position: 15% 40%;
    background-size: cover;
  }

  .tabimage-5 {
    background-size: cover;
  }

  .headingh2-newsletter {
    margin-top: 1rem;
    margin-bottom: -.25rem;
    font-size: 2.1rem;
    line-height: 1em;
  }

  .div-block-2-newsleter {
    grid-row-gap: 0rem;
    max-width: 100%;
  }

  .form-block, .submit-button {
    width: 100%;
  }

  .flex-block-12 {
    flex-direction: column;
  }

  .checkbox-field {
    align-items: flex-start;
  }

  .checkbox-label {
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .checkbox {
    width: 36px;
    margin-top: 3px;
    margin-left: -20px;
  }

  .flex-block-14 {
    padding-bottom: 2rem;
  }

  .flex-block-16 {
    grid-column-gap: 1.75rem;
    grid-row-gap: .75rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .headingh3-efekty-tytul {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .kropka-efekty {
    min-width: 5px;
    max-width: 5px;
    min-height: 5px;
    max-height: 5px;
    position: static;
  }

  .opcje-all {
    padding-right: 1.25rem;
  }

  .opcje-all.is-2 {
    flex-flow: column;
  }

  .opcja-1 {
    width: 85vw;
    min-width: 85vw;
    max-width: 85vw;
  }

  .opcja-image {
    height: 12rem;
  }

  .headingh-opcja {
    font-size: 1.6rem;
  }

  .opcja-opis {
    grid-row-gap: .5rem;
    min-width: 85vw;
    padding: 1rem;
  }

  .headingh-opcja-liczba {
    font-size: .8rem;
  }

  .flex-block-18 {
    grid-column-gap: .5rem;
  }

  .opcjetitle {
    max-width: 20ch;
  }

  .icon-opcje {
    align-items: center;
  }

  .opcja-sugerowana {
    width: 85vw;
    min-width: 85vw;
    max-width: none;
  }

  .cena {
    font-size: 1rem;
  }

  .ikony-opcje-all {
    width: auto;
  }

  .timeline-right {
    flex-wrap: nowrap;
    padding-right: 20px;
  }

  .headingh-timeline-1 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .headingh-timeline-3 {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .timeline-zdjecia {
    grid-column-gap: .5rem;
    padding-top: .5rem;
  }

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .timeline-zdjecie-1 {
    width: 7rem;
    height: 8rem;
  }

  .timeline-zdjecie-2 {
    background-image: url('../images/elixis_time4.webp');
    width: 7rem;
    height: 8rem;
  }

  .timeline-haslo {
    padding-top: 5vh;
  }

  .heading-haslo {
    font-size: 1.8rem;
  }

  .haslo-zdjecie-2, .haslo-zdjecie-1 {
    width: 8rem;
    height: 10rem;
  }

  .skladniki-title {
    white-space: nowrap;
    font-size: 1.3em;
    line-height: 1rem;
  }

  .skladniki-title:hover {
    color: #fff;
  }

  .tabs-menu-skladniki {
    grid-column-gap: 1.25rem;
    object-fit: fill;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    height: 22vh;
    padding: 11.5vh 20px 4vh;
    overflow: auto;
  }

  .div-opcje {
    align-items: flex-start;
  }

  .ctanav-buy {
    width: 100%;
    max-width: 70vw;
  }

  .ctanav-buy.checkout {
    max-width: none;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: 400;
  }

  .image-dostawa {
    width: 1.8rem;
  }

  .image-platnosci {
    width: 1.6rem;
  }

  .image-vegan {
    width: 1.3rem;
  }

  .platnosci {
    grid-column-gap: .7rem;
    max-width: 85vw;
    margin-top: .3rem;
    margin-bottom: 1rem;
  }

  .blik {
    width: 1.7rem;
  }

  .przelewy {
    width: 2.3rem;
  }

  .paypal {
    width: 2.9rem;
  }

  .opcja-3 {
    max-width: 70vw;
  }

  .navbarmobile {
    z-index: 100;
    mix-blend-mode: normal;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
  }

  .image-logo-mobile {
    width: 6em;
  }

  .flex-block-19 {
    opacity: 0;
    mix-blend-mode: normal;
    border-left: 1px solid #988365;
    width: 80vw;
    height: 100vh;
    display: flex;
    position: fixed;
  }

  .menu-bottom {
    height: 40%;
  }

  .image-35 {
    width: 1.2rem;
  }

  .image-36 {
    width: 2.7rem;
  }

  .flex-block-21 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .opis-divsm {
    flex-direction: column;
  }

  .timelinemobile {
    display: flex;
  }

  .grid-3mobile {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .spacerm-mobile {
    display: none;
  }

  .link-block-4, .link-block-5 {
    display: block;
  }

  .navbarmobilesticki {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .navbarmobilest {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: fixed;
  }

  .bar-top2, .bar-bottom2 {
    background-color: #1a2b18;
  }

  .timeline-zdjecie-3 {
    width: 7rem;
    height: 8rem;
  }

  .timeline-zdjecie-4 {
    background-image: url('../images/elixis_media2.webp');
    width: 7rem;
    height: 8rem;
  }

  .timeline-zdjecie-5 {
    width: 7rem;
    height: 8rem;
  }

  .timeline-zdjecie-6 {
    background-image: url('../images/elixis_time2.webp');
    width: 7rem;
    height: 8rem;
  }

  .timeline-right2, .timeline-right3 {
    flex-wrap: nowrap;
    padding-right: 20px;
  }

  .html-embed-mobile {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    width: 8rem;
    height: 10rem;
    position: absolute;
  }

  .div-block-10 {
    z-index: 2;
    background-color: #00000080;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .html-embed-mobile-tablet {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    height: auto;
    max-height: 100svh;
    display: none;
    position: absolute;
  }

  .paypo {
    width: 2.1rem;
  }

  .opcja-image2 {
    height: 10rem;
  }

  .opcja-image3 {
    height: 12rem;
  }

  .image-platnosci2 {
    width: 1.8rem;
  }

  .efekt-opis-one {
    max-width: 100%;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .headingh2-efekty {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .image-36hamilton {
    width: 5rem;
  }

  .headingh3-efekty-tytul2 {
    max-width: 42ch;
    font-size: 1.7rem;
    line-height: 1.8rem;
  }

  .text-span-4 {
    font-size: 1.2rem;
  }

  .italic-text-6 {
    font-size: 1.3rem;
  }

  .efekty-one-all {
    flex-direction: column;
  }

  .efekty-one-photo {
    max-width: 100%;
    margin-top: 1rem;
  }

  .heading-hasloholistyczne {
    font-size: 2.2rem;
  }

  .text-span-5 {
    font-size: 1.2rem;
  }

  .hero-mobile-movie2 {
    inset: 0%;
  }

  .html-embed-mobile-mobile {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    max-height: 100svh;
    display: none;
    position: absolute;
  }

  .herooverlay {
    display: none;
  }

  .heromobile {
    background-image: linear-gradient(#00000080, #00000080);
    height: 100svh;
  }

  .heading-regulamin {
    font-size: 2rem;
  }

  .paragraph-regulamin {
    line-height: 1.3rem;
  }

  .heading-regulamin2 {
    font-size: 1.8rem;
  }

  .regulamin {
    padding-top: 5vh;
  }

  .image-logo-mobile2, .image-logo-mobile3 {
    width: 6em;
  }

  .eksperci-all {
    max-width: 100vw;
    margin-top: 1vh;
    overflow: hidden;
  }

  .image-38, .image-39, .image-40, .image-41 {
    width: 65vw;
    max-width: none;
  }

  .spacerl-newsletter {
    height: 0;
    display: none;
  }

  .image-42 {
    width: 2.8rem;
  }

  .przeciagnij {
    grid-column-gap: .65rem;
    width: 100%;
  }

  .spacerxs-mobile {
    height: .1vh;
    display: block;
  }

  .headingh2kupteraz {
    font-size: 2.2rem;
    line-height: 1.1em;
  }

  .text-block-3 {
    font-size: 1.2rem;
  }

  .cookies-inner {
    align-items: stretch;
    height: auto;
    padding: 20px;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .cookies-text {
    text-align: justify;
    max-width: 50ch;
    font-size: .7rem;
    line-height: 20px;
  }

  .cookiesbutton {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: center;
  }

  .link-block-buy {
    z-index: 3;
    margin-top: 1rem;
    position: relative;
  }

  .link-block-buy.w--current {
    margin-top: 1em;
  }

  .menu-mobile-links {
    height: 100svh;
  }

  .headingh2-efekty2 {
    text-align: left;
    font-size: 2rem;
    line-height: 1em;
  }

  .kontakt {
    padding-top: 5vh;
  }

  .kontakt-in-all {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }

  .kontakt-lewy {
    display: none;
  }

  .pytanie {
    grid-column-gap: .5rem;
  }

  .faq-title {
    font-size: 1.1rem;
    line-height: 1.1em;
  }

  .wspolpraca-lewy {
    display: none;
  }

  .wspolpraca-heading {
    text-align: left;
    font-size: 2rem;
  }

  .video-opis-kod {
    width: 65vw;
    margin-bottom: -5px;
  }

  .opis-divkp {
    padding-right: 0;
  }

  .circlekp {
    margin-right: 20px;
  }

  .headingh2kupterazkp {
    max-width: 19ch;
    margin-top: 0;
    margin-right: 20px;
    padding-right: 0;
    font-size: 1.7rem;
    line-height: 1em;
  }

  .ikonykp {
    grid-column-gap: 1.5rem;
    grid-row-gap: .7rem;
    flex-direction: row;
    margin-right: 20px;
  }

  .ikonykp.is-2 {
    display: flex;
  }

  .przeciagnijkp {
    grid-column-gap: .65rem;
    width: 100%;
    padding-left: 0;
  }

  .menu-mobile-links-2 {
    height: 100svh;
  }

  .flex-block-213 {
    grid-row-gap: 1.5rem;
    padding-top: 5rem;
  }

  .text-block-6 {
    font-size: 1.1rem;
  }

  .menu-bottom-2 {
    justify-content: flex-end;
    height: 40%;
    padding-bottom: 2rem;
  }

  .link-block-6 {
    grid-column-gap: .35rem;
  }

  .image-44 {
    width: 1.2rem;
  }

  .flex-block-214 {
    grid-row-gap: 1.5rem;
    padding-top: 5rem;
  }

  .text-block-8 {
    font-size: 1.1rem;
  }

  .image-45 {
    width: 1.2rem;
  }

  .mojekonto {
    padding-top: 5vh;
  }

  .mojekonto.checkout {
    padding-left: 0;
    padding-right: 0;
  }

  .ikony-skladniki {
    grid-column-gap: 1.5rem;
    grid-row-gap: .7rem;
    flex-direction: row;
  }

  .informacja {
    padding-right: 1.25rem;
  }

  .nakoniec-photo {
    height: 20rem;
    max-height: 20rem;
  }

  .html-embed-efekty {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    width: 85vw;
    height: 20rem;
    position: absolute;
  }

  .kafelek-1 {
    width: 100%;
    height: 20rem;
  }

  .kafelki-title {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .kafelek-2, .kafelek-3, .kafelek-4 {
    width: 100%;
    height: 20rem;
  }

  .div-block-2efekty {
    align-items: flex-start;
  }

  .kafelek-link-2 {
    width: 100%;
  }

  .ikony2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: .7rem;
    flex-direction: row;
  }

  .nakoniec-photo2 {
    height: 20rem;
    max-height: 20rem;
  }

  .nakoniec-all2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hamiltonbadge {
    margin-bottom: 0;
    margin-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .italic-text-7 {
    font-size: 1.6rem;
  }

  .image-46 {
    width: 3rem;
    height: 3rem;
  }

  .kafelektitlekhamilton {
    font-family: Red Hat Display, sans-serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
  }

  .hamiltonbadge2 {
    margin-bottom: 0;
    margin-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .hamiltonbadge3 {
    margin-bottom: -2rem;
    margin-right: 0;
    padding-left: 0;
  }

  .headingh3-efekty-tytul3 {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }

  .kafelektitle4, .circle2 {
    display: none;
  }

  .headingh2-efekty3 {
    text-align: left;
    font-size: 1.8rem;
    line-height: 1em;
  }

  .heading4 {
    z-index: 3;
    position: relative;
  }

  .image-122 {
    z-index: 3;
    width: 8vw;
    top: 7vw;
    left: -36.5vw;
  }

  .image-123 {
    width: 14px;
  }

  .image-123-2 {
    width: 15px;
  }

  .spacerxs-mobile2, .spacerxskp {
    height: .1vh;
    display: none;
  }

  .opcjetitle2 {
    max-width: 22ch;
  }

  .headingh3-efekty-tytul4 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .cena-all {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .cenavat {
    font-size: .7rem;
  }

  .image-platnosci3 {
    width: 1.1rem;
  }

  .efekt-opis-one2 {
    max-width: 100%;
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .efekty-one-all2 {
    flex-direction: column;
  }

  .efekty-one-photo2 {
    max-width: 100%;
    margin-top: 1rem;
  }

  .efekty-one-text-wide {
    grid-row-gap: 1.25rem;
  }

  .flex-block-217 {
    grid-row-gap: 1.25rem;
    flex-direction: column;
  }

  .movie-hero-mobile {
    height: 100svh;
    display: block;
  }

  .efekty-up, .image-124 {
    width: 90vw;
  }

  .kafelektitlekhamilton2 {
    font-family: Red Hat Display, sans-serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
  }

  .kafelektitlekhamilton3 {
    text-align: center;
    font-family: Red Hat Display, sans-serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
  }

  .kafelektitlekhamilton4 {
    text-align: center;
    font-family: Made Saonara Webfont, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
  }

  .image-46-hamilton {
    width: 3rem;
    height: 3rem;
  }

  .efekty-up-in-all-mobile {
    width: 90vw;
  }

  .mojekonto-copy, .produktopis {
    padding-top: 5vh;
  }

  .zdjecia_product_page {
    width: 100%;
    max-width: none;
  }

  .zdjecia-miniatury {
    max-width: none;
  }

  .zdjecia-main {
    justify-content: space-between;
    align-items: flex-end;
    height: 20rem;
  }

  .zdjecia-scroll-mobile {
    justify-content: space-between;
    align-items: flex-end;
  }

  .image-130 {
    object-fit: cover;
    width: auto;
    max-width: none;
    height: 20rem;
    overflow: auto;
  }

  .collection-list-7 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .image-131 {
    object-fit: cover;
    width: auto;
    min-width: auto;
    max-width: none;
    height: 20rem;
  }

  .product_info {
    grid-row-gap: .5rem;
    padding: 1rem 0;
  }

  .collection-list-wrapper-3 {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }
}

#w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3d3-435321f4, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3d9-435321f4, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3dc-435321f4, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3e4-435321f4, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3ea-435321f4, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3ed-435321f4, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3f5-435321f4, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3fb-435321f4, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3fe-435321f4, #w-node-a614a25b-09cd-c54b-3bca-60e761438da0-435321f4, #w-node-_976fb8cf-f57b-9420-e773-128f77d3c61a-435321f4, #w-node-cafbebbe-4e08-ef92-0890-59d671ee9e7d-435321f4, #w-node-f8b93bce-8f4a-4d5d-e867-48cf5133ae67-435321f4, #w-node-b61cb8c7-e5a5-3550-3327-5e198bda24ad-435321f4, #w-node-_8c32265f-2623-2b39-18ed-4cd46e64a715-435321f4, #w-node-_152f6a63-4d8c-dccc-a635-bcae1d195a9b-435321f4, #w-node-_68ebf508-4f0b-04a7-e692-c72d069099fa-435321f4, #w-node-_41bdaf34-bcba-915a-9337-8d006420f71f-435321f4, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3d3-43532201, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3d9-43532201, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3dc-43532201, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3e4-43532201, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3ea-43532201, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3ed-43532201, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3f5-43532201, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3fb-43532201, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3fe-43532201, #w-node-a614a25b-09cd-c54b-3bca-60e761438da0-43532201, #w-node-_976fb8cf-f57b-9420-e773-128f77d3c61a-43532201, #w-node-cafbebbe-4e08-ef92-0890-59d671ee9e7d-43532201, #w-node-f8b93bce-8f4a-4d5d-e867-48cf5133ae67-43532201, #w-node-b61cb8c7-e5a5-3550-3327-5e198bda24ad-43532201, #w-node-_8c32265f-2623-2b39-18ed-4cd46e64a715-43532201, #w-node-_152f6a63-4d8c-dccc-a635-bcae1d195a9b-43532201, #w-node-_68ebf508-4f0b-04a7-e692-c72d069099fa-43532201, #w-node-_41bdaf34-bcba-915a-9337-8d006420f71f-43532201, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3d3-3ab7026a, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3d9-3ab7026a, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3dc-3ab7026a, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3e4-3ab7026a, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3ea-3ab7026a, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3ed-3ab7026a, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3f5-3ab7026a, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3fb-3ab7026a, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3fe-3ab7026a, #w-node-a614a25b-09cd-c54b-3bca-60e761438da0-3ab7026a, #w-node-_976fb8cf-f57b-9420-e773-128f77d3c61a-3ab7026a, #w-node-cafbebbe-4e08-ef92-0890-59d671ee9e7d-3ab7026a, #w-node-f8b93bce-8f4a-4d5d-e867-48cf5133ae67-3ab7026a, #w-node-b61cb8c7-e5a5-3550-3327-5e198bda24ad-3ab7026a, #w-node-_8c32265f-2623-2b39-18ed-4cd46e64a715-3ab7026a, #w-node-_152f6a63-4d8c-dccc-a635-bcae1d195a9b-3ab7026a, #w-node-_68ebf508-4f0b-04a7-e692-c72d069099fa-3ab7026a, #w-node-_41bdaf34-bcba-915a-9337-8d006420f71f-3ab7026a, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3d3-93f2efd6, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3d9-93f2efd6, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3dc-93f2efd6, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3e4-93f2efd6, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3ea-93f2efd6, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3ed-93f2efd6, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3f5-93f2efd6, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3fb-93f2efd6, #w-node-_4a5c8524-35a2-8a5a-946f-c626cbe8b3fe-93f2efd6, #w-node-a614a25b-09cd-c54b-3bca-60e761438da0-93f2efd6, #w-node-_976fb8cf-f57b-9420-e773-128f77d3c61a-93f2efd6, #w-node-cafbebbe-4e08-ef92-0890-59d671ee9e7d-93f2efd6, #w-node-f8b93bce-8f4a-4d5d-e867-48cf5133ae67-93f2efd6, #w-node-b61cb8c7-e5a5-3550-3327-5e198bda24ad-93f2efd6, #w-node-_8c32265f-2623-2b39-18ed-4cd46e64a715-93f2efd6, #w-node-_152f6a63-4d8c-dccc-a635-bcae1d195a9b-93f2efd6, #w-node-_68ebf508-4f0b-04a7-e692-c72d069099fa-93f2efd6, #w-node-_41bdaf34-bcba-915a-9337-8d006420f71f-93f2efd6, #w-node-aaad8a98-e802-27a0-fd8c-cde9b9d05b50-29d167cc, #w-node-aaad8a98-e802-27a0-fd8c-cde9b9d05b56-29d167cc, #w-node-aaad8a98-e802-27a0-fd8c-cde9b9d05b59-29d167cc, #w-node-aaad8a98-e802-27a0-fd8c-cde9b9d05b61-29d167cc, #w-node-aaad8a98-e802-27a0-fd8c-cde9b9d05b67-29d167cc, #w-node-aaad8a98-e802-27a0-fd8c-cde9b9d05b6a-29d167cc, #w-node-aaad8a98-e802-27a0-fd8c-cde9b9d05b72-29d167cc, #w-node-aaad8a98-e802-27a0-fd8c-cde9b9d05b78-29d167cc, #w-node-aaad8a98-e802-27a0-fd8c-cde9b9d05b7b-29d167cc, #w-node-f2546a18-2b02-380a-9960-e07fa73c1781-29d167cc, #w-node-f2546a18-2b02-380a-9960-e07fa73c1784-29d167cc, #w-node-f2546a18-2b02-380a-9960-e07fa73c1785-29d167cc, #w-node-f2546a18-2b02-380a-9960-e07fa73c1792-29d167cc, #w-node-f2546a18-2b02-380a-9960-e07fa73c1795-29d167cc, #w-node-f2546a18-2b02-380a-9960-e07fa73c1796-29d167cc, #w-node-f2546a18-2b02-380a-9960-e07fa73c17a3-29d167cc, #w-node-f2546a18-2b02-380a-9960-e07fa73c17a6-29d167cc, #w-node-f2546a18-2b02-380a-9960-e07fa73c17a7-29d167cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Made Saonara Webfont';
  src: url('../fonts/made_saonara-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}