body {
  font-family: "Helvetica Neue";
}

html {
  font-size: 0.875rem;
  font-family: "Helvetica Neue";
}

@media (min-width: 544px) {
  html {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  html {
    font-size: 1rem;
  }
}
h1 {
  font-size: 4rem;
  font-weight: 900;
  font-family: "Helvetica Neue";
}

h2 {
  font-size: 3rem;
  font-weight: 900;
  font-family: "Helvetica Neue";
}

h3 {
  font-size: 1.67rem;
  font-weight: 900;
  font-family: "Helvetica Neue";
  text-align: center;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Helvetica Neue";
}

h5 {
  font-weight: 600;
  font-family: "Helvetica Neue";
}

.pdTitleUnset {
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  font-family: unset;
  color: unset;
  padding: unset;
  text-align: unset;
}

input[type=text], input[type=number], input[type=tel], input[type=password], input[type=email], input[type=radio], textarea {
  border-radius: 4px;
  height: 44px;
  border: 1px solid #D8D5D1;
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #292E28;
  width: 100%;
}

.valid-feedback, .invalid-feedback {
  font-size: 14px;
  line-height: 20px;
}

input.is-invalid[type=text], input.is-invalid[type=number], input.is-invalid[type=tel], input.is-invalid[type=password], input.is-invalid[type=email], input.is-invalid[type=radio], textarea.is-invalid {
  border-color: #EE4B4B;
}
input.is-valid[type=text], input.is-valid[type=number], input.is-valid[type=tel], input.is-valid[type=password], input.is-valid[type=email], input.is-valid[type=radio], textarea.is-valid {
  border-color: #3B7A5B;
}
input[type=text]:disabled, input[type=number]:disabled, input[type=tel]:disabled, input[type=password]:disabled, input[type=email]:disabled, input[type=radio]:disabled, textarea:disabled {
  background-color: #EFEBE7;
}
input[type=text]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=email]:focus, input[type=radio]:focus, textarea:focus {
  border-color: #80817C;
  box-shadow: none !important;
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=tel]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=radio]::placeholder, textarea::placeholder {
  color: #BAB9B4;
}
input[type=text]:valid, input[type=number]:valid, input[type=tel]:valid, input[type=password]:valid, input[type=email]:valid, input[type=radio]:valid, textarea:valid {
  background-image: none;
}

select + .select2 .select2-selection, .form-select + .select2 .select2-selection, .custom-select + .select2 .select2-selection {
  border-radius: 4px;
  height: 44px;
  border: 1px solid #D8D5D1;
  padding: 12px;
  font-size: 14px;
  line-height: 44px;
  font-weight: 400;
  color: #292E28;
  width: 100%;
}

input[type=text].form-control, input[type=number].form-control, input[type=tel].form-control, input[type=password].form-control, input[type=email].form-control, input[type=radio].form-control, textarea.form-control {
  border-radius: 4px !important;
}

.input-group:disabled [class^=icon] {
  color: #BAB9B4 !important;
}
.input-group [class^=icon] {
  color: #80817C !important;
  position: absolute;
  right: 25px;
  top: 12px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
}
.input-group [class^=icon] * {
  height: 100%;
}

.invalid-feedback {
  color: #EE4B4B;
}

.valid-feedback {
  color: #3B7A5B;
}

input:disabled[type=radio] {
  background-color: #BAB9B4 !important;
}

select + .select2 .select2-selection .select2-selection__rendered, .form-select + .select2 .select2-selection .select2-selection__rendered, .custom-select + .select2 .select2-selection .select2-selection__rendered {
  line-height: 20px;
  padding-left: 0;
}

select.is-invalid + .select2 .select2-selection, .form-select.is-invalid + .select2 .select2-selection, .custom-select.is-invalid + .select2 .select2-selection {
  border-color: #EE4B4B !important;
}
select.is-valid + .select2 .select2-selection, .form-select.is-valid + .select2 .select2-selection, .custom-select.is-valid + .select2 .select2-selection {
  border-color: #3B7A5B;
}
select:disabled + .select2 .select2-selection, .form-select:disabled + .select2 .select2-selection, .custom-select:disabled + .select2 .select2-selection {
  background-color: #EFEBE7;
}
select:focus + .select2 .select2-selection, .form-select:focus + .select2 .select2-selection, .custom-select:focus + .select2 .select2-selection {
  border-color: #80817C;
  box-shadow: none !important;
}
select::placeholder + .select2 .select2-selection, .form-select::placeholder + .select2 .select2-selection, .custom-select::placeholder + .select2 .select2-selection {
  color: #BAB9B4;
}

.select2 {
  width: 100% !important;
}
.select2 .select2-selection__arrow {
  right: 9px !important;
  top: 9px !important;
}
.select2 .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
}

.select2-dropdown {
  font-size: 14px;
}
.select2-dropdown .select2-results__option--selected {
  background-color: #fff !important;
  font-weight: bold;
}
.select2-dropdown .select2-results__option--highlighted {
  background-color: #EFEBE7 !important;
  color: #000 !important;
}

.select2-search {
  display: none;
}

select:active, select:focus, .custom-select:active, .custom-select:focus, .form-control:active, .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #D8D5D1;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 2px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* CHECKBOX */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #355C28;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #355C28;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* disabled cases */
.checkbox-container input:checked:disabled ~ .checkmark {
  border: none;
  background-color: #BAB9B4;
}
.checkbox-container input:checked:disabled ~ .checkmark:after {
  left: 10px;
  top: 6px;
}

.checkbox-container input:not(:checked).is-invalid ~ .checkmark {
  border-color: #EE4B4B;
}
.checkbox-container input:not(:checked):disabled ~ .checkmark {
  border-color: #BAB9B4;
}

/* RADIO */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 2px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  height: 24px;
  transform: translateY(-0.075em);
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #355C28;
}
.radio-checkmark.disabled {
  border: 2px solid #BAB9B4;
}
.radio-checkmark.disabled::after {
  background: #BAB9B4 !important;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-checkmark {
  background-color: #BAB9B4;
}

.radio-container:hover input:disabled ~ .radio-checkmark {
  background-color: #fff;
}

.radio-container:hover input:disabled:checked ~ .radio-checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add transparent background to the outer circle */
/* When the radio button is checked, add a darkGreen background to the dot */
.radio-container input:checked ~ .radio-checkmark {
  background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #355C28;
}

/* disabled cases */
.radio-container input:checked:disabled ~ .radio-checkmark {
  border-color: #BAB9B4;
}
.radio-container input:checked:disabled ~ .radio-checkmark:after {
  background: #BAB9B4;
}

.radio-container input:not(:checked):disabled ~ .radio-checkmark {
  border-color: #BAB9B4;
}

/* SWITCHES */
.form-check-toggle {
  position: relative;
  padding-left: 0;
  line-height: 24px;
  height: 24px;
}
.form-check-toggle input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.form-check-toggle input + span {
  cursor: pointer;
  user-select: none;
  height: 20px;
  margin-left: 70px;
  display: block;
}
.form-check-toggle input + span:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 24px;
  width: 50px;
  background: #D8D5D1;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
  border-radius: 15px;
}
.form-check-toggle input + span:after {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: 1px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #fff;
  transition: margin-left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  text-align: center;
  font-weight: bold;
  content: "";
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05);
}
.form-check-toggle input:checked + span:after {
  content: "";
  margin-left: 28px;
  box-shadow: none;
}
.form-check-toggle input:checked + span:before {
  background-color: #000;
  border-color: #000;
  transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.btn, button {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  height: 44px;
  border-radius: 4px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.btn svg, button svg {
  margin-left: 20px;
  width: 20px;
  height: 20px;
}
.btn.btn-lg, button.btn-lg {
  font-size: 18px;
  line-height: 18px;
  height: 56px;
}
.btn.btn-lg svg, button.btn-lg svg {
  margin-left: 24px;
  width: 20px;
  height: 20px;
}
.btn.btn-primary, button.btn-primary {
  border: none;
}
.btn.btn-primary:focus, .btn.btn-primary:active, button.btn-primary:focus, button.btn-primary:active {
  outline: none;
  box-shadow: none;
}
.btn.btn-primary.white, button.btn-primary.white {
  background-color: #fff;
  border: none;
  color: #2D5843;
}
.btn.btn-primary.white:hover, button.btn-primary.white:hover {
  background-color: #FCF9F4;
  color: #3B7A5B;
}
.btn.btn-primary.green, button.btn-primary.green {
  background-color: #2D5843;
  border-color: transparent;
  color: #fff;
  border: none;
}
.btn.btn-primary.green.custom-paypal-btn, button.btn-primary.green.custom-paypal-btn {
  background-color: #FFD13B;
  color: #FFD13B;
  font-size: 1px;
  position: relative;
}
.btn.btn-primary.green.custom-paypal-btn:active, .btn.btn-primary.green.custom-paypal-btn:focus, .btn.btn-primary.green.custom-paypal-btn:target, .btn.btn-primary.green.custom-paypal-btn:hover, button.btn-primary.green.custom-paypal-btn:active, button.btn-primary.green.custom-paypal-btn:focus, button.btn-primary.green.custom-paypal-btn:target, button.btn-primary.green.custom-paypal-btn:hover {
  background-color: #FFD13B;
}
.btn.btn-primary.green.custom-paypal-btn .paypal-button-logo, button.btn-primary.green.custom-paypal-btn .paypal-button-logo {
  transform: scale(2.5);
  width: 46px;
  height: 29px;
  position: absolute;
  top: 3px;
  left: 30%;
}
@media (max-width: 991.98px) {
  .btn.btn-primary.green.custom-paypal-btn .paypal-button-logo, button.btn-primary.green.custom-paypal-btn .paypal-button-logo {
    left: 40%;
  }
}
.btn.btn-primary.green:hover, button.btn-primary.green:hover {
  background-color: #3B7A5B;
  border: none;
}
.btn.btn-primary.green:focus, .btn.btn-primary.green:active, button.btn-primary.green:focus, button.btn-primary.green:active {
  outline: none;
  box-shadow: none;
}
.btn.btn-primary:disabled, button.btn-primary:disabled {
  background-color: #BAB9B4 !important;
  color: #fff !important;
}
.btn.btn-primary:disabled:hover, button.btn-primary:disabled:hover {
  background-color: #BAB9B4 !important;
  color: #fff !important;
}
.btn.btn-outline, button.btn-outline {
  background-color: transparent;
}
.btn.btn-outline.white, button.btn-outline.white {
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-outline.white:hover, button.btn-outline.white:hover {
  border-color: transparent;
}
.btn.btn-outline.green, button.btn-outline.green {
  border: 2px solid #2D5843;
  color: #2D5843;
}
.btn.btn-outline.green:hover, button.btn-outline.green:hover {
  border-color: #3B7A5B;
  color: #3B7A5B;
}
.btn.btn-outline:disabled, button.btn-outline:disabled {
  background-color: transparent;
  border: 2px solid #BAB9B4;
  color: #BAB9B4;
}
.btn.btn-outline:disabled:hover, button.btn-outline:disabled:hover {
  background-color: transparent;
  border-color: #BAB9B4;
  color: #BAB9B4;
}
.btn.btn-ghost, button.btn-ghost {
  border: none;
  background-color: transparent;
}
.btn.btn-ghost:focus, .btn.btn-ghost:active, button.btn-ghost:focus, button.btn-ghost:active {
  outline: none;
  box-shadow: none;
}
.btn.btn-ghost.white, button.btn-ghost.white {
  color: #fff;
}
.btn.btn-ghost.white:hover, button.btn-ghost.white:hover {
  color: #EFEBE7;
}
.btn.btn-ghost.green, button.btn-ghost.green {
  color: #2D5843;
}
.btn.btn-ghost.green:hover, button.btn-ghost.green:hover {
  color: #3B7A5B;
  background-color: #FCF9F4;
}
.btn.btn-ghost:disabled, button.btn-ghost:disabled {
  background-color: transparent;
  color: #BAB9B4;
}
.btn.btn-ghost:disabled:hover, button.btn-ghost:disabled:hover {
  background-color: transparent;
  color: #BAB9B4;
}

.btn:focus,
.btn-primary:focus,
.btn-outline:focus,
.btn-ghost:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus,
.show > .btn.dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}

.link-green {
  color: #2D5843 !important;
  text-decoration: underline !important;
}
.link-green:hover {
  color: #3B7A5B !important;
}

.link-white {
  color: #fff !important;
  text-decoration: underline !important;
}
.link-white:hover {
  color: #EFEBE7 !important;
}

.link-gold {
  color: #F5DB78 !important;
  text-decoration: underline !important;
}
.link-gold:hover {
  color: #E7D48F !important;
}

.tab {
  align-content: center;
  background-color: #EFEBE7;
  border: 1px solid #D8D5D1;
  cursor: pointer;
  display: grid;
  height: 100%;
  justify-content: center;
  place-content: center;
  width: 100%;
}
.tab.disabled {
  background-color: #FCF9F4 !important;
  border-color: #D8D5D1;
  border-radius: 4px;
  color: #BAB9B4 !important;
}
.tab.disabled * {
  color: #BAB9B4 !important;
  font-weight: 400;
}
.tab.disabled .tab-line {
  background-color: transparent;
}
.tab.tab-left {
  border-radius: 4px 0 0 4px;
}
.tab.tab-left.disabled {
  border-right: 0;
}
.tab.tab-center {
  border-radius: 0;
}
.tab.tab-center.disabled {
  border-right: 0;
  border-left: 0;
}
.tab.tab-right {
  border-radius: 0 4px 4px 0;
}
.tab.tab-right.disabled {
  border-left: 0;
}
.tab.selected {
  background-color: #fff;
}
.tab.selected .tab-line {
  background-color: #2D5843;
}
.tab .tab-line {
  height: 3px;
  max-height: 3px;
  width: 20%;
  line-height: 3px;
  background-color: transparent;
  position: absolute;
  bottom: -1px;
  left: 40%;
  border-radius: 48px 48px 0px 0px;
}
.tab .tab-title {
  color: #2D5843;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.tab .tab-text {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^=col-], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.alert.alert-sm {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 8px;
  gap: 8px;
  width: 100%;
  height: fit-content;
  border-radius: 4px;
}
.alert.alert-sm.alert-error {
  background: #FEEDEA;
  border: 1px solid #FCBDBD;
  color: #EE4B4B;
}
.alert.alert-sm.alert-info {
  background: #F0F8FB;
  border: 1px solid #9ED6EB;
  color: #21A0CE;
}
.alert.alert-sm.alert-success {
  background: #ECF6EC;
  border: 1px solid #9FD39E;
  color: #07624A;
}
.alert.alert-sm.alert-warn {
  background: #FDF3ED;
  border: 1px solid #FFCAA7;
  color: #EF792C;
}
.alert.alert-sm svg {
  width: 14px;
  height: 56px;
  margin-right: 0.5rem;
}
.alert.alert-lg {
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  height: fit-content;
  padding: 1rem;
}
.alert.alert-lg.alert-error {
  background-color: #FEEDEA;
  border: 1px solid #FCBDBD;
  color: #EE4B4B;
}
.alert.alert-lg.alert-error svg {
  color: #EE4B4B;
}
.alert.alert-lg.alert-info {
  background: #F0F8FB;
  border: 1px solid #9ED6EB;
  color: #21A0CE;
}
.alert.alert-lg.alert-info svg {
  color: #21A0CE;
}
.alert.alert-lg.alert-success {
  background: #ECF6EC;
  border: 1px solid #9FD39E;
  color: #07624A;
}
.alert.alert-lg.alert-success svg {
  color: #07624A;
}
.alert.alert-lg.alert-warn, .alert.alert-lg.alert-danger {
  background: #FDF3ED;
  border: 1px solid #FFCAA7;
  color: #EF792C;
}
.alert.alert-lg.alert-warn svg, .alert.alert-lg.alert-danger svg {
  color: #EF792C;
}
.alert.alert-lg.floating {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}
.alert.alert-lg svg {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
}
.alert .alert-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  height: min-content;
}
@media (max-width: 768.98px) {
  .alert .alert-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.alert.flash-messages {
  width: fit-content !important;
}

.alert-danger {
  background-color: #FDF3ED;
}

.alert-success {
  background-color: #ECF6EC;
}

.alert-danger,
.alert-success {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 4px;
}

.breadcrumbs {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px;
  color: #3B7A5B;
}
.breadcrumbs .breadcrumbs-chevron {
  padding: 0 4px 0 4px;
}
.breadcrumbs .breadcrumbs-folder {
  font-weight: 700;
  color: #2D5843;
}
.breadcrumbs p {
  text-transform: none !important;
}

.grecaptcha-badge {
  display: none;
}

* {
  font-family: "qualion";
}

.ui-kit-container {
  background: #E4DCD7;
}

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 5;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #f8f9fa;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #f8f9fa;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@media (max-width: 543.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 12.8%;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    width: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 768.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 12.8%;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    width: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 991.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 12.8%;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    width: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 12.8%;
    bottom: 0;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    width: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 12.8%;
  bottom: 0;
  transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  max-width: 100%;
}
.menu-toggleable-left.navbar-toggleable-xl.in {
  width: 100%;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

* {
  font-family: "qualion";
}

.navbar-nav {
  gap: 24px;
}

.page:has(.dropdown-menu.show)::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}
@media (max-width: 991.98px) {
  .navbar.bg-inverse .menu-group {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
}

@media (min-width: 769px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 15px 0;
  }
}

.navbar-expand-md .navbar-nav.nav-center {
  justify-content: center;
}

.navbar-expand-md .navbar-nav.nav-spaced {
  justify-content: space-evenly;
}

.navbar-expand-md .navbar-nav.nav-right {
  justify-content: end;
}

@media (min-width: 992px) {
  .nav-item.underlined::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 26px;
    width: 100%;
    border-top: solid 12px #F5DB78;
    z-index: -1;
    transform: rotateZ(-5deg);
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.2s ease-in-out;
  }
  .nav-item.underlined .menu-item-chevron-icon {
    transition: transform 0.2s ease-in-out;
  }
  .nav-item.underlined:hover, .nav-item.underlined:focus, .nav-item.underlined.visited-submenu-link {
    position: relative;
    cursor: pointer;
  }
  .nav-item.underlined:hover::after, .nav-item.underlined:focus::after, .nav-item.underlined.visited-submenu-link::after {
    clip-path: inset(0);
  }
  .nav-item.underlined:hover .menu-item-chevron-icon, .nav-item.underlined:focus .menu-item-chevron-icon, .nav-item.underlined.visited-submenu-link .menu-item-chevron-icon {
    transform: rotate(180deg);
  }
}
@media (min-width: 992px) {
  .nav-item > .nav-link {
    color: #00573F;
    font-family: "qualion";
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 4;
  }
}

.menu-toggleable-left .close-menu {
  padding: 15px;
  background-color: #FCF9F4;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 991.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #222;
  }
}
@media (max-width: 768.98px) {
  .menu-toggleable-left.in {
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eee;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
  }
}

.multilevel-dropdown .dropdown-menu {
  top: 90%;
  border: 0;
  border-radius: 0;
}
.multilevel-dropdown .dropdown-menu li:hover {
  text-decoration: underline #F5DB78;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
@media (min-width: 992px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .dropdown-item {
  margin-bottom: 24px;
  padding: 0;
}
.multilevel-dropdown .dropdown-item:hover {
  background: none;
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  color: #2D5843;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  border-radius: 4px;
  padding: 12px 8px;
  transition: all 0.2s ease-in-out;
}
.multilevel-dropdown .dropdown-item .dropdown-link:hover {
  text-decoration: none;
  border-color: #F5DB78;
  background-color: #F5F0ED;
}
.multilevel-dropdown .dropdown-item .dropdown-link:hover .dropdown-menu-asset-link-title {
  color: #3B7A5B !important;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}
.multilevel-dropdown .dropdown-item.underlined {
  position: relative;
}
.multilevel-dropdown .dropdown-toggle::after {
  display: none;
}
.multilevel-dropdown .nav-item .image-container {
  bottom: 0;
  padding-top: 45px;
}
@media (max-width: 991.98px) {
  .multilevel-dropdown .navbar {
    flex-flow: wrap;
  }
}

@media (max-width: 991.98px) {
  .mobile-search-block {
    background-color: #FCF9F4;
    margin: 0 22px;
    height: 56px;
  }
  .mobile-search-block .site-search {
    height: auto;
  }
  .mobile-search-block .close-search-button {
    display: none;
  }
  .mobile-search-block .search-field,
  .mobile-search-block .header-search-button {
    height: 35px;
  }
}

.close-menu svg {
  color: #2D5843;
}

.mobile-nav-item {
  display: flex;
  justify-content: space-between;
}

.rotate-arrow-icon .menu-item-chevron-icon {
  transform: rotate(180deg);
}

.desktop-nav .nav-item {
  position: relative;
}
.desktop-nav .dropdown-item {
  position: relative;
}

.mobile-nav {
  padding: 16px 32px 24px 32px;
}
.mobile-nav .nav-mobile-menu {
  padding: 0;
}
.mobile-nav .nav-mobile-menu ul {
  padding: 0;
}
.mobile-nav .nav-mobile-menu .underlined-link:after {
  left: -25px;
  bottom: 10px;
}
.mobile-nav .nav-mobile-menu .promotional-slot-wrapper {
  gap: 10px;
  margin-bottom: 12px;
  margin-top: 12px;
}
@media (max-width: 768.98px) {
  .mobile-nav .nav-mobile-menu .promotional-slot-wrapper {
    gap: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.mobile-nav .nav-mobile-menu .menu-dropdown-image-wrapper {
  gap: 16px;
}
@media (max-width: 991.98px) {
  .mobile-nav .nav-mobile-menu .menu-dropdown-image-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768.98px) {
  .mobile-nav .nav-mobile-menu .menu-dropdown-image-wrapper {
    gap: 16px;
  }
}
.mobile-nav .nav-mobile-menu .menu-dropdown-image-wrapper .menu-dropdown-image-picture {
  border-radius: 16px;
  width: 100%;
  height: 172px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .mobile-nav .nav-mobile-menu .menu-dropdown-image-wrapper .menu-dropdown-image-picture {
    height: 140px;
  }
}
@media (max-width: 768.98px) {
  .mobile-nav .nav-mobile-menu .menu-dropdown-image-wrapper .menu-dropdown-image-picture {
    height: 172px;
  }
}
.mobile-nav .nav-mobile-menu .menu-dropdown-image-wrapper .menu-dropdown-image-label {
  color: #fff;
  font-family: "qualion";
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 991.98px) {
  .mobile-nav .nav-mobile-menu .menu-dropdown-image-wrapper .menu-dropdown-image-label {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 768.98px) {
  .mobile-nav .nav-mobile-menu .menu-dropdown-image-wrapper .menu-dropdown-image-label {
    font-size: 18px;
    line-height: 26px;
  }
}
.mobile-nav .nav-mobile-menu .menu-dropdown-image-wrapper .menu-dropdown-image-button {
  padding: 16px 24px;
  gap: 16px;
  border-radius: 4px;
  background: #fff;
  color: #00573F;
  font-family: "qualion";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.mobile-nav .nav-mobile-menu .menu-promotional-banner {
  padding: 20px 32px;
  gap: 16px;
  background-color: #F5DB78;
  flex-direction: column;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .mobile-nav .nav-mobile-menu .menu-promotional-banner {
    margin-bottom: 0;
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  .mobile-nav .nav-mobile-menu .menu-promotional-banner {
    margin-bottom: 16px;
    height: auto;
  }
}
.mobile-nav .nav-mobile-menu .menu-promotional-banner .menu-promotional-banner-label {
  padding: 2px 8px;
  border-radius: 4px;
  background: #fff;
  color: #00573F;
  font-family: "qualion";
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .mobile-nav .nav-mobile-menu .menu-promotional-banner .menu-promotional-banner-text-wrapper {
    max-width: 282px;
    height: 100%;
  }
}
@media (max-width: 768.98px) {
  .mobile-nav .nav-mobile-menu .menu-promotional-banner .menu-promotional-banner-text-wrapper {
    max-width: auto;
    height: auto;
  }
}
.mobile-nav .nav-mobile-menu .menu-promotional-banner .menu-promotional-banner-text {
  color: #000;
  font-family: "qualion";
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.mobile-nav .nav-mobile-menu .dropdown-menu-asset-links-wrapper {
  list-style-type: none;
  padding: 0 20px;
  border-right: 1px solid #BAB9B4;
  flex: 1 1 0;
}
.mobile-nav .nav-mobile-menu .desktop-menu-category-type {
  padding: 0px 8px;
  color: #292E28;
  font-family: "qualion";
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  cursor: default;
}
.mobile-nav .nav-mobile-menu .dropdown-menu-asset-links-container {
  gap: 12px;
  flex-wrap: wrap;
}
.mobile-nav .nav-mobile-menu .dropdown-menu-asset-item {
  display: flex;
  text-decoration: none !important;
}
.mobile-nav .nav-mobile-menu .dropdown-menu-asset-item .dropdown-menu-asset-link .dropdown-menu-asset-link-title {
  color: #00573F;
  font-family: "qualion";
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  white-space: normal;
}
.mobile-nav .nav-mobile-menu .dropdown-menu-asset-item .dropdown-menu-asset-link .dropdown-menu-asset-link-description {
  color: #636560;
  font-family: "qualion";
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  white-space: normal;
}
.mobile-nav .nav-item {
  border-top: 1px solid #BAB9B4;
  padding: 22px 12px 22px 0;
}
@media (max-width: 991.98px) {
  .mobile-nav .nav-item.first {
    border-top: 0;
  }
}
@media (max-width: 768.98px) {
  .mobile-nav .nav-item.first {
    border-top: 1px solid #BAB9B4;
  }
}
.mobile-nav .nav-item .nav-link {
  color: #2D5843;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  padding: 0;
  cursor: pointer;
}
.mobile-nav .nav-item .mobile-nav-link {
  color: #00573F;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  cursor: pointer;
}
.mobile-nav .nav-item .mobile-nav-link:hover {
  text-decoration: none;
}
.mobile-nav .mobile-menu-category-type {
  list-style-type: none;
  padding: 0px 8px;
  color: #292E28;
  font-family: "qualion";
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.mobile-nav .mobile-menu-link {
  list-style-type: none;
  padding: 12px 8px;
}
.mobile-nav .mobile-menu-link svg {
  color: #000;
}
.mobile-nav .mobile-menu-link .dropdown-menu-asset-link-title {
  color: #00573F;
  font-family: "qualion";
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
.mobile-nav .mobile-menu-link .dropdown-menu-asset-link-description {
  color: #636560;
  font-family: "qualion";
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.mobile-nav .dropdown-menu-asset-image-wrapper {
  width: 100%;
  background-color: #00573F;
  padding: 32px 0px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.mobile-nav .dropdown-menu-asset-image-wrapper .dropdown-menu-asset-image {
  width: 182px;
  height: 218px;
}
.mobile-nav .dropdown-link {
  color: #2D5843;
}
.mobile-nav .dropdown-link:hover {
  text-decoration: none;
}
.mobile-nav .underlined-link {
  position: relative;
  text-decoration: underline #F5DB78;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.account-mobile-icon {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}

.account-menu-mobile .account-menu-button {
  height: 56px;
  border-bottom: 1px solid #FCF9F4;
  padding-left: 24px !important;
  padding-right: 24px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #2D5843;
}
.account-menu-mobile .account-menu-button .account-menu-name {
  font-family: "qualion";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2D5843;
  text-transform: uppercase;
}
.account-menu-mobile .account-menu-button .arrows {
  position: absolute;
  right: 24px;
  color: #2D5843;
}
.account-menu-mobile .account-menu-button .arrows > svg {
  display: none;
  width: 16px;
  height: 16px;
}
.account-menu-mobile .account-menu-button .arrows > svg.active {
  display: block;
}
.account-menu-mobile .account-menu-content .account-menu-item {
  height: 44px;
  padding: 0 24px 0 24px;
  display: flex;
  align-items: center;
  font-family: "qualion";
  font-weight: 700;
  font-size: 16px;
}
.account-menu-mobile .account-menu-content .account-menu-item a {
  text-decoration: none;
  color: #2D5843;
}
.account-menu-mobile .account-menu-content .account-menu-item a:hover {
  color: #3B7A5B;
}
.account-menu-mobile .account-menu-content .account-menu-item.logout {
  align-items: flex-end;
  border-bottom: 1px solid #FCF9F4;
  padding: 10px 24px 15px 24px;
}
.account-menu-mobile .account-menu-content .account-menu-item.logout a {
  font-size: 14px;
  text-decoration: underline;
}
.account-menu-mobile .underlined-link::after {
  left: -3px;
  bottom: 10px;
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 85vw;
    min-width: 40%;
    height: auto;
    padding: 16px 0 0 0;
    background-color: transparent;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu.show {
    display: flex;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu-asset-links {
    padding: 16px 20px;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-wrap: wrap;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu-asset-links .dropdown-menu-asset-links-wrapper {
    list-style-type: none;
    padding: 0 20px;
    border-right: 1px solid #BAB9B4;
    flex: 1 1 0;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu-asset-links .desktop-menu-category-type {
    padding: 0px 8px;
    color: #292E28;
    font-family: "qualion";
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    cursor: default;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu-asset-links.category {
    padding: 24px 0;
    border-bottom-left-radius: 0;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu-asset-links .dropdown-menu-asset-item {
    display: flex;
    text-decoration: none !important;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu-asset-links .dropdown-menu-asset-item .dropdown-menu-asset-link .dropdown-menu-asset-link-container .dropdown-menu-asset-link-title,
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu-asset-links .dropdown-menu-asset-item .dropdown-menu-asset-link .dropdown-menu-asset-link-container .dropdown-menu-asset-link-description {
    width: 288px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu-asset-links .dropdown-menu-asset-item .dropdown-menu-asset-link .dropdown-menu-asset-link-title {
    color: #00573F;
    font-family: "qualion";
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    max-width: 226px;
    white-space: normal;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu-asset-links .dropdown-menu-asset-item .dropdown-menu-asset-link .dropdown-menu-asset-link-description {
    color: #636560;
    font-family: "qualion";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    max-width: 226px;
    white-space: normal;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu-asset-image-wrapper {
    width: 320px;
    background-color: #00573F;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .dropdown-menu-asset-image-wrapper .dropdown-menu-asset-image {
    width: 182px;
    height: 218px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .menu-dropdown-image-wrapper {
    gap: 16px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .menu-dropdown-image-wrapper .menu-dropdown-image-picture {
    border-radius: 16px;
    width: 272px;
    height: 172px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .menu-dropdown-image-wrapper .menu-dropdown-image-label {
    color: #fff;
    font-family: "qualion";
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .menu-dropdown-image-wrapper .menu-dropdown-image-button {
    padding: 16px 24px;
    gap: 16px;
    border-radius: 4px;
    background: #fff;
    color: #00573F;
    font-family: "qualion";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .menu-promotional-banner {
    padding: 20px 32px;
    gap: 16px;
    background-color: #F5DB78;
    border-bottom-left-radius: 8px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .menu-promotional-banner .menu-promotional-banner-label {
    padding: 2px 8px;
    border-radius: 4px;
    background: #fff;
    color: #00573F;
    font-family: "qualion";
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .menu-promotional-banner .menu-promotional-banner-text {
    color: #000;
    font-family: "qualion";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu .menu-promotional-banner .menu-promotional-banner-text .bold {
    font-weight: 700;
  }
}
.navbar-expand-md .navbar-nav .dropdown-menu ul {
  padding: 0;
}

.header-banner:not(.d-none) ~ .header-main-wrapper .navbar-expand-md .navbar-nav .dropdown-menu {
  overflow: auto;
  /* customization for scrollbar */
  /* width */
}
.header-banner:not(.d-none) ~ .header-main-wrapper .navbar-expand-md .navbar-nav .dropdown-menu::-webkit-scrollbar {
  width: 7px;
}
.header-banner:not(.d-none) ~ .header-main-wrapper .navbar-expand-md .navbar-nav .dropdown-menu {
  /* Track */
}
.header-banner:not(.d-none) ~ .header-main-wrapper .navbar-expand-md .navbar-nav .dropdown-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  border-radius: 3px;
}
.header-banner:not(.d-none) ~ .header-main-wrapper .navbar-expand-md .navbar-nav .dropdown-menu {
  /* Handle */
}
.header-banner:not(.d-none) ~ .header-main-wrapper .navbar-expand-md .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb {
  background: #D8D5D1;
  border-radius: 3px;
  background-clip: padding-box;
}
.header-banner:not(.d-none) ~ .header-main-wrapper .navbar-expand-md .navbar-nav .dropdown-menu {
  /* Handle on hover */
}
.header-banner:not(.d-none) ~ .header-main-wrapper .navbar-expand-md .navbar-nav .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #BAB9B4;
}
.header-banner:not(.d-none) ~ .header-main-wrapper .navbar-expand-md .navbar-nav .dropdown-menu::-webkit-scrollbar-button {
  width: 0;
  height: 30px;
  display: block;
}

@media (min-width: 992px) {
  .header-banner:not(.d-none) ~ .header-main-wrapper.active .navbar-expand-md .navbar-nav .dropdown-menu {
    top: 50px;
    padding-right: 20px;
  }
}

.mobile-search-icon {
  color: #00573F;
}
.mobile-search-icon .search-message {
  color: #00573F;
  font-family: "qualion";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}
.mobile-search-icon svg {
  color: #00573F;
}

.content-asset .collapse,
.content-asset .collapsing {
  padding: 0;
}
@media (max-width: 991.98px) {
  .content-asset .collapse,
  .content-asset .collapsing {
    padding: 0 20px;
  }
}
@media (max-width: 768.98px) {
  .content-asset .collapse,
  .content-asset .collapsing {
    padding: 0;
  }
}

.header {
  position: relative;
  height: 100%;
}

.header-main-wrapper {
  position: sticky;
  top: -1px;
  height: 76px;
  z-index: 100;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .header-main-wrapper {
    height: 56px;
  }
}
.header-main-wrapper .container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .header-main-wrapper .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 991.98px) {
  .mobile-menu-block {
    display: flex;
    justify-content: start;
  }
}
.mobile-menu-block .navbar-toggler {
  color: #2D5843;
  padding: 0;
  outline: none;
}

@media (min-width: 992px) {
  .header-main-wrapper.active {
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
  }
  .header-main-wrapper.active .brand .logo-img {
    width: 103px;
    height: 64px;
    margin-top: -5px;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 991.98px) {
  .header-main-wrapper.active {
    background-color: #FCF9F4;
    transition: background-color 0.3s ease-in-out;
  }
  .header-main-wrapper.active .menu-toggleable-left {
    top: 7.8%;
  }
}

.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart,
.navbar-header .minicart-mobile {
  display: inline-block;
  margin: 1.125em 0 0 0.5em;
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  line-height: 2.25em;
  /* 36/16 */
  height: auto;
}
.navbar-header .navbar-toggler {
  font-size: 1.6em;
  width: auto;
}
.navbar-header .user {
  position: relative;
}
.navbar-header .user .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 85%;
  left: 0;
}
.navbar-header .user .popover a {
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.navbar-header .user .popover::before {
  left: 1.5rem;
}
.navbar-header .user .popover::after {
  left: 1.5rem;
}
.navbar-header .user .popover.show {
  display: block;
}

.brand-container {
  position: relative;
  top: 16px;
}

.brand {
  display: block;
  text-align: center;
  position: relative;
  z-index: 20;
}
@media (max-width: 991.98px) {
  .brand .logo-img {
    width: 103px;
    height: 64px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 769px) {
  .brand .logo-img {
    width: 115px;
    height: 75px;
  }
}
@media (min-width: 992px) {
  .brand .logo-img {
    width: 131px;
    height: 87px;
    transition: all 0.3s ease-in-out;
  }
}

.header-navigation {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .header-navigation {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .header-navigation {
    padding: 15px 0;
  }
}

.nav-icons-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768.98px) {
  .nav-icons-content {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768.98px) {
  .nav-icons-content .user-icon {
    display: none;
  }
}
.nav-icons-content .user-icon:hover {
  opacity: 0.5;
}
.nav-icons-content .user-icon a:hover {
  text-decoration: none;
}
.nav-icons-content .user-icon svg {
  cursor: pointer;
  color: #2D5843;
}
.nav-icons-content .not-logged-user {
  padding: 0 16px;
}
.nav-icons-content .logged-user {
  padding: 0 10px;
}
@media (max-width: 1199.98px) {
  .nav-icons-content .logged-user {
    padding: 0 10px 0 5px;
  }
}
.nav-icons-content .search-icon,
.nav-icons-content .location-icon {
  padding: 0;
  color: #2D5843;
}
.nav-icons-content .search-icon:hover,
.nav-icons-content .location-icon:hover {
  opacity: 0.5;
}
.nav-icons-content .search-icon svg,
.nav-icons-content .location-icon svg {
  color: #2D5843;
}
.nav-icons-content .search-icon svg:hover,
.nav-icons-content .location-icon svg:hover {
  cursor: pointer;
}
.nav-icons-content .search-icon {
  display: flex;
  cursor: pointer;
}
@media (max-width: 768.98px) {
  .nav-icons-content .search-icon {
    display: none;
  }
}
.nav-icons-content .cart-not-empty {
  color: #fff;
}
.nav-icons-content .user-message,
.nav-icons-content .search-message {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #2D5843;
  padding-left: 10px;
  text-transform: capitalize;
}

@media (max-width: 1199.98px) {
  .header-login-btn .mealplan-label,
  .header-login-btn .mealplan-short-label,
  .header-login-btn .header-login-label,
  .header-login-btn .abandoned-mealplan-label {
    font-size: 14px;
  }
}

@media (max-width: 768.98px) {
  .mealplan-label {
    display: none;
  }
}

.mealplan-short-label {
  display: none;
}
@media (max-width: 768.98px) {
  .mealplan-short-label {
    display: inline;
  }
}

.mealplan-btn .mealplan-btn-link {
  padding: 10px 24px 10px 16px;
  gap: 12px;
  border-radius: 4px;
  background: #00573F;
  color: #fff;
  font-family: "qualion";
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: none;
  height: 44px;
}
@media (max-width: 768.98px) {
  .mealplan-btn .mealplan-btn-link {
    padding: 10px 16px;
    font-size: 14px;
    height: 40px;
  }
}
.mealplan-btn .mealplan-btn-link:hover {
  background-color: #3B7A5B;
}
.mealplan-btn .mealplan-btn-link svg path {
  stroke: #fff;
}
@media (max-width: 1199.98px) {
  .mealplan-btn {
    padding: 0;
  }
}
@media (max-width: 768.98px) {
  .mealplan-btn {
    padding: 0 0 0 15px;
  }
}

.header-login-btn {
  padding: 10px 24px;
  border-radius: 4px;
  border: 2px solid #00573F;
  color: #00573F;
  font-family: "qualion";
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: none;
}
@media (max-width: 768.98px) {
  .header-login-btn {
    padding: 0 0 0 15px;
  }
}

.mealplan-btn-mobile-menu,
.not-logged-user-mobile-menu {
  padding: 3px 0 0 0;
}
.mealplan-btn-mobile-menu .login-btn-mobile-menu,
.not-logged-user-mobile-menu .login-btn-mobile-menu {
  padding: 10px 24px;
  border-radius: 4px;
  border: 2px solid #00573F;
  color: #00573F;
  font-family: "qualion";
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  width: 167px;
}

.main-menu-container {
  max-width: 55%;
}

.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.header-banner {
  background-color: var(--headerBannerBackground, #2D5843);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .header-banner .container-fluid {
    max-width: 832px;
  }
}
@media (min-width: 1200px) {
  .header-banner .container-fluid {
    max-width: 942px;
  }
}
.header-banner .top-promo-icon {
  margin-right: 6px;
  white-space: nowrap;
  font-size: 0;
}
.header-banner .content {
  width: 100%;
}
.header-banner .close-button {
  width: 2.125em;
  position: absolute;
  right: 15px;
  top: 10px;
}
@media (min-width: 769px) {
  .header-banner .close-button {
    top: 5px;
  }
}
.header-banner .close-button .close {
  opacity: 1;
  color: #fff;
  width: 100%;
  height: 100%;
}
.header-banner .close-button .close:focus, .header-banner .close-button .close:active {
  outline: none;
}
.header-banner .close-button .close svg {
  width: 15px;
  height: 15px;
}
.header-banner .slick-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 0;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../../img/chevron-right.png");
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: 8px 4px;
  transform-origin: center;
  top: 50%;
  margin: -10px 0 0 0;
  transform: translate(0);
}
.header-banner .slick-arrow:hover {
  opacity: 0.75;
}
.header-banner .slick-arrow::before {
  display: none;
}
.header-banner .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: -35px;
}
.header-banner .slick-arrow.slick-next {
  right: -35px;
}
.header-banner .header-promotion {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  padding: 4px 25px 4px 0;
}
@media (min-width: 992px) {
  .header-banner .header-promotion {
    justify-content: center;
  }
}
.header-banner .header-promotion span,
.header-banner .header-promotion a {
  line-height: 20px;
}
.header-banner .header-promotion span {
  display: block;
}
@media (min-width: 544px) {
  .header-banner .header-promotion span {
    display: inline;
  }
}
.header-banner .header-promotion a {
  color: #fff;
  text-decoration: underline;
  position: relative;
  padding-right: 10px;
  display: inline-block;
  margin-top: 6px;
  padding-right: 15px;
  text-underline-offset: 5px;
}
@media (min-width: 544px) {
  .header-banner .header-promotion a {
    margin-top: 0;
    margin-left: 20px;
  }
}
.header-banner .header-promotion a::after {
  content: "";
  width: 10px;
  height: 12px;
  display: block;
  position: absolute;
  background-image: url("../../img/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  right: 0;
  top: 4px;
}
.header-banner .header-promotion a:hover {
  text-decoration: none;
  color: #9FD39E;
}
.header-banner .header-promotion a:hover::after {
  background-image: url("../../img/arrow-right-green.svg");
}

.ss-header-banner-container .header-banner {
  background-color: #FBDB65;
  color: black;
}
.ss-header-banner-container .header-banner .content {
  text-align: center;
}
.ss-header-banner-container .header-banner .content .headline {
  font-weight: 700;
}
.ss-header-banner-container .header-banner .close-button {
  top: 5px;
}
.ss-header-banner-container .header-banner .close-button .close {
  color: black;
}

.menu-tablet {
  text-transform: capitalize;
  margin-left: 5px;
  color: #2D5843;
}
@media (max-width: 991.98px) {
  .menu-tablet {
    display: none;
  }
}

.minicart,
.minicart-mobile {
  vertical-align: top;
}
.minicart:hover,
.minicart-mobile:hover {
  text-decoration: none;
}
.minicart .minicart-icon,
.minicart-mobile .minicart-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .minicart .minicart-icon,
  .minicart-mobile .minicart-icon {
    width: 20px;
    height: 20px;
  }
}
.minicart .cart-empty,
.minicart-mobile .cart-empty {
  color: #2D5843;
}
.minicart .cart-not-empty,
.minicart-mobile .cart-not-empty {
  color: #2D5843;
}
.minicart .minicart-link:hover,
.minicart-mobile .minicart-link:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .minicart .minicart-total.over-100 .minicart-icon,
  .minicart-mobile .minicart-total.over-100 .minicart-icon {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .minicart .minicart-total.over-100 .minicart-quantity,
  .minicart-mobile .minicart-total.over-100 .minicart-quantity {
    font-size: 16px;
  }
  .minicart .minicart-total.over-1000 .minicart-icon,
  .minicart-mobile .minicart-total.over-1000 .minicart-icon {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  .minicart .minicart-total.over-1000 .minicart-quantity,
  .minicart-mobile .minicart-total.over-1000 .minicart-quantity {
    font-size: 14px;
  }
}

@media (max-width: 543.98px) {
  .minicart-background.active {
    display: none;
  }
}

a.normal {
  color: var(--skin-primary-color-1);
  text-decoration: underline;
}

.slide-up {
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  overflow: hidden;
}
.slide-up.hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dropdown-country-selector {
  margin-top: -0.0625em;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: var(--skin-link-color-1);
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

.search-wrapper {
  background-color: #FCF9F4;
}
.search-wrapper .search-header-title {
  color: #2D5843;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 44px;
  width: 100%;
  padding: 34px 0;
}
.search-wrapper .search-logo {
  padding-top: 16px;
}

.search-block-content {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.search-block-content::-webkit-scrollbar {
  display: none;
}

.suggestions-content {
  background-color: #FCF9F4;
  height: 60px;
}

.suggestions-background {
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .suggestions-wrapper {
    padding: 0;
  }
}
.suggestions-wrapper .suggestions {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .suggestions-wrapper .suggestions {
    flex-direction: column;
    position: absolute;
    overflow-y: scroll;
    left: 0;
    top: 22px;
    width: 100%;
  }
  .suggestions-wrapper .suggestions > :last-child {
    padding-bottom: 32px;
  }
}
@media (min-width: 769px) {
  .suggestions-wrapper .suggestions {
    padding-top: 32px;
    padding-left: 15px;
  }
}
.suggestions-wrapper .suggestions > div {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  overflow-y: scroll;
  height: 345px;
  position: relative;
}
@media (min-width: 992px) {
  .suggestions-wrapper .suggestions > div {
    flex-direction: initial;
    overflow-y: initial;
  }
}
.suggestions-wrapper .suggestions .suggestion-section-header {
  align-items: baseline;
  margin-top: 16px;
}
@media (min-width: 769px) {
  .suggestions-wrapper .suggestions .suggestion-section-header {
    margin-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .suggestions-wrapper .suggestions .suggestion-section-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.suggestions-wrapper .suggestions .suggestion-section-header h3 {
  font-family: "qualion";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #9D9D98;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 24px;
}
.suggestions-wrapper .suggestions .suggestion-section-header a {
  font-family: "qualion";
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2D5843;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .suggestions-wrapper .suggestions .product {
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #D8D5D1;
  }
}
.suggestions-wrapper .suggestions .product .product-tile {
  border-bottom: 0 !important;
}
.suggestions-wrapper .suggestions .product .product-tile .tile-body .info-content,
.suggestions-wrapper .suggestions .product .product-tile .tile-body .price {
  position: inherit;
}
.suggestions-wrapper .suggestions .product .product-tile .tile-small-feefo-add-to-cart {
  display: none;
}
.suggestions-wrapper .suggestions .product .product-tile .available-bundles {
  display: none;
}

@media (max-width: 768.98px) {
  .header-banner.calendly {
    margin-top: 10px;
  }
}
@media (min-width: 769px) {
  .header-banner.calendly {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
.header-banner.calendly .content {
  text-align: center;
}
.header-banner.calendly .content .calendly-link {
  cursor: pointer;
}
.header-banner.calendly .content .calendly-link:hover {
  text-decoration: underline;
}
.header-banner.calendly .close-button {
  top: 5px;
}

@media (min-width: 769px) {
  .calendly-mobile .header-banner.calendly {
    display: none;
  }
}

@media (max-width: 768.98px) {
  .calendly-desktop .header-banner.calendly {
    display: none;
  }
}

#calendlyModal {
  z-index: 9998 !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#calendlyModal .popup-header {
  border-bottom: none;
  z-index: 9999 !important;
}
#calendlyModal .popup-header .close {
  margin-right: 40px;
}
#calendlyModal .popup-header .close:focus {
  outline: none;
  box-shadow: none;
}
#calendlyModal .modal-content {
  border-radius: 15px;
}
#calendlyModal .popup-body {
  padding: 0 40px 40px 40px;
  text-align: center;
  min-height: 350px;
  height: 80vh;
}
@media (max-width: 768.98px) {
  #calendlyModal .popup-body {
    height: 90vh;
  }
}
@media (max-width: 768.98px) {
  #calendlyModal .modal-dialog {
    position: relative;
    margin: 20px auto;
  }
}

.pd-content-simple-banner {
  min-height: 358px;
  display: grid;
  place-content: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .pd-content-simple-banner {
    min-height: 442px;
  }
}
.pd-content-simple-banner__breadcrumbs {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 48px;
  left: 6.25%;
}
.pd-content-simple-banner__breadcrumbs .breadcrumbs-chevron {
  padding: 0 4px 0 4px;
}
.pd-content-simple-banner__breadcrumbs .breadcrumbs-folder {
  font-weight: 700;
}
.pd-content-simple-banner__content {
  max-width: 600px;
}
.pd-content-simple-banner__content .pd-content-simple-banner__title {
  font-family: "qualion";
  line-height: 67px;
}
.pd-content-simple-banner__content .pd-content-simple-banner__text {
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 991.98px) {
  .pd-content-simple-banner__content {
    max-width: 327px;
  }
  .pd-content-simple-banner__content .pd-content-simple-banner__title {
    font-size: 32px;
    line-height: 38px;
  }
}

.pd-text-component-without-icon {
  display: grid;
  padding: 2rem;
}
.pd-text-component-without-icon__content .pd-text-component-without-icon__title {
  color: #2D5843;
  text-align: unset;
  font-family: unset;
}
.pd-text-component-without-icon__content p.pd-text-component-without-icon__title, .pd-text-component-without-icon__content div.pd-text-component-without-icon__title {
  margin-bottom: 0.5rem;
}
.pd-text-component-without-icon__content .pd-text-component-without-icon__text {
  color: #292E28;
  margin-bottom: 0;
}

.pd-text-component-with-icon {
  display: grid;
  padding: 2rem;
}
.pd-text-component-with-icon.center {
  text-align: center;
}
.pd-text-component-with-icon.left {
  float: left;
}
.pd-text-component-with-icon.right {
  float: right;
}
.pd-text-component-with-icon .pd-text-component-with-icon__heading {
  text-align: center;
}
.pd-text-component-with-icon .pd-text-component-with-icon__heading_title {
  color: #2D5843;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.pd-text-component-with-icon .pd-text-component-with-icon__heading_title h1, .pd-text-component-with-icon .pd-text-component-with-icon__heading_title h2, .pd-text-component-with-icon .pd-text-component-with-icon__heading_title h3, .pd-text-component-with-icon .pd-text-component-with-icon__heading_title h4, .pd-text-component-with-icon .pd-text-component-with-icon__heading_title h5, .pd-text-component-with-icon .pd-text-component-with-icon__heading_title h6, .pd-text-component-with-icon .pd-text-component-with-icon__heading_title p, .pd-text-component-with-icon .pd-text-component-with-icon__heading_title div {
  margin-bottom: 0;
  font-size: unset;
}
.pd-text-component-with-icon .pd-text-component-with-icon__heading_title h6 {
  font-weight: 700;
}
.pd-text-component-with-icon .pd-text-component-with-icon__heading_icon img {
  max-height: 64px;
}
.pd-text-component-with-icon__content {
  text-align: center;
}
.pd-text-component-with-icon__content .pd-text-component-with-icon__text {
  color: #2D5843;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}

.pd-content-review-simple {
  display: flex;
  place-content: center;
  text-align: left;
  padding: 2rem 0 2rem 0;
}
@media (max-width: 991.98px) {
  .pd-content-review-simple {
    flex-direction: column;
  }
}
.pd-content-review-simple .pd-content-review-simple__content {
  max-width: 447px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .pd-content-review-simple .pd-content-review-simple__content {
    max-width: 343px;
    margin: 0 auto;
  }
}
.pd-content-review-simple .pd-content-review-simple__content.two {
  padding-left: 1rem;
}
@media (max-width: 991.98px) {
  .pd-content-review-simple .pd-content-review-simple__content.two {
    padding: 2rem 0 0 0;
  }
}
.pd-content-review-simple .pd-content-review-simple__avatar img {
  max-height: 96px;
  border-radius: 50% 50%;
}
.pd-content-review-simple .pd-content-review-simple__name {
  color: #292E28;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
  text-align: unset;
}
.pd-content-review-simple .pd-content-review-simple__title {
  color: #292E28;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
  text-align: unset;
}
.pd-content-review-simple .pd-content-review-simple__text {
  color: #292E28;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}

.pd-content-pet-info {
  height: 740px;
}
@media (max-width: 991.98px) {
  .pd-content-pet-info {
    height: 100%;
  }
}
.pd-content-pet-info.expanded {
  height: fit-content;
}
.pd-content-pet-info .first-section {
  height: 80%;
}
@media (max-width: 543.98px) {
  .pd-content-pet-info .first-section {
    margin: 0 auto;
  }
}
@media (max-width: 768.98px) {
  .pd-content-pet-info .first-section {
    margin: 0 auto;
    height: 100%;
  }
}
.pd-content-pet-info .second-section {
  height: 20%;
}
@media (max-width: 768.98px) {
  .pd-content-pet-info .second-section {
    display: none;
  }
}
.pd-content-pet-info .pd-content-pet-info-image {
  text-align: center;
  padding-top: 2rem;
}
.pd-content-pet-info .pd-content-pet-info-image img {
  width: 95%;
}
@media (min-width: 992px) {
  .pd-content-pet-info .pd-content-pet-info-image {
    text-align: right;
    padding-right: 0;
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .pd-content-pet-info .pd-content-pet-info-image img {
    width: 75%;
    height: auto;
    max-width: 584px;
  }
}
.pd-content-pet-info .pd-content-pet-info-text {
  color: #fff;
  margin-top: -2rem;
}
@media (max-width: 991.98px) {
  .pd-content-pet-info .pd-content-pet-info-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.pd-content-pet-info .pd-content-pet-info-text .firstLine {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 0;
  font-weight: 400;
}
.pd-content-pet-info .pd-content-pet-info-text .secondLine {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 0;
}
.pd-content-pet-info .pd-content-pet-info-text li {
  margin-top: 1rem;
}
.pd-content-pet-info .pd-content-pet-info-text h3 {
  text-align: unset;
  font-size: unset;
}
.pd-content-pet-info .pd-content-pet-info-text .pd-content-pet-info-text-intro {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 1rem;
}
.pd-content-pet-info .pd-content-pet-info-text .pd-content-pet-info-text-title {
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 1rem;
  display: inline-block;
}
.pd-content-pet-info .pd-content-pet-info-text .pd-content-pet-info-text-main {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  display: -webkit-box;
}
@media (max-width: 991.98px) {
  .pd-content-pet-info .pd-content-pet-info-text .pd-content-pet-info-text-main {
    -webkit-line-clamp: 4;
  }
}
.pd-content-pet-info .pd-content-pet-info-text .pd-content-pet-info-text-main.expanded {
  max-height: none;
  -webkit-line-clamp: inherit;
}
.pd-content-pet-info .pd-content-pet-info-text .link-gold {
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  font-weight: 700;
  margin-top: 1rem !important;
  display: block;
}
@media (min-width: 992px) {
  .pd-content-pet-info .pd-content-pet-info-text .link-gold {
    text-transform: uppercase;
  }
}
@media (min-width: 992px) {
  .pd-content-pet-info .pd-content-pet-info-text {
    padding: 4% 10% 4% 4%;
    margin-top: 0;
  }
  .pd-content-pet-info .pd-content-pet-info-text .pd-content-pet-info-text-title {
    line-height: 67px;
    font-weight: 700;
    display: inline-block;
    margin-top: 8%;
  }
}

.storepage:has(.experience-commerce_layouts-buttonsGrid3) .pd-content-simple-banner,
.storepage:has(.experience-commerce_assets-textBlock) .pd-content-simple-banner {
  min-height: 456px;
}

.buttons-content {
  gap: 20px;
}
@media (max-width: 991.98px) {
  .buttons-content {
    gap: 0;
  }
}
@media (min-width: 992px) {
  .buttons-content {
    margin-top: -128px;
  }
}
.buttons-content .region {
  margin: 0;
}
@media (max-width: 991.98px) {
  .buttons-content .region {
    width: 100%;
  }
}
.buttons-content .content-group {
  width: 220px;
  height: 128px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .buttons-content .content-group {
    width: 100%;
    height: auto;
  }
}
.buttons-content .content-group .icon-component {
  margin: 0;
  padding-top: 16px;
}

.mobile-2r-1c .region {
  padding: 0;
  margin-bottom: 0;
}

.experience-commerce_assets-ctaBlockComponent {
  height: 100%;
}

.cta-block-component {
  background-color: #2D5843;
  padding: 60px;
  height: 100%;
}
.cta-block-component h3 {
  text-align: unset;
}
@media (max-width: 991.98px) {
  .cta-block-component {
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .cta-block-component .reverse-component {
    display: flex;
    flex-direction: column-reverse;
  }
}
.cta-block-component .pd-cta-content {
  gap: 32px;
}
@media (max-width: 991.98px) {
  .cta-block-component .pd-cta-content {
    gap: 17px;
  }
}
.cta-block-component .pd-cta-content h1, .cta-block-component .pd-cta-content h2, .cta-block-component .pd-cta-content h4, .cta-block-component .pd-cta-content h5, .cta-block-component .pd-cta-content h6, .cta-block-component .pd-cta-content p, .cta-block-component .pd-cta-content div {
  font-size: unset;
}
.cta-block-component .content-title,
.cta-block-component .content-subtitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
@media (max-width: 991.98px) {
  .cta-block-component .content-title,
  .cta-block-component .content-subtitle {
    font-size: 24px;
    line-height: 29px;
  }
}
.cta-block-component .pd-image-group {
  gap: 37px;
}
.cta-block-component .pd-image-group .logo-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-left: -20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.cta-block-component .pd-image-group .logo-content img {
  width: 31px;
  height: 32px;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .cta-block-component .logo-component {
    padding-top: 50px;
  }
}
.cta-block-component .btn-primary {
  margin: 40px 0;
  color: #2D5843;
  height: 56px;
  padding: 24px;
}
@media (max-width: 991.98px) {
  .cta-block-component .btn-primary {
    width: 100%;
  }
}
.cta-block-component .btn-primary a:hover {
  text-decoration: none;
}

.storepage:has(.experience-commerce_layouts-buttonsGrid3) .pd-carouselrecommendation__title-container,
.storepage:has(.experience-commerce_assets-textBlock) .pd-carouselrecommendation__title-container,
.storepage:has(.experience-commerce_assets-textComponentWithIcon) .pd-carouselrecommendation__title-container,
.storepage:has(.experience-commerce_layouts-contentBulletPoints) .pd-carouselrecommendation__title-container,
.storepage:has(.experience-commerce_assets-ctaBlockComponent) .pd-carouselrecommendation__title-container {
  padding: 60px 0 20px 0;
  width: 230px;
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .storepage:has(.experience-commerce_layouts-buttonsGrid3) .pd-carouselrecommendation__title-container,
  .storepage:has(.experience-commerce_assets-textBlock) .pd-carouselrecommendation__title-container,
  .storepage:has(.experience-commerce_assets-textComponentWithIcon) .pd-carouselrecommendation__title-container,
  .storepage:has(.experience-commerce_layouts-contentBulletPoints) .pd-carouselrecommendation__title-container,
  .storepage:has(.experience-commerce_assets-ctaBlockComponent) .pd-carouselrecommendation__title-container {
    padding: 20px 0 0 0;
  }
}
.storepage:has(.experience-commerce_layouts-buttonsGrid3) .pd-carouselrecommendation .experience-carousel .carousel-inner.row,
.storepage:has(.experience-commerce_assets-textBlock) .pd-carouselrecommendation .experience-carousel .carousel-inner.row,
.storepage:has(.experience-commerce_assets-textComponentWithIcon) .pd-carouselrecommendation .experience-carousel .carousel-inner.row,
.storepage:has(.experience-commerce_layouts-contentBulletPoints) .pd-carouselrecommendation .experience-carousel .carousel-inner.row,
.storepage:has(.experience-commerce_assets-ctaBlockComponent) .pd-carouselrecommendation .experience-carousel .carousel-inner.row {
  margin-left: 30px;
}
.storepage:has(.experience-commerce_layouts-buttonsGrid3) .pd-carouselrecommendation .experience-carousel .carousel-control-prev,
.storepage:has(.experience-commerce_layouts-buttonsGrid3) .pd-carouselrecommendation .experience-carousel .carousel-control-next,
.storepage:has(.experience-commerce_assets-textBlock) .pd-carouselrecommendation .experience-carousel .carousel-control-prev,
.storepage:has(.experience-commerce_assets-textBlock) .pd-carouselrecommendation .experience-carousel .carousel-control-next,
.storepage:has(.experience-commerce_assets-textComponentWithIcon) .pd-carouselrecommendation .experience-carousel .carousel-control-prev,
.storepage:has(.experience-commerce_assets-textComponentWithIcon) .pd-carouselrecommendation .experience-carousel .carousel-control-next,
.storepage:has(.experience-commerce_layouts-contentBulletPoints) .pd-carouselrecommendation .experience-carousel .carousel-control-prev,
.storepage:has(.experience-commerce_layouts-contentBulletPoints) .pd-carouselrecommendation .experience-carousel .carousel-control-next,
.storepage:has(.experience-commerce_assets-ctaBlockComponent) .pd-carouselrecommendation .experience-carousel .carousel-control-prev,
.storepage:has(.experience-commerce_assets-ctaBlockComponent) .pd-carouselrecommendation .experience-carousel .carousel-control-next {
  margin-left: 0;
  margin-right: 0;
}
.storepage:has(.experience-commerce_layouts-buttonsGrid3) .carousel-inner .product-tile,
.storepage:has(.experience-commerce_assets-textBlock) .carousel-inner .product-tile,
.storepage:has(.experience-commerce_assets-textComponentWithIcon) .carousel-inner .product-tile,
.storepage:has(.experience-commerce_layouts-contentBulletPoints) .carousel-inner .product-tile,
.storepage:has(.experience-commerce_assets-ctaBlockComponent) .carousel-inner .product-tile {
  min-height: 458px;
  height: 100%;
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .storepage:has(.experience-commerce_layouts-buttonsGrid3) .carousel-inner .product-tile,
  .storepage:has(.experience-commerce_assets-textBlock) .carousel-inner .product-tile,
  .storepage:has(.experience-commerce_assets-textComponentWithIcon) .carousel-inner .product-tile,
  .storepage:has(.experience-commerce_layouts-contentBulletPoints) .carousel-inner .product-tile,
  .storepage:has(.experience-commerce_assets-ctaBlockComponent) .carousel-inner .product-tile {
    min-height: 360px;
    margin-bottom: 10px;
  }
  .storepage:has(.experience-commerce_layouts-buttonsGrid3) .carousel-inner .product-tile .info-content,
  .storepage:has(.experience-commerce_assets-textBlock) .carousel-inner .product-tile .info-content,
  .storepage:has(.experience-commerce_assets-textComponentWithIcon) .carousel-inner .product-tile .info-content,
  .storepage:has(.experience-commerce_layouts-contentBulletPoints) .carousel-inner .product-tile .info-content,
  .storepage:has(.experience-commerce_assets-ctaBlockComponent) .carousel-inner .product-tile .info-content {
    bottom: 8px;
  }
}
.storepage:has(.experience-commerce_layouts-buttonsGrid3) .carousel-inner .tile-image,
.storepage:has(.experience-commerce_assets-textBlock) .carousel-inner .tile-image,
.storepage:has(.experience-commerce_assets-textComponentWithIcon) .carousel-inner .tile-image,
.storepage:has(.experience-commerce_layouts-contentBulletPoints) .carousel-inner .tile-image,
.storepage:has(.experience-commerce_assets-ctaBlockComponent) .carousel-inner .tile-image {
  max-width: 230px;
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .storepage:has(.experience-commerce_layouts-buttonsGrid3) .carousel-inner .tile-image,
  .storepage:has(.experience-commerce_assets-textBlock) .carousel-inner .tile-image,
  .storepage:has(.experience-commerce_assets-textComponentWithIcon) .carousel-inner .tile-image,
  .storepage:has(.experience-commerce_layouts-contentBulletPoints) .carousel-inner .tile-image,
  .storepage:has(.experience-commerce_assets-ctaBlockComponent) .carousel-inner .tile-image {
    max-width: 130px;
  }
}
.storepage:has(.experience-commerce_layouts-buttonsGrid3) .carousel-inner .color-swatches,
.storepage:has(.experience-commerce_assets-textBlock) .carousel-inner .color-swatches,
.storepage:has(.experience-commerce_assets-textComponentWithIcon) .carousel-inner .color-swatches,
.storepage:has(.experience-commerce_layouts-contentBulletPoints) .carousel-inner .color-swatches,
.storepage:has(.experience-commerce_assets-ctaBlockComponent) .carousel-inner .color-swatches {
  display: none;
}
.storepage:has(.experience-commerce_layouts-buttonsGrid3) .carousel-inner .image-container,
.storepage:has(.experience-commerce_assets-textBlock) .carousel-inner .image-container,
.storepage:has(.experience-commerce_assets-textComponentWithIcon) .carousel-inner .image-container,
.storepage:has(.experience-commerce_layouts-contentBulletPoints) .carousel-inner .image-container,
.storepage:has(.experience-commerce_assets-ctaBlockComponent) .carousel-inner .image-container {
  overflow: inherit;
}
.storepage:has(.experience-commerce_layouts-buttonsGrid3) .carousel-inner .price,
.storepage:has(.experience-commerce_assets-textBlock) .carousel-inner .price,
.storepage:has(.experience-commerce_assets-textComponentWithIcon) .carousel-inner .price,
.storepage:has(.experience-commerce_layouts-contentBulletPoints) .carousel-inner .price,
.storepage:has(.experience-commerce_assets-ctaBlockComponent) .carousel-inner .price {
  bottom: 70px;
}
.storepage:has(.experience-commerce_layouts-buttonsGrid3) .carousel-control-prev,
.storepage:has(.experience-commerce_layouts-buttonsGrid3) .carousel-control-next,
.storepage:has(.experience-commerce_assets-textBlock) .carousel-control-prev,
.storepage:has(.experience-commerce_assets-textBlock) .carousel-control-next,
.storepage:has(.experience-commerce_assets-textComponentWithIcon) .carousel-control-prev,
.storepage:has(.experience-commerce_assets-textComponentWithIcon) .carousel-control-next,
.storepage:has(.experience-commerce_layouts-contentBulletPoints) .carousel-control-prev,
.storepage:has(.experience-commerce_layouts-contentBulletPoints) .carousel-control-next,
.storepage:has(.experience-commerce_assets-ctaBlockComponent) .carousel-control-prev,
.storepage:has(.experience-commerce_assets-ctaBlockComponent) .carousel-control-next {
  margin-left: 0;
  margin-right: 0;
}

.text-block-component {
  background-color: #FCF9F4;
  max-width: 700px;
  padding: 60px 0;
}
.text-block-component .content-heading-title {
  font-size: 32px;
  line-height: 40px;
  max-width: 242px;
  margin: 0 auto;
}
.text-block-component h6.content-heading-title, .text-block-component p.content-heading-title, .text-block-component div.content-heading-title {
  font-weight: 700;
}
.text-block-component .heading-description {
  font-size: 18px;
  line-height: 22px;
}
.text-block-component .heading-description h3 {
  font-size: unset;
  font-family: unset;
  text-align: unset;
}
.text-block-component .heading-text {
  font-size: 20px;
  line-height: 30px;
}

.content-benefits {
  padding: 60px 0;
}
.content-benefits .container {
  max-width: 935px;
}
.content-benefits .benefits-heading-title {
  line-height: 40px;
  max-width: 242px;
  margin: 0 auto;
}
.content-benefits h1.benefits-group-title {
  font-size: unset;
}
.content-benefits h1.benefits-group-title {
  font-size: unset;
}
.content-benefits .benefits-group img {
  width: 128px;
  height: 129px;
}
.content-benefits .benefits-group .benefits-group-title {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 26px;
  font-size: 18px;
  color: #2D5843;
  margin-bottom: 0;
  padding: 16px 0;
  font-family: "qualion";
  text-align: unset;
}
.content-benefits .benefits-group .plain-text {
  font-size: 20px;
  line-height: 30px;
  color: #292E28;
}
.content-benefits .shop-link:hover {
  text-decoration: none;
}
.content-benefits .shop-link .btn-primary {
  padding: 19px 99px;
  height: 56px;
}

.pd-bulletpoints {
  padding: 20px 0;
}
.pd-bulletpoints .point-wrapper {
  padding-bottom: 24px;
}
.pd-bulletpoints .point-wrapper .point-image {
  width: 50px;
  height: 50px;
}
.pd-bulletpoints__title {
  font-family: "qualion";
}

.pd-cta-button-wrapper {
  display: flex;
  background-color: #fff;
}

.on-the-menu-wrapper .text-block {
  color: #0B2D21;
  font-family: "qualion";
  font-style: normal;
  border-radius: 20px;
  background: #B8D5AD;
  padding: 40px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  position: relative;
  top: -130px;
  margin: 0 16px;
}
.on-the-menu-wrapper .text-block .headline {
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
  font-family: inherit;
}
.on-the-menu-wrapper .text-block .subtext {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.on-the-menu-wrapper .image-wrapper img {
  width: 100%;
}

@media (min-width: 992px) {
  .on-the-menu-wrapper {
    position: relative;
  }
  .on-the-menu-wrapper .text-block {
    position: absolute;
    top: 76px;
    left: 80px;
    gap: 32px;
    max-width: 410px;
  }
  .on-the-menu-wrapper .text-block .headline {
    line-height: 100%;
  }
}
#recipes {
  display: flex;
  justify-content: center;
  background-color: #fff;
  margin-top: 20px;
}
#recipes .container-full {
  max-width: 100%;
}

.frozen-nutrients-wrapper .custom-component-container {
  display: flex;
  margin: 72px 16px 0;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  align-self: stretch;
  border-radius: 20px;
  background: #FBF5EC;
}
.frozen-nutrients-wrapper .custom-component-container .custom-image-wrapper {
  position: relative;
  width: 100%;
}
.frozen-nutrients-wrapper .custom-component-container .custom-image {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 15px;
}
.frozen-nutrients-wrapper .custom-component-container .custom-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
  align-self: stretch;
}
.frozen-nutrients-wrapper .custom-component-container .custom-headline {
  color: #0B2D21;
  font-family: "qualion";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
}
.frozen-nutrients-wrapper .custom-component-container .custom-subtext {
  color: var(--LG---Dark-green, #042D21);
  font-family: "qualion";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
}

/* Desktop styles */
@media (min-width: 992px) {
  .frozen-nutrients-wrapper {
    padding: 0 80px;
  }
  .frozen-nutrients-wrapper .custom-component-container {
    flex-direction: row;
    align-items: center;
    padding: 64px 40px;
    margin: 160px auto;
    max-width: 1280px;
  }
  .frozen-nutrients-wrapper .custom-component-container .custom-headline {
    font-size: 40px;
  }
  .frozen-nutrients-wrapper .custom-component-container .custom-subtext {
    font-size: 20px;
  }
}
.recipes-banner {
  display: flex;
  margin: 32px 16px;
  padding: 40px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
  border-radius: 40px;
}
.recipes-banner .subtext {
  color: #FFF;
  font-family: "qualion";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

/* Desktop styles */
@media (min-width: 992px) {
  .banner-wrapper {
    padding: 0 80px;
  }
  .banner-wrapper .recipes-banner {
    flex-direction: row;
    align-items: center;
    padding: 40px 64px;
    gap: 40px;
    max-width: 1280px;
    margin: 160px auto;
    border-radius: 20px;
  }
  .banner-wrapper .recipes-banner .subtext {
    font-size: 24px;
    line-height: 36px;
  }
}
.farm-ingredients {
  padding: 0 16px;
  margin-top: 72px;
}
.farm-ingredients .wrapper .headline {
  margin-bottom: 44px;
  color: #0B2D21;
  text-align: center;
  font-family: "qualion";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
}
.farm-ingredients .wrapper .column-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.farm-ingredients .wrapper .column-container .region {
  padding: 0;
}
.farm-ingredients .wrapper .column-container .region .farm-ingredients-text {
  margin-bottom: 20px;
  color: var(--LG---Dark-green, #042D21);
  font-family: "qualion";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.farm-ingredients .wrapper .column-container .region .photo-tile-image {
  border-radius: 20px;
}
.farm-ingredients .wrapper .column-container .region-1 .pd-cta-button-wrapper {
  padding-left: 0;
  margin-top: 20px;
}
.farm-ingredients .wrapper .column-container .region-1 .pd-cta-button-wrapper .pd-cta-button {
  text-transform: none;
}

/* Desktop styles */
@media (min-width: 992px) {
  .farm-ingredients {
    padding: 0 80px;
  }
  .farm-ingredients .wrapper {
    max-width: 1280px;
    margin: 160px auto;
  }
  .farm-ingredients .wrapper .headline {
    margin-bottom: 94px;
  }
  .farm-ingredients .wrapper .column-container {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }
  .farm-ingredients .wrapper .column-container .region-1 {
    padding-right: 32px;
  }
  .farm-ingredients .wrapper .column-container .region-1 .pd-cta-button-wrapper {
    margin-top: 32px;
  }
  .farm-ingredients .wrapper .column-container .region-2 {
    padding-left: 32px;
  }
}
.nutrients {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 72px 16px 40px;
  gap: 20px;
}
.nutrients .headline {
  color: #0B2D21;
  text-align: center;
  font-family: "qualion";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
}
.nutrients .content-container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.nutrients .content-container .region-1 {
  display: flex;
  gap: 20px;
  align-items: stretch;
  overflow-x: auto;
}
.nutrients .content-container .region-1 > div {
  display: flex;
}
.nutrients .content-container .region-1 .nutrient-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  padding: 20px;
  gap: 20px;
  border-radius: 20px;
}
.nutrients .content-container .region-1 .nutrient-card .image-wrapper img {
  border-radius: 16px;
}
.nutrients .content-container .region-1 .nutrient-card .custom-headline {
  color: #0B2D21;
  font-family: "qualion";
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 36px; /* 150% */
  margin-bottom: 12px;
}
.nutrients .content-container .experience-commerce_assets-ctaButton {
  display: flex;
  justify-content: center;
}
.nutrients .content-container .experience-commerce_assets-ctaButton .pd-cta-button-wrapper {
  flex-direction: column;
  max-width: 450px;
}
.nutrients .content-container .experience-commerce_assets-ctaButton .pd-cta-button-wrapper a.pd-cta-button {
  text-transform: none;
}

@media (min-width: 992px) {
  .nutrients {
    margin: 160px auto;
    max-width: 1280px;
    padding: 0;
    gap: 64px;
  }
  .nutrients .headline {
    font-size: 48px;
  }
}
.background-container {
  background: #FBF5EC;
  width: 100vw;
}
.background-container .ingredients-wrapper {
  display: flex;
  width: 100%;
  padding: 40px 4px 40px 16px;
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.background-container .ingredients-wrapper .headline {
  color: #0B2D21;
  text-align: center;
  font-family: "qualion";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.background-container .ingredients-wrapper .cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
.background-container .ingredients-wrapper .cards-container > .experience-component {
  border-radius: 20px;
  background: #FFF;
  padding: 8px;
  width: calc(50% - 12px);
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  height: 100%;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content {
  flex: 1;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content .image-wrapper img {
  width: 100%;
  cursor: pointer;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content .image-wrapper img .hover-image {
  border-radius: 20px;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content .text-wrapper {
  color: #000;
  font-family: "qualion";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 20px;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content .text-wrapper .headline {
  color: var(--Primary-800, #00271C);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content .text-wrapper .benefits {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content .text-wrapper .benefits .benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content .text-wrapper .benefits .benefit img {
  padding-top: 4px;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .cta-button-wrapper .styled-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #F8F4E6;
  color: #042D21;
  border: none;
  padding: 10px 16px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  outline: none;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .cta-button-wrapper .styled-button .button-text {
  font-family: inherit;
  text-transform: initial;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .cta-button-wrapper .styled-button .button-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CDE3D3;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .cta-button-wrapper .styled-button .button-icon svg {
  margin-left: 0px;
}
.background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .cta-button-wrapper .styled-button .button-icon svg path {
  fill: #042D21;
}

@media (min-width: 992px) {
  .background-container .ingredients-wrapper {
    padding: 80px;
    gap: 64px;
    max-width: 1280px;
    margin: 0 auto;
  }
  .background-container .ingredients-wrapper .headline {
    font-size: 48px;
  }
  .background-container .ingredients-wrapper .cards-container {
    gap: 24px;
  }
  .background-container .ingredients-wrapper .cards-container > .experience-component {
    padding: 20px;
    width: calc(25% - 24px);
  }
  .background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content .image-wrapper {
    display: flex;
    justify-content: center;
  }
  .background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content .image-wrapper img {
    width: 100%;
    border-radius: 20px;
    height: 215px;
  }
  .background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content .text-wrapper {
    font-size: 14px;
    line-height: 20px;
  }
  .background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .card-content .text-wrapper .headline {
    font-size: 20px;
    line-height: 30px;
  }
  .background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .cta-button-wrapper {
    width: 100%;
  }
  .background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .cta-button-wrapper .styled-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .cta-button-wrapper .styled-button .button-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .background-container .ingredients-wrapper .cards-container > .experience-component .ingredient-card .cta-button-wrapper .styled-button .button-icon {
    margin-left: auto;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.overlay .headline {
  color: var(--Primary-Green-Dark, #00573F);
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}
.overlay .description-wrapper {
  display: flex;
  width: 100%;
  padding: 40px 20px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 40px;
  background: #FBF5EC;
}
.overlay .description-wrapper .image-wrapper img {
  border-radius: 24px;
  width: 100%;
}
.overlay .description-wrapper .subtext {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.overlay .overlay-main-region {
  margin-top: 50px;
}
.overlay .overlay-main-region .composition-wrapper {
  display: flex;
  flex-direction: column;
  gap: 19px;
  margin-bottom: 60px;
}
.overlay .overlay-main-region .composition-wrapper p {
  margin: 0;
}
.overlay .overlay-main-region .composition-wrapper .headline {
  color: #0B2D21;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}
.overlay .overlay-main-region .composition-wrapper .cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.overlay .overlay-main-region .composition-wrapper .cards-container > div {
  width: calc(33% - 5px);
  margin-bottom: 24px;
  display: flex;
}
.overlay .overlay-main-region .composition-wrapper .cards-container .analytical-constituent-card {
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
}
.overlay .overlay-main-region .composition-wrapper .cards-container .analytical-constituent-card .nutrition-title {
  display: block;
  margin-bottom: 8px;
}
.overlay .overlay-main-region .composition-wrapper .cards-container .analytical-constituent-card .nutrition-divider {
  border: none;
  border-top: 1px solid #FFFFFF;
  margin: 8px 0;
}
.overlay .overlay-main-region .composition-wrapper.text-cards {
  gap: 32px;
}
.overlay .overlay-main-region .composition-wrapper.text-cards .cards-container {
  gap: 20px;
  justify-content: space-between;
}
.overlay .overlay-main-region .composition-wrapper.text-cards .cards-container > div {
  width: calc(50% - 10px);
  max-width: 300px;
}
.overlay .overlay-main-region .experience-commerce_assets-ctaButton {
  display: flex;
  justify-content: center;
}
.overlay .overlay-main-region .pd-cta-button-wrapper {
  background-color: inherit;
  padding: 0;
  max-width: 450px;
  flex-direction: column;
}
.overlay .overlay-main-region .pd-cta-button-wrapper a {
  text-transform: none;
}

.no-scroll {
  position: fixed;
  overflow: hidden;
}

.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.overlay-content {
  background: #FCF9F4;
  border-radius: 20px 20px 0 0;
  padding: 30px;
  position: relative;
  width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  margin-top: 40px;
  overflow-y: auto;
  max-width: 807px;
}
.overlay-content .headline-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overlay-content .headline-wrapper p {
  margin-bottom: 0;
}
.overlay-content .headline-wrapper .close-button {
  background: none;
  border: none;
  font-size: 20px;
  color: #333;
}
.overlay-content .headline-wrapper .close-button:focus {
  outline: 0;
}
.overlay-content .headline-wrapper .close-button svg {
  background: #FFFFFF;
  border-radius: 22px;
  padding: 8px;
  width: 40px;
  height: 40px;
}

@media (min-width: 992px) {
  .overlay {
    padding: 0;
    justify-content: flex-end;
  }
  .overlay .description-wrapper {
    flex-direction: row-reverse;
    gap: 32px;
    padding: 40px;
    align-items: flex-start;
  }
  .overlay .description-wrapper .image-wrapper {
    width: 50%;
    justify-content: center;
  }
  .overlay .description-wrapper .subtext {
    width: 50%;
  }
  .overlay .overlay-content {
    max-width: 807px;
    border-radius: 0;
    margin-top: 0;
    background: #fff;
  }
  .overlay .overlay-content .headline-wrapper .close-button svg {
    background: #FBF5EC;
  }
  .overlay .overlay-content .headline {
    color: #0B2D21;
    font-size: 48px;
    font-weight: 400;
    line-height: 100%;
  }
  .overlay .overlay-content .pd-feefo {
    padding-left: 10px;
    place-content: flex-start;
    background: #fff;
  }
  .overlay .overlay-content .overlay-main-region .composition-wrapper {
    gap: 32px;
    margin-bottom: 80px;
  }
  .overlay .overlay-content .overlay-main-region .composition-wrapper .headline {
    font-size: 40px;
  }
  .overlay .overlay-content .overlay-main-region .composition-wrapper .subtext {
    font-size: 20px;
    line-height: 30px;
  }
  .overlay .overlay-content .overlay-main-region .composition-wrapper .cards-container {
    justify-content: flex-start;
  }
  .overlay .overlay-content .overlay-main-region .composition-wrapper .cards-container > div {
    width: calc(25% - 15px);
  }
}
.testimonials-block {
  padding: 60px 16px;
}
.testimonials-block a:hover {
  text-decoration: none;
}
.testimonials-block a .btn-primary {
  height: 56px;
  padding: 19px 48px;
}
.testimonials-block .swiper-reviews .review-group {
  min-height: 400px;
}
@media (max-width: 768.98px) {
  .testimonials-block .swiper-reviews .review-group {
    min-height: 320px;
  }
}
.testimonials-block .swiper-reviews .pet-image img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.testimonials-block .swiper-reviews .customer-name {
  font-family: "qualion";
  text-transform: uppercase;
  font-size: 24px;
  color: #2D5843;
  font-weight: 700;
  line-height: 36px;
  padding-top: 16px;
  text-align: unset;
  font-size: unset;
  margin: unset;
}
.testimonials-block .swiper-reviews .section-title {
  font-family: "qualion";
  font-size: 18px;
  color: #292E28;
  font-weight: 700;
  line-height: 26px;
  padding-top: 8;
  font-size: unset;
  padding: unset;
  margin: unset;
  text-align: left;
}
.testimonials-block .swiper-reviews .customer-review {
  padding: unset;
  margin: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.testimonials-block .swiper-reviews .customer-review.expanded {
  -webkit-line-clamp: 20;
}
.testimonials-block .swiper-reviews .read-more-button,
.testimonials-block .swiper-reviews .read-less-button {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #2D5843;
  padding-top: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.testimonials-block .swiper-reviews .reviews-pagination {
  gap: 20px;
}
.testimonials-block .swiper-reviews .reviews-pagination .button-next,
.testimonials-block .swiper-reviews .reviews-pagination .button-prev {
  cursor: pointer;
}
.testimonials-block .swiper-reviews .reviews-pagination .swiper-pagination-bullet {
  background: none;
}
.testimonials-block .swiper-reviews .reviews-pagination .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 16px;
}
.testimonials-block .swiper-reviews .reviews-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  background: #EFEBE7;
}
.testimonials-block .swiper-reviews .reviews-pagination .swiper-pagination-bullet-active {
  margin: 0 10px;
  color: #fff;
  background: #2D5843;
  font-weight: 700;
}
.testimonials-block .swiper-reviews .reviews-pagination .swiper-pagination-bullet-active:hover {
  background: #2D5843;
}

.storepage {
  width: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.main-slider-component .swiper-pagination-bullet {
  background: transparent;
  border: white solid 1px;
  opacity: 1;
}
.main-slider-component .swiper-pagination-bullet-active {
  background: white;
}

.pd-hero-banner {
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  height: 713px;
  position: relative;
}
.pd-hero-banner .pd-hero-banner-custom-icon {
  width: 20px;
  margin-left: 20px;
}
.pd-hero-banner .pd-hero-banner-video {
  height: inherit;
  position: relative;
  overflow: hidden;
}
.pd-hero-banner .pd-hero-banner-video iframe {
  z-index: 1;
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991.98px) {
  .pd-hero-banner .pd-hero-banner-video iframe {
    min-width: 180vh;
  }
}
.pd-hero-banner .pd-hero-banner-video__mask {
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768.98px) {
  .pd-hero-banner {
    height: 660px;
  }
}
.pd-hero-banner .pd-hero-banner-callout {
  z-index: 3;
  position: absolute;
  top: 19%;
  margin-left: 14%;
}
.pd-hero-banner .pd-hero-banner-callout p {
  margin-bottom: 6px;
}
@media (max-width: 768.98px) {
  .pd-hero-banner .pd-hero-banner-callout {
    margin-left: 7.75% !important;
    margin-right: 20% !important;
  }
}
.pd-hero-banner .pd-hero-banner-content__left {
  z-index: 3;
  margin-left: 13.75%;
  max-width: 586px;
  position: absolute;
  top: 28%;
}
@media (max-width: 768.98px) {
  .pd-hero-banner .pd-hero-banner-content__left {
    margin-left: 7.75% !important;
    margin-right: 20% !important;
  }
}
.pd-hero-banner .pd-hero-banner-content__left .pd-hero-banner-title__text {
  line-height: 90%;
  margin: 0;
  user-select: none;
}
@media (max-width: 768.98px) {
  .pd-hero-banner .pd-hero-banner-content__left .pd-hero-banner-title__text {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.pd-hero-banner .pd-hero-banner-content__left h3.pd-hero-banner-title__text {
  text-align: unset;
}
.pd-hero-banner .pd-hero-banner-content__left .pd-hero-banner-button {
  margin-top: 5%;
  display: flex;
}
.pd-hero-banner .pd-hero-banner-content__left .pd-hero-banner-button button svg {
  overflow: visible;
  margin-left: 20px !important;
}
@media (max-width: 768.98px) {
  .pd-hero-banner .pd-hero-banner-content__left .pd-hero-banner-button .btn {
    font-size: 16px !important;
    height: 44px !important;
  }
}

.pd-general-information {
  padding: 60px 13.5%;
}
@media (max-width: 768.98px) {
  .pd-general-information {
    padding: 60px 16px;
  }
}
.pd-general-information .pd-general-information-row {
  height: 100%;
}
.pd-general-information__title .pd-general-information__text {
  font-size: 40px;
  line-height: 48px;
  margin: 0;
}
@media (max-width: 768.98px) {
  .pd-general-information__title .pd-general-information__text {
    font-size: 32px;
    line-height: 38px;
  }
}
.pd-general-information h3.pd-general-information__text {
  text-align: unset;
}
.pd-general-information p.pd-general-information__text, .pd-general-information div.pd-general-information__text {
  font-weight: 700;
}
.pd-general-information__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.pd-general-information__content .row {
  height: 45%;
}
.pd-general-information__content .pd-general-information__content-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 18.5px 0 18.5px;
  justify-content: space-between;
}
.pd-general-information__content .pd-general-information__content-item img {
  top: 0;
  width: auto;
  height: 70%;
  margin-bottom: 24px;
}
@media (max-width: 768.98px) {
  .pd-general-information__content .pd-general-information__content-item img {
    margin-left: 25px;
    margin-bottom: 0;
  }
}
.pd-general-information__content .pd-general-information__content-item h1, .pd-general-information__content .pd-general-information__content-item h2, .pd-general-information__content .pd-general-information__content-item h3, .pd-general-information__content .pd-general-information__content-item h4, .pd-general-information__content .pd-general-information__content-item h5, .pd-general-information__content .pd-general-information__content-item h6, .pd-general-information__content .pd-general-information__content-item p, .pd-general-information__content .pd-general-information__content-item div {
  font-weight: 400;
  font-family: "qualion";
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  height: 30%;
  margin: 0;
}
@media (max-width: 768.98px) {
  .pd-general-information__content .pd-general-information__content-item h1, .pd-general-information__content .pd-general-information__content-item h2, .pd-general-information__content .pd-general-information__content-item h3, .pd-general-information__content .pd-general-information__content-item h4, .pd-general-information__content .pd-general-information__content-item h5, .pd-general-information__content .pd-general-information__content-item h6, .pd-general-information__content .pd-general-information__content-item p, .pd-general-information__content .pd-general-information__content-item div {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
}

.pd-video-information {
  background-color: #162515;
  padding: 5% 8%;
  position: relative;
}
@media (max-width: 768.98px) {
  .pd-video-information {
    padding: 30px;
  }
}
.pd-video-information__video {
  width: 60%;
  height: 500px;
}
@media (max-width: 991.98px) {
  .pd-video-information__video {
    height: 200px;
    width: 100%;
  }
}
.pd-video-information__content {
  color: white;
  width: 30%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: -100px;
  z-index: 99;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .pd-video-information__content {
    margin-left: 0;
    padding: 10px;
    margin-top: -30px;
    width: 100%;
  }
}
.pd-video-information__content .pd-video-information__title {
  font-size: 56px;
  margin: 0 0 24px 0;
  line-height: 67.2px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .pd-video-information__content .pd-video-information__title {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }
}
.pd-video-information__content h1, .pd-video-information__content h2, .pd-video-information__content h3, .pd-video-information__content h4, .pd-video-information__content h5, .pd-video-information__content h6 {
  font-family: unset;
}
.pd-video-information__content .pd-video-information__text {
  font-size: 20px;
  line-height: 30px;
  width: 85%;
  margin: 0 0 0 auto;
}
@media (max-width: 991.98px) {
  .pd-video-information__content .pd-video-information__text {
    margin: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}

.pd-best-food {
  padding: 5% 10% 0 10%;
  background-color: #FCF9F4;
}
.pd-best-food svg {
  margin: 10px 0;
}
.pd-best-food .pd-best-food__head p .pd-best-food__title-container, .pd-best-food .pd-best-food__head h1 .pd-best-food__title-container, .pd-best-food .pd-best-food__head h2 .pd-best-food__title-container, .pd-best-food .pd-best-food__head h3 .pd-best-food__title-container,
.pd-best-food .pd-best-food__head h4 .pd-best-food__title-container, .pd-best-food .pd-best-food__head h5 .pd-best-food__title-container, .pd-best-food .pd-best-food__head h6 .pd-best-food__title-container, .pd-best-food .pd-best-food__head div .pd-best-food__title-container {
  text-align: center;
  width: 100% !important;
  max-width: 330px;
  margin: 3rem auto;
  transform: rotate(-5deg);
  padding: 0 !important;
}
@media (max-width: 768.98px) {
  .pd-best-food .pd-best-food__head p .pd-best-food__title-container, .pd-best-food .pd-best-food__head h1 .pd-best-food__title-container, .pd-best-food .pd-best-food__head h2 .pd-best-food__title-container, .pd-best-food .pd-best-food__head h3 .pd-best-food__title-container,
  .pd-best-food .pd-best-food__head h4 .pd-best-food__title-container, .pd-best-food .pd-best-food__head h5 .pd-best-food__title-container, .pd-best-food .pd-best-food__head h6 .pd-best-food__title-container, .pd-best-food .pd-best-food__head div .pd-best-food__title-container {
    max-width: 80%;
  }
}
.pd-best-food .pd-best-food__head p .pd-best-food__title-container .heading-wrapper, .pd-best-food .pd-best-food__head h1 .pd-best-food__title-container .heading-wrapper, .pd-best-food .pd-best-food__head h2 .pd-best-food__title-container .heading-wrapper, .pd-best-food .pd-best-food__head h3 .pd-best-food__title-container .heading-wrapper,
.pd-best-food .pd-best-food__head h4 .pd-best-food__title-container .heading-wrapper, .pd-best-food .pd-best-food__head h5 .pd-best-food__title-container .heading-wrapper, .pd-best-food .pd-best-food__head h6 .pd-best-food__title-container .heading-wrapper, .pd-best-food .pd-best-food__head div .pd-best-food__title-container .heading-wrapper {
  padding: 15px 25px 20px 25px;
  margin-bottom: 0;
}
.pd-best-food .pd-best-food__head p .pd-best-food__title-container:has(.pd-best-food__title-container) .heading-wrapper, .pd-best-food .pd-best-food__head h1 .pd-best-food__title-container:has(.pd-best-food__title-container) .heading-wrapper, .pd-best-food .pd-best-food__head h2 .pd-best-food__title-container:has(.pd-best-food__title-container) .heading-wrapper, .pd-best-food .pd-best-food__head h3 .pd-best-food__title-container:has(.pd-best-food__title-container) .heading-wrapper,
.pd-best-food .pd-best-food__head h4 .pd-best-food__title-container:has(.pd-best-food__title-container) .heading-wrapper, .pd-best-food .pd-best-food__head h5 .pd-best-food__title-container:has(.pd-best-food__title-container) .heading-wrapper, .pd-best-food .pd-best-food__head h6 .pd-best-food__title-container:has(.pd-best-food__title-container) .heading-wrapper, .pd-best-food .pd-best-food__head div .pd-best-food__title-container:has(.pd-best-food__title-container) .heading-wrapper {
  padding: 15px 25px 0px 25px;
}
@media (max-width: 768.98px) {
  .pd-best-food .pd-best-food__head p, .pd-best-food .pd-best-food__head h1, .pd-best-food .pd-best-food__head h2, .pd-best-food .pd-best-food__head h3,
  .pd-best-food .pd-best-food__head h4, .pd-best-food .pd-best-food__head h5, .pd-best-food .pd-best-food__head h6, .pd-best-food .pd-best-food__head div {
    max-width: 100%;
  }
}
.pd-best-food .pd-best-food__head p.pd-best-food__title, .pd-best-food .pd-best-food__head h1.pd-best-food__title, .pd-best-food .pd-best-food__head h2.pd-best-food__title, .pd-best-food .pd-best-food__head h3.pd-best-food__title,
.pd-best-food .pd-best-food__head h4.pd-best-food__title, .pd-best-food .pd-best-food__head h5.pd-best-food__title, .pd-best-food .pd-best-food__head h6.pd-best-food__title, .pd-best-food .pd-best-food__head div.pd-best-food__title {
  line-height: 40px;
  color: #2D5843;
  margin: 0;
}
@media (max-width: 768.98px) {
  .pd-best-food .pd-best-food__head p.pd-best-food__title, .pd-best-food .pd-best-food__head h1.pd-best-food__title, .pd-best-food .pd-best-food__head h2.pd-best-food__title, .pd-best-food .pd-best-food__head h3.pd-best-food__title,
  .pd-best-food .pd-best-food__head h4.pd-best-food__title, .pd-best-food .pd-best-food__head h5.pd-best-food__title, .pd-best-food .pd-best-food__head h6.pd-best-food__title, .pd-best-food .pd-best-food__head div.pd-best-food__title {
    font-size: 28px !important;
    line-height: 30px;
  }
}
.pd-best-food .pd-best-food__head p.pd-best-food__subTitle, .pd-best-food .pd-best-food__head h1.pd-best-food__subTitle, .pd-best-food .pd-best-food__head h2.pd-best-food__subTitle, .pd-best-food .pd-best-food__head h3.pd-best-food__subTitle,
.pd-best-food .pd-best-food__head h4.pd-best-food__subTitle, .pd-best-food .pd-best-food__head h5.pd-best-food__subTitle, .pd-best-food .pd-best-food__head h6.pd-best-food__subTitle, .pd-best-food .pd-best-food__head div.pd-best-food__subTitle {
  line-height: 26px;
  color: #3B7A5B;
  margin: 0;
}
@media (max-width: 768.98px) {
  .pd-best-food .pd-best-food__head p.pd-best-food__subTitle, .pd-best-food .pd-best-food__head h1.pd-best-food__subTitle, .pd-best-food .pd-best-food__head h2.pd-best-food__subTitle, .pd-best-food .pd-best-food__head h3.pd-best-food__subTitle,
  .pd-best-food .pd-best-food__head h4.pd-best-food__subTitle, .pd-best-food .pd-best-food__head h5.pd-best-food__subTitle, .pd-best-food .pd-best-food__head h6.pd-best-food__subTitle, .pd-best-food .pd-best-food__head div.pd-best-food__subTitle {
    font-size: 22px !important;
  }
}
.pd-best-food .pd-best-food__item {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin: 1.5% 0.75% 0 0.75%;
  min-height: 600px;
  max-width: 600px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  position: relative;
  min-height: 400px;
}
@media (max-width: 991.98px) {
  .pd-best-food .pd-best-food__item {
    min-height: 340px;
  }
}
@media (max-width: 768.98px) {
  .pd-best-food .pd-best-food__item {
    min-height: 150px;
  }
}
.pd-best-food .pd-best-food__item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  transition: 0.5s;
  border-radius: 8px;
}
.pd-best-food .pd-best-food__item .pd-best-food__text {
  font-family: "qualion";
  font-size: 40px;
  line-height: 48px;
  color: white;
  font-weight: 700;
  z-index: 2;
  user-select: none;
}
@media (max-width: 768.98px) {
  .pd-best-food .pd-best-food__item .pd-best-food__text {
    font-size: 24px;
    line-height: 36px;
  }
}
.pd-best-food .pd-best-food__item:hover {
  background-size: 110%;
  cursor: pointer;
}
.pd-best-food .pd-best-food__item:hover::after {
  opacity: 0;
}

.pd-blog-layout__title {
  padding: 5.5% 0 2% 0;
}
@media (max-width: 768.98px) {
  .pd-blog-layout__title {
    padding-top: 10%;
  }
}
.pd-blog-layout__title p, .pd-blog-layout__title h2, .pd-blog-layout__title span {
  font-family: "qualion";
  margin: 0;
  line-height: 40px;
}
@media (max-width: 768.98px) {
  .pd-blog-layout__title p, .pd-blog-layout__title h2, .pd-blog-layout__title span {
    font-size: 24px;
    line-height: 36px;
  }
}
.pd-blog-layout__title p.pd-blog-layout__main-title, .pd-blog-layout__title h2.pd-blog-layout__main-title, .pd-blog-layout__title span.pd-blog-layout__main-title {
  color: #2D5843;
}
.pd-blog-layout__title p.pd-blog-layout__sub-title, .pd-blog-layout__title h2.pd-blog-layout__sub-title, .pd-blog-layout__title span.pd-blog-layout__sub-title {
  color: #3B7A5B;
}
.pd-blog-layout .pd-blog-wrapper {
  padding: 0 13% 4% 13%;
}
@media (max-width: 768.98px) {
  .pd-blog-layout .pd-blog-wrapper {
    padding: 0 4% 4% 4%;
  }
}
@media (max-width: 768.98px) {
  .pd-blog-layout .pd-blog-wrapper .pd-blog-content {
    margin-bottom: 20px;
  }
}
.pd-blog-layout .pd-blog-wrapper .pd-blog-content img {
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.pd-blog-layout .pd-blog-wrapper .pd-blog-content p {
  margin: 1rem 0;
}
.pd-blog-layout .pd-blog-wrapper .pd-blog-content .pd-read-more {
  width: min-content;
  white-space: nowrap;
  color: #3B7A5B;
  font-weight: 700;
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .pd-blog-layout .pd-blog-wrapper .pd-blog-content .pd-read-more {
    visibility: visible;
    margin: 10px 0;
  }
}
.pd-blog-layout .pd-blog-wrapper .pd-blog-content:hover img {
  -webkit-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
  -webkit-box-shadow: 0px 6px 5px #ccc;
  box-shadow: 0px 6px 5px #ccc;
}
.pd-blog-layout .pd-blog-wrapper .pd-blog-content:hover .pd-read-more {
  visibility: visible;
}

h1.pd-blog-content__text, h2.pd-blog-content__text, h3.pd-blog-content__text, h4.pd-blog-content__text, h5.pd-blog-content__text, h6.pd-blog-content__text, div.pd-blog-content__text {
  font-size: unset;
  font-family: "qualion";
  font-weight: unset;
  line-height: 24px;
  margin: 0 0 1rem 0;
}

.pd-feefo {
  border-radius: 4px;
  padding: 0 13% 3% 13%;
  background-color: #FCF9F4;
  place-content: center;
}
@media (max-width: 991.98px) {
  .pd-feefo__section {
    height: auto;
  }
}
.pd-feefo__section > div {
  flex-basis: 100%;
}

.pd-general-information-2:not(.content-treats) {
  height: 950px;
}
@media (max-width: 991.98px) {
  .pd-general-information-2:not(.content-treats) {
    height: auto;
  }
}

.pd-general-information-2 {
  border-radius: 4px;
  padding: 3% 13% 3% 13%;
}
@media (max-width: 991.98px) {
  .pd-general-information-2 {
    padding: 0;
    height: auto;
  }
}
.pd-general-information-2__section-text {
  height: 40%;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-text {
    height: auto;
  }
}
.pd-general-information-2__section-text > div {
  flex-basis: 100%;
}
.pd-general-information-2__section-text .pd-general-information__textarea--1 {
  padding: 5% 5% 5% 5%;
  border-radius: 0 4px 4px 0;
  height: 100%;
  max-height: 374px;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-text .pd-general-information__textarea--1 {
    border-radius: 0;
  }
}
.pd-general-information-2__section-text .pd-general-information__textarea--1 a {
  width: max-content;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-text .pd-general-information__textarea--1 {
    padding: 30px 5% 30px 5%;
  }
  .pd-general-information-2__section-text .pd-general-information__textarea--1 .btn {
    font-size: 16px !important;
    height: 44px !important;
  }
}
.pd-general-information-2__section-text .pd-general-information__textarea--1 h3.pd-general-information-2__title {
  text-align: unset;
}
.pd-general-information-2__section-text .pd-general-information__textarea--1 .pd-general-information-2__title {
  font-family: "qualion";
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #2D5843;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-text .pd-general-information__textarea--1 .pd-general-information-2__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.pd-general-information-2__section-text .pd-general-information__textarea--1 .pd-general-information-2__text {
  font-size: 18px;
  line-height: 26px;
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-text .pd-general-information__textarea--1 .pd-general-information-2__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.pd-general-information-2__section-text .pd-general-information__textarea--2 {
  padding: 3% 5% 5% 5%;
  background-color: #2D5843;
  height: 100%;
}
.pd-general-information-2__section-text .pd-general-information__textarea--2 a {
  width: max-content;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-text .pd-general-information__textarea--2 {
    padding: 30px 5% 30px 5%;
  }
  .pd-general-information-2__section-text .pd-general-information__textarea--2 .btn {
    font-size: 16px !important;
    height: 44px !important;
  }
}
.pd-general-information-2__section-text .pd-general-information__textarea--2 .pd-general-information-2__title {
  font-family: "qualion";
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: white;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-text .pd-general-information__textarea--2 .pd-general-information-2__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.pd-general-information-2__section-text .pd-general-information__textarea--2 .pd-general-information-2__text {
  font-size: 18px;
  line-height: 26px;
  flex-grow: 1;
  color: white;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-text .pd-general-information__textarea--2 .pd-general-information-2__text {
    font-size: 16px;
    line-height: 24px;
  }
}
.pd-general-information-2__section-text .pd-general-information-2__image {
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  padding: 0 !important;
  border-radius: 4px 0 0 0;
}
.pd-general-information-2__section-text .pd-general-information-2__image img {
  height: 100%;
  width: 100%;
  max-height: 374px;
  max-width: 596px;
  float: right;
}
.pd-general-information-2__section-misc {
  height: 20%;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-misc {
    height: auto;
  }
}
.pd-general-information-2__section-misc > div {
  flex-basis: 100%;
}
.pd-general-information-2__section-misc .pd-general-information-2__stockist {
  background-color: #3B7A5B;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-misc .pd-general-information-2__stockist {
    min-height: 210px;
  }
}
.pd-general-information-2__section-misc .pd-general-information-2__stockist .stockist-title {
  font-weight: unset;
  font-family: "qualion";
  color: white;
  line-height: 48px;
  font-size: 40px;
  margin: 0;
  width: 50%;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-misc .pd-general-information-2__stockist .stockist-title {
    font-size: 28px;
    line-height: 42px;
  }
}
.pd-general-information-2__section-misc .pd-general-information-2__stockist:hover {
  cursor: pointer;
}
.pd-general-information-2__section-misc .pd-general-information-2__faq {
  background-color: #F5DB78;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-misc .pd-general-information-2__faq {
    min-height: 210px;
  }
}
.pd-general-information-2__section-misc .pd-general-information-2__faq .faq-title {
  font-weight: unset;
  font-family: "qualion";
  color: white;
  line-height: 48px;
  font-size: 40px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .pd-general-information-2__section-misc .pd-general-information-2__faq .faq-title {
    font-size: 28px;
    line-height: 42px;
  }
}
.pd-general-information-2__section-misc .pd-general-information-2__faq:hover {
  cursor: pointer;
}

.pd-subscription {
  height: 475px;
  width: 285px;
  display: table-cell;
  vertical-align: middle;
  padding: 30px 25px;
  margin-bottom: 60px;
  border-radius: 4px;
}
.pd-subscription .pd-subscription__title1 {
  font-weight: bold;
}
.pd-subscription .pd-subscription__title2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.pd-subscription .pd-subscription__plain-text {
  margin-bottom: 30px;
}
.pd-subscription .btn {
  width: 100%;
}
.pd-subscription h1.pd-subscription__titleTag, .pd-subscription h2.pd-subscription__titleTag, .pd-subscription h3.pd-subscription__titleTag, .pd-subscription h4.pd-subscription__titleTag, .pd-subscription h5.pd-subscription__titleTag, .pd-subscription h6.pd-subscription__titleTag, .pd-subscription p.pd-subscription__titleTag, .pd-subscription div.pd-subscription__titleTag {
  font-size: unset;
  text-align: unset;
}
.pd-subscription p.pd-subscription__titleTag, .pd-subscription div.pd-subscription__titleTag {
  margin-bottom: 0.5rem;
}
@media (max-width: 768.98px) {
  .pd-subscription {
    height: 260px;
    width: 100%;
  }
  .pd-subscription .pd-subscription__title1 {
    font-size: 24px;
    line-height: 36px;
  }
  .pd-subscription .pd-subscription__title1 {
    font-size: 24px;
    line-height: 36px;
  }
  .pd-subscription .pd-subscription__plain-text {
    font-size: 16px;
    line-height: 24px;
  }
  .pd-subscription .btn {
    font-size: 16px;
    line-height: 16px;
  }
}

.experience-commerce_assets-carouselrecommendation {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.pd-carouselrecommendation {
  margin: 0;
}
.pd-carouselrecommendation .experience-subscription {
  margin: 0 52px;
  max-width: max-content;
  min-width: max-content;
  padding-bottom: 60px;
}
.pd-carouselrecommendation .experience-carousel {
  width: 100%;
  margin-left: 20px;
  margin-right: 80px;
}
.pd-carouselrecommendation .experience-carousel .carousel-control-prev {
  background-color: unset;
  margin-left: -43px;
}
.pd-carouselrecommendation .experience-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../../img/carousel-prev.svg");
}
.pd-carouselrecommendation .experience-carousel .carousel-control-next {
  background-color: unset;
  margin-right: -43px;
}
.pd-carouselrecommendation .experience-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url("../../img/carousel-next.svg");
}
.pd-carouselrecommendation .experience-carousel .carousel-item {
  padding: 0;
}
.pd-carouselrecommendation .experience-carousel .product-tile {
  border-radius: 4px;
}
.pd-carouselrecommendation .experience-carousel .product-tile .new-product-badge {
  left: 0px;
  width: 60px;
  height: 40px;
}
@media (min-width: 625px) and (max-width: 680px) {
  .pd-carouselrecommendation .experience-carousel .product-tile .new-product-badge {
    left: 25px;
  }
}
@media (min-width: 680px) and (max-width: 775px) {
  .pd-carouselrecommendation .experience-carousel .product-tile .new-product-badge {
    left: 45px;
  }
}
.pd-carouselrecommendation .pd-carouselrecommendation__title-container {
  text-align: center;
  width: 100% !important;
  max-width: fit-content;
  margin: 3rem auto;
  transform: rotate(-5deg);
  padding: 0 !important;
}
.pd-carouselrecommendation .pd-carouselrecommendation__title-container .heading-wrapper {
  padding: 15px 25px 20px 25px;
  margin-bottom: 0;
}
.pd-carouselrecommendation .pd-carouselrecommendation__title-container .pd-carouselrecommendation__title, .pd-carouselrecommendation .pd-carouselrecommendation__title-container .pd-carouselrecommendation__subTitle {
  font-family: "qualion";
  font-style: normal;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
}
@media (max-width: 768.98px) {
  .pd-carouselrecommendation .pd-carouselrecommendation__title-container .pd-carouselrecommendation__title, .pd-carouselrecommendation .pd-carouselrecommendation__title-container .pd-carouselrecommendation__subTitle {
    font-size: 22px !important;
  }
}
.pd-carouselrecommendation .pd-carouselrecommendation__tiles_section {
  display: flex;
}
@media (max-width: 768.98px) {
  .pd-carouselrecommendation .experience-carousel {
    margin-left: 0px;
    margin-right: 0px;
    width: unset;
  }
  .pd-carouselrecommendation .experience-carousel .carousel-inner {
    flex-wrap: unset;
  }
}
@media (max-width: 768.98px) and (max-width: 543.98px) {
  .pd-carouselrecommendation .experience-carousel .carousel-inner {
    width: 300%;
  }
}
@media (max-width: 768.98px) and (min-width: 544px) and (max-width: 768.98px) {
  .pd-carouselrecommendation .experience-carousel .carousel-inner {
    width: 200%;
  }
}
@media (max-width: 768.98px) {
  .pd-carouselrecommendation .experience-carousel .carousel-inner.row {
    margin-left: -58%;
    margin-right: 0;
  }
  .pd-carouselrecommendation .experience-carousel .carousel-item {
    min-width: auto;
    max-width: unset;
    max-width: 24%;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile {
    flex-direction: column;
    height: 455px;
    border-bottom: none !important;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .image-container {
    flex-basis: 50%;
    padding: 8px;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-feefo {
    min-height: 26px;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-feefo .product-number-rating {
    margin: auto;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-image {
    max-width: 220px;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-body {
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768.98px) and (max-width: 991.98px) {
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-body {
    position: relative;
    min-height: 135px;
    padding-bottom: 30px !important;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-body .info-content {
    bottom: 0 !important;
  }
}
@media (max-width: 768.98px) {
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-body .food-type {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-body .pdp-link a {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-body .available-bundles {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-body .tile-price-wrapper-sm {
    display: flex;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-body .tile-price-wrapper-sm .strike-through {
    line-height: 30px;
    display: flex;
    align-items: end;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-body .tile-price-wrapper-sm .strike-through .value {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-body .tile-price-wrapper-sm .sales .value {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-body .tile-price-wrapper-sm .sales .value .price-discount {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
  }
  .pd-carouselrecommendation .experience-carousel .product-tile .tile-small-feefo-add-to-cart {
    flex-basis: 15%;
    display: none;
  }
  .pd-carouselrecommendation .experience-carousel .tile-add-to-cart {
    left: unset;
    padding: 0;
    max-width: 220px;
  }
  .pd-carouselrecommendation .pd-carouselrecommendation__title-container {
    padding: 16px 0 48px;
    font-size: 32px;
    line-height: 40px;
  }
  .pd-carouselrecommendation .pd-carouselrecommendation__tiles_section {
    flex-direction: column-reverse;
  }
  .pd-carouselrecommendation .pd-carouselrecommendation__tiles_section .experience-subscription {
    margin: 0;
    max-width: unset;
    min-width: unset;
    padding: 0 32px 16px;
  }
  .pd-carouselrecommendation.background-curved {
    background: radial-gradient(200% 80% at bottom, #FCF9F4 99.5%, #162515);
  }
}

.storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-general-information-2 {
  height: auto;
  padding: 3% 13% 3% 13%;
}
@media (max-width: 991.98px) {
  .storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-general-information-2 {
    padding: 0;
  }
}
.storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-general-information-2__section-text {
  height: auto;
}
.storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-general-information-2__image {
  object-fit: cover;
}
.storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-general-information-2 .pd-general-information__textarea--1 {
  height: inherit;
}
.storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation.background-curved {
  background: none;
}
.storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation .carousel-control-prev-icon {
  left: 65%;
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation .carousel-control-prev-icon {
    left: 25%;
  }
}
.storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation .carousel-control-next-icon {
  right: -65%;
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation .carousel-control-next-icon {
    right: 25%;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation .carousel-control-prev-icon,
  .storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation .carousel-control-next-icon {
    top: 0;
  }
}
@media (max-width: 768.98px) {
  .storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation .product-tile .food-type,
  .storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation .product-tile .pdp-link,
  .storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation .product-tile .available-bundles,
  .storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation .product-tile .tile-price-wrapper-sm {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-carouselrecommendation .product-tile .tile-add-to-cart {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .storepage:has(.experience-commerce_layouts-mobileGrid2r1c) .pd-advice-information img {
    max-width: 45%;
  }
}

.storepage:has(.experience-commerce_layouts-testimonialsCarousel) .pd-feefo {
  padding: 3% 13% 3% 13%;
}
.storepage:has(.experience-commerce_layouts-testimonialsCarousel) .pd-best-food {
  padding: 0% 10% 3% 10%;
}
/*# sourceMappingURL=storePage.css.map*/