/** Shopify CDN: Minification failed

Line 8814:58 Expected ")" to end URL token

**/
:root {
  --_sava-typography---gibson: gibson, sans-serif;
  --_sava-color-styles---soft-black: #262524;
  --_sava-typography---gelica: gelica, sans-serif;
  --base-color-neutral--neutral: var(--_sava-color-styles---dark-grey);
  --text-color--text-alternate: var(--_sava-color-styles---white);
  --base-color-neutral--black: var(--_sava-color-styles---soft-black);
  --text-color--text-secondary: var(--_sava-color-styles---dark-grey);
  --border-radius--small: .25rem;
  --base-color-system--focus-state: #2d62ff;
  --background-color--background-tertiary: var(--_sava-color-styles---strawberry);
  --base-color-neutral--white: var(--_sava-color-styles---white);
  --base-color-neutral--neutral-lighter: var(--_sava-color-styles---slate-grey);
  --_sava-typography---interstatemono: interstate-mono, sans-serif;
  --base-color-neutral--neutral-darkest: var(--_sava-color-styles---soft-black);
  --base-color-neutral--neutral-lightest: var(--_sava-color-styles---light-grey);
  --_sava-color-styles---soft-white: #f8f8f8;
  --accessible-components-dark-grey\<deleted\|variable-c4d8099c\>: #9b9b9b;
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-system--success-green-dark: #17660f;
  --base-color-neutral--neutral-darker: var(--_sava-color-styles---soft-black);
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #9b1313;
  --border-radius--medium: .5rem;
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-primary: var(--_sava-color-styles---soft-black);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --background-color--background-primary: var(--_sava-color-styles---soft-black);
  --background-color--background-secondary: var(--_sava-color-styles---light-peach);
  --background-color--background-alternate: var(--_sava-color-styles---white);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --_sava-color-styles---mid-grey: #deddd7;
  --_sava-color-styles---white: #fff;
  --_sava-color-styles---tea: #f3e8ad;
  --_sava-color-styles---dark-grey: #545351;
  --_sava-color-styles---slate-grey: #c1c1be;
  --_sava-color-styles---light-grey: #eeeeed;
  --_sava-color-styles---lemon: #ede087;
  --_sava-color-styles---kid-s-purple: #2f2a48;
  --_sava-color-styles---light-peach: #f6d7b9;
  --_sava-color-styles---blueberry: #99bbe1;
  --_sava-color-styles---strawberry: #f2cbcb;
  --_sava-color-styles---dark-strawberry: #e36565;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --border-color--border-primary: var(--_sava-color-styles---mid-grey);
  --border-color--border-secondary: var(--_sava-color-styles---soft-black);
  --border-color--border-alternate: var(--_sava-color-styles---soft-black);
  --border-radius--large: 1rem;
  --link-color--link-primary: var(--_sava-color-styles---soft-black);
  --link-color--link-secondary: var(--_sava-color-styles---dark-grey);
  --link-color--link-alternate: var(--_sava-color-styles---white);
  --link-color--color: white;
}

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

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

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

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

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

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

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

.w-layout-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

body {
  font-family: var(--_sava-typography---gibson);
  color: var(--_sava-color-styles---soft-black);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_sava-typography---gelica);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 3.375rem;
}

h2 {
  font-family: var(--_sava-typography---gelica);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.5rem;
}

h3 {
  font-family: var(--_sava-typography---gelica);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.875rem;
}

h4 {
  font-family: var(--_sava-typography---gibson);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1rem;
}

h5 {
  font-family: var(--_sava-typography---gelica);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

h6 {
  font-family: var(--_sava-typography---gelica);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5625rem;
}

p {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 400;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-medium {
  padding: 2rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top, .margin-top.margin-medium, .margin-top.margin-medium, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  flex: none;
  margin: .3rem .5rem 0 0;
  padding: 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

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

.li-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  width: 100%;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.li-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-grey {
  color: var(--base-color-neutral--neutral);
}

.li-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.li-styleguide_2-col.is-align-start {
  align-items: start;
}

.heading-style-h3 {
  font-family: var(--_sava-typography---gelica);
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.text-rich-text {
  line-height: 1.5rem;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1 {
  font-family: var(--_sava-typography---gelica);
  letter-spacing: 0;
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 3.375rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-color-white {
  color: var(--text-color--text-alternate);
}

.li-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--base-color-neutral--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.text-size-tiny.text-color-grey.text-style-link {
  cursor: pointer;
}

.li-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.li-styleguide_heading-medium {
  font-size: 4rem;
}

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

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.li-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.li-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.form_field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.text-style-muted {
  opacity: .6;
}

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

.heading-style-h4 {
  font-family: var(--_sava-typography---gibson);
  letter-spacing: 0;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1rem;
}

.heading-style-h4.text-weight-normal {
  font-weight: 400;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: #0000;
  width: 100%;
  min-height: 3.2rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form_input.is-quantity {
  width: 5.4rem;
  min-height: 3.2rem;
  margin-bottom: 0;
}

.form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.heading-style-h6 {
  font-family: var(--_sava-typography---gelica);
  letter-spacing: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5625rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.text-size-large.text-weight-bold {
  font-weight: 500;
}

.text-size-large.sv-price-text {
  font-family: Gibson, sans-serif;
  font-weight: 500;
}

.heading-style-h2 {
  font-family: var(--_sava-typography---gelica);
  letter-spacing: 0;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.page-wrapper {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.li-styleguide_label {
  border-radius: var(--border-radius--small);
  background-color: var(--base-color-system--focus-state);
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.li-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.container-large {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--black);
  color: var(--text-color--text-alternate);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 10px;
  padding: .8125rem 1.9375rem;
  font-weight: 500;
  line-height: 1.1;
}

.button.is-secondary {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  color: #000;
  padding: 13px 31px;
  line-height: 1;
}

.button.is-secondary:hover {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
}

.button.is-secondary.max-width-full.pointer-events-off {
  border-color: var(--base-color-neutral--neutral-lighter);
}

.button.is-outline {
  color: #111;
  background-color: #0000;
  border: 1px solid #111;
  transition: color .2s, background-color .2s;
}

.button.is-outline:hover {
  color: #fff;
  background-color: #111;
}

.button.max-width-full {
  font-family: var(--_sava-typography---interstatemono);
  font-size: 21px;
  font-weight: 400;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.li-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.li-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.li-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.hide {
  flex: 1;
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_navbar {
  z-index: 10;
  background-color: var(--base-color-neutral--white);
  position: sticky;
  top: 0;
}

.section_footer {
  border-top: 1px solid var(--base-color-neutral--neutral-lighter);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  margin-top: auto;
}

.cart_grid-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cart_table {
  background-color: var(--base-color-neutral--white);
}

.cart_table.outline-solid-1 {
  border: 1px solid var(--base-color-neutral--neutral-darkest);
}

.cart_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 10rem;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 1.5rem;
  display: grid;
}

.cart_grid.is-header {
  border-bottom: 1px solid var(--base-color-neutral--black);
  color: var(--base-color-neutral--black);
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.cart_grid.is-order {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.cart_table-header {
  white-space: nowrap;
  flex-basis: 20%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart_wrapper-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cart_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 1rem 1.5rem;
  display: flex;
}

.cart_wrapper {
  border-bottom: 1px solid var(--base-color-neutral--black);
  padding-top: .7em;
}

.cart_details-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .6em;
  display: flex;
}

.cart_action {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.cart_empty {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cart_image {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  background-color: var(--base-color-neutral--neutral-lightest);
  object-fit: contain;
  width: 5rem;
  height: 5rem;
}

.cart_info-order {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.cart_price {
  margin-right: 5px;
}

.cart_price.away {
  text-decoration: line-through;
}

.cart_table-item {
  flex-basis: 20%;
  display: flex;
}

.cart_table-item.anzahl {
  flex-direction: column;
}

.cart_quantity-wrapper {
  border: 1px solid var(--base-color-neutral--black);
  color: #000;
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: .7rem;
  display: flex;
}

.cart_quantity {
  border-style: none none none solid;
  border-width: 1px;
  border-color: #1111111a #1111111a #1111111a var(--base-color-neutral--black);
  border-radius: 0 .3em .3em 0;
  width: 3.3em;
  margin-bottom: 0;
  margin-left: 1em;
  padding: 6px .3em 6px 1em;
}

.cart_quantity::placeholder {
  color: #111;
}

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

.collections_item {
  align-items: flex-end;
  width: 100%;
  height: 19.6rem;
  padding: 2.5rem 2.8rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collections_bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collections_overlay {
  object-fit: cover;
  background-image: linear-gradient(61deg, #111111b3, #1110 97%);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.collections_title {
  position: relative;
}

.default_wrapper {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.blog_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog_tags-wrapper {
  position: relative;
}

.blog_img {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  background-color: var(--base-color-neutral--neutral-lightest);
  width: 100%;
  height: 18.6rem;
}

.blog_tag-row {
  grid-column-gap: var(--border-radius--small);
  grid-row-gap: var(--border-radius--small);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  margin-left: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog_tag {
  color: #fff;
  background-color: #000;
  margin-top: .5rem;
  margin-right: .5rem;
  padding: .2rem .6rem .3rem;
  font-size: .9rem;
  display: inline-block;
}

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

.section_related-articles {
  position: relative;
}

.headline-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.gift_wrapper {
  perspective: 549px;
  width: 100%;
  transform: perspective(431px);
}

.gift_card {
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--white);
  text-align: left;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32.9rem;
  height: 18.9rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.1rem;
  display: flex;
}

.gift_card-text {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

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

.account_single-cart-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding: 1.5rem;
  display: grid;
}

.account_single-cart-line {
  justify-content: space-between;
  display: flex;
}

.addresses_account-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

.customer-name {
  align-items: flex-start;
  margin-right: .3em;
  font-weight: 700;
  display: flex;
}

.addresses_wrapper-default {
  font-style: normal;
}

.section_account-nav {
  background-color: var(--_sava-color-styles---soft-white);
  overflow: hidden;
}

.account-tabs_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--base-color-neutral--black);
  grid-template-rows: auto;
  grid-template-columns: auto auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.account-tabs_link {
  padding-bottom: 1rem;
  font-size: 1rem;
  text-decoration: none;
}

.account-tabs_link.w--current {
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 700;
}

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

.addresses_wrapper {
  border: 1px solid var(--base-color-neutral--black);
  padding: 0;
}

.addresses_wrapper.is-new {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.addresses_wrapper.is-new:hover {
  background-color: #00000003;
}

.addresses_padding {
  padding: 1rem;
}

.addresses_padding.is-header {
  border-bottom: 1px solid var(--base-color-neutral--black);
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.addresses_edit {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.addresses_modal {
  z-index: 10000;
  background-color: #0000001a;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition: transform .2s, opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.addresses_modal-close {
  position: absolute;
  inset: 0%;
}

.addresses_form {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem;
  position: relative;
}

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

.addresses_delete-button {
  background-color: #0000;
  background-image: url(//savanutrition.com/cdn/shop/t/2/assets/trash.svg?v=62628156702599161781783309990);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: block;
}

.addresses_plus {
  width: 2rem;
  height: 2rem;
}

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

.login_hinweis-kachel {
  background-color: #8900021a;
  border: 1px solid #890002;
  border-radius: .3rem;
  margin-top: 1rem;
  padding: 1.1rem 1.6rem;
}

.order_line {
  border-top: 1px solid var(--base-color-neutral--black);
  justify-content: space-between;
  padding: 1rem 1.5rem;
  display: flex;
}

.order_wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.login_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 100vh;
  display: grid;
}

.login_left {
  margin-left: 2rem;
  margin-right: 2rem;
}

.login_tabs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.login_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  min-width: 30rem;
  max-width: 30rem;
  margin-bottom: 0;
  padding: 2.5rem 2.1rem;
  display: flex;
}

.login_image-wrapper {
  position: relative;
}

.login_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.login_tab-link {
  color: #111;
  text-align: center;
  background-color: #fff;
  flex: 1;
  width: 100%;
  padding: .8em .5em;
  text-decoration: none;
}

.login_tab-link.w--current {
  box-shadow: none;
  color: #111;
  background-color: #0000;
  font-weight: 400;
  display: none;
}

.section_newsletter {
  position: relative;
}

.mini-cart_component {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  align-items: stretch;
  width: 28rem;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.li-component_holder {
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  padding: 1rem;
  position: relative;
}

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

.li-component_holder.is-components {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mini-cart_header {
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.mini-cart_footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--base-color-neutral--neutral-lightest);
  flex-direction: column;
  margin-top: auto;
  padding: 1.5rem;
  display: flex;
}

.mini-cart_line-item {
  flex: 1;
  max-height: 80vh;
  padding: 1.5rem;
  overflow: scroll;
}

.nav_dropdown-close-icon {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.mini-cart_line-item_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.mini-cart_line-item_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.mini-cart_line-item_img {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  background-color: var(--base-color-neutral--neutral-lightest);
  object-fit: contain;
  width: 5rem;
  height: 5rem;
}

.mini-cart_full {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-height: 100vh;
  display: flex;
}

.mini-cart_empty-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.mini-cart_line-item_quantity {
  border-style: solid;
  border-width: 1px;
  border-color: var(--base-color-neutral--black) black black;
  justify-content: space-between;
  display: flex;
}

.mini-cart_line-item_quantity-adjust {
  text-align: center;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.mini-cart_line-item_product-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.mini-cart_footer-total {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.mini-cart_line-item_price {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.product-item_component {
  flex-direction: column;
  height: 100%;
  padding: 0;
  display: flex;
}

.product-item_image-link {
  display: block;
  position: relative;
}

.product-item_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-item_image {
  background-color: var(--base-color-neutral--neutral-lightest);
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-item_text-link {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.product-item_left {
  margin-right: 1rem;
}

.margin-top-auto {
  margin-top: auto;
}

.product-item_tag_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.nav_component {
  background-color: var(--base-color-neutral--white);
  border-bottom: 1px solid #3232321a;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu {
  align-items: center;
  display: flex;
  position: static;
}

.nav_menu.is-page-height-tablet {
  position: relative;
}

.nav_menu-dropdown {
  align-items: stretch;
  height: 5rem;
  display: flex;
}

.nav_dropdown-toggle {
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  display: flex;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav_dropdown-list {
  background-color: var(--base-color-neutral--white);
}

.nav_dropdown-list.w--open {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--white);
  flex-wrap: wrap;
  align-content: stretch;
  max-height: 80vh;
  display: flex;
  position: fixed;
  inset: 5rem 0% auto;
  overflow: auto;
}

.nav_dropdown-link {
  padding: .5rem 0;
  font-weight: 700;
}

.nav_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.nav_menu-button {
  padding: 0;
}

.nav_dropdown-link_child {
  padding: .2rem 0;
  font-size: .8rem;
}

.nav_dropdown-link_child.w--current {
  color: var(--base-color-neutral--black);
}

.nav_shop-icons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_shop-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.3125rem;
  display: flex;
}

.nav_shop-quantity {
  background-color: var(--base-color-neutral--black);
  width: 1rem;
  height: 1rem;
  color: var(--base-color-neutral--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: .7rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav_mini-cart-holder {
  z-index: 10000;
  background-color: #0006;
  justify-content: flex-start;
  width: 100vw;
  position: fixed;
  inset: 0%;
}

.nav_mini-cart-holder.w--open {
  display: flex;
}

.nav_mini-cart-close {
  flex: 1;
}

.footer_link-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer_form-block {
  width: 100%;
  margin-bottom: 0;
}

.footer_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_payment-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: .75rem;
  display: flex;
}

.footer_payment-icon {
  width: 2.5rem;
}

.cart_details-price {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.section_small-hero {
  position: relative;
}

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

.section_product-header {
  position: relative;
}

.product-header_layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header_product-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 3rem;
  padding-left: 3rem;
  display: flex;
}

.product-header_price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.product-header_default-state {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.product-header_option-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.product-header_option {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
}

.swiper.is-product-gallery {
  flex: 1;
  height: auto;
  overflow: hidden;
}

.swiper.is-product-thumbnail {
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.swiper.is-related-products {
  clip-path: inset(-100vw -100vw -100vw 0);
  flex: 1;
  overflow: visible;
}

.swiper-wrapper {
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.is-product-gallery {
  height: auto;
}

.swiper-wrapper.is-product-thumbnail {
  width: 100%;
}

.swiper-wrapper.is-related-products {
  justify-content: flex-start;
  align-items: stretch;
}

.swiper-slide {
  flex: none;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.swiper-slide.is-product-gallery {
  width: 100%;
}

.swiper-slide.is-product-thumbnail {
  width: 5rem;
  height: 5rem;
  position: relative;
}

.swiper-slide.is-product-thumbnail.is-active {
  border: 1px solid var(--accessible-components-dark-grey\<deleted\|variable-c4d8099c\>);
}

.swiper-slide.is-hero {
  width: 100vw;
  position: relative;
}

.swiper-slide.is-related-products {
  width: 15.5rem;
  height: auto;
}

.swiper-slide.is-product-thumbnail {
  width: 5rem;
  height: 5rem;
}

.swiper-slide.is-product-thumbnail.is-active {
  color: #f5f5f5;
  border: 1px solid #0000;
}

.swiper_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper_button-wrapper.is-product-slider {
  justify-content: space-between;
  position: absolute;
  inset: 0%;
}

.swiper_button {
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  text-align: center;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.swiper_button:hover {
  color: #1f1f1f;
}

.swiper_button.swiper-prev.pointer-events-on {
  left: -1.5rem;
}

.swiper_button.swiper-next.pointer-events-on {
  right: -1.5rem;
}

.swiper_button-icon {
  color: #1d1d1b;
  width: 30%;
  height: 55%;
}

.swiper_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.product-header_gallery-lightbox {
  width: 100%;
  height: 100%;
}

.product-header_gallery-image {
  background-color: var(--base-color-neutral--neutral-lightest);
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 5px;
  width: 100%;
  height: 40rem;
}

.product-header_thumbnail-image {
  background-color: var(--base-color-neutral--neutral-lightest);
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section_product-recommended {
  border-top: 1px solid var(--base-color-neutral--neutral-lightest);
  position: relative;
  overflow: hidden;
}

.header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header_overlay-layer {
  z-index: 1;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.header_background-image {
  object-fit: cover;
  object-position: 100% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.text-color-red {
  color: var(--text-color--text-error);
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.predictive-search_holder {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
}

.predictive-search_form {
  flex-direction: column;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.predictive-search_form-component {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.predictive-search_input-holder {
  z-index: 1;
  background-color: #f9f9f9;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
  display: flex;
  position: relative;
}

.predictive-search_overflow {
  flex: 0 auto;
  max-height: 88vh;
  padding-bottom: 4rem;
  overflow: scroll;
}

.predictive-search_topic {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.predictive-search_headline {
  border-bottom: 1px solid #85858533;
  align-self: stretch;
  padding-bottom: .4rem;
}

.predictive-search_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column wrap;
  display: flex;
}

.predictive-search_link {
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.predictive-search_product-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.predictive-search_produt-item {
  align-self: stretch;
  margin-bottom: .4rem;
}

.predictive-search_line-item {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: .4rem;
  display: flex;
}

.predictive-search_image-wrapper {
  background-color: #f6f6f6;
  border-radius: .2rem;
  margin-right: 1rem;
  padding: .5rem;
}

.predictive-search_image {
  object-fit: contain;
  width: 5rem;
  height: 5rem;
}

.predictive-search_product-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.predictive-search_component {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  align-items: stretch;
  width: 28rem;
  height: 100vh;
  display: flex;
}

.predictive-search_header {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.predictive-search_input {
  background-color: #0000;
  border: 0 #000;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem 3.5rem 1rem 1rem;
}

.nav_predictive-search-holder {
  background-color: #0006;
  justify-content: flex-start;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav_predictive-search-holder.w--open {
  display: flex;
}

.nav_predictive-search-close {
  flex: 1;
}

.product-header_add-to-cart-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.nav_logo {
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  display: flex;
}

.product-item_price {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.product_list-item {
  flex: none;
}

.swiper-container {
  height: 100%;
}

.swiper-container.is-product-gallery {
  width: 100%;
  min-width: 100%;
  height: auto;
  position: sticky;
  top: 6rem;
}

.footer_main-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_newsletter {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.footer_icon-grid {
  grid-column-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_icon-row {
  grid-column-gap: .75rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: .75em;
  display: flex;
}

.footer_shipping-icon {
  object-fit: contain;
  width: 3rem;
}

.li-lang_dd-list {
  text-transform: uppercase;
  background-color: #111;
  border: 1px solid #ffffff45;
  border-radius: .5rem;
}

.li-lang_dd-list.w--open {
  width: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  top: auto;
  bottom: 100%;
}

.li-lang_dd-link {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 1rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.li-lang_dd-link:hover {
  text-decoration: underline;
}

.footer_logo {
  height: 3.1875rem;
  color: var(--base-color-neutral--white);
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-header_buy-wrappper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.product-header_radio {
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: .4rem 1rem .3rem;
  font-weight: 600;
  position: relative;
}

.product-header_radio-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header_radio-button {
  border-width: 0;
  border-color: var(--base-color-neutral--black);
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  font-weight: 400;
  position: absolute;
  inset: 0%;
}

.product-header_radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--base-color-neutral--black);
}

.product-header_shipping-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top: 1px solid #00000014;
  border-bottom: 1px solid #00000014;
  flex-flow: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.product-header_shipping {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  display: flex;
}

.product-header_shipping-icon {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.text-color-green {
  color: var(--base-color-system--success-green-dark);
}

.section_content-header {
  position: relative;
}

.product-header_slider-wrapper {
  margin-top: 1rem;
  position: relative;
}

.nav_dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.footer_divider {
  background-color: var(--base-color-neutral--neutral-darker);
  height: 1px;
}

.product-item_tag {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  padding: .3rem .5rem;
  font-size: .85rem;
  font-weight: 500;
}

.product-item_tag.is-red {
  background-color: var(--base-color-system--error-red);
  color: var(--base-color-system--error-red-dark);
}

.product-header_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-item_form-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  display: flex;
}

.section-product-nav {
  z-index: 1;
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  background-color: #fff;
  position: sticky;
  top: 4.9rem;
}

.cart_price-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.contact_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

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

.filter_form-field-wrapper {
  position: relative;
}

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

.error-text {
  color: #e23939;
}

.filter_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filter_filters-wrapper {
  max-width: none;
  position: sticky;
  top: 10vh;
}

.filter_form_component {
  margin-bottom: 0;
}

.filter_form {
  background-color: #0000;
  min-width: 15rem;
}

.filter_form-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.filter_heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.filter_results-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

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

.filter_scroll-wrapper {
  margin-top: 1rem;
  padding-bottom: 4rem;
  padding-right: 1rem;
  overflow: scroll;
}

.filter_filter-group-heading {
  border-top: 1px solid var(--base-color-neutral--neutral-lightest);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: .85rem;
  padding-bottom: .85rem;
  display: flex;
}

.filter_form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filter_form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  flex: none;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

.filter_form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-image: none;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.filter_form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filter_form_checkbox-icon.is-checked {
  background-color: var(--base-color-neutral--black);
}

.filter_form_checkbox-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filter_tablet-modal-close-button {
  display: none;
}

.filter_tablet-filters-button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  display: none;
}

.button-icon-left {
  margin-right: .5rem;
}

.filter_feed-header {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.filter_tags-wrapper {
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.filter_tag {
  background-color: #f4f4f4;
  align-items: center;
  margin-right: .5rem;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filter_close-icon {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

.filter_empty {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: center;
  padding: 2.9rem;
}

.section_under-construction {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.pagination_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.pagination_item {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.pagination_arrow {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  transform: rotate(90deg);
}

.pagination_arrow.is-right {
  transform: rotate(-90deg);
}

.pagination_component {
  margin-top: 4rem;
}

.filter_tags-inner-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.mini-cart_footer-message {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.mini-cart_footer-message-item {
  border-radius: var(--border-radius--medium);
  background-color: var(--background-color--background-error);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.section_li-hero {
  text-align: left;
  background-color: #edf8fb;
  background-image: radial-gradient(circle farthest-side at 80% -10%, #4353ffab, #fff0 32%), radial-gradient(circle farthest-side at 0 100%, #00ed97, #fff0 26%), linear-gradient(#edf8fb, #edf8fb);
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
}

.hero_grid {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_heading {
  font-size: 4rem;
}

.hero_image {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  color: #fff;
  background-color: #052564;
  background-image: radial-gradient(circle farthest-side at 70% 130%, #4353ffb5, #fff0 31%), radial-gradient(circle farthest-side at 100% 100%, #00ed97, #fff0 48%);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3.75rem;
  display: flex;
  box-shadow: 0 0 2px #0003;
}

.nav_dropdown {
  display: block;
}

.fs-styleguide_hero-label {
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h5 {
  font-family: var(--_sava-typography---gelica);
  letter-spacing: 0;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

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

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-light {
  font-weight: 300;
}

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

.text-color-primary {
  color: var(--text-color--text-primary);
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.background-color-secondary {
  background-color: var(--background-color--background-secondary);
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.icon-height-small {
  height: 1rem;
}

.icon-height-medium {
  height: 2rem;
}

.icon-height-large {
  height: 3rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.form_component {
  margin-bottom: 0;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.li-stylguide_header {
  text-align: left;
  background-color: #edf8fb;
  background-image: radial-gradient(circle farthest-side at 80% -10%, #4353ffab, #fff0 32%), radial-gradient(circle farthest-side at 0 100%, #00ed97, #fff0 26%), linear-gradient(#edf8fb, #edf8fb);
  justify-content: center;
  align-items: center;
  position: relative;
}

.section_header-home {
  position: relative;
}

.header_card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.product_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.product_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.product_heading {
  flex: 1;
}

.product_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.more_liste {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.more_image-link {
  width: 100%;
}

.more_image-wrapper {
  width: 100%;
  padding: 50% 1.5rem 1rem;
  position: relative;
  overflow: hidden;
}

.more_image {
  background-color: var(--base-color-neutral--neutral-lightest);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.more_overlay {
  object-fit: cover;
  background-image: linear-gradient(52deg, #00000052, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog_featured-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.blog_featured-image-link {
  width: 100%;
  position: relative;
}

.blog_featured-image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog_titel-wrapper {
  z-index: 1;
  color: var(--base-color-neutral--white);
  padding: 2rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog_featured-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog_overlay {
  background-image: linear-gradient(204deg, #00000024, #32323275);
  position: absolute;
  inset: 0%;
}

.blog_two-articles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.blog_featured-title-link {
  margin-bottom: .2rem;
  text-decoration: none;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sort_select {
  margin-bottom: 0;
  font-size: .875rem;
}

.sort_select.filter_checkbox {
  background-color: #f3f3f300;
  border: 1px solid #000;
  height: 3rem;
  margin-left: .5rem;
  margin-right: 0;
  padding: 0 1rem;
  font-weight: 500;
}

.li-tag {
  display: none;
}

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

.nav_dropdown-close-button {
  background-color: #0000;
  padding: 0;
}

.form_hidden-label {
  white-space: nowrap !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}

.predictive-search_search-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  position: absolute;
  inset: auto 1rem auto auto;
}

.footer_sub-footer {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
}

.footer_logo-link {
  width: 8rem;
  max-height: 4rem;
}

.footer_legal-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_legal-link {
  color: var(--base-color-neutral--neutral);
  font-size: .875rem;
}

.footer_link-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  font-size: .875rem;
}

.product-header_description {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: .5rem;
  display: flex;
}

.li-lang_dropdown {
  flex-direction: column;
  align-items: stretch;
  width: auto;
}

.li-lang_dd-toggle {
  color: #fff;
  background-color: #111;
  border: 1px solid #ffffff45;
  padding: .5rem 1rem;
  display: flex;
}

.li-lang_dd-toggle.w--open {
  z-index: 1;
}

.li-lang_dd-toggle-icon {
  width: 1rem;
  color: var(--base-color-neutral--white);
  object-fit: contain;
  margin-left: .4em;
  transform: rotate(180deg);
}

.li-lang_script {
  display: none;
}

.li-lang_dd-list-item {
  width: 100%;
}

.blog_cms-empty {
  border-radius: var(--border-radius--small);
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  text-align: center;
  padding: 1.25rem 2rem;
}

.article_wrapper {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.li-custom {
  display: none;
}

.product-header_play-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gift_card-logo {
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.3125rem;
  display: flex;
}

.section_header-group, .section_footer-group {
  display: contents;
}

.sava-figma_section {
  background-color: #fafaf8;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 42px;
  padding: 41px 75px;
  display: flex;
}

.text-style-p1 {
  font-family: var(--_sava-typography---gibson);
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-style-p2 {
  font-family: var(--_sava-typography---gibson);
  letter-spacing: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.text-style-p3 {
  font-family: var(--_sava-typography---gelica);
  letter-spacing: 0;
  font-size: .875rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.text-style-b1 {
  font-family: var(--_sava-typography---gibson);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}

.text-style-b2 {
  font-family: var(--_sava-typography---gibson);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: normal;
}

.text-style-b3 {
  font-family: var(--_sava-typography---gibson);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}

.text-style-c1 {
  font-family: var(--_sava-typography---interstatemono);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 300;
  line-height: normal;
}

.heading {
  font-family: var(--_sava-typography---gibson);
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1rem;
}

.heading-2 {
  font-family: var(--_sava-typography---gelica);
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
}

.heading-3 {
  font-family: var(--_sava-typography---gelica);
}

.heading-4 {
  font-family: var(--_sava-typography---gelica);
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5625rem;
}

.sava-link-card {
  box-sizing: border-box;
  border: 1px solid var(--_sava-color-styles---mid-grey);
  background-color: var(--_sava-color-styles---white);
  border: 1px solid var(--_sava-color-styles---mid-grey);
  background-color: var(--_sava-color-styles---white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  min-height: 164px;
  padding: 35px 90px 35px 30px;
  display: flex;
  position: relative;
}

.sava-link-card:hover {
  background-color: #0000;
  background-image: var(--sava-gradient-sunrise, linear-gradient(90deg, #f2cbcb 0%, #f6d7b9 100%));
  border-color: #0000;
}

.sava-link-card_link {
  width: 100%;
  height: 100%;
  color: inherit;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
}

.sava-link-card_eyebrow {
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
}

.sava-link-card_eyebrow.text-style-c1 {
  flex: 0 auto;
  align-self: flex-start;
}

.sava-link-card_heading {
  color: var(--_sava-color-styles---soft-black);
  font-family: var(--_sava-typography---gelica);
  letter-spacing: 0;
  align-self: flex-start;
  margin: 17px 0 0;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.5rem;
}

.sava-link-card_paragraph {
  max-width: 580px;
  color: var(--_sava-color-styles---soft-black);
  margin: 4px 0 0;
}

.sava-link-card_paragraph.text-style-p1 {
  align-self: flex-start;
  max-width: none;
}

.sava-link-card_button {
  border: 1px solid var(--_sava-color-styles---mid-grey);
  width: 62px;
  height: 62px;
  transition: background-color .2s ease, color undefined undefined;
  color: var(--_sava-color-styles---soft-black);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 15px;
  right: 12px;
}

.sava-link-card_arrow {
  width: 100%;
  height: 100%;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-2.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button-2.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-2.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.section_header5 {
  position: relative;
}

.container-large-2 {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h1-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.header5_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header5_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header5_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7-40\>);
  position: absolute;
  inset: 0%;
}

.swipper_bottom-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 5rem;
  left: auto;
  right: auto;
}

.swiper_bullet-wrapper.is-slider-main {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.swiper-container-sava {
  height: 100%;
  position: relative;
}

.swiper-container-sava.is-product-gallery {
  width: 100%;
  min-width: 100%;
  height: auto;
  position: sticky;
  top: 6rem;
}

.header_background-image-wrapper-sava {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header_background-image-sava {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_card-sava {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 35rem;
  max-height: 40rem;
  padding-top: 4rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.header_headline-wrapper-sava {
  padding-top: .6rem;
  padding-bottom: .3rem;
}

.swiper_bullet-sava {
  outline-color: var(--base-color-neutral--black);
  outline-offset: 0px;
  background-color: #fff0;
  border-radius: 50%;
  outline-width: 2px;
  outline-style: solid;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  font-size: .9375rem;
  transition: all .2s;
  display: flex;
}

.swiper_bullet-sava.is-active {
  background-color: var(--base-color-neutral--black);
}

.max-width-small-sava {
  text-align: left;
  width: 100%;
  max-width: 20rem;
}

.button-group-sava {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group-sava.is-center {
  justify-content: center;
}

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

.slide {
  aspect-ratio: auto;
}

.slider {
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.mask {
  flex: 1;
}

.slide-nav {
  padding-left: 2rem;
  display: flex;
}

.section_header_mobile {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.section_header_desktop {
  position: relative;
}

.padding-hero-mobile {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.header_hero_overlay-layer {
  z-index: 1;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.section_header-home-text {
  display: none;
  position: relative;
}

.header_background-image-wrapper-text {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header_background-image-test {
  object-fit: cover;
  object-position: 100% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sava-link-cards_grid {
  grid-template-columns: 1fr 1fr;
  place-content: stretch;
  gap: 2rem;
  width: 100%;
  display: grid;
}

.sava-bg-soft-white {
  background-color: var(--_sava-color-styles---soft-white);
}

.sava-bg-soft-white-fade {
  background: var(--sava-gradient-soft-white-fade);
}

.sava-shop-by-benefit_header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 542px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sava-shop-by-benefit_heading {
  color: var(--_sava-color-styles---soft-black);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Gelica, sans-serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 54px;
}

.sava-shop-by-benefit_paragraph {
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.sava-shop-by-benefit_grid {
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  display: grid;
}

.sava-shop-by-benefit_card {
  background-color: var(--_sava-color-styles---white);
  border: 1px solid var(--_sava-color-styles---mid-grey);
  height: 89px;
  color: var(--_sava-color-styles---soft-black);
  border-radius: 10px;
  padding-left: 24px;
  padding-right: 16px;
  text-decoration: none;
  transition: background .4s cubic-bezier(.165, .84, .44, 1);
  display: block;
  position: relative;
  overflow: hidden;
}

.sava-shop-by-benefit_card-content {
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 100%;
  display: flex;
}

.sava-shop-by-benefit_card-label-wrap {
  flex: auto;
  align-items: center;
  gap: 0;
  min-width: 0;
  display: flex;
  overflow: hidden;
}

.sava-shop-by-benefit_card-arrow {
  opacity: 0;
  object-fit: contain;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 0;
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.165, .84, .44, 1), margin-right .4s cubic-bezier(.165, .84, .44, 1);
  transform: translateX(-16px);
}

.sava-shop-by-benefit_card-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-family: Gelica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  overflow: hidden;
}

.sava-shop-by-benefit_card-icon {
  object-fit: contain;
  flex-shrink: 0;
  width: 65px;
  height: 65px;
}

.sava-shop-by-benefit_carousel-controls {
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  display: none;
}

.sava-shop-by-benefit_carousel-btn {
  cursor: pointer;
  appearance: none;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  display: inline-flex;
}

.sava-shop-by-benefit_carousel-arrow {
  object-fit: contain;
  width: 56px;
  height: 56px;
}

.sava-shop-by-benefit_card-wrap {
  display: block;
}

.sava-ingredients-callouts_main-grid {
  grid-template-columns: 1fr auto;
  grid-template-areas: "text button"
                       "claims claims"
                       "ingredients ingredients";
  align-items: start;
  gap: 80px 32px;
  display: grid;
}

.sava-ingredients-callouts_text-block {
  flex-direction: column;
  grid-area: text;
  display: flex;
}

.sava-ingredients-callouts_eyebrow {
  letter-spacing: .7px;
  text-transform: uppercase;
  color: var(--_sava-color-styles---soft-black);
  margin: 0 0 32px;
  font-family: InterstateMono, monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.sava-ingredients-callouts_heading {
  color: var(--_sava-color-styles---soft-black);
  margin: 0 0 24px;
  font-family: Gelica, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 54px;
}

.sava-ingredients-callouts_paragraph {
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.sava-ingredients-callouts_button {
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: var(--_sava-color-styles---white);
  border: .75px solid var(--_sava-color-styles---mid-grey);
  color: var(--_sava-color-styles---soft-black);
  border-radius: 10px;
  grid-area: button;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 13px 31px;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-flex;
}

.sava-ingredients-callouts_claims-section {
  grid-area: claims;
  position: relative;
}

.sava-ingredients-callouts_claims {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  grid-auto-columns: 164px;
  grid-auto-flow: column;
  gap: 12px;
  scroll-padding-left: 0;
  display: grid;
  overflow-x: auto;
}

.sava-ingredients-callouts_claim-wrap {
  scroll-snap-align: start;
  display: block;
}

.sava-ingredients-callouts_claim {
  background-color: #eeeeed;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 145px;
  padding: 20px 12px;
  display: flex;
}

.sava-ingredients-callouts_claim-icon {
  object-fit: contain;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
}

.sava-ingredients-callouts_claim-label {
  text-align: center;
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-family: Gelica, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
}

.sava-ingredients-callouts_carousel-btn {
  pointer-events: auto;
  cursor: pointer;
  appearance: none;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  display: inline-flex;
}

.sava-ingredients-callouts_carousel-arrow {
  object-fit: contain;
  width: 56px;
  height: 56px;
}

.sava-ingredients-callouts_claims-controls {
  pointer-events: none;
  justify-content: space-between;
  padding: 0 -28px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.sava-ingredients-callouts_ingredients-grid {
  grid-area: ingredients;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.sava-ingredients-callouts_ingredient-wrap {
  scroll-snap-align: start;
  display: block;
}

.sava-ingredients-callouts_ingredient {
  aspect-ratio: 313 / 399;
  cursor: pointer;
  appearance: none;
  background: none;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.sava-ingredients-callouts_ingredient-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
  position: absolute;
  inset: 0;
}

.sava-ingredients-callouts_ingredient-label {
  background-color: var(--_sava-color-styles---soft-white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.sava-ingredients-callouts_ingredient-label-text {
  text-align: center;
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-family: Gelica, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.sava-ingredients-callouts_ingredients-controls {
  grid-area: controls;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: none;
}

.sava-ingredients-callouts_modal-overlay {
  z-index: 1000;
  background-color: #26252499;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0;
}

.sava-ingredients-callouts_modal {
  background-color: var(--_sava-color-styles---white);
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  padding: 48px 40px 40px;
  position: relative;
  overflow-y: auto;
}

.sava-ingredients-callouts_modal-close {
  cursor: pointer;
  appearance: none;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.sava-ingredients-callouts_modal-heading {
  color: var(--_sava-color-styles---soft-black);
  margin: 0 0 16px;
  font-family: Gelica, serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.1;
}

.sava-ingredients-callouts_modal-description {
  color: var(--_sava-color-styles---soft-black);
  margin: 0 0 32px;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.sava-ingredients-callouts_modal-products {
  background-color: var(--_sava-color-styles---soft-white);
  border-radius: 10px;
  padding: 32px 24px;
}

.sava-ingredients-callouts_modal-products-heading {
  text-align: center;
  color: var(--_sava-color-styles---soft-black);
  margin: 0 0 24px;
  font-family: Gelica, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.sava-ingredients-callouts_modal-products-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  display: grid;
}

.sava-product-card {
  background-color: var(--_sava-color-styles---white);
  height: 100%;
  min-height: 100%;
  color: var(--_sava-color-styles---soft-black);
  border-radius: 10px;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.sava-product-card_image {
  object-fit: cover;
  background-color: #0000;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.sava-product-card_name {
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.sava-product-card_price {
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: .7px;
  text-transform: uppercase;
  vertical-align: baseline;
  vertical-align: baseline;
  margin: 0;
  font-family: InterstateMono, monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}

.sava-product-card_button {
  letter-spacing: 2.1px;
  text-transform: uppercase;
  background-color: var(--_sava-color-styles---white);
  border: .75px solid var(--_sava-color-styles---mid-grey);
  color: var(--_sava-color-styles---soft-black);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 12px 24px;
  font-family: Gibson, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .3s, color .3s;
  display: inline-flex;
}

.sava-ingredients-callouts_modal-close-icon {
  object-fit: contain;
  width: 16px;
  height: 16px;
}

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

.sava-product-card_tags {
  z-index: 2;
  pointer-events: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  display: flex;
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
}

.sava-product-card_tag {
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: .7px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #eeeeed;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 5px 13px;
  font-family: InterstateMono, monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-flex;
}

.sava-bg-soft-black {
  background-color: var(--_sava-color-styles---soft-black);
}

.sava-secondary-cta {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.sava-secondary-cta_image {
  z-index: 1;
  object-fit: scale-down;
  object-position: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.sava-secondary-cta_content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
  position: relative;
}

.sava-secondary-cta_eyebrow {
  color: #f6d7b9;
  margin: 0 0 24px;
  font-family: Gelica, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.sava-secondary-cta_logo {
  object-fit: contain;
  width: auto;
  height: 73px;
  margin: 0 0 32px;
}

.sava-secondary-cta_paragraph {
  color: var(--_sava-color-styles---soft-white);
  margin: 0 0 32px;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.sava-secondary-cta_button {
  color: #f6d7b9;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border: .75px solid #f6d7b9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 13px 31px;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-flex;
}

.sava-secondary-cta_logo-mobile {
  object-fit: contain;
  width: auto;
  height: 42px;
  margin: 0 0 24px;
  display: none;
}

.sava-secondary-cta_image-mobile {
  object-fit: cover;
  width: 100%;
  height: auto;
  display: none;
}

.sava-footer {
  background-color: var(--_sava-color-styles---soft-black);
  width: 100%;
  color: var(--_sava-color-styles---soft-white);
  background-image: url(//savanutrition.com/cdn/shop/t/2/assets/Footer-Slash-element.png?v=114937760902033544571783309990);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: var(--_sava-color-styles---soft-black);
  width: 100%;
  padding: 6rem 5% 3rem;
  position: relative;
  overflow: hidden;
}

.sava-footer_gradient-left {
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(135deg, #ffffff0f 0%, #fff0 60%);
  width: 525px;
  height: 558px;
  position: absolute;
  top: 0;
  left: -195px;
}

.sava-footer_gradient-right {
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(225deg, #ffffff0d 0%, #fff0 60%);
  width: 455px;
  height: 558px;
  position: absolute;
  top: 0;
  right: -195px;
}

.sava-footer_container {
  z-index: 1;
  z-index: 1;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sava-footer_top {
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  align-items: start;
  gap: 60px;
  padding-bottom: 60px;
  display: grid;
}

.sava-footer_brand {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 440px;
  display: flex;
}

.sava-footer_logo-link {
  line-height: 0;
  display: inline-block;
}

.sava-footer_logo {
  width: auto;
  height: 41px;
  display: block;
}

.sava-footer_newsletter-heading {
  max-width: 380px;
  color: var(--_sava-color-styles---soft-white);
  margin: 0;
  font-family: Gelica, serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.sava-footer_form-wrapper {
  width: 100%;
  max-width: 440px;
  margin: 0;
}

.sava-footer_form {
  width: 100%;
  margin: 0;
  position: relative;
}

.sava-footer_form-field {
  width: 100%;
  position: relative;
}

.sava-footer_form-input {
  border-color: var(--_sava-color-styles---soft-white);
  width: 100%;
  height: 40px;
  color: var(--_sava-color-styles---soft-white);
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  margin: 0;
  padding: 8px 48px 8px 20px;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.sava-footer_form-submit {
  color: #0000;
  text-align: center;
  text-indent: -9999px;
  cursor: pointer;
  appearance: none;
  background-color: #0000;
  background-image: url(//savanutrition.com/cdn/shop/t/2/assets/sava-arrow-up-right.svg?v=66410936018464431441783309989);
  background-repeat: no-repeat;
  background-size: 22px 22px;
  border: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  font-family: Gibson, sans-serif;
  font-size: 0;
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 50%;
  right: 4px;
  overflow: hidden;
  transform: translateY(-50%);
}

.sava-footer_form-submit-icon {
  width: 26px;
  height: 26px;
  display: block;
}

.sava-footer_quick-links {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
  max-width: 440px;
  margin-top: 16px;
  display: grid;
}

.sava-footer_pill {
  border-color: var(--_sava-color-styles---dark-grey);
  height: 39px;
  color: var(--_sava-color-styles---soft-white);
  text-align: center;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  border-style: solid;
  border-width: .75px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 9px 20px 8px;
  font-family: Gibson, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .25s;
  transition-timing-function: ease;
  display: flex;
}

.sava-footer_col {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.sava-footer_col-heading {
  width: auto;
  color: var(--_sava-color-styles---soft-white);
  text-align: left;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  background-color: #0000;
  border: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-family: Gelica, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  display: flex;
}

.sava-footer_col-list {
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.sava-footer_col-link {
  color: var(--_sava-color-styles---soft-white);
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
}

.sava-footer_col-list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sava-footer_divider {
  background-color: #f8f8f84d;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.sava-footer_middle {
  align-items: center;
  gap: 24px;
  width: 100%;
  display: flex;
}

.sava-footer_refer-link {
  color: var(--_sava-color-styles---soft-white);
  align-items: center;
  gap: 8px;
  font-family: Gelica, serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-flex;
}

.sava-footer_connect-label {
  color: var(--_sava-color-styles---soft-white);
  text-transform: none;
  letter-spacing: 0;
  margin-left: auto;
  font-family: Gelica, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.sava-footer_socials {
  align-items: center;
  gap: 24px;
  display: flex;
}

.sava-footer_social-link {
  justify-content: center;
  align-items: center;
  line-height: 0;
  transition-property: opacity;
  transition-duration: .25s;
  display: inline-flex;
}

.sava-footer_social-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.sava-footer_bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  display: flex;
}

.sava-footer_copyright {
  color: var(--_sava-color-styles---soft-white);
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.sava-footer_legal-links {
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  display: flex;
}

.sava-footer_legal-link {
  color: var(--_sava-color-styles---soft-white);
  font-family: Gibson, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
}

.sava-product-card_compare-at-price {
  color: var(--_sava-color-styles---slate-grey);
  letter-spacing: .7px;
  text-transform: uppercase;
  vertical-align: baseline;
  vertical-align: baseline;
  margin: 0 0 0 8px;
  font-family: InterstateMono, monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  text-decoration: line-through;
  display: inline-block;
}

.sava-product-card_compare-at-wrap {
  vertical-align: baseline;
  display: inline-block;
}

.sava-product-card_price-row {
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 8px;
  margin: 0;
  display: flex;
}

.sava-product-card_tag-sale-wrap {
  order: -1;
}

.sava-banner {
  background-color: var(--_sava-color-styles---soft-black);
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sava-banner_track {
  white-space: nowrap;
  align-items: center;
  gap: 60px;
  width: max-content;
  padding-left: 30px;
  padding-right: 30px;
  animation-name: sava-marquee;
  animation-duration: 40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  display: flex;
}

.sava-banner_item {
  color: var(--_sava-color-styles---soft-white);
  letter-spacing: .7px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  margin: 0;
  font-family: InterstateMono, monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.sava-rewards {
  width: 100%;
  color: var(--_sava-color-styles---soft-black);
  width: 100%;
  background-image: linear-gradient(90deg, #f2cbcb 0%, #f6d7b9 100%);
  padding: 6rem 5%;
  position: relative;
}

.sava-rewards_container {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.sava-rewards_grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 80px;
  display: grid;
}

.sava-rewards_intro {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 560px;
  display: flex;
}

.sava-rewards_eyebrow {
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: .7px;
  text-transform: uppercase;
  margin: 0;
  font-family: InterstateMono, monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.sava-rewards_heading {
  max-width: 560px;
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: 0;
  margin: 0;
  font-family: Gelica, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 54px;
}

.sava-rewards_description {
  max-width: 520px;
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.sava-rewards_buttons {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
  display: flex;
}

.sava-rewards_button {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 13px 31px;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: inline-flex;
}

.sava-rewards_button-primary {
  background-color: var(--_sava-color-styles---soft-black);
  color: var(--_sava-color-styles---soft-white);
  border: .75px solid #262524;
}

.sava-rewards_button-secondary {
  background-color: var(--_sava-color-styles---white);
  color: var(--_sava-color-styles---soft-black);
  border: .75px solid #262524;
}

.sava-rewards_cards-wrap {
  flex-direction: column;
  grid-area: 1 / 2 / span 2;
  gap: 24px;
  width: 100%;
  display: flex;
}

.sava-rewards_cards-grid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
  display: grid;
}

.sava-rewards_card {
  background-color: var(--_sava-color-styles---soft-white);
  min-height: 131px;
  color: var(--_sava-color-styles---soft-black);
  text-align: center;
  border: 1px solid #f8f8f8;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 30px 20px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: flex;
}

.sava-rewards_card-title {
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-family: Gelica, serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.sava-rewards_card-subtitle {
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.sava-rewards_card-block {
  display: contents;
}

.sava-shop-by-product {
  background-color: var(--_sava-color-styles---soft-white);
  background-color: var(--_sava-color-styles---soft-white);
  width: 100%;
  padding: 6rem 5%;
  position: relative;
}

.sava-shop-by-product_container {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.sava-shop-by-product_grid {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  width: 100%;
  display: grid;
}

.sava-shop-by-product_card-block {
  display: contents;
}

.sava-shop-by-product_card {
  background-color: var(--_sava-color-styles---white);
  min-height: 297px;
  color: var(--_sava-color-styles---soft-black);
  text-align: center;
  border: 1px solid #deddd7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 20px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sava-shop-by-product_eyebrow {
  z-index: 1;
  color: var(--_sava-color-styles---soft-black);
  margin: 0 0 28px;
  font-family: Gelica, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.sava-shop-by-product_logo {
  z-index: 1;
  width: 100%;
  max-width: 167px;
  height: auto;
  transition-property: transform;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: block;
  position: relative;
}

.sava-shop-by-product_categories {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.sava-shop-by-product_category {
  opacity: 0;
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: .7px;
  text-transform: uppercase;
  margin: 0;
  font-family: InterstateMono, monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  transition-property: opacity, transform;
  transition-duration: .3s;
  transition-timing-function: ease;
  transform: translateY(8px);
}

.sava-referral-bonus {
  background-color: var(--_sava-color-styles---light-grey);
  width: 100%;
  position: relative;
}

.sava-referral-bonus_grid {
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 0;
  min-height: 550px;
  display: grid;
}

.sava-referral-bonus_intro {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: 80px 60px 80px max(5%, 50vw - 42.5rem);
  display: flex;
}

.sava-referral-bonus_eyebrow {
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: .7px;
  text-transform: uppercase;
  margin: 0;
  font-family: InterstateMono, monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.sava-referral-bonus_heading {
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-family: Gelica, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 54px;
}

.sava-referral-bonus_description {
  max-width: 440px;
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.sava-referral-bonus_form-wrapper {
  width: 100%;
  max-width: 431px;
  margin: 8px 0 0;
  position: relative;
}

.sava-referral-bonus_form-input {
  border-color: var(--_sava-color-styles---soft-black);
  background-color: var(--_sava-color-styles---white);
  width: 100%;
  height: 37px;
  color: var(--_sava-color-styles---soft-black);
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  margin: 0;
  padding: 8px 48px 8px 20px;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.sava-referral-bonus_form-submit {
  background-color: var(--_sava-color-styles---soft-black);
  color: #0000;
  text-indent: -9999px;
  cursor: pointer;
  appearance: none;
  background-image: url(//savanutrition.com/cdn/shop/t/2/assets/sava-arrow-up-right.svg?v=66410936018464431441783309989);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 0;
  font-family: Gibson, sans-serif;
  font-size: 0;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .25s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 4px;
  overflow: hidden;
  transform: translateY(-50%);
}

.sava-referral-bonus_image-wrap {
  width: 100%;
  height: 100%;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

.sava-referral-bonus_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.15px;
  background-color: #146ef5;
  border-radius: .5rem;
  padding: 1rem 1.75rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: 0 4px 9.8px #146ef526;
}

.button-3.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  font-weight: 600;
  transition: border-color .2s;
}

.button-3.is-secondary:hover {
  border-color: #00000080;
}

.swiper_button-icon-2 {
  color: #1d1d1b;
  width: 1rem;
  height: 1rem;
}

.related-products_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.product-header_form-block-2 {
  margin-bottom: 0;
}

.swiper_button-2 {
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #110d1a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.swiper_button-2:hover {
  color: #1f1f1f;
}

.swiper_button-2.swiper-prev.pointer-events-on {
  left: -1.5rem;
}

.swiper_button-2.swiper-next.pointer-events-on {
  right: -1.5rem;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hide-2 {
  display: none;
}

.heading-style-h4-2 {
  letter-spacing: -.48px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 125%;
}

.heading-style-h4-2.text-weight-normal {
  font-weight: 400;
}

.swiper_pagination {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  height: 1.25rem;
  display: flex;
}

.product-header_radio-2 {
  background-color: #eee;
  border-radius: .5rem;
  padding: .4rem 1rem .3rem;
  font-weight: 600;
  position: relative;
}

.related-products_navigation {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-item_image-2 {
  object-fit: contain;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_related-products {
  position: relative;
  overflow: hidden;
}

.swiper_component.is-related-products {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  display: flex;
}

.related-products_heading {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 21.625rem;
  display: flex;
}

.swiper_bullet-2 {
  pointer-events: auto;
  border: 3px solid #110d1a;
  border-radius: 100%;
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0;
  transition: all .2s;
}

.swiper_bullet-2.is-active {
  background-color: #110d1a;
}

.product-item_component-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  height: 100%;
  padding: 0;
  display: flex;
}

.product-header_radio-button-2 {
  border-width: 0;
  border-color: #000;
  border-radius: 0%;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.product-header_radio-button-2.w--redirected-checked {
  border-width: 1px;
  border-color: #000;
}

.heading-style-h3-2 {
  letter-spacing: -.56px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.product-item_text-link-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.product-item_tag-2 {
  color: #fff;
  background-color: #000;
  border-radius: .5rem;
  padding: .3rem .5rem;
  font-size: .85rem;
  font-weight: 500;
}

.product-item_tag-2.is-red {
  color: #9b1313;
  background-color: #f8e4e4;
}

.sava-best-sellers {
  background-color: var(--_sava-color-styles---soft-white);
  padding: 6rem 5%;
  position: relative;
  overflow: hidden;
}

.sava-best-sellers_container {
  grid-template-columns: 1fr auto;
  grid-template-areas: "intro button"
                       "carousel carousel";
  align-items: center;
  gap: 3rem 1.5rem;
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.sava-best-sellers_intro {
  flex-direction: row;
  grid-area: intro;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  width: 100%;
  display: flex;
}

.sava-best-sellers_intro-content {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.sava-best-sellers_eyebrow {
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin: 0;
  font-family: Interstate Mono, monospace;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.sava-best-sellers_heading {
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: 0;
  margin: 0;
  font-family: Gelica, serif;
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1.04;
}

.sava-best-sellers_button {
  border: .75px solid;
  border-color: var(--_sava-color-styles---mid-grey);
  background-color: var(--_sava-color-styles---white);
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: .15em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 10px;
  flex-shrink: 0;
  grid-area: button;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.9375rem;
  font-family: Gibson, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.sava-best-sellers_button:hover {
  border-color: var(--_sava-color-styles---soft-black);
  background-color: var(--_sava-color-styles---soft-black);
  color: var(--_sava-color-styles---soft-white);
}

.sava-best-sellers_carousel {
  grid-area: carousel;
  width: 100%;
  position: relative;
}

.sava-best-sellers_swiper {
  width: 100%;
  min-width: 0;
  overflow: visible;
}

.sava-best-sellers_swiper-wrapper {
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.sava-best-sellers_swiper-slide {
  flex: 0 0 18rem;
  width: 18rem;
  max-width: 18rem;
  height: auto;
}

.sava-best-sellers_card-image-link {
  width: 100%;
  text-decoration: none;
  display: block;
}

.sava-best-sellers_card-reviews {
  align-items: center;
  min-height: 1rem;
  margin: 0;
  display: flex;
}

.sava-best-sellers_card-title-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

.sava-best-sellers_card-actions {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: .75rem;
  width: 100%;
  min-width: 0;
  margin-top: auto;
  display: flex;
}

.sava-best-sellers_card-variant-wrap {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
}

.sava-best-sellers_card-variant-select {
  background-color: var(--_sava-color-styles---light-grey);
  width: 100%;
  min-width: 0;
  height: 1.75rem;
  color: var(--_sava-color-styles---soft-black);
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  background-image: none;
  border: none;
  border-radius: 80px;
  outline: none;
  margin: 0;
  padding: 0 1.75rem 0 .75rem;
  font-family: Gibson, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.25rem;
  overflow: hidden;
}

.sava-best-sellers_card-cart-wrap {
  flex: none;
  display: inline-flex;
}

.sava-best-sellers_card-cart-button {
  height: 1.75rem;
  color: var(--_sava-color-styles---soft-black);
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 14px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.sava-best-sellers_card-cart-icon {
  z-index: 1;
  width: 1.75rem;
  height: 1.75rem;
  color: var(--_sava-color-styles---soft-white);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-family: Gibson, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
  display: inline-flex;
  position: relative;
}

.sava-best-sellers_card-cart-label {
  z-index: 1;
  opacity: 1;
  color: var(--_sava-color-styles---soft-black);
  white-space: nowrap;
  margin: 0;
  padding-left: .75rem;
  padding-right: .25rem;
  font-family: Gibson, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  position: relative;
}

.sava-best-sellers_categories {
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
  display: grid;
}

.sava-best-sellers_category {
  background-color: var(--_sava-color-styles---soft-black);
  width: 100%;
  height: 8.125rem;
  color: var(--_sava-color-styles---soft-white);
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.sava-best-sellers_category-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.sava-best-sellers_category-overlay {
  z-index: 2;
  background-color: var(--_sava-color-styles---soft-black);
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
  position: absolute;
  inset: 0;
}

.sava-best-sellers_category-content {
  z-index: 3;
  pointer-events: none;
  flex-direction: column;
  gap: .25rem;
  display: flex;
  position: absolute;
  bottom: 1.25rem;
  left: 1.5rem;
  right: 5rem;
}

.sava-best-sellers_category-eyebrow {
  color: var(--_sava-color-styles---soft-white);
  text-shadow: 0 1px 6px #00000073;
  margin: 0;
  font-family: Gelica, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.sava-best-sellers_category-name {
  color: var(--_sava-color-styles---soft-white);
  letter-spacing: .08em;
  text-transform: uppercase;
  text-shadow: 0 1px 6px #00000073;
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.125;
}

.sava-best-sellers_category-arrow {
  z-index: 3;
  border: 1px solid;
  border-color: var(--_sava-color-styles---soft-white);
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_sava-color-styles---soft-white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_sava-color-styles---soft-white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_sava-color-styles---soft-white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_sava-color-styles---soft-white);
  pointer-events: none;
  width: 2.875rem;
  height: 2.875rem;
  color: var(--_sava-color-styles---soft-white);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color .2s, color .2s;
  display: flex;
  position: absolute;
  top: .9375rem;
  right: 1.25rem;
}

.sava-best-sellers_category-arrow-image {
  filter: brightness(0) invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.sava-best-sellers_carousel-nav {
  z-index: 2;
  pointer-events: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: calc(50% - 6.5rem);
  left: -1.5rem;
  right: -1.5rem;
}

.sava-best-sellers_carousel-btn {
  pointer-events: auto;
  cursor: pointer;
  appearance: none;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  display: inline-flex;
}

.sava-best-sellers_carousel-arrow-image {
  object-fit: contain;
  width: 3.5rem;
  height: 3.5rem;
}

.sava-best-sellers_settings-embed {
  display: none;
}

.sava-category-buttons {
  background-color: var(--_sava-color-styles---soft-white);
  width: 100%;
  padding: 3rem 5%;
  position: relative;
}

.sava-category-buttons_container {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.sava-category-buttons_card-block {
  display: contents;
}

.testimonial24_slide {
  padding-right: 2rem;
}

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

.testimonial24_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  display: flex;
}

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

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.slider-arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  width: 3rem;
  height: 3rem;
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.testimonial24_client-image-wrapper {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.testimonial24_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.testimonial24_slider {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.testimonial24_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial24_logo {
  max-height: 3rem;
}

.section_testimonial24 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  overflow: hidden;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.testimonial24_card {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

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

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.sava-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.sava-container-large {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.atc-plus-button {
  background-color: var(--base-color-neutral--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.sava-bsc-cart-button {
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  margin-left: auto;
  display: inline-flex;
}

.sava-bsc-cart-button:hover {
  background-color: var(--base-color-neutral--black);
  color: var(--_sava-color-styles---soft-white);
}

.atc-label {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.nav_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.nav_menu-2.is-page-height-tablet {
  position: relative;
}

.mini-cart_line-item_quantity-2 {
  border: 1px solid #000;
  justify-content: space-between;
  display: flex;
}

.button-4 {
  background-color: var(--base-color-neutral--black);
  color: #fff;
  text-align: center;
  letter-spacing: -.15px;
  border-radius: .5rem;
  padding: 1rem 1.75rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: 0 4px 9.8px #146ef526;
}

.button-4.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  font-weight: 600;
  transition: border-color .2s;
}

.button-4.is-secondary:hover {
  border-color: #00000080;
}

.nav_dropdown-link-2 {
  padding: .5rem 0;
}

.nav_dropdown-link-2.w--current {
  color: #000;
}

.nav_child-link {
  width: 100%;
}

.mini-cart_header-2 {
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.padding-global-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-size-tiny-2 {
  letter-spacing: -.12px;
  font-size: .75rem;
}

.text-size-tiny-2.text-color-grey.text-style-link {
  cursor: pointer;
}

.nav_dropdown-link_child-2 {
  padding: .2rem 0;
  font-size: .8rem;
}

.nav_dropdown-link_child-2.w--current {
  color: #000;
}

.mini-cart_line-item_img-2 {
  object-fit: contain;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: .5rem;
  width: 5rem;
  height: 5rem;
}

.mini-cart_item-quantity-adjust {
  text-align: center;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.nav_shop-icon-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  position: relative;
}

.mini-cart_line-item_item-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.nav_logo-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2.2rem;
  display: flex;
}

.mini-cart_footer-price-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_shop-quantity-2 {
  color: #fff;
  background-color: #110d1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: .7rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav_dropdown-list-2 {
  background-color: #fff;
}

.nav_dropdown-list-2.w--open {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #eee;
  flex-wrap: wrap;
  align-content: stretch;
  max-height: 80vh;
  display: flex;
  position: fixed;
  inset: 5rem 0% auto;
  overflow: auto;
}

.mini-cart_footer-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: auto;
  padding: 1.5rem;
  display: flex;
}

.mini-cart_component-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: stretch;
  width: 28rem;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.section_navbar-mega {
  z-index: 10;
  width: 100%;
  position: sticky;
  top: 0;
}

.nav_component-2 {
  background-color: var(--_sava-color-styles---soft-white);
  border-bottom: 1px solid #3232321a;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.heading-style-h3-3 {
  letter-spacing: -.56px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.mini-cart_footer-message-item-2 {
  background-color: #f8e4e4;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.nav_dropdown-toggle-2 {
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  display: flex;
}

.div-block {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.sava-mega-menu_dropdown {
  position: static;
}

.sava-mega-menu_dropdown-list {
  width: 100%;
}

.sava-mega-menu_inner {
  padding: 2rem;
}

.sava-mega-menu_grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  display: grid;
}

.sava-mega-menu_grid.is-benefits {
  grid-template-columns: repeat(4, 1fr) 1.5fr;
}

.sava-mega-menu_grid.is-learn {
  grid-template-columns: repeat(3, 1fr) 1fr 1fr;
}

.sava-mega-menu_column {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.sava-mega-menu_column-heading {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: InterstateMono, monospace;
  font-size: .75rem;
}

.sava-mega-menu_column-links {
  flex-direction: column;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.sava-mega-menu_link {
  color: #262524;
  font-size: .9375rem;
  text-decoration: none;
}

.sava-mega-menu_featured-wrap {
  height: 100%;
  display: block;
}

.sava-mega-menu_featured-card {
  border-radius: 10px;
  height: 100%;
  min-height: 260px;
  display: block;
  position: relative;
  overflow: hidden;
}

.sava-mega-menu_featured-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.sava-mega-menu_featured-overlay {
  position: absolute;
  inset: 0;
}

.sava-mega-menu_featured-content {
  color: #f8f8f8;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
}

.sava-mega-menu_featured-heading {
  font-family: Gelica, serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

.sava-mega-menu_featured-arrow {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.sava-mega-menu_benefit-tile {
  color: #262524;
  border: 1px solid #0000001a;
  border-radius: 8px;
  flex-direction: column;
  gap: .5rem;
  padding: .75rem;
  text-decoration: none;
  display: flex;
}

.sava-mega-menu_benefit-label {
  font-family: Gibson, sans-serif;
  font-size: .9375rem;
  font-weight: 500;
}

.sava-mega-menu_mobile-pills {
  border-top: 1px solid #0000001a;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: auto;
  padding: 1rem;
  display: none;
}

.sava-mega-menu_pill-wrap {
  display: inline-flex;
}

.sava-mega-menu_pill {
  color: #262524;
  border: 1px solid #0003;
  border-radius: 999px;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .8125rem;
  text-decoration: none;
  display: inline-flex;
}

.sava-mega-menu_pill.is-dark {
  color: #fff;
  background: #262524;
  border-color: #262524;
}

.sava-mega-menu_pill-label {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: InterstateMono, monospace;
}

.sava-mega-menu_pills-col {
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  display: flex;
}

.sava-mega-menu_intro-col {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.sava-mega-menu_intro-heading {
  color: #262524;
  margin: 0;
  font-family: Gelica, serif;
  font-size: 20px;
  font-style: italic;
}

.sava-mega-menu_intro-body {
  color: #262524;
  max-width: 200px;
  margin: 0 0 12px;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.sava-mega-menu_benefits-list {
  column-count: 2;
  column-gap: 2rem;
}

.sava-mega-menu_img-card-wrap {
  display: block;
}

.sava-mega-menu_img-card {
  border-radius: 10px;
  width: 293px;
  height: 308px;
  display: block;
  position: relative;
  overflow: hidden;
}

.sava-mega-menu_img-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.sava-mega-menu_learn-card-wrap {
  display: block;
}

.sava-mega-menu_learn-card {
  color: #f8f8f8;
  border-radius: 10px;
  width: 100%;
  height: 308px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.sava-mega-menu_learn-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.sava-mega-menu_learn-card-overlay {
  background: linear-gradient(#00000026 40%, #000000b3 100%);
  position: absolute;
  inset: 0;
}

.sava-mega-menu_learn-card-content {
  flex-direction: column;
  gap: 4px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.sava-mega-menu_learn-card-heading {
  color: #f8f8f8;
  margin: 0;
  font-family: Gelica, serif;
  font-size: 28px;
  line-height: 1.1;
}

.sava-mega-menu_learn-card-subtitle {
  color: #f8f8f8;
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.sava-mega-menu_learn-card-arrow {
  border: 1.5px solid #fffc;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.sava-mega-menu_primary-pill-wrap {
  display: inline-flex;
}

.about-our-story_header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4.5rem;
  display: flex;
}

.about-our-story_eyebrow {
  font-family: var(--_sava-typography---interstatemono);
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: .7px;
  text-transform: uppercase;
  margin: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.about-our-story_heading {
  font-family: var(--_sava-typography---gelica);
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1.04;
}

.about-our-story_grid {
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 15px;
  display: grid;
}

.about-our-story_card {
  background-color: var(--_sava-color-styles---light-grey);
  border-radius: 10px;
  flex-direction: column;
  min-height: 500px;
  padding: 2.5rem;
  display: flex;
}

.about-our-story_card-top {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  min-height: 50px;
  display: flex;
}

.about-our-story_card-icon {
  object-fit: contain;
  flex-shrink: 0;
  width: auto;
  max-width: 80px;
  height: 50px;
}

.about-our-story_card-content {
  flex-direction: column;
  gap: 1.125rem;
  margin-top: auto;
  display: flex;
}

.about-our-story_card-heading {
  font-family: var(--_sava-typography---gelica);
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
}

.about-our-story_card-body {
  font-family: var(--_sava-typography---gibson);
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.li-component_wrapper {
  background-color: #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 1.9rem;
  display: flex;
}

.video_component {
  aspect-ratio: 16 / 9;
  background-color: #eaf7fa;
  width: 100%;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.video_component.is-testimonial {
  margin-top: 0;
  margin-bottom: 0;
}

.code_block {
  border-radius: .5rem;
}

.li-component_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ffffff4d;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
}

.heading-style-h3-4 {
  letter-spacing: -.56px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.li-component_description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.about-founder-message_header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-founder-message_eyebrow {
  font-family: var(--_sava-typography---interstatemono);
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: .7px;
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.about-founder-message_headline {
  font-family: var(--_sava-typography---gelica);
  color: var(--_sava-color-styles---soft-black);
  margin: 0 0 1rem;
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1.04;
}

.about-founder-message_description {
  max-width: 509px;
  font-family: var(--_sava-typography---gibson);
  color: var(--_sava-color-styles---soft-black);
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.about-founder-message_video-wrap {
  aspect-ratio: 16 / 9;
  background-color: var(--_sava-color-styles---light-grey);
  border-radius: 16px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about-featured-by_header {
  text-align: center;
  margin-bottom: 3rem;
}

.about-featured-by_heading {
  font-family: var(--_sava-typography---gelica);
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1.04;
}

.about-featured-by_grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-bottom: 3.5rem;
  display: grid;
}

.about-featured-by_card-wrap {
  display: block;
}

.about-featured-by_card {
  background-color: var(--_sava-color-styles---light-grey);
  width: 100%;
  min-height: 156px;
  color: inherit;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  text-decoration: none;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1);
  display: flex;
}

.about-featured-by_card:hover {
  transform: translateY(-4px);
}

.about-featured-by_card-logo {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 60px;
}

.about-featured-by_button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-featured-by_button {
  font-family: var(--_sava-typography---gibson);
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border: .75px solid var(--_sava-color-styles---mid-grey, #deddd7);
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 13px 31px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.about-featured-by_button:hover {
  background-color: var(--_sava-color-styles---soft-black);
  color: #fff;
}

.sava-bg-lemon {
  background-color: var(--_sava-color-styles---lemon);
}

.about-reviews_inner {
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-reviews_heading {
  font-family: var(--_sava-typography---gelica);
  color: var(--_sava-color-styles---soft-black);
  margin: 0 0 3rem;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.11;
}

.about-reviews_carousel {
  min-height: 240px;
  position: relative;
}

.about-reviews_slides {
  position: relative;
}

.about-reviews_slide {
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 0 5rem;
  display: none;
}

.about-reviews_slide.is-active {
  display: flex;
}

.about-reviews_stars {
  color: var(--_sava-color-styles---soft-black);
  gap: 5px;
  display: flex;
}

.about-reviews_quote {
  max-width: 900px;
  font-family: var(--_sava-typography---gelica);
  color: var(--_sava-color-styles---soft-black);
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.25;
}

.about-reviews_author {
  font-family: var(--_sava-typography---interstatemono);
  color: var(--_sava-color-styles---soft-black);
  letter-spacing: .7px;
  text-transform: uppercase;
  margin: 0;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.about-reviews_arrow {
  z-index: 2;
  cursor: pointer;
  background-color: #0000;
  border: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  transition: transform .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about-reviews_arrow:hover {
  transform: translateY(-50%)scale(1.06);
}

.about-reviews_arrow-icon {
  width: 56px;
  height: 56px;
}

.about-reviews_dots {
  justify-content: center;
  gap: 10px;
  margin-top: 2rem;
  display: flex;
}

.about-reviews_arrow-prev {
  left: 0;
}

.about-reviews_arrow-next {
  right: 0;
}

.about-reviews_dot {
  cursor: pointer;
  border: 1px solid var(--_sava-color-styles---soft-black, #262524);
  background-color: #0000;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 0;
  transition: background-color .2s;
}

.about-reviews_dot.is-active {
  background-color: var(--_sava-color-styles---soft-black);
}

.about-instagram_inner {
  flex-direction: column;
  align-items: center;
  gap: 48px;
  display: flex;
}

.about-instagram_head {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  display: flex;
}

.about-instagram_eyebrow {
  letter-spacing: .7px;
  text-transform: uppercase;
  color: var(--soft-black, #262524);
  margin: 0;
  font-family: InterstateMono, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.about-instagram_heading {
  text-align: center;
  color: var(--soft-black, #262524);
  margin: 0;
  font-family: Gelica, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 54px;
}

.about-instagram_socials {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-top: 8px;
  display: flex;
}

.about-instagram_social-link {
  width: 32px;
  height: 32px;
  color: var(--soft-black, #262524);
  justify-content: center;
  align-items: center;
  transition: transform .2s, opacity .2s;
  display: inline-flex;
}

.about-instagram_social-link:hover {
  opacity: .75;
  transform: scale(1.1);
}

.about-instagram_social-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.about-instagram_grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 920px;
  display: grid;
}

.about-instagram_tile {
  aspect-ratio: 1;
  background-color: #e5e5e5;
  border-radius: 10px;
  width: 100%;
  transition: transform .3s, box-shadow .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.about-instagram_tile:hover {
  box-shadow: 0 8px 24px #2625241f;
}

.about-instagram_tile-img {
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  top: 0;
  left: 0;
}

.about-instagram_tile-wrap {
  width: 100%;
  display: block;
}

.about-hero {
  background-color: var(--sv-carousel-hero-bg, #e5e5e5);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about-hero_swiper {
  width: 100%;
  position: relative;
}

.about-hero_slide {
  background-color: var(--sv-carousel-hero-bg, #e5e5e5);
  width: 100%;
  min-height: 652px;
  position: relative;
}

.about-hero_image-wrap {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.about-hero_image {
  object-fit: cover;
  will-change: transform;
  object-position: center right;
  width: 100%;
  height: 100%;
  display: block;
}

.about-hero_content {
  z-index: 1;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 197px 0;
  position: relative;
}

.about-hero_heading {
  max-width: 600px;
  color: var(--sv-carousel-hero-text-desktop, #161616);
  margin: 0 0 24px;
  font-family: Gelica, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 54px;
}

.about-hero_body {
  max-width: 540px;
  color: var(--sv-carousel-hero-text-desktop, #161616);
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.about-hero_cta-wrap {
  margin-top: 32px;
}

.about-hero_cta {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border: .75px solid var(--mid-grey, #deddd7);
  color: var(--soft-black, #262524);
  background-color: #fff;
  border-radius: 10px;
  padding: 13px 31px;
  font-family: gibson, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.about-hero_cta:hover {
  color: #fff;
  background-color: var(--soft-black, #262524);
}

.about-hero_pagination {
  z-index: 2;
  text-align: center;
  justify-content: flex-start;
  padding-left: max(5%, 50vw - 705.5px);
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
}

.about-hero_mobile-image-wrap {
  width: 100%;
  display: none;
  overflow: hidden;
}

.about-hero_mobile-image {
  object-fit: cover;
  will-change: transform;
  object-position: center center;
  width: 100%;
  height: 100%;
  display: block;
}

.sv-blog {
  background-color: #f3e8ad;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sv-blog_grid {
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  min-height: 450px;
  display: flex;
}

.sv-blog_content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: auto;
  max-width: 480px;
  padding: 80px 40px 80px 0;
  display: flex;
}

.sv-blog_eyebrow {
  color: #262524;
  margin: 0 0 16px;
  font-family: Gelica, serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.sv-blog_heading {
  color: #262524;
  margin: 0 0 24px;
  font-family: Gelica, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 54px;
}

.sv-blog_body {
  color: #262524;
  max-width: 480px;
  margin: 0 0 32px;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.sv-blog_cta-wrap {
  display: flex;
}

.sv-blog_cta {
  color: #262524;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #fff;
  border: .75px solid #262524;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 13px 31px;
  font-family: gibson, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.sv-blog_cta:hover {
  color: #f8f8f8;
  background-color: #262524;
}

.sv-blog_image-wrap {
  flex: none;
  width: 55%;
  max-width: 55%;
  height: 100%;
  min-height: 0;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.sv-blog_image {
  object-fit: cover;
  object-position: center right;
  will-change: transform;
  width: 100%;
  height: 100%;
  display: block;
}

.sv-blog_mobile-image {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  display: none;
}

.sv-join-our-team {
  background-color: #eeeeed;
  width: 100%;
  min-height: 538px;
  position: relative;
  overflow: hidden;
}

.sv-join-our-team_content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  max-width: 537px;
  min-height: 538px;
  padding: 80px 40px 80px 0;
  display: flex;
  position: relative;
}

.sv-join-our-team_eyebrow {
  color: #262524;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin: 0 0 16px;
  font-family: InterstateMono, monospace;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.sv-join-our-team_heading {
  color: #262524;
  margin: 0 0 24px;
  font-family: Gelica, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 54px;
}

.sv-join-our-team_body {
  color: #262524;
  max-width: 537px;
  margin: 0 0 40px;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.sv-join-our-team_cta-wrap {
  display: flex;
}

.sv-join-our-team_cta {
  color: #262524;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background-color: #fff;
  border: .75px solid #262524;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 13px 31px;
  font-family: gibson, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
}

.sv-join-our-team_cta:hover {
  color: #f8f8f8;
  background-color: #262524;
}

.sv-join-our-team_image-wrap {
  z-index: 1;
  opacity: 1;
  width: 50%;
  max-width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.sv-join-our-team_image {
  object-fit: cover;
  object-position: center right;
  will-change: transform;
  width: 100%;
  height: 100%;
  display: block;
}

.sv-join-our-team_mobile-image {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  display: none;
}

.sv-collection-hero-section {
  z-index: 10;
  background-color: #0000;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  min-height: 0;
  padding: 0;
  position: sticky;
  top: 0;
}

.sv-collection-hero_padding {
  padding-top: 23px;
  padding-bottom: 23px;
}

.sv-collection-hero_title {
  color: #262524;
  text-align: center;
  margin: 0;
  font-family: Gelica, serif;
  font-size: 52px;
  font-weight: 300;
  line-height: 54px;
}

.sv-collection-product-card {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 12px;
  flex-direction: column;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sv-collection-product-card_image-wrap {
  aspect-ratio: 1;
  background-color: #0000;
  border-radius: 5px;
  margin-top: 63px;
  margin-bottom: 12px;
  padding: 90px 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.sv-collection-product-card_price-row {
  flex-flow: wrap;
  align-items: center;
  gap: 8px;
  display: flex;
}

.sv-collection-quick-filters {
  background-color: var(--base-color-neutral--white);
  padding: 2.5rem 5% 1rem;
}

.sv-collection-quick-filters_track {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  display: flex;
}

.sv-collection-quick-filters_block {
  flex-shrink: 0;
  display: inline-flex;
}

.sv-collection-quick-filters_pill {
  white-space: nowrap;
  border-style: solid;
  border-width: .75px;
  border-color: var(--_sava-color-styles---mid-grey, #deddd7);
  min-width: 158px;
  color: var(--_sava-color-styles---soft-black, #262524);
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 9px 16px 8px;
  text-decoration: none;
  transition: background .25s, border-color .25s;
  display: inline-flex;
}

.sv-collection-quick-filters_pill-label {
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: inherit;
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.sv-trust-points {
  background-color: #0000;
  padding: 3rem 5%;
}

.sv-trust-points_track {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sv-trust-points_block {
  text-align: center;
  flex-direction: column;
  flex: 1 1 0;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  min-width: 240px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.sv-trust-points_icon {
  object-fit: contain;
  width: 56px;
  height: 56px;
  display: block;
}

.sv-trust-points_label {
  max-width: 220px;
  color: var(--_sava-color-styles---soft-black, #262524);
  margin: 0;
  font-family: Gelica, Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
}

.sv-dietary-callouts {
  background-color: var(--_sava-color-styles---soft-white, #f8f8f8);
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.sv-dietary-callouts_inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.sv-dietary-callouts_track {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
  gap: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  overflow: auto hidden;
}

.sv-dietary-callouts_card {
  background-color: var(--_sava-color-styles---light-grey, #eeeeed);
  scroll-snap-align: start;
  border-radius: 10px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 150px;
  min-width: 150px;
  height: 145px;
  padding: 20px 12px;
  display: flex;
}

.sv-dietary-callouts_icon {
  object-fit: contain;
  width: 60px;
  height: 60px;
  display: block;
}

.sv-dietary-callouts_label {
  text-align: center;
  color: var(--_sava-color-styles---soft-black, #262524);
  margin: 0;
  font-family: Gelica, Georgia, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.sv-dietary-callouts_arrow {
  z-index: 2;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: var(--_sava-color-styles---mid-grey, #deddd7);
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  transition: background .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sv-dietary-callouts_arrow.is-prev {
  left: 1%;
}

.sv-dietary-callouts_arrow.is-next {
  right: 1%;
}

.sv-dietary-callouts_arrow-glyph {
  color: var(--_sava-color-styles---soft-black, #262524);
  margin: 0;
  font-family: Gibson, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h2-3 {
  font-size: 3.4375rem;
  font-weight: 600;
  line-height: 117%;
}

.button-5 {
  color: #fff;
  text-align: center;
  letter-spacing: -.15px;
  background-color: #146ef5;
  border-radius: .5rem;
  padding: 1rem 1.75rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: 0 4px 9.8px #146ef526;
}

.button-5.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  font-weight: 600;
  transition: border-color .2s;
}

.button-5.is-secondary:hover {
  border-color: #00000080;
}

.swiper_button-icon-3 {
  color: #1d1d1b;
  width: 1rem;
  height: 1rem;
}

.product-header_form-block-3 {
  margin-bottom: 0;
}

.product-header_radio-3 {
  background-color: #eee;
  border-radius: .5rem;
  padding: .4rem 1rem .3rem;
  font-weight: 600;
  position: relative;
}

.product-header_gallery-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: .5rem;
  width: 100%;
  height: 30rem;
  padding: 1rem;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.product-header_product-details-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
  display: flex;
}

.text-color-green-2 {
  color: #0000;
}

.product_thumbnail-image {
  cursor: pointer;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-color-red-2 {
  color: #9b1313;
}

.text-size-large-2 {
  letter-spacing: -.2px;
  font-size: 1.5rem;
  font-weight: 500;
}

.product-header_layout-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header_shipping-2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.form_input-2 {
  background-color: #0000;
  width: 100%;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input-2.is-quantity {
  width: 5.4rem;
  min-height: 3.2rem;
  margin-bottom: 0;
}

.product-header_radio-button-3 {
  border-width: 0;
  border-color: #000;
  border-radius: 0%;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.product-header_radio-button-3.w--redirected-checked {
  border-width: 1px;
  border-color: #000;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: -.15px;
  background-color: #146ef5;
  border-radius: .5rem;
  padding: 1rem 1.75rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: 0 4px 9.8px #146ef526;
}

.button-6.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  font-weight: 600;
  transition: border-color .2s;
}

.button-6.is-secondary:hover {
  border-color: #00000080;
}

.swiper_button-icon-4 {
  color: #1d1d1b;
  width: 1rem;
  height: 1rem;
}

.product-header_product-details-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
  display: flex;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.product-header_subscription_radio-lable {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
}

.product-header_subscription_radio-lable.is-on {
  border-style: none;
}

.product-header_radio-4 {
  background-color: #eee;
  border-radius: .5rem;
  padding: .4rem 1rem .3rem;
  font-weight: 600;
  position: relative;
}

.product-header_subscription_radio-lable-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.product-header_subscription {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.form_input-3 {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: .5rem;
  width: 100%;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input-3.is-quantity {
  width: 5.4rem;
  min-height: 3.2rem;
  margin-bottom: 0;
}

.text-color-green-3 {
  color: #0000;
}

.product-header_subscription_options {
  border: 1px solid #000;
  margin-bottom: 0;
}

.text-color-red-3 {
  color: #9b1313;
}

.button-7 {
  color: #fff;
  text-align: center;
  letter-spacing: -.15px;
  background-color: #146ef5;
  border-radius: .5rem;
  padding: 1rem 1.75rem;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: 0 4px 9.8px #146ef526;
}

.button-7.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  font-weight: 600;
  transition: border-color .2s;
}

.button-7.is-secondary:hover {
  border-color: #00000080;
}

.swiper_button-icon-5 {
  color: #1d1d1b;
  width: 1rem;
  height: 1rem;
}

.product-header_radio-5 {
  background-color: #eee;
  border-radius: .5rem;
  padding: .4rem 1rem .3rem;
  font-weight: 600;
  position: relative;
}

.container-large-6 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.product-header_product-details-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
  display: flex;
}

.sv-product-badge_label, .sv-nutritional-function_label, .sv-nutritional-function_value {
  font-family: var(--_sava-typography---interstatemono);
  font-size: 14px;
  font-weight: 300;
}

.sv-shipping-info_free-shipping, .sv-shipping-info_hsa-fsa-line {
  font-size: 14px;
}

.sv-trusted {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.sv-trusted_layout {
  align-items: center;
  gap: 48px;
  display: flex;
}

.sv-trusted_left {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.sv-trusted_heading {
  color: #262524;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Gelica Light;
  font-size: 36px;
  line-height: 40px;
}

.sv-trusted_body {
  color: #262524;
  max-width: 322px;
  margin-top: 0;
  margin-bottom: 28px;
  font-family: Gibson Book;
  font-size: 16px;
  line-height: 24px;
}

.sv-trusted_button {
  color: #262524;
  background-color: #fff;
  border: .75px solid #deddd7;
  border-radius: 10px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 13px 31px;
  text-decoration: none;
  display: inline-flex;
}

.sv-trusted_button:hover {
  color: #fff;
  background-color: #262524;
  border-color: #262524;
}

.sv-trusted_button-label {
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gibson Medium;
  font-size: 16px;
  line-height: 1;
}

.sv-trusted_track {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  flex: auto;
  gap: 17px;
  width: 100%;
  min-width: 0;
  display: flex;
  overflow-x: auto;
}

.sv-trusted_card-wrap {
  scroll-snap-align: start;
  flex: none;
}

.sv-trusted_card {
  cursor: pointer;
  background-color: #deddd7;
  border-radius: 10px;
  width: 221px;
  height: 291px;
  display: block;
  position: relative;
  overflow: hidden;
}

.sv-trusted_card-poster {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.sv-trusted_card-play {
  background-color: #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sv-trusted_card-play:before {
  content: "";
  border-top: 8px solid #0000;
  border-bottom: 8px solid #0000;
  border-left: 13px solid #262524;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
}

.sv-keying {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.sv-keying_inner {
  flex-direction: column;
  align-items: center;
  gap: 44px;
  width: 100%;
  display: flex;
}

.sv-keying_heading {
  color: #262524;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gelica Light;
  font-size: 52px;
  line-height: 54px;
}

.sv-keying_tabs {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}

.sv-keying_tab {
  cursor: pointer;
  background-color: #fff;
  border: .75px solid #deddd7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 9px 20px 8px;
  display: inline-flex;
}

.sv-keying_tab:hover {
  background-image: linear-gradient(#fff 49.5%, #ede087);
}

.sv-keying_tab.is-active {
  background-image: linear-gradient(#fff 49.5%, #ede087);
  border: 0 solid #000;
}

.sv-keying_tab-label {
  color: #262524;
  text-align: center;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  font-family: Gibson Medium;
  font-size: 14px;
  line-height: 1.15;
}

.sv-keying_panes {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sv-keying_pane {
  width: 100%;
  max-width: 960px;
  display: none;
}

.sv-keying_pane.is-active {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  display: flex;
}

.sv-keying_image {
  object-fit: cover;
  border-radius: 10px;
  flex: none;
  width: 330px;
  height: 330px;
  display: block;
}

.sv-keying_benefits-col {
  flex-direction: column;
  flex: auto;
  max-width: 574px;
  padding-top: 56px;
  display: flex;
}

.sv-keying_eyebrow {
  color: #262524;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: InterstateMono Light;
  font-size: 14px;
}

.sv-keying_eyebrow:after {
  content: " Benefits";
}

.sv-keying_benefits {
  color: #262524;
}

.sv-keying_facts-wrap {
  justify-content: center;
  width: 100%;
  display: flex;
}

.sv-keying_facts {
  color: #262524;
  text-align: center;
  font-family: Gelica Light;
  font-size: 20px;
  font-style: italic;
  text-decoration: underline;
}

.sv-trusted_arrows {
  display: none;
}

.sv-trusted_arrow {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #deddd7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.sv-trusted_arrow:before {
  content: "";
  border-top: 2px solid #262524;
  border-right: 2px solid #262524;
  width: 8px;
  height: 8px;
  margin-left: -2px;
  transform: rotate(45deg);
}

.sv-trusted_arrow.sv-trusted_arrow-flip {
  transform: rotate(180deg);
}

.sv-inghl {
  text-align: center;
  background-color: #eeeeed;
  padding-top: 72px;
  padding-bottom: 72px;
}

.sv-inghl_row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 19px;
  display: flex;
}

.sv-inghl_item {
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 222px;
  display: flex;
}

.sv-inghl_value {
  color: #262524;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gelica Light;
  font-size: 36px;
  line-height: 40px;
}

.sv-inghl_label {
  color: #262524;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gelica Light;
  font-size: 24px;
  line-height: 30px;
}

.sv-symptoms {
  background-color: #f8f8f8;
  padding-top: 56px;
  padding-bottom: 56px;
}

.sv-symptoms_inner {
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  display: flex;
}

.sv-symptoms_intro {
  color: #262524;
  text-align: center;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gelica Light;
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
}

.sv-symptoms_grid {
  grid-template-columns: 1fr 1fr;
  gap: 24px 21px;
  width: 100%;
  display: grid;
}

.sv-symptoms_card {
  background-color: #ede087;
  border-radius: 10px;
  align-items: center;
  gap: 20px;
  padding: 22px;
  display: flex;
}

.sv-symptoms_check {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%3E%3Ccircle%20cx='12'%20cy='12'%20r='11'%20stroke='%23262524'%20stroke-width='1'/%3E%3Cpath%20d='M7.5%2012.4l3.1%203.1%206.4-6.9'%20stroke='%23262524'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 24px;
  height: 24px;
}

.sv-symptoms_text {
  color: #262524;
  flex: auto;
  min-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gibson Book;
  font-size: 16px;
  line-height: 24px;
}

.sv-discover {
  background-color: #f8f8f8;
  padding-top: 64px;
  padding-bottom: 64px;
}

.sv-discover_inner {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  display: flex;
}

.sv-discover_heading {
  color: #262524;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gelica Light;
  font-size: 36px;
  line-height: 40px;
}

.sv-discover_grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
  width: 100%;
  display: grid;
}

.sv-flavor {
  display: flex;
}

.sv-flavor_btn {
  background-color: #fff;
  border: 1px solid #deddd7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 66px;
  padding: 8px 14px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.sv-flavor_btn:hover {
  background-color: var(--sv-flavor, #ede087);
  border-color: var(--sv-flavor, #ede087);
}

.sv-flavor_label {
  color: #262524;
  text-align: center;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gibson Medium;
  font-size: 16px;
  line-height: 20px;
}

.sv-flavor_color {
  display: none;
}

.sv-why {
  background-color: #f8f8f8;
  padding-top: 72px;
  padding-bottom: 72px;
}

.sv-why_inner {
  flex-direction: column;
  align-items: center;
  gap: 44px;
  width: 100%;
  display: flex;
}

.sv-why_heading {
  color: #262524;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gelica Light;
  font-size: 36px;
  line-height: 40px;
}

.sv-why_chart {
  width: 100%;
  max-width: 820px;
  position: relative;
}

.sv-why_highlight {
  z-index: 0;
  background-image: linear-gradient(#f8f8f800 10%, #ede087);
  border-radius: 10px;
  width: 206px;
  position: absolute;
  top: 96px;
  bottom: 0;
  left: 185px;
}

.sv-why_head {
  z-index: 1;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.sv-why_cell-x {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 196px;
  display: flex;
}

.sv-why_cell-v {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 186px;
  display: flex;
}

.sv-why_cell-l {
  flex: auto;
  align-items: center;
  min-width: 0;
  display: flex;
}

.sv-why_others {
  color: #262524;
  text-align: center;
  letter-spacing: .7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: InterstateMono, sans-serif;
  font-size: 14px;
}

.sv-why_imgwrap {
  justify-content: center;
  align-items: center;
  width: 186px;
  display: flex;
  position: relative;
}

.sv-why_image {
  z-index: 1;
  aspect-ratio: 950 / 1000;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  display: block;
  position: relative;
}

.sv-why_row {
  z-index: 1;
  border-top: .75px solid #deddd7;
  align-items: center;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  position: relative;
}

.sv-why_x, .sv-why_check {
  flex: none;
  width: 28px;
  height: 28px;
}

.sv-why_claim {
  color: #262524;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Gelica Light;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
}

.sv-why_colheads {
  z-index: 1;
  width: 100%;
  padding-bottom: 8px;
  display: none;
  position: relative;
}

.sv-why_glow {
  z-index: 0;
  background-image: radial-gradient(#ede08799, #ede08700 70%);
  display: none;
  position: absolute;
  inset: 28% -18% -8%;
}

.sv-blog-filterbar {
  background-color: #f8f8f8;
}

.sv-blog-pills {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding: 22px 5%;
  display: flex;
  overflow-x: auto;
}

.sv-blog-pill-wrap {
  display: contents;
}

.sv-blog-pill {
  color: #262524;
  letter-spacing: .7px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #deddd7;
  border-radius: 100px;
  flex: none;
  padding: 13px 26px;
  font-family: InterstateMono, monospace;
  font-size: 14px;
  text-decoration: none;
}

.sv-blog-pill.is-active {
  box-shadow: inset 0 -3px #f6d7b9;
}

.sv-blog-titlebar {
  z-index: 20;
  background-color: #f8f8f8;
  border-top: 1px solid #deddd7;
  border-bottom: 1px solid #deddd7;
  justify-content: center;
  align-items: center;
  padding: 18px 5%;
  display: flex;
  position: sticky;
  top: 76px;
}

.sv-blog-collection-title {
  color: #262524;
  margin: 0;
  font-family: Gelica, serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
}

.sv-blog-filter-btn {
  color: #262524;
  cursor: pointer;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  position: absolute;
  right: 5%;
}

.sv-article-tags {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 22px;
  display: flex;
}

.sv-article-tag-wrap {
  display: contents;
}

.sv-article-tag {
  color: #262524;
  letter-spacing: .7px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #eeeeed;
  border-radius: 60px;
  padding: 5px 13px;
  font-family: InterstateMono, monospace;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.sv-article-trail {
  margin-bottom: 32px;
}

.sv-article-trail_link {
  color: #545351;
  font-family: Gibson, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.sv-article-image-wrap {
  margin-bottom: 44px;
}

.lottie-animation {
  height: 200px;
}

@media screen and (max-width: 991px) {
  .padding-medium {
    padding: 1.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .li-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-global.max-width-full {
    padding-left: 0;
    padding-right: 0;
  }

  .li-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .li-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .button.is-link.hide-tablet {
    display: none;
  }

  .li-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cart_grid-wrapper {
    grid-template-columns: 2fr;
  }

  .collections_grid, .blog_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog_img {
    height: 100%;
  }

  .gift_card {
    height: 25.1em;
  }

  .account_grid {
    grid-template-columns: 2fr;
  }

  .addresses_account-wrapper {
    font-size: 1.2em;
  }

  .login_form {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav_component {
    min-height: 5rem;
  }

  .nav_container {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr min-content min-content;
  }

  .nav_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .nav_menu.is-page-height-tablet {
    border-bottom-color: var(--base-color-neutral--neutral-lightest);
    background-color: var(--base-color-neutral--white);
    width: 100%;
    max-height: 90vh;
    padding-bottom: 3.9rem;
    padding-right: 5%;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .nav_menu-dropdown {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .nav_dropdown-toggle {
    flex: 1;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.5rem;
    display: flex;
  }

  .dropdown-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .nav_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .nav_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: relative;
    top: 0;
  }

  .nav_dropdown-list.no-scrollbar.w--open {
    max-height: none;
  }

  .nav_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 0%;
  }

  .nav_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_dropdown-link_child {
    width: auto;
    padding: .75rem 0 .75rem 0%;
    font-weight: 400;
  }

  .nav_shop-icons {
    margin-left: auto;
    position: relative;
  }

  .filter_product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-header_component {
    padding-bottom: 2.5rem;
  }

  .product-header_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header_product-details {
    padding-left: 0;
  }

  .swiper.is-hero {
    display: block;
  }

  .swiper-wrapper.is-product-gallery {
    width: 100%;
  }

  .product_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .nav_logo {
    width: 8.4rem;
    height: 3.6rem;
  }

  .swiper-container.is-product-gallery {
    padding-right: 0;
    position: static;
  }

  .footer_main-wrapper {
    grid-template-columns: 1fr;
  }

  .footer_icon-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .product-header_radio {
    background-color: var(--base-color-neutral--white);
  }

  .nav_dropdown-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .contact_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .filter_filters-wrapper {
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 3rem 5% 0;
    position: fixed;
    inset: 0%;
    overflow: scroll;
    transform: translate(0, 100%);
  }

  .filter_form_component {
    z-index: 999;
    max-width: 100%;
  }

  .filter_form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter_heading {
    font-size: 2.25rem;
  }

  .filter_scroll-wrapper {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .filter_tablet-modal-close-button {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }

  .filter_tablet-filters-button {
    justify-content: center;
    display: flex;
  }

  .pagination_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .pagination_item {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .pagination_arrow {
    width: .75rem;
    height: .75rem;
    transform: rotate(90deg);
  }

  .pagination_arrow.is-right {
    transform: rotate(-90deg);
  }

  .pagination_component {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .pagination_count {
    text-decoration: underline;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .product_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .product_heading-wrapper {
    grid-column-gap: 3rem;
    position: static;
  }

  .product_heading {
    margin-right: 3rem;
  }

  .product_button-row {
    flex: none;
  }

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

  .blog_featured-image-wrapper {
    padding-top: 75%;
  }

  .footer_sub-footer {
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .gift_card-logo {
    width: 8.4rem;
    height: 3.6rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .swipper_bottom-wrapper {
    display: flex;
  }

  .swiper-container-sava.is-product-gallery {
    padding-right: 0;
    position: static;
  }

  .section_header_mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .header_background_mobile-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
    flex: 1;
  }

  .hero-mobile-div {
    background-color: var(--_sava-color-styles---tea);
  }

  .section_header_desktop {
    display: none;
  }

  .padding-hero-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 2.5rem;
    display: flex;
  }

  .padding-hero-mobile.max-width-full {
    padding-left: 0;
    padding-right: 0;
  }

  .section_header-home-text {
    display: block;
  }

  .header_background-image-wrapper-text {
    flex-flow: column;
    display: flex;
    position: static;
  }

  .header_background-image-test {
    position: static;
  }

  .sava-link-cards_grid {
    grid-template-columns: 1fr;
  }

  .sava-shop-by-benefit_header {
    max-width: 362px;
    margin-bottom: 32px;
  }

  .sava-shop-by-benefit_heading {
    font-size: 36px;
    line-height: 40px;
  }

  .sava-shop-by-benefit_paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .sava-shop-by-benefit_grid {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    grid-template-columns: none;
    grid-auto-columns: minmax(280px, 85%);
    grid-auto-flow: column;
    scroll-padding-left: 0;
    overflow-x: auto;
  }

  .sava-shop-by-benefit_card {
    scroll-snap-align: start;
  }

  .sava-shop-by-benefit_carousel-controls {
    display: flex;
  }

  .sava-shop-by-benefit_card-wrap {
    scroll-snap-align: start;
  }

  .sava-ingredients-callouts_main-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "text"
                         "claims"
                         "ingredients"
                         "controls"
                         "button";
    row-gap: 32px;
  }

  .sava-ingredients-callouts_text-block {
    text-align: center;
    align-items: center;
  }

  .sava-ingredients-callouts_eyebrow {
    margin: 0 0 24px;
  }

  .sava-ingredients-callouts_heading {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 30px;
  }

  .sava-ingredients-callouts_paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .sava-ingredients-callouts_button {
    place-self: stretch stretch;
    width: 100%;
  }

  .sava-ingredients-callouts_claims-section {
    min-width: 0;
  }

  .sava-ingredients-callouts_claims {
    grid-auto-columns: 100px;
    gap: 8px;
    min-width: 0;
  }

  .sava-ingredients-callouts_claim {
    gap: 6px;
    height: 100px;
    padding: 12px 8px;
  }

  .sava-ingredients-callouts_claim-icon {
    width: 40px;
    height: 40px;
  }

  .sava-ingredients-callouts_claim-label {
    font-size: 12px;
  }

  .sava-ingredients-callouts_carousel-btn, .sava-ingredients-callouts_carousel-arrow {
    width: 40px;
    height: 40px;
  }

  .sava-ingredients-callouts_claims-controls {
    display: none;
  }

  .sava-ingredients-callouts_ingredients-grid {
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    grid-template-columns: none;
    grid-auto-columns: minmax(220px, 80%);
    grid-auto-flow: column;
    gap: 16px;
    min-width: 0;
    overflow-x: auto;
  }

  .sava-ingredients-callouts_ingredients-controls {
    display: flex;
  }

  .sava-ingredients-callouts_modal {
    padding: 40px 24px 24px;
  }

  .sava-ingredients-callouts_modal-heading {
    font-size: 28px;
  }

  .sava-ingredients-callouts_modal-products {
    padding: 20px 12px;
  }

  .sava-ingredients-callouts_modal-products-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .sava-product-card {
    gap: 8px;
    padding: 7px;
  }

  .sava-product-card_name {
    font-family: Gibson, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
  }

  .sava-product-card_price {
    font-family: Gibson, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }

  .sava-product-card_button {
    letter-spacing: 2.1px;
    padding: 10px 16px;
    font-size: 14px;
  }

  .sava-product-card_tags {
    gap: 2px 4px;
    top: 10px;
    left: 10px;
    right: 10px;
  }

  .sava-product-card_tag {
    letter-spacing: .5px;
    padding: 3px 8px;
    font-size: 10px;
  }

  .sava-secondary-cta {
    min-height: auto;
    display: block;
  }

  .sava-secondary-cta_image {
    display: none;
  }

  .sava-secondary-cta_content {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .sava-secondary-cta_eyebrow {
    text-align: center;
    margin: 0 0 16px;
  }

  .sava-secondary-cta_logo {
    height: 42px;
    margin: 0 0 24px;
    display: none;
  }

  .sava-secondary-cta_paragraph {
    text-align: center;
  }

  .sava-secondary-cta_logo-mobile, .sava-secondary-cta_image-mobile {
    display: block;
  }

  .sava-product-card_compare-at-price {
    font-family: Gibson, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .button-3.is-secondary.pointer-events-off.max-width-full, .button-3.max-width-full {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .product-header_radio-2 {
    background-color: #fff;
  }

  .swiper_component.is-related-products {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
    flex-flow: column;
  }

  .related-products_heading {
    max-width: none;
  }

  .testimonial24_slider {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial24_mask {
    width: 50%;
  }

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

  .nav_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .nav_menu-2.is-page-height-tablet {
    background-color: #fff;
    border-bottom-color: #eee;
    width: 100%;
    max-height: 90vh;
    padding-bottom: 3.9rem;
    padding-right: 5%;
    transition: height .5s;
    position: absolute;
    overflow: auto;
  }

  .nav_dropdown-link-2 {
    width: auto;
    padding: .75rem 0 .75rem 0%;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--base-color-neutral--black);
    width: 20px;
    height: 2px;
    color: var(--base-color-neutral--black);
    margin-top: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-global-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .padding-global-5.max-width-full {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-icon_line-top-2 {
    background-color: var(--base-color-neutral--black);
    width: 20px;
    height: 2px;
    color: var(--base-color-neutral--black);
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_dropdown-link_child-2 {
    width: auto;
    padding: .75rem 0 .75rem 0%;
    font-weight: 400;
  }

  .menu-icon_line-middle-2 {
    width: 24px;
    height: 2px;
    color: var(--base-color-neutral--black);
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav_logo-2 {
    width: auto;
    height: 2.2rem;
  }

  .nav_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .nav_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
    position: relative;
    top: 0;
  }

  .nav_component-2 {
    min-height: 5rem;
  }

  .menu-icon-2 {
    background-color: var(--_sava-color-styles---soft-white);
    width: 2.5rem;
    height: 2.5rem;
    box-shadow: none;
    color: #146ef5;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav_dropdown-toggle-2 {
    flex: 1;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.5rem;
    display: flex;
  }

  .about-our-story_header {
    margin-bottom: 3rem;
  }

  .about-our-story_heading {
    font-size: 2.25rem;
    line-height: 1.1;
  }

  .about-our-story_grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .about-our-story_card {
    min-height: auto;
    padding: 2rem;
  }

  .about-founder-message_header {
    margin-bottom: 2.5rem;
  }

  .about-founder-message_headline, .about-featured-by_heading {
    font-size: 2.25rem;
    line-height: 1.1;
  }

  .about-featured-by_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-featured-by_card {
    min-height: 120px;
  }

  .about-reviews_heading {
    font-size: 1.875rem;
  }

  .about-reviews_slide {
    padding: 0 3rem;
  }

  .about-reviews_quote {
    font-size: 1.125rem;
    line-height: 1.35;
  }

  .about-reviews_arrow, .about-reviews_arrow-icon {
    width: 40px;
    height: 40px;
  }

  .about-instagram_inner {
    gap: 40px;
  }

  .about-instagram_heading {
    font-size: 40px;
    line-height: 44px;
  }

  .about-instagram_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    max-width: 640px;
  }

  .about-hero_slide {
    min-height: 520px;
  }

  .about-hero_content {
    width: 90%;
    padding: 120px 0;
  }

  .about-hero_heading {
    font-size: 44px;
    line-height: 48px;
  }

  .button-5.max-width-full, .button-5.is-secondary.max-width-full {
    padding-left: 0;
    padding-right: 0;
  }

  .product-header_radio-3 {
    background-color: #fff;
  }

  .product-header_product-details-2 {
    padding-left: 0;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .product-header_layout-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .button-6.is-secondary.max-width-full, .button-6.max-width-full {
    padding-left: 0;
    padding-right: 0;
  }

  .product-header_product-details-3 {
    padding-left: 0;
  }

  .product-header_radio-4 {
    background-color: #fff;
  }

  .button-7.max-width-full, .button-7.is-secondary.max-width-full {
    padding-left: 0;
    padding-right: 0;
  }

  .product-header_radio-5 {
    background-color: #fff;
  }

  .product-header_product-details-4 {
    padding-left: 0;
  }

  .sv-keying_tab.is-active {
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }

  .sv-keying_benefits-col {
    width: 100%;
    max-width: none;
    padding-top: 0;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .li-styleguide_section-header {
    font-size: .875rem;
  }

  .li-styleguide_heading-medium {
    font-size: 2rem;
  }

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

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cart_grid-wrapper {
    grid-template-columns: 2fr;
  }

  .cart_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 6rem;
  }

  .cart_grid.is-header.hide-mobil {
    display: none;
  }

  .cart_info-order {
    margin-left: 1.5rem;
  }

  .collections_grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .collections_overlay {
    background-image: linear-gradient(114deg, #111111b3 20%, #11111178);
  }

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

  .blog_item-grid {
    grid-template-columns: 1fr;
    margin-bottom: 2em;
  }

  .blog_img {
    height: 20.7em;
  }

  .account_grid {
    grid-template-columns: 2fr;
  }

  .addresses_account-wrapper {
    padding: 1.3em;
    font-size: 1.3em;
  }

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

  .login_component {
    grid-template-columns: auto;
    justify-content: stretch;
    min-height: auto;
  }

  .login_left {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .login_form {
    width: 100%;
    min-width: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .login_image {
    height: 19.2rem;
  }

  .product-item_image-wrapper {
    height: 100%;
  }

  .nav_component {
    height: auto;
    min-height: 5.3rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .nav_dropdown-link_child {
    font-size: 1rem;
  }

  .footer_link-column {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .filter_product-list {
    grid-template-columns: 1fr 1fr;
  }

  .product-header_component {
    padding-bottom: 1.5rem;
  }

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

  .product-header_product-details {
    padding-top: 0;
  }

  .swiper-slide.is-related-products {
    width: 8.625rem;
  }

  .product_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .nav_logo {
    align-items: flex-start;
    width: 8.7rem;
  }

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

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

  .section-product-nav {
    top: 5.2rem;
    overflow: scroll;
  }

  .contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .filter_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .filter_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section_li-hero {
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
  }

  .hero_image {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    padding: 1.5rem;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .li-stylguide_header {
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
  }

  .header_card {
    min-height: 32rem;
    padding: 2rem;
  }

  .product_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product_heading {
    margin-right: 0;
  }

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

  .more_liste {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog_featured-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .blog_featured-image-wrapper {
    padding-top: 66%;
  }

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

  .gift_card-logo {
    align-items: flex-start;
    width: 8.7rem;
  }

  .sava-figma_section {
    flex-direction: column;
    gap: 14px;
    padding: 24px 26px;
  }

  .sava-link-card {
    width: 100%;
    min-height: 93px;
    padding: 15px 90px 24px 20px;
  }

  .sava-link-card_heading {
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .sava-link-card_paragraph {
    max-width: none;
    padding-right: 80px;
    display: none;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .header_card-sava {
    min-height: 32rem;
    padding: 2rem;
  }

  .padding-hero-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sava-link-cards_grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sava-ingredients-callouts_main-grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "text"
                         "claims"
                         "ingredients"
                         "controls"
                         "button";
    row-gap: 32px;
  }

  .sava-ingredients-callouts_text-block {
    text-align: center;
    align-items: center;
  }

  .sava-ingredients-callouts_heading {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 30px;
  }

  .sava-ingredients-callouts_button {
    place-self: stretch stretch;
    width: 100%;
  }

  .sava-ingredients-callouts_claims-section {
    min-width: 0;
  }

  .sava-ingredients-callouts_claims {
    grid-auto-columns: 100px;
    gap: 8px;
    min-width: 0;
  }

  .sava-ingredients-callouts_claim {
    gap: 6px;
    height: 100px;
    padding: 12px 8px;
  }

  .sava-ingredients-callouts_claim-icon {
    width: 40px;
    height: 40px;
  }

  .sava-ingredients-callouts_claim-label {
    font-size: 12px;
  }

  .sava-ingredients-callouts_claims-controls {
    display: none;
  }

  .sava-ingredients-callouts_ingredients-grid {
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    grid-template-columns: none;
    grid-auto-columns: minmax(220px, 80%);
    grid-auto-flow: column;
    gap: 16px;
    min-width: 0;
    overflow-x: auto;
  }

  .sava-ingredients-callouts_ingredients-controls {
    display: flex;
  }

  .sava-product-card_price {
    font-family: Gibson, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .sava-product-card_tags {
    gap: 2px 4px;
  }

  .sava-product-card_tag {
    letter-spacing: .4px;
    padding: 2px 6px;
    font-size: 9px;
  }

  .sava-footer {
    padding: 3rem 1.25rem 2rem;
  }

  .sava-footer_top {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 32px;
  }

  .sava-footer_brand {
    text-align: center;
    align-items: center;
    gap: 20px;
    max-width: 100%;
  }

  .sava-footer_newsletter-heading {
    text-align: center;
    max-width: 280px;
  }

  .sava-footer_form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .sava-footer_quick-links {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .sava-footer_col-heading {
    text-align: center;
    cursor: pointer;
    justify-content: center;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sava-footer_col-list {
    max-height: 0;
    transition-property: max-height;
    transition-duration: .35s;
    transition-timing-function: ease;
    overflow: hidden;
  }

  .sava-footer_middle {
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }

  .sava-footer_socials {
    gap: 50px;
  }

  .sava-footer_social-icon {
    width: 36px;
    height: 36px;
  }

  .sava-footer_bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }

  .sava-footer_legal-links {
    justify-content: center;
  }

  .sava-product-card_compare-at-price {
    margin: 0 0 0 4px;
    font-family: Gibson, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .sava-rewards {
    padding: 3rem 1.25rem;
  }

  .sava-rewards_grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sava-rewards_intro {
    text-align: center;
    align-items: center;
    gap: 20px;
    max-width: 100%;
  }

  .sava-rewards_heading {
    max-width: 100%;
    font-size: 36px;
    line-height: 40px;
  }

  .sava-rewards_description {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .sava-rewards_buttons {
    flex-direction: column-reverse;
    gap: 12px;
    width: 100%;
  }

  .sava-rewards_button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sava-rewards_cards-wrap {
    text-align: center;
    grid-area: auto;
    align-items: center;
  }

  .sava-rewards_card {
    min-height: 120px;
    padding: 20px 12px;
  }

  .sava-rewards_card-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .sava-shop-by-product {
    padding: 3rem 1.25rem;
  }

  .sava-shop-by-product_grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sava-referral-bonus {
    padding-bottom: 0;
  }

  .sava-referral-bonus_grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .sava-referral-bonus_intro {
    text-align: center;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    padding: 48px 20px 32px;
  }

  .sava-referral-bonus_heading {
    font-size: 36px;
    line-height: 40px;
  }

  .sava-referral-bonus_description {
    max-width: 100%;
  }

  .sava-referral-bonus_form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .sava-referral-bonus_image-wrap {
    height: auto;
    min-height: 320px;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .swiper_pagination {
    height: .8125rem;
  }

  .swiper_bullet-2 {
    border-width: 2px;
    width: .8125rem;
    height: .8125rem;
  }

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

  .sava-best-sellers {
    padding: 3rem 1.25rem;
  }

  .sava-best-sellers_container {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
    display: flex;
  }

  .sava-best-sellers_intro {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .sava-best-sellers_intro-content {
    text-align: center;
    align-items: center;
  }

  .sava-best-sellers_eyebrow {
    text-align: center;
  }

  .sava-best-sellers_heading {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.11;
  }

  .sava-best-sellers_button {
    order: 2;
    width: 100%;
    position: static;
    top: auto;
    right: auto;
  }

  .sava-best-sellers_carousel {
    flex-direction: column;
    display: flex;
  }

  .sava-best-sellers_swiper-slide {
    flex: 0 0 10.9375rem;
    width: 10.9375rem;
    max-width: 10.9375rem;
  }

  .sava-best-sellers_categories {
    order: 3;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sava-best-sellers_category {
    height: 6.98rem;
  }

  .sava-best-sellers_category-arrow {
    width: 2.5rem;
    height: 2.5rem;
    top: .875rem;
    right: 1rem;
  }

  .sava-best-sellers_carousel-nav {
    order: 2;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
    position: static;
    top: auto;
    left: auto;
    right: auto;
  }

  .sava-best-sellers_carousel-btn, .sava-best-sellers_carousel-arrow-image {
    width: 2.5rem;
    height: 2.5rem;
  }

  .sava-category-buttons {
    padding: 2rem 1.25rem;
  }

  .testimonial24_slide {
    padding-right: 1.5rem;
  }

  .testimonial24_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial24_mask {
    width: 80%;
  }

  .testimonial24_card {
    padding: 1.5rem;
  }

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

  .sava-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_menu-2.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_dropdown-link_child-2 {
    font-size: 1rem;
  }

  .nav_logo-2 {
    align-items: flex-start;
    width: auto;
  }

  .nav_component-2 {
    height: auto;
    min-height: 5.3rem;
  }

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

  .menu-icon-2 {
    background-color: var(--_sava-color-styles---soft-white);
  }

  .about-our-story_heading {
    font-size: 2rem;
  }

  .li-component_item {
    grid-template-columns: 1fr;
  }

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

  .about-founder-message_headline, .about-featured-by_heading {
    font-size: 1.875rem;
  }

  .about-instagram_inner {
    gap: 32px;
  }

  .about-instagram_heading {
    font-size: 36px;
    line-height: 40px;
  }

  .about-instagram_grid {
    gap: 12px;
  }

  .about-hero {
    background-color: #545351;
  }

  .about-hero_slide {
    background-color: var(--sv-carousel-hero-bg, #545351);
    flex-direction: column;
    min-height: 0;
    display: flex;
  }

  .about-hero_image-wrap {
    flex-shrink: 0;
    width: 100%;
    height: 365px;
    display: none;
    position: relative;
  }

  .about-hero_content {
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 48px 24px 64px;
  }

  .about-hero_heading {
    text-align: center;
    max-width: 100%;
    color: var(--sv-carousel-hero-text-mobile, #161616);
    margin: 0 auto 24px;
    font-size: 36px;
    line-height: 40px;
  }

  .about-hero_body {
    text-align: center;
    max-width: 100%;
    color: var(--sv-carousel-hero-text-mobile, #161616);
    margin: 0 auto;
  }

  .about-hero_cta-wrap {
    text-align: center;
    margin-top: 32px;
  }

  .about-hero_pagination {
    justify-content: center;
    padding-left: 0;
    bottom: 16px;
  }

  .about-hero_mobile-image-wrap {
    flex-shrink: 0;
    height: 365px;
    display: block;
  }

  .sv-blog_grid {
    flex-direction: column;
    min-height: 0;
  }

  .sv-blog_content {
    text-align: center;
    flex: auto;
    align-items: center;
    max-width: 100%;
    padding: 60px 16px 40px;
  }

  .sv-blog_eyebrow, .sv-blog_heading {
    text-align: center;
  }

  .sv-blog_body {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 32px;
  }

  .sv-blog_cta-wrap, .sv-blog_cta {
    width: 100%;
  }

  .sv-blog_image-wrap {
    flex: auto;
    width: 100%;
    max-width: 100%;
    height: 321px;
    min-height: 321px;
    position: relative;
    top: auto;
    right: auto;
  }

  .sv-blog_image {
    display: none;
  }

  .sv-blog_mobile-image {
    display: block;
  }

  .sv-join-our-team {
    min-height: 0;
  }

  .sv-join-our-team_content {
    text-align: center;
    align-items: center;
    max-width: 100%;
    min-height: 0;
    padding: 51px 19px 40px;
  }

  .sv-join-our-team_heading {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }

  .sv-join-our-team_body {
    text-align: center;
    max-width: 100%;
  }

  .sv-join-our-team_cta-wrap, .sv-join-our-team_cta {
    width: 100%;
  }

  .sv-join-our-team_image-wrap {
    width: 100%;
    max-width: 100%;
    height: 382px;
    position: relative;
    top: auto;
    right: auto;
  }

  .sv-join-our-team_image {
    display: none;
  }

  .sv-join-our-team_mobile-image {
    display: block;
  }

  .sv-collection-hero_title {
    font-size: 36px;
    line-height: 40px;
  }

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

  .product-header_product-details-2 {
    padding-top: 0;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

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

  .product-header_product-details-3, .product-header_product-details-4 {
    padding-top: 0;
  }

  .sv-trusted_layout {
    flex-direction: column;
    align-items: stretch;
    gap: 28px;
  }

  .sv-trusted_left {
    align-items: center;
    width: 100%;
    max-width: none;
  }

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

  .sv-trusted_body {
    text-align: center;
    max-width: none;
  }

  .sv-trusted_button {
    align-self: stretch;
    width: 100%;
  }

  .sv-keying_heading {
    font-size: 36px;
    line-height: 38px;
  }

  .sv-trusted_arrows {
    justify-content: center;
    gap: 16px;
    width: 100%;
    margin-top: 4px;
    display: flex;
  }

  .sv-inghl {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .sv-inghl_row {
    flex-direction: column;
    align-items: center;
    gap: 66px;
  }

  .sv-symptoms_grid {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }

  .sv-symptoms_card {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sv-discover_grid {
    grid-template-columns: 1fr 1fr;
    gap: 11px 8px;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

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

  .heading-style-h4.text-weight-normal {
    font-size: 1.15rem;
  }

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

  .button.is-secondary.is-icon {
    padding: .5rem;
  }

  .cart_grid-wrapper {
    overflow: scroll;
  }

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

  .cart_content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .cart_info-order {
    margin-left: 1.3rem;
    padding-left: 0;
  }

  .cart_table-item {
    font-size: 1.2rem;
  }

  .cart_table-item.anzahl {
    align-items: flex-start;
    margin-left: 0;
  }

  .cart_quantity-wrapper {
    font-size: .8rem;
  }

  .collections_item {
    height: 20.8rem;
  }

  .blog_item-grid {
    margin-bottom: 0;
  }

  .gift_card {
    height: 15.8em;
  }

  .account_grid {
    overflow: scroll;
  }

  .addresses_account-wrapper {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.1em;
  }

  .account-tabs_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .account-tabs_link {
    font-size: 1rem;
  }

  .addresses_form {
    padding: 2.1rem;
  }

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

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

  .login_tabs {
    border-style: none;
  }

  .login_form {
    border-style: none;
    margin-bottom: 1em;
    padding: 0;
  }

  .login_image {
    height: 11.4rem;
  }

  .login_tab-link {
    background-color: #fff;
  }

  .mini-cart_component {
    width: 100%;
  }

  .nav_component {
    min-height: 4.7rem;
  }

  .nav_menu.is-page-height-tablet {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav_dropdown-toggle {
    border-top: 1px solid var(--base-color-neutral--neutral-lightest);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.3rem;
  }

  .dropdown-icon {
    right: 1rem;
  }

  .nav_dropdown-link {
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

  .nav_dropdown-link_child {
    padding-top: .35rem;
    padding-bottom: .35rem;
  }

  .nav_mini-cart-close {
    display: none;
  }

  .footer_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .filter_product-list, .product-header_layout {
    grid-template-columns: 1fr;
  }

  .product-header_product-details {
    padding-top: 0;
    padding-bottom: 0;
  }

  .swiper_button.swiper-prev.pointer-events-on {
    width: 2.5rem;
    height: 2.5em;
  }

  .swiper_button.swiper-next.pointer-events-on {
    width: 2.5rem;
    height: 2.5rem;
  }

  .product-header_gallery-image {
    height: 22rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .predictive-search_component {
    width: 100%;
  }

  .nav_predictive-search-close {
    display: none;
  }

  .footer_newsletter {
    padding: 1.7rem;
  }

  .nav_dropdown-grid {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

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

  .section-product-nav {
    top: 4.5rem;
  }

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

  .filter_feed-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .section_li-hero {
    background-image: radial-gradient(circle farthest-side at 80% -10%, #4353ff47, #fff0 32%), radial-gradient(circle farthest-side at 45% -10%, #00ed9773, #fff0 26%);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .hero_heading {
    font-size: 2.5rem;
  }

  .hero_image {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    padding: 1.5rem;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .li-stylguide_header {
    background-image: radial-gradient(circle farthest-side at 80% -10%, #4353ff47, #fff0 32%), radial-gradient(circle farthest-side at 45% -10%, #00ed9773, #fff0 26%);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .blog_titel-wrapper {
    padding: 1.3rem;
  }

  .sort_select.filter_checkbox {
    order: -1;
    margin-left: 0;
  }

  .footer_sub-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .swiper-container-sava {
    display: block;
  }

  .button-3 {
    width: 100%;
  }

  .swiper_button-2.swiper-prev.pointer-events-on {
    width: 2.5rem;
    height: 2.5em;
  }

  .swiper_button-2.swiper-next.pointer-events-on {
    width: 2.5rem;
    height: 2.5rem;
  }

  .padding-global-3 {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

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

  .heading-style-h4-2.text-weight-normal {
    font-size: 1.15rem;
  }

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

  .testimonial24_mask {
    width: 95%;
  }

  .nav_menu-2.is-page-height-tablet {
    padding-left: 0%;
    padding-right: 0%;
  }

  .button-4 {
    width: 100%;
  }

  .nav_dropdown-link-2 {
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

  .nav_dropdown-link_child-2 {
    padding-top: .35rem;
    padding-bottom: .35rem;
  }

  .mini-cart_component-2 {
    width: 100%;
  }

  .nav_component-2 {
    min-height: 4.7rem;
  }

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

  .menu-icon-2 {
    background-color: var(--_sava-color-styles---soft-white);
    border: 1px #000;
  }

  .nav_dropdown-toggle-2 {
    border-top: 1px #eee;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.3rem;
  }

  .li-component_wrapper {
    padding: 0;
  }

  .li-component_item {
    padding: .9rem;
  }

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

  .about-instagram_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

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

  .button-5 {
    width: 100%;
  }

  .product-header_gallery-image-2 {
    height: 22rem;
  }

  .product-header_product-details-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-large-2 {
    font-size: 1.1rem;
  }

  .product-header_layout-2 {
    grid-template-columns: 1fr;
  }

  .button-6 {
    width: 100%;
  }

  .product-header_product-details-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-7 {
    width: 100%;
  }

  .product-header_product-details-4 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

#w-node-_5eccf730-c887-5204-0e0c-693f99a7329a-99a7328f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5eccf730-c887-5204-0e0c-693f99a732a5-99a7328f, #w-node-_5eccf730-c887-5204-0e0c-693f99a732a6-99a7328f, #w-node-_5eccf730-c887-5204-0e0c-693f99a732ae-99a7328f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5eccf730-c887-5204-0e0c-693f99a732bf-99a7328f {
  justify-self: center;
}

#w-node-_4d7af1cf-0c17-815b-6613-2343dbf24ae7-dbf24ad4 {
  align-self: center;
}

#w-node-f727b04f-0fb7-b1ec-5db9-c7264e4cbfb1-4e4cbfad {
  align-self: start;
}

#w-node-afc1b976-9d98-c219-bb64-5156864b1738-b641c10b, #w-node-afc1b976-9d98-c219-bb64-5156864b174b-b641c10b, #w-node-afc1b976-9d98-c219-bb64-5156864b175e-b641c10b {
  justify-self: start;
}

#w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdea3-e01bde9f {
  align-self: start;
}

#w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdea5-e01bde9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdeab-e01bde9f, #w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdeb2-e01bde9f, #w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdeb7-e01bde9f, #w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdebc-e01bde9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdec8-e01bde9f {
  align-self: start;
}

#w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdeca-e01bde9f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdecc-e01bde9f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdee0-e01bde9f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdef2-e01bde9f {
  justify-self: start;
}

#w-node-_17cf99d8-cca9-6029-5ca2-fd70c04fc7d9-c04fc7ce, #w-node-_17cf99d8-cca9-6029-5ca2-fd70c04fc7dd-c04fc7ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cf99d8-cca9-6029-5ca2-fd70c04fc7df-c04fc7ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_28393307-8bd6-513a-3564-7f1ca909485c-a9094858, #w-node-_28393307-8bd6-513a-3564-7f1ca9094870-a9094858 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d2495180d9-495180d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d2495180df-495180d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d2495180e3-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180e7-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180eb-495180d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d2495180ef-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180f3-495180d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d2495180f7-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180ff-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d249518103-495180d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d249518104-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d249518107-495180d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d249518108-495180d5 {
  place-self: center end;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ee8-b7051ee4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051eee-b7051ee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ef2-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ef6-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051efa-b7051ee4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051efe-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f02-b7051ee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f06-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f0e-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f12-b7051ee4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f13-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f16-b7051ee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f17-b7051ee4 {
  place-self: center end;
}

#w-node-c45bff24-6242-fee4-5061-f2f14b06a7be-4b06a7bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c45bff24-6242-fee4-5061-f2f14b06a7bf-4b06a7bd {
  align-self: stretch;
}

#w-node-_6b97875b-5fce-9f5a-43fd-5792b69faf23-4b06a7bd, #w-node-c9d4bc59-fe93-ab91-5f63-22578c137f0c-8c137f09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ff72092-e0e6-d591-6af1-5b10f594a629-f594a625, #w-node-_4ff72092-e0e6-d591-6af1-5b10f594a632-f594a625 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4ff72092-e0e6-d591-6af1-5b10f594a638-f594a625 {
  justify-self: center;
}

#w-node-_4ff72092-e0e6-d591-6af1-5b10f594a63c-f594a625 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_4ff72092-e0e6-d591-6af1-5b10f594a647-f594a625 {
  align-self: center;
}

#w-node-_4ff72092-e0e6-d591-6af1-5b10f594a64f-f594a625 {
  place-self: center;
}

#w-node-_4ff72092-e0e6-d591-6af1-5b10f594a655-f594a625 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4ff72092-e0e6-d591-6af1-5b10f594a656-f594a625 {
  align-self: start;
}

#w-node-_4ff72092-e0e6-d591-6af1-5b10f594a658-f594a625, #w-node-_4ff72092-e0e6-d591-6af1-5b10f594a670-f594a625 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_76364b4a-2593-d95e-0645-c5d5be736c31-23811620, #w-node-_5a2f14c3-7832-b8f1-07cc-ea04d97412bf-23811620, #w-node-_76364b4a-2593-d95e-0645-c5d5be736c36-23811620 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ca8e057-6645-9d42-e1be-60491d7bcc0d-1d7bcbea {
  justify-self: start;
}

#w-node-e0a78f50-4953-419e-36e6-c883c51fb15d-23811623, #w-node-_25c5a7f2-ec55-1600-3ab2-bb8c6f33dc52-23811623, #w-node-_5f0a3baf-3d28-cfc9-549d-3fe758caddc9-23811623, #w-node-_1d1d17bf-2e21-df39-c443-254a2bf2ee73-23811623, #w-node-_4f755843-a123-e491-771d-63437893e6e9-23811623, #w-node-_669be5d0-0379-8e66-0456-b1157a5c3d61-23811623 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_175fd21a-17bf-bcb4-c19e-9a679b16ea24-9b16ea22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_175fd21a-17bf-bcb4-c19e-9a679b16ea25-9b16ea22 {
  align-self: center;
}

#w-node-_175fd21a-17bf-bcb4-c19e-9a679b16ea37-9b16ea22, #w-node-_175fd21a-17bf-bcb4-c19e-9a679b16ea5d-9b16ea22, #w-node-_175fd21a-17bf-bcb4-c19e-9a679b16ea5e-9b16ea22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6506aa7-2131-c33e-ed5e-bebd7fad867a-7fad8674 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6506aa7-2131-c33e-ed5e-bebd7fad867c-7fad8674, #w-node-a6506aa7-2131-c33e-ed5e-bebd7fad867e-7fad8674, #w-node-a6506aa7-2131-c33e-ed5e-bebd7fad8680-7fad8674 {
  justify-self: end;
}

#w-node-a6506aa7-2131-c33e-ed5e-bebd7fad8683-7fad8674 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a6506aa7-2131-c33e-ed5e-bebd7fad8685-7fad8674, #w-node-a6506aa7-2131-c33e-ed5e-bebd7fad8687-7fad8674, #w-node-a6506aa7-2131-c33e-ed5e-bebd7fad8689-7fad8674 {
  justify-self: end;
}

#w-node-a6506aa7-2131-c33e-ed5e-bebd7fad86ac-7fad8674 {
  align-self: start;
}

#w-node-a6506aa7-2131-c33e-ed5e-bebd7fad86ae-7fad8674 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_055950ec-5d6e-d251-d37e-3cf3b51cf963-2381162c {
  align-self: start;
}

#w-node-_055950ec-5d6e-d251-d37e-3cf3b51cf97a-2381162c {
  align-self: center;
}

#w-node-_020413c5-8dec-2c46-93a1-274ba44a608a-a44a6088 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_020413c5-8dec-2c46-93a1-274ba44a608b-a44a6088 {
  align-self: center;
}

#w-node-_020413c5-8dec-2c46-93a1-274ba44a60ab-a44a6088, #w-node-_020413c5-8dec-2c46-93a1-274ba44a60b6-a44a6088, #w-node-_020413c5-8dec-2c46-93a1-274ba44a60b7-a44a6088, #w-node-_2208b0d9-2806-4a47-a514-cc4f139cfd1f-139cfd0c, #w-node-_63614b06-d13c-4caa-b5ce-a7c7ab35668a-ab35667c, #w-node-_678e0483-bbe4-e79a-1722-b169c587feae-c587feae, #w-node-_265c4342-3d21-e8bf-dfee-efec035c3507-c587feae, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8929f-23811631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea892be-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892c3-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892c8-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892cd-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892d3-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892d9-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892df-23811631 {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea893c1-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea893c9-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea893e0-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea893f9-23811631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea893fc-23811631 {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea893fe-23811631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea89401-23811631 {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea89451-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8945b-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8945c-23811631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea894ce-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894d3-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894d8-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894dd-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894e2-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894e7-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894f1-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894f6-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894fb-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89500-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89505-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8950a-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8950f-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89514-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89519-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8951e-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89523-23811631 {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea89527-23811631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea89528-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8952d-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89532-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89537-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8954b-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89550-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89555-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8955a-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8955f-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89564-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8956e-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89573-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89578-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8957d-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89582-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89587-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8958c-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89591-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89596-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8959b-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895a0-23811631 {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea895a4-23811631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea895a5-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895aa-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895af-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895b4-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895c5-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895ca-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895cf-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895d4-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895d9-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895de-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895e3-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895e8-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895ed-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895f2-23811631 {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea895f6-23811631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea895f7-23811631 {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea895fa-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8967b-23811631, #w-node-b90266f4-7b7e-d3a3-be54-12662ea896a8-23811631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea896eb-23811631 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_5eccf730-c887-5204-0e0c-693f99a732bf-99a7328f, #w-node-_5eccf730-c887-5204-0e0c-693f99a732d3-99a7328f {
    justify-self: start;
  }

  #w-node-_4ff72092-e0e6-d591-6af1-5b10f594a656-f594a625 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c45bff24-6242-fee4-5061-f2f14b06a7bf-4b06a7bd {
    order: -9999;
  }

  #w-node-_175fd21a-17bf-bcb4-c19e-9a679b16ea5d-9b16ea22 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_020413c5-8dec-2c46-93a1-274ba44a608a-a44a6088 {
    align-self: start;
  }

  #w-node-_020413c5-8dec-2c46-93a1-274ba44a60b6-a44a6088, #w-node-_020413c5-8dec-2c46-93a1-274ba44a60b7-a44a6088 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdeca-e01bde9f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdef5-e01bde9f, #w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdef9-e01bde9f {
    justify-self: end;
  }

  #w-node-b20e30bd-9cd3-7da4-6e58-bb49e01bdefb-e01bde9f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_431962bc-cbac-6ad1-3996-e9d2495180d9-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180e3-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180e7-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180eb-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180ff-495180d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_431962bc-cbac-6ad1-3996-e9d249518108-495180d5 {
    justify-self: start;
  }

  #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ee8-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ef2-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ef6-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051efa-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f0e-b7051ee4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f17-b7051ee4 {
    justify-self: start;
  }

  #w-node-_4ff72092-e0e6-d591-6af1-5b10f594a63c-f594a625 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_4ff72092-e0e6-d591-6af1-5b10f594a63d-f594a625 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_4ff72092-e0e6-d591-6af1-5b10f594a647-f594a625 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_4ff72092-e0e6-d591-6af1-5b10f594a64f-f594a625 {
    place-self: end;
  }

  #w-node-a6506aa7-2131-c33e-ed5e-bebd7fad867a-7fad8674, #w-node-a6506aa7-2131-c33e-ed5e-bebd7fad8683-7fad8674 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6506aa7-2131-c33e-ed5e-bebd7fad8689-7fad8674 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


