body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 10060;
    color: #000;
    font-size: 1rem; }
  .sl-wrapper .sl-download {
    display: none;
    position: fixed;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 10060;
    color: #fff;
    font-size: 1rem; }
    .sl-wrapper .sl-download a {
      color: #fff; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #000; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  -moz-border-radius: 1.25em;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

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

.invalid-feedback, .valid-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:disabled[type="text"], input:disabled[type="number"], input:disabled[type="tel"], input:disabled[type="password"], input:disabled[type="email"], input:disabled[type="radio"], textarea:disabled {
  background-color: #EFEBE7; }

input:focus[type="text"], input:focus[type="number"], input:focus[type="tel"], input:focus[type="password"], input:focus[type="email"], input:focus[type="radio"], 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:valid[type="text"], input:valid[type="number"], input:valid[type="tel"], input:valid[type="password"], input:valid[type="email"], input:valid[type="radio"], textarea:valid {
  background-image: none; }

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

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

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

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

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

.pdp-container .prices-add-to-cart-actions .col-sm-12 {
  padding-left: 0; }

.pdp-container .prices-add-to-cart-actions .btn {
  width: 100%; }

@media (max-width: 543.98px) {
  .pdp-container .prices-add-to-cart-actions {
    background-color: transparent;
    box-shadow: none;
    position: relative; }
    .pdp-container .prices-add-to-cart-actions .cart-and-ipay {
      padding-bottom: 0; } }

.bundle-selector {
  gap: 0.5rem; }
  .bundle-selector.variation-selector {
    column-gap: 0; }
    .bundle-selector.variation-selector .tab .tab-title {
      justify-content: center;
      margin: auto; }
    .bundle-selector.variation-selector .tab.tab-left {
      border-right: none; }
    .bundle-selector.variation-selector .tab.tab-right {
      border-left: none; }
  .bundle-selector .tab {
    height: 67px;
    position: relative;
    display: flex; }
    .bundle-selector .tab .radio-checkmark {
      left: auto;
      right: 1.5rem;
      top: 50%;
      transform: translateY(-50%); }
    .bundle-selector .tab.tab-bundle {
      background-color: #FCF9F4;
      border-radius: 4px 4px; }
    .bundle-selector .tab.selected .radio-checkmark::after {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background: #355C28;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .bundle-selector .tab-line {
    z-index: 3; }
  .bundle-selector .tab-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    margin-right: 75px;
    margin-left: 1rem;
    justify-content: space-between; }
    @media (max-width: 768.98px) {
      .bundle-selector .tab-title {
        display: inline-block;
        vertical-align: top; } }

.pdp-carousel .pdp-swiper-large .swiper-wrapper, .recommendations-carousel .pdp-swiper-large .swiper-wrapper {
  place-content: center;
  margin: 0 auto; }

.pdp-carousel .pdp-swiper-large .carousel-image, .recommendations-carousel .pdp-swiper-large .carousel-image {
  cursor: pointer;
  width: 100%;
  opacity: .4; }
  .pdp-carousel .pdp-swiper-large .carousel-image:hover, .recommendations-carousel .pdp-swiper-large .carousel-image:hover {
    opacity: 1 !important; }

.pdp-carousel .pdp-swiper-large .carousel-selected, .pdp-carousel .swiper-recommendations .carousel-selected, .recommendations-carousel .pdp-swiper-large .carousel-selected, .recommendations-carousel .swiper-recommendations .carousel-selected {
  opacity: 1 !important; }

.pdp-carousel .pdp-swiper-large .swiper-slide, .pdp-carousel .swiper-recommendations .swiper-slide, .recommendations-carousel .pdp-swiper-large .swiper-slide, .recommendations-carousel .swiper-recommendations .swiper-slide {
  text-align: center; }

.pdp-carousel .swiper, .recommendations-carousel .swiper {
  place-content: center; }

.pdp-carousel .pdp-swiper-small, .recommendations-carousel .pdp-swiper-small {
  text-align: center;
  justify-content: center; }
  .pdp-carousel .pdp-swiper-small .carousel-image, .recommendations-carousel .pdp-swiper-small .carousel-image {
    height: 190px;
    width: auto; }

.pdp-carousel .swiper-recommendations .swiper-slide, .recommendations-carousel .swiper-recommendations .swiper-slide {
  padding: 16px; }

.pdp-carousel .swiper-button, .recommendations-carousel .swiper-button {
  color: #000; }
  .pdp-carousel .swiper-button:after, .recommendations-carousel .swiper-button:after {
    content: '' !important; }
  .pdp-carousel .swiper-button svg, .recommendations-carousel .swiper-button svg {
    width: 20px !important; }
  .pdp-carousel .swiper-button.flip, .recommendations-carousel .swiper-button.flip {
    transform: rotate(180deg); }

.pdp-carousel .swiper-button-prev, .recommendations-carousel .swiper-button-prev {
  left: 2% !important; }

.pdp-carousel .swiper-button-next, .recommendations-carousel .swiper-button-next {
  right: 2% !important; }

.pdp-carousel .swiper-recommendations .product-tile, .pdp-carousel .swiper-recommendations-sm .product-tile, .recommendations-carousel .swiper-recommendations .product-tile, .recommendations-carousel .swiper-recommendations-sm .product-tile {
  border: none; }

.pdp-carousel .swiper-pagination, .pdp-carousel .swiper-pagination-recommendations-sm, .recommendations-carousel .swiper-pagination, .recommendations-carousel .swiper-pagination-recommendations-sm {
  display: flex;
  place-content: center !important;
  text-align: center !important;
  width: 100% !important; }

.pdp-carousel .swiper-pagination-bullet, .recommendations-carousel .swiper-pagination-bullet {
  border: 2px solid #2D5843 !important;
  background: none !important;
  opacity: 1 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 4px !important; }
  .pdp-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active, .recommendations-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2D5843 !important; }

.pdp-carousel .tile-add-to-cart, .recommendations-carousel .tile-add-to-cart {
  bottom: 5%;
  width: 90% !important; }

.pdp-carousel .pdp-main-swiper-small .swiper-slide, .recommendations-carousel .pdp-main-swiper-small .swiper-slide {
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pdp-carousel .pdp-main-swiper-small .swiper-slide .carousel-image, .recommendations-carousel .pdp-main-swiper-small .swiper-slide .carousel-image {
    max-width: 250px;
    max-height: 190px; }
    .pdp-carousel .pdp-main-swiper-small .swiper-slide .carousel-image.full-bleed, .recommendations-carousel .pdp-main-swiper-small .swiper-slide .carousel-image.full-bleed {
      height: 432px;
      object-fit: cover;
      max-width: 100%;
      max-height: 100%; }
    .pdp-carousel .pdp-main-swiper-small .swiper-slide .carousel-image.hidden, .recommendations-carousel .pdp-main-swiper-small .swiper-slide .carousel-image.hidden {
      visibility: hidden; }

.pdp-carousel .pdp-main-swiper-small-prev,
.pdp-carousel .pdp-main-swiper-large-prev, .recommendations-carousel .pdp-main-swiper-small-prev,
.recommendations-carousel .pdp-main-swiper-large-prev {
  height: auto;
  width: auto;
  border-radius: 0px 2px 2px 0px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  left: 0 !important; }
  .pdp-carousel .pdp-main-swiper-small-prev::after,
  .pdp-carousel .pdp-main-swiper-large-prev::after, .recommendations-carousel .pdp-main-swiper-small-prev::after,
  .recommendations-carousel .pdp-main-swiper-large-prev::after {
    content: ''; }

.pdp-carousel .pdp-main-swiper-small-next,
.pdp-carousel .pdp-main-swiper-large-next, .recommendations-carousel .pdp-main-swiper-small-next,
.recommendations-carousel .pdp-main-swiper-large-next {
  height: auto;
  width: auto;
  border-radius: 0px 2px 2px 0px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  right: 0 !important; }
  .pdp-carousel .pdp-main-swiper-small-next::after,
  .pdp-carousel .pdp-main-swiper-large-next::after, .recommendations-carousel .pdp-main-swiper-small-next::after,
  .recommendations-carousel .pdp-main-swiper-large-next::after {
    content: ''; }

.pdp-carousel .pdp-main-swiper-small-pagination,
.pdp-carousel .pdp-main-swiper-large-pagination, .recommendations-carousel .pdp-main-swiper-small-pagination,
.recommendations-carousel .pdp-main-swiper-large-pagination {
  padding: 8px 12px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #2D5843;
  font-family: "qualion";
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  z-index: 2;
  bottom: 16px;
  right: 16px; }

.pdp-carousel .pdp-main-swiper-large, .recommendations-carousel .pdp-main-swiper-large {
  border-radius: 16px; }
  .pdp-carousel .pdp-main-swiper-large .swiper-slide, .recommendations-carousel .pdp-main-swiper-large .swiper-slide {
    height: 432px;
    padding: 1px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch; }
    .pdp-carousel .pdp-main-swiper-large .swiper-slide .carousel-image, .recommendations-carousel .pdp-main-swiper-large .swiper-slide .carousel-image {
      max-width: 388px;
      max-height: 334px; }
      .pdp-carousel .pdp-main-swiper-large .swiper-slide .carousel-image.full-bleed, .recommendations-carousel .pdp-main-swiper-large .swiper-slide .carousel-image.full-bleed {
        height: 100%;
        object-fit: cover;
        max-width: 100%;
        max-height: 100%; }
      .pdp-carousel .pdp-main-swiper-large .swiper-slide .carousel-image.hidden, .recommendations-carousel .pdp-main-swiper-large .swiper-slide .carousel-image.hidden {
        visibility: hidden; }

/**
    * Swiper 8.4.2
    * Most modern mobile touch slider and framework with hardware accelerated transitions
    * https://swiperjs.com
    *
    * Copyright 2014-2022 Vladimir Kharlampidi
    *
    * Released under the MIT License
    *
    * Released on: September 15, 2022
    */
:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

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

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

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

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

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

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

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

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

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

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

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

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

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

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

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

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

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

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

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-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: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

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

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

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

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

.swiper-cube {
  overflow: visible; }

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.food-type {
  color: #2D5843;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; }

.main-image {
  max-height: 388px;
  max-width: 100%; }

figure.zoom-image {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: zoom-in;
  display: flex;
  align-items: center;
  justify-content: center; }

figure.zoom-image:hover img {
  opacity: 0; }

figure.zoom-image img {
  transition: opacity .5s;
  display: block; }

h1.name {
  font-family: "qualion";
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  color: #2D5843; }
  @media (max-width: 768.98px) {
    h1.name {
      font-size: 20px;
      line-height: 30px; } }

.product-detail .price {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px; }
  .product-detail .price.row {
    position: absolute;
    bottom: 0px; }
  .product-detail .price .value,
  .product-detail .price .strike-through {
    color: #000; }
  .product-detail .price .sales .value {
    font-size: 16px;
    line-height: 24px; }
  .product-detail .price .sales:not(.black-total) .value {
    color: #00573F; }

.product-type {
  color: #2D5843;
  font-family: "qualion";
  font-size: 24px;
  font-weight: 400;
  line-height: 36px; }
  @media (max-width: 768.98px) {
    .product-type {
      font-size: 18px;
      line-height: 26px; } }

.pdp-product-type {
  max-width: fit-content; }

.product-detail .quantity {
  background-color: transparent;
  text-align: center;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  font-family: "qualion";
  height: 56px !important;
  outline-width: 0; }
  .product-detail .quantity:focus, .product-detail .quantity:active {
    border-color: #D8D5D1 !important; }

.product-detail input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

.product-detail input[type=number]::-webkit-inner-spin-button,
.product-detail input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.product-detail .number-input {
  display: inline-flex;
  width: 100%; }
  .product-detail .number-input.disabled {
    color: #D8D5D1;
    pointer-events: none; }

.product-detail .number-input,
.product-detail .number-input * {
  box-sizing: border-box; }

.product-detail .number-input button {
  border: 1px solid #D8D5D1;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  height: 56px;
  cursor: pointer;
  margin: 0;
  position: relative;
  width: 20%; }
  .product-detail .number-input button span {
    width: 100%;
    display: grid;
    place-content: center; }
  .product-detail .number-input button svg {
    margin-left: 0;
    color: #2D5843; }
  .product-detail .number-input button.plus {
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .product-detail .number-input button.less {
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .product-detail .number-input button.disabled svg {
    color: #D8D5D1 !important; }

.product-detail .number-input-input-wrapper {
  width: 80%; }
  .product-detail .number-input-input-wrapper .quantity {
    color: #2D5843; }
    .product-detail .number-input-input-wrapper .quantity.disabled {
      color: #D8D5D1; }

.subscription {
  border-radius: 4px;
  color: #000;
  background-color: #fff;
  min-height: 86px;
  height: auto; }
  .subscription .subscription-text .subscription-text-claim {
    margin-left: 18px;
    margin-top: 18px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px; }
    .subscription .subscription-text .subscription-text-claim .subscription-text-claim-highlighted {
      color: #F5DB78; }
  .subscription .subscription-text .subscription-text-repeat {
    margin-left: 18px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px; }
  .subscription .subscription-switch {
    display: flex;
    height: 86px;
    place-content: end right; }
    .subscription .subscription-switch .form-check {
      display: grid;
      place-content: end; }
      .subscription .subscription-switch .form-check .form-check-toggle {
        margin-bottom: 18px; }
  .subscription .subscription-time {
    height: 67px;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 18px;
    width: 93%; }
    .subscription .subscription-time .tab-title {
      margin-bottom: 8px; }

.pdp-subscription #SorDeliveryWeekInterval {
  display: flex;
  margin-left: 0;
  border-radius: 4px; }

.pdp-subscription .smart-order-refill-options .full_row {
  padding: 0; }

.pdp-subscription .subscription-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px;
  background-color: #F5DB78;
  align-items: center; }
  .pdp-subscription .subscription-title .text-wrapper {
    padding-bottom: 6px; }
    .pdp-subscription .subscription-title .text-wrapper .subscribe-text {
      color: #2D5843; }
    .pdp-subscription .subscription-title .text-wrapper .save-text {
      color: #2D5843; }
  .pdp-subscription .subscription-title .switch-msg {
    text-transform: initial;
    color: #2D5843; }

.pdp-subscription input[type="checkbox"].input-switch {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  width: 44px;
  height: 25px;
  border-radius: 34px;
  border: 1px solid #fff;
  background-color: #D8D5D1;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .pdp-subscription input[type="checkbox"].input-switch:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 1.5px;
    background-color: #fff;
    border-radius: 100%;
    transition: all 0.3s ease-in-out; }
  .pdp-subscription input[type="checkbox"].input-switch:checked {
    background-color: #2D5843; }
    .pdp-subscription input[type="checkbox"].input-switch:checked:before {
      transform: translateX(100%); }

.pdp-subscription .repeat-order-block {
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px; }
  .pdp-subscription .repeat-order-block.noInferiorBorder {
    border-radius: 4px 4px 0 0; }
  .pdp-subscription .repeat-order-block .order-sale {
    color: #F5DB78;
    font-size: 12px;
    font-weight: 700;
    margin-right: 16px; }
  .pdp-subscription .repeat-order-block .text-wrapper .save-text {
    font-weight: 900;
    font-size: 18px !important;
    line-height: 26px !important; }
  .pdp-subscription .repeat-order-block .text-wrapper .subscribe-text {
    font-weight: 400;
    font-size: 18px !important;
    line-height: 26px !important; }

.pdp-subscription .weeks-block {
  padding: 16px;
  background-color: #F5DB78;
  border-radius: 0 0 4px 4px; }
  .pdp-subscription .weeks-block .btn-week:active::after {
    height: 4px; }

.pdp-subscription .btn-week {
  width: 100%;
  height: 78px;
  background-color: rgba(255, 254, 239, 0.6);
  border: none;
  border-radius: 0;
  color: #9D9D98;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-inline-start: 6px;
  padding-inline-end: 6px; }
  .pdp-subscription .btn-week:focus {
    outline: none; }
  .pdp-subscription .btn-week.active {
    outline: none;
    background: #fff;
    color: #2D5843;
    font-weight: 700; }
    .pdp-subscription .btn-week.active::after {
      content: "";
      background-color: #2D5843;
      width: 43px;
      height: 4px;
      position: absolute;
      bottom: 0px;
      border-radius: 40px;
      z-index: 4; }
  .pdp-subscription .btn-week .number {
    font-size: 20px; }
  .pdp-subscription .btn-week .week {
    font-size: 14px; }

.pdp-subscription .btn-week:first-child {
  border-radius: 4px 0 0 4px; }

.pdp-subscription .btn-week:last-child {
  border-radius: 0 4px 4px 0; }

.pdp-subscription .pdp-subscription-selection-wrapper {
  gap: 24px; }
  @media (max-width: 768.98px) {
    .pdp-subscription .pdp-subscription-selection-wrapper {
      gap: 16px; } }
  .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-one-time-wrapper {
    border-radius: 4px;
    border: 1px solid #D8D5D1; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-one-time-wrapper.selected {
      border: 1px solid #00573F; }
      .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-one-time-wrapper.selected .pdp-subscription-selection-one-time-radio::after {
        content: '';
        width: 12px;
        height: 12px;
        background-color: #00573F;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-one-time-wrapper .pdp-subscription-selection-one-time-radio {
      width: 28px;
      height: 24px;
      border-radius: 50%;
      border: 2px solid #00573F; }
      @media (max-width: 768.98px) {
        .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-one-time-wrapper .pdp-subscription-selection-one-time-radio {
          width: 32px; } }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-one-time-wrapper .pdp-subscription-selection-one-time-title {
      color: #00573F;
      font-family: "qualion";
      font-size: 16px;
      font-weight: 700;
      line-height: 24px; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-one-time-wrapper .pdp-subscription-selection-one-time-price {
      color: #292E28;
      font-family: "qualion";
      font-size: 16px;
      font-weight: 700;
      line-height: 24px; }
  .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-gap {
    gap: 8px; }
  .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection {
    cursor: pointer; }
  .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper {
    border-radius: 4px;
    border: 1px solid #D8D5D1; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper.selected {
      border: 1px solid #00573F; }
      .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper.selected .pdp-subscription-selection-save-radio::after {
        content: '';
        width: 12px;
        height: 12px;
        background-color: #00573F;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper.selected .pdp-subscription-selection-save-interval-wrapper {
        display: flex; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-header-wrapper {
      padding: 12px 16px;
      background-color: #FBDB65; }
      .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-header-wrapper .pdp-subscription-selection-save-header {
        color: #00573F;
        font-family: "qualion";
        font-size: 14px;
        font-weight: 700;
        line-height: 20px; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-option-wrapper {
      border-bottom: 1px solid #D8D5D1; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-interval-wrapper {
      display: none;
      border-top: 1px solid #D8D5D1; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-radio {
      width: 32px;
      height: 24px;
      border-radius: 50%;
      border: 2px solid #00573F; }
      @media (max-width: 768.98px) {
        .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-radio {
          width: 39px; } }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-title {
      color: #00573F;
      font-family: "qualion";
      font-size: 16px;
      font-weight: 700;
      line-height: 24px; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-interval-title {
      color: #80817C;
      font-family: "qualion";
      font-size: 14px;
      font-weight: 700;
      line-height: 22px; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-interval-select {
      color: #292E28;
      font-family: "qualion";
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      height: 44px;
      padding: 12px;
      border-radius: 4px;
      border: 1px solid #D8D5D1;
      width: 100%;
      appearance: none;
      background-color: transparent; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-interval-icon {
      right: 12px;
      top: 16px;
      height: 12px;
      width: 12px; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-flexibility {
      color: #00573F;
      font-family: "qualion";
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-price {
      gap: 8px; }
      .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-price .list {
        color: #292E28;
        font-family: "qualion";
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        text-decoration-line: line-through; }
      .pdp-subscription .pdp-subscription-selection-wrapper .pdp-subscription-selection-save-wrapper .pdp-subscription-selection-save-price .sales {
        color: #00573F;
        font-family: "qualion";
        font-size: 16px;
        font-weight: 700;
        line-height: 24px; }

.new-product-badge {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.subscribe-save-badge {
  width: 48px;
  height: 48px;
  position: absolute;
  top: -13px;
  left: 0;
  z-index: 2;
  left: 185px; }

.new-product-badge-carousel {
  width: 60px;
  height: 30px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2; }
  @media (max-width: 991.98px) {
    .new-product-badge-carousel {
      top: 32px;
      left: 32px; } }

.subs-and-save-flex {
  text-transform: none;
  color: #2D5843;
  margin: 10px 0 16px; }
  .subs-and-save-flex ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .subs-and-save-flex ul li {
      padding: 0 0 0 17px;
      background-image: url("../../images/svg/system/checkmark.svg");
      background-repeat: no-repeat;
      background-position: 0 5px;
      background-size: 10px;
      line-height: 1.5; }

.frozen-badge {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2; }

.frozen-badge-carousel {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 16px;
  z-index: 2; }

.technology-badge {
  padding: 8px 12px;
  border-radius: 8px;
  color: #2D5843;
  font-family: "qualion";
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  background-color: #9ED6EB; }
  .technology-badge.frozen {
    background-color: #9ED6EB; }
  .technology-badge.dry {
    background-color: #E89CAE; }
  .technology-badge.wet {
    background-color: #BFCC80; }
  @media (max-width: 768.98px) {
    .technology-badge {
      padding: 4px 8px;
      font-size: 12px;
      line-height: 19px;
      color: #292E28; } }

.product-detail .frozen-info .frozenInfo-img,
.product-detail .delivery-and-return .frozenInfo-img {
  max-width: 100%;
  height: auto; }

.product-detail .frozen-info .frozenInfo-text,
.product-detail .delivery-and-return .frozenInfo-text {
  padding-left: 30px; }

.product-detail .frozen-info .link-green,
.product-detail .delivery-and-return .link-green {
  text-transform: uppercase; }

.price-discount {
  background-color: #EE4B4B;
  border-radius: 4px;
  height: 24px;
  width: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 2px 4px;
  text-align: center;
  display: inline-block;
  margin-left: 16px; }
  .price-discount-subscribe {
    background-color: #F5DB78;
    color: #2D5843; }

.dropdown-asset {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #D8D5D1;
  padding: 24px 0 24px 0; }
  .dropdown-asset .dropdown-asset-icon {
    height: 24px; }
    .dropdown-asset .dropdown-asset-icon svg {
      width: 24px;
      height: 24px;
      fill: #00573F; }
      .dropdown-asset .dropdown-asset-icon svg path {
        fill: #00573F; }
  .dropdown-asset .dropdown-asset-row {
    cursor: pointer; }
  .dropdown-asset .dropdown-asset-open {
    height: 8px;
    text-align: right; }
    .dropdown-asset .dropdown-asset-open svg {
      width: 12px;
      height: 100%;
      fill: #00573F;
      cursor: pointer; }
      .dropdown-asset .dropdown-asset-open svg.flip {
        transform: rotate(180deg); }
  .dropdown-asset .dropdown-asset-title {
    font-size: 16px;
    line-height: 24px;
    color: #00573F;
    font-weight: 700; }
  .dropdown-asset .dropdown-asset-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: grid; }
    .dropdown-asset .dropdown-asset-content table {
      border-collapse: separate;
      border-spacing: 0 15px; }
      .dropdown-asset .dropdown-asset-content table td.text-right {
        font-weight: 700; }
  .dropdown-asset a[class^="link-"] {
    text-underline-offset: 4px;
    font-size: 14px;
    line-height: 20px; }

.feeding-guidelines-table .dropdown-asset-content {
  display: flex;
  justify-content: center;
  max-width: 487px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px; }
  .feeding-guidelines-table .dropdown-asset-content .table {
    border: 1px solid #00573F;
    border-radius: 12px; }
    .feeding-guidelines-table .dropdown-asset-content .table b {
      font-weight: 700; }
    .feeding-guidelines-table .dropdown-asset-content .table .row {
      height: 32px;
      border-bottom: 1px solid #00573F; }
      .feeding-guidelines-table .dropdown-asset-content .table .row .col-4 {
        padding-top: 7px;
        border-right: 1px solid #00573F; }
        .feeding-guidelines-table .dropdown-asset-content .table .row .col-4:last-of-type {
          border-right: none !important; }
        .feeding-guidelines-table .dropdown-asset-content .table .row .col-4 .logo {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 24px;
          margin: 0px auto 5px; }
          .feeding-guidelines-table .dropdown-asset-content .table .row .col-4 .logo img {
            width: 100%;
            height: 100%; }
      .feeding-guidelines-table .dropdown-asset-content .table .row:last-of-type {
        border-bottom: none !important; }
    .feeding-guidelines-table .dropdown-asset-content .table .row:first-child {
      height: 96px; }
      .feeding-guidelines-table .dropdown-asset-content .table .row:first-child .col-4 {
        padding-top: 17px;
        height: 100%; }

.pdp-feeding {
  background-color: #2D5843;
  margin-bottom: 50px; }
  .pdp-feeding .pdp-feeding-image {
    text-align: center;
    padding-top: 2rem; }
    @media (max-width: 768.98px) {
      .pdp-feeding .pdp-feeding-image {
        margin-right: 16px;
        margin-left: 16px; } }
    .pdp-feeding .pdp-feeding-image img {
      width: 95%; }
    @media (min-width: 992px) {
      .pdp-feeding .pdp-feeding-image {
        text-align: right;
        padding-right: 0;
        padding-top: 4%;
        padding-bottom: 8%; }
        .pdp-feeding .pdp-feeding-image img {
          width: 75%;
          height: auto;
          max-width: 584px; } }
  .pdp-feeding .pdp-feeding-text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: -2rem; }
    @media (max-width: 768.98px) {
      .pdp-feeding .pdp-feeding-text {
        margin-right: 16px;
        margin-left: 16px; } }
    .pdp-feeding .pdp-feeding-text p {
      margin-bottom: 0; }
    .pdp-feeding .pdp-feeding-text li {
      margin-top: 1rem; }
    .pdp-feeding .pdp-feeding-text .pdp-feeding-text-intro {
      font-size: 20px;
      line-height: 30px; }
    .pdp-feeding .pdp-feeding-text .pdp-feeding-text-title-first {
      font-size: 24px;
      line-height: 26px;
      font-weight: normal;
      display: inline-block;
      font-family: "qualion"; }
    .pdp-feeding .pdp-feeding-text .pdp-feeding-text-title-second {
      font-size: 32px;
      line-height: 38px;
      font-weight: 700;
      margin-bottom: 1rem;
      display: inline-block;
      font-family: "qualion"; }
    .pdp-feeding .pdp-feeding-text .pdp-feeding-text-main {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 7;
      display: -webkit-box; }
      .pdp-feeding .pdp-feeding-text .pdp-feeding-text-main.expanded {
        max-height: none;
        -webkit-line-clamp: 500; }
    .pdp-feeding .pdp-feeding-text .link-gold {
      font-size: 14px;
      line-height: 20px;
      cursor: pointer;
      font-weight: 700;
      margin: 1rem 0;
      display: block;
      color: #FFE163 !important;
      text-transform: uppercase; }
    @media (min-width: 992px) {
      .pdp-feeding .pdp-feeding-text {
        padding: 4% 10% 8% 4%;
        margin-top: 0; }
        .pdp-feeding .pdp-feeding-text .pdp-feeding-text-title-first {
          font-size: 24px;
          display: inline-block;
          margin-top: 8%; }
        .pdp-feeding .pdp-feeding-text .pdp-feeding-text-title-second {
          font-size: 38px;
          line-height: 30px;
          font-weight: 700;
          display: inline-block; } }

.pdp-how-to-serve {
  background-color: #2D5843;
  height: auto;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .pdp-how-to-serve {
      margin-bottom: 150px;
      height: 390px; } }
  .pdp-how-to-serve .pdp-hts-image-content {
    display: none;
    height: 100%; }
    .pdp-how-to-serve .pdp-hts-image-content img {
      width: 95%; }
    @media (min-width: 992px) {
      .pdp-how-to-serve .pdp-hts-image-content {
        text-align: center;
        display: block; }
        .pdp-how-to-serve .pdp-hts-image-content img {
          width: 100%;
          height: auto;
          max-width: 512px;
          padding-top: 40px; } }
    .pdp-how-to-serve .pdp-hts-image-content.mobile {
      display: block;
      height: 100%; }
      .pdp-how-to-serve .pdp-hts-image-content.mobile img {
        display: block;
        max-width: 344px;
        margin: 0 auto;
        text-align: center; }
      @media (min-width: 992px) {
        .pdp-how-to-serve .pdp-hts-image-content.mobile {
          display: none; } }
  .pdp-how-to-serve .pdp-hts-image {
    text-align: center;
    display: none; }
    @media (min-width: 992px) {
      .pdp-how-to-serve .pdp-hts-image {
        display: block; }
        .pdp-how-to-serve .pdp-hts-image img {
          position: relative;
          top: 25%;
          transform: translateY(-40%);
          width: 100%;
          height: auto;
          max-width: 729px;
          max-height: 729px; } }

.pdp-info-detail-bg {
  background-color: #2D5843; }

.pdp-info-detail-wrapper {
  background-color: #2D5843;
  max-width: 100%;
  padding-top: 70px;
  padding-bottom: 70px; }
  @media (max-width: 768.98px) {
    .pdp-info-detail-wrapper {
      padding-top: 20px; } }
  .pdp-info-detail-wrapper.specialRange {
    padding-right: 0;
    padding-left: 0; }
  .pdp-info-detail-wrapper .pdp-info-detail {
    margin: 0; }
    .pdp-info-detail-wrapper .pdp-info-detail .pdp-product-information, .pdp-info-detail-wrapper .pdp-info-detail .pdp-product-details {
      max-width: 512px;
      margin: 0 auto; }
    .pdp-info-detail-wrapper .pdp-info-detail .pdp-product-details.specialRange {
      max-width: 100%;
      margin: 0;
      padding-right: 0;
      padding-left: 0; }
      @media (max-width: 991.98px) {
        .pdp-info-detail-wrapper .pdp-info-detail .pdp-product-details.specialRange {
          margin-top: 60px; } }
      @media (max-width: 768.98px) {
        .pdp-info-detail-wrapper .pdp-info-detail .pdp-product-details.specialRange {
          margin-top: 0; } }
    @media (max-width: 768.98px) {
      .pdp-info-detail-wrapper .pdp-info-detail .pdp-product-information {
        order: 2; } }
    @media (max-width: 768.98px) {
      .pdp-info-detail-wrapper .pdp-info-detail .pdp-product-details {
        order: 1; } }
    .pdp-info-detail-wrapper .pdp-info-detail svg {
      max-width: fit-content; }
    @media (max-width: 768.98px) {
      .pdp-info-detail-wrapper .pdp-info-detail {
        margin: 0 2%; } }
    .pdp-info-detail-wrapper .pdp-info-detail .product-details-title, .pdp-info-detail-wrapper .pdp-info-detail .product-information-title {
      color: #F4F9F5;
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      font-family: "qualion";
      border-bottom: 1px solid #F4F9F5;
      line-height: 0.1em;
      margin: 3px 0 20px; }
      .pdp-info-detail-wrapper .pdp-info-detail .product-details-title span, .pdp-info-detail-wrapper .pdp-info-detail .product-information-title span {
        background: #2D5843;
        padding: 0 10px; }
    .pdp-info-detail-wrapper .pdp-info-detail .product-information-text {
      color: #F5F0ED;
      width: 100%;
      font-size: 20px;
      line-height: 28px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 14; }
      .pdp-info-detail-wrapper .pdp-info-detail .product-information-text b {
        font-size: 20px;
        line-height: 30px; }
      .pdp-info-detail-wrapper .pdp-info-detail .product-information-text.expand {
        -webkit-line-clamp: unset; }
      @media (max-width: 768.98px) {
        .pdp-info-detail-wrapper .pdp-info-detail .product-information-text {
          width: 100%;
          font-size: 16px;
          line-height: 24px;
          -webkit-line-clamp: 10; } }
    .pdp-info-detail-wrapper .pdp-info-detail .product-information-button {
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      text-decoration: underline;
      font-weight: 700; }
    .pdp-info-detail-wrapper .pdp-info-detail .product-details-benefits-item {
      color: #fff;
      font-family: "qualion";
      font-size: 16px;
      font-weight: 400;
      line-height: 24px; }

.pdp-food-image {
  height: 270px;
  background-color: #2D5843;
  background-repeat: no-repeat;
  background-position-x: center; }
  @media (max-width: 768.98px) {
    .pdp-food-image {
      border-radius: 0;
      background-size: 95%;
      height: 170px; } }

.pdp-food-image-range .food-image {
  height: 545px;
  width: 50vh;
  margin-left: auto;
  background-color: #2D5843;
  background-repeat: no-repeat;
  background-position-y: top; }
  @media (max-width: 768.98px) {
    .pdp-food-image-range .food-image {
      display: none !important; } }

.pdp-range-info-wrapper {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 768.98px) {
    .pdp-range-info-wrapper .row {
      margin-left: 5px;
      margin-right: 5px; } }
  .pdp-range-info-wrapper .product-range-info {
    max-width: 615px;
    margin: 0 auto;
    text-align: center; }
    .pdp-range-info-wrapper .product-range-info .product-range-title {
      color: #2D5843;
      text-align: center;
      font-size: 26px;
      line-height: 0.1rem;
      font-weight: 700;
      font-family: "qualion";
      margin: 10px 0 20px; }
      .pdp-range-info-wrapper .product-range-info .product-range-title span {
        background: #C1CB88; }
      .pdp-range-info-wrapper .product-range-info .product-range-title .product-range-title-1 {
        border-bottom: 1px solid #2D5843;
        line-height: 0.1rem;
        margin-bottom: 30px;
        font-weight: 800; }
        @media (max-width: 768.98px) {
          .pdp-range-info-wrapper .product-range-info .product-range-title .product-range-title-1 {
            font-size: 20px; } }
        .pdp-range-info-wrapper .product-range-info .product-range-title .product-range-title-1 span {
          padding: 0 10px; }
      .pdp-range-info-wrapper .product-range-info .product-range-title .title-2 {
        font-size: 0; }
        .pdp-range-info-wrapper .product-range-info .product-range-title .title-2 .product-range-title-2 {
          font-size: 30px; }
        .pdp-range-info-wrapper .product-range-info .product-range-title .title-2 .product-range-title-3 {
          font-size: 16px; }
    .pdp-range-info-wrapper .product-range-info .product-range-text {
      color: #0C2821;
      font-family: "qualion";
      font-size: 16px;
      line-height: 28px;
      font-weight: 400; }
  .pdp-range-info-wrapper .product-range-images {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768.98px) {
      .pdp-range-info-wrapper .product-range-images img {
        max-width: 250px;
        margin-top: 60px; } }

.pdp-ingredients-info .ingredients-percentage {
  font-size: 14px;
  line-height: 20px; }

.pdp-ingredients-info .pdp-flavours {
  margin: 0 7% 60px 7%; }

.pdp-ingredients-info .pdp-flavours .bundle-selector {
  height: 44px;
  gap: 0; }
  @media (max-width: 768.98px) {
    .pdp-ingredients-info .pdp-flavours .bundle-selector {
      height: 100%; } }
  .pdp-ingredients-info .pdp-flavours .bundle-selector .tab {
    height: 100%;
    min-width: fit-content !important;
    border: none !important;
    background-color: #d8d5d199; }
    .pdp-ingredients-info .pdp-flavours .bundle-selector .tab .tab-title {
      padding: 12px 24px;
      color: #464944;
      font-size: 14px;
      font-weight: 700;
      line-height: 20px;
      margin: 0 auto;
      justify-content: center; }
      @media (max-width: 768.98px) {
        .pdp-ingredients-info .pdp-flavours .bundle-selector .tab .tab-title {
          display: flex;
          justify-content: center;
          align-items: center; } }
    .pdp-ingredients-info .pdp-flavours .bundle-selector .tab.selected {
      background-color: #FCF9F4; }
    .pdp-ingredients-info .pdp-flavours .bundle-selector .tab.selected .tab-title {
      color: #2D5843 !important; }
  @media (max-width: 768.98px) {
    .pdp-ingredients-info .pdp-flavours .bundle-selector .tab-left {
      border-radius: 4px 4px 0 0; } }
  @media (max-width: 768.98px) {
    .pdp-ingredients-info .pdp-flavours .bundle-selector .tab-right {
      border-radius: 0 0 4px 4px; } }

.pdp-ingredients-info .pdp-composition, .pdp-ingredients-info .pdp-analytical, .pdp-ingredients-info .pdp-additives {
  margin: 0 auto;
  max-width: 700px; }
  .pdp-ingredients-info .pdp-composition table, .pdp-ingredients-info .pdp-analytical table, .pdp-ingredients-info .pdp-additives table {
    border-collapse: collapse; }
    .pdp-ingredients-info .pdp-composition table tr, .pdp-ingredients-info .pdp-analytical table tr, .pdp-ingredients-info .pdp-additives table tr {
      border-bottom: 1px solid #D8D5D1;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .pdp-ingredients-info .pdp-composition table tr td, .pdp-ingredients-info .pdp-analytical table tr td, .pdp-ingredients-info .pdp-additives table tr td {
        padding-bottom: 8px;
        padding-top: 8px; }
        .pdp-ingredients-info .pdp-composition table tr td:last-child, .pdp-ingredients-info .pdp-analytical table tr td:last-child, .pdp-ingredients-info .pdp-additives table tr td:last-child {
          text-align: right;
          min-width: 160px;
          font-weight: bold; }
      .pdp-ingredients-info .pdp-composition table tr:last-child, .pdp-ingredients-info .pdp-analytical table tr:last-child, .pdp-ingredients-info .pdp-additives table tr:last-child {
        border-bottom: none; }
  .pdp-ingredients-info .pdp-composition p, .pdp-ingredients-info .pdp-analytical p, .pdp-ingredients-info .pdp-additives p {
    margin-top: 8px; }
  .pdp-ingredients-info .pdp-composition .dropdown-asset, .pdp-ingredients-info .pdp-analytical .dropdown-asset, .pdp-ingredients-info .pdp-additives .dropdown-asset {
    border: unset !important;
    padding: 10px 0 !important; }
    .pdp-ingredients-info .pdp-composition .dropdown-asset .dropdown-title, .pdp-ingredients-info .pdp-analytical .dropdown-asset .dropdown-title, .pdp-ingredients-info .pdp-additives .dropdown-asset .dropdown-title {
      border-bottom: 1px solid #000;
      padding: 15px 0;
      flex-wrap: nowrap !important; }
    .pdp-ingredients-info .pdp-composition .dropdown-asset .dropdown-asset-content div, .pdp-ingredients-info .pdp-analytical .dropdown-asset .dropdown-asset-content div, .pdp-ingredients-info .pdp-additives .dropdown-asset .dropdown-asset-content div {
      width: 100%; }
      .pdp-ingredients-info .pdp-composition .dropdown-asset .dropdown-asset-content div td, .pdp-ingredients-info .pdp-analytical .dropdown-asset .dropdown-asset-content div td, .pdp-ingredients-info .pdp-additives .dropdown-asset .dropdown-asset-content div td {
        margin-bottom: 0px; }
        .pdp-ingredients-info .pdp-composition .dropdown-asset .dropdown-asset-content div td:last-child, .pdp-ingredients-info .pdp-analytical .dropdown-asset .dropdown-asset-content div td:last-child, .pdp-ingredients-info .pdp-additives .dropdown-asset .dropdown-asset-content div td:last-child {
          float: right;
          font-weight: bold; }

.pdp-composition-image-range .composition-image {
  height: 545px;
  background-color: #2D5843;
  background-repeat: no-repeat;
  background-position-y: top;
  margin-left: 10px; }
  @media (max-width: 768.98px) {
    .pdp-composition-image-range .composition-image {
      height: 400px;
      width: 300px;
      margin: 0 auto;
      background-size: auto 80%;
      background-position-x: center;
      background-position-y: center;
      margin-bottom: 40px; } }

.pd-advice-information {
  height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  @media (max-width: 768.98px) {
    .pd-advice-information {
      height: auto; } }
  .pd-advice-information img {
    position: absolute;
    bottom: 0;
    left: -56%;
    max-width: 100%; }
    @media (min-width: 440px) and (max-width: 543px) {
      .pd-advice-information img {
        left: -30%;
        max-width: 80%; } }
    @media (min-width: 544px) and (max-width: 749px) {
      .pd-advice-information img {
        max-width: 50%;
        left: 0; } }
    @media (min-width: 750px) and (max-width: 1199px) {
      .pd-advice-information img {
        left: 0;
        max-width: 23%; } }
    @media (min-width: 1200px) {
      .pd-advice-information img {
        max-width: 27%;
        left: 0; } }
  .pd-advice-information__content {
    width: 700px;
    height: 318px;
    padding: 48px 60px;
    margin-bottom: 60px;
    border-radius: 4px; }
    @media (max-width: 768.98px) {
      .pd-advice-information__content {
        width: 200px;
        height: auto;
        padding: 0;
        margin-left: 40%;
        margin-right: 15px;
        margin-top: 60px;
        margin-bottom: 30px; } }
    .pd-advice-information__content .pd-advice-information__title .firstLine {
      font-size: 20px;
      margin-bottom: 0; }
      @media (max-width: 768.98px) {
        .pd-advice-information__content .pd-advice-information__title .firstLine {
          font-size: 16px;
          line-height: 20px; } }
    .pd-advice-information__content .pd-advice-information__title .secondLine {
      font-size: 32px;
      line-height: 40px;
      font-weight: 700;
      margin-bottom: 0; }
      @media (max-width: 768.98px) {
        .pd-advice-information__content .pd-advice-information__title .secondLine {
          font-size: 28px;
          line-height: 34px; } }
    .pd-advice-information__content .pd-advice-information__text {
      font-size: 18px;
      line-height: 26px; }
      @media (max-width: 768.98px) {
        .pd-advice-information__content .pd-advice-information__text {
          font-size: 16px;
          line-height: 24px; } }
    .pd-advice-information__content a {
      width: fit-content; }
      .pd-advice-information__content a button {
        width: 219px;
        height: 56px;
        font-size: 18px !important;
        line-height: 18px !important; }
      @media (max-width: 768.98px) {
        .pd-advice-information__content a {
          width: 100%; }
          .pd-advice-information__content a button {
            width: 100%; } }

.recommendations {
  place-content: center; }
  .recommendations .recommendations-heading {
    width: 100%;
    max-width: 330px;
    margin: 3rem auto;
    background-color: #F5DB78;
    transform: rotate(-5deg); }
    .recommendations .recommendations-heading .heading-wrapper {
      padding: 15px 25px 20px 25px; }
  .recommendations .recommendations-title {
    color: #2D5843;
    font-size: 32px;
    line-height: 30px;
    font-weight: 700; }
    .recommendations .recommendations-title.bottom-line {
      color: #2D5843;
      font-weight: normal;
      font-size: 24px; }
      @media (max-width: 768.98px) {
        .recommendations .recommendations-title.bottom-line {
          font-size: 18px;
          line-height: 17px; } }
    @media (max-width: 768.98px) {
      .recommendations .recommendations-title {
        font-size: 24px;
        line-height: 17px; } }
  @media (min-width: 769px) {
    .recommendations .product-tile {
      height: 520px !important; } }
  .recommendations .product-tile .tile-body {
    padding-bottom: 15px; }
    .recommendations .product-tile .tile-body .info-content {
      justify-content: center;
      width: 85%;
      bottom: 95px; }
      @media (max-width: 768.98px) {
        .recommendations .product-tile .tile-body .info-content {
          bottom: 20px; } }
  @media (max-width: 768.98px) {
    .recommendations .product-tile.product-tile .tile-feefo {
      width: 115%; } }

.pdp-recommendations {
  padding: 30px 0 30px 0; }
  @media (max-width: 768.98px) {
    .pdp-recommendations {
      padding: 32px 0 32px 0; } }
  .pdp-recommendations .pdp-recommendations-title-wrapper {
    padding: 60px 0 42px 0; }
    @media (max-width: 768.98px) {
      .pdp-recommendations .pdp-recommendations-title-wrapper {
        padding: 0 0 24px 0; } }
  .pdp-recommendations .pdp-recommendations-title {
    color: #2D5843;
    font-family: "qualion";
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    padding: 0 10px 0 10px; }
    @media (max-width: 768.98px) {
      .pdp-recommendations .pdp-recommendations-title {
        font-size: 16px;
        line-height: 24px; } }
  .pdp-recommendations .pdp-recommendations-title-line {
    width: 148px;
    height: 0.7px;
    background-color: #2D5843; }
    @media (max-width: 768.98px) {
      .pdp-recommendations .pdp-recommendations-title-line {
        width: 53px; } }
  .pdp-recommendations .pdp-recommendations-carousel {
    max-width: 1400px;
    margin: auto;
    padding: 0 0 60px 0; }
    @media (max-width: 768.98px) {
      .pdp-recommendations .pdp-recommendations-carousel {
        max-width: 100%;
        padding: 0 0 32px 0; } }
  .pdp-recommendations .pdp-recommendations-swiper-prev {
    height: auto;
    width: auto;
    z-index: 2;
    left: -24px !important; }
    @media (max-width: 768.98px) {
      .pdp-recommendations .pdp-recommendations-swiper-prev {
        left: 0 !important;
        border-radius: 0px 2px 2px 0px;
        background-color: rgba(255, 255, 255, 0.5); }
        .pdp-recommendations .pdp-recommendations-swiper-prev svg {
          height: 16px;
          width: 16px; }
          .pdp-recommendations .pdp-recommendations-swiper-prev svg path {
            fill: #2D5843; } }
    .pdp-recommendations .pdp-recommendations-swiper-prev::after {
      content: ''; }
  .pdp-recommendations .pdp-recommendations-swiper-next {
    height: auto;
    width: auto;
    z-index: 2;
    right: -24px !important; }
    @media (max-width: 768.98px) {
      .pdp-recommendations .pdp-recommendations-swiper-next {
        right: 0 !important;
        border-radius: 0px 2px 2px 0px;
        background-color: rgba(255, 255, 255, 0.5); }
        .pdp-recommendations .pdp-recommendations-swiper-next svg {
          height: 16px;
          width: 16px; }
          .pdp-recommendations .pdp-recommendations-swiper-next svg path {
            fill: #2D5843; } }
    .pdp-recommendations .pdp-recommendations-swiper-next::after {
      content: ''; }
  .pdp-recommendations .swiper-slide .product-tile {
    padding: 0; }
    .pdp-recommendations .swiper-slide .product-tile .tile-feefo {
      margin: 0 0 16px 0; }
    @media (max-width: 768.98px) {
      .pdp-recommendations .swiper-slide .product-tile .tile-body {
        height: 101px; } }
    .pdp-recommendations .swiper-slide .product-tile .info-content {
      width: 100%; }
      @media (max-width: 768.98px) {
        .pdp-recommendations .swiper-slide .product-tile .info-content {
          bottom: 0; }
          .pdp-recommendations .swiper-slide .product-tile .info-content .price {
            margin-left: 0; } }
      .pdp-recommendations .swiper-slide .product-tile .info-content .tile-price-wrapper {
        margin: 0; }

@keyframes underline-enter {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.pdp-generic-module-container {
  padding: 48px 24px;
  gap: 40px; }
  @media (min-width: 769px) {
    .pdp-generic-module-container {
      padding: 80px 0;
      margin: 0 auto;
      max-width: 1400px;
      gap: 80px; } }
  .pdp-generic-module-container .pdp-generic-module-title {
    color: #00573F;
    text-align: center;
    font-family: "qualion";
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    width: fit-content;
    z-index: 1; }
    .pdp-generic-module-container .pdp-generic-module-title.underline-animation .underline::after {
      animation: underline-enter 2s 1; }
    .pdp-generic-module-container .pdp-generic-module-title .underline {
      z-index: 1; }
      .pdp-generic-module-container .pdp-generic-module-title .underline::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 14px;
        transform: rotate(-2deg);
        left: 0;
        bottom: 0;
        background: #F5DB78;
        z-index: -1; }
    @media (min-width: 769px) {
      .pdp-generic-module-container .pdp-generic-module-title {
        text-align: left;
        font-size: 40px;
        line-height: 48px; } }
  .pdp-generic-module-container .pdp-generic-module-image {
    width: 100%;
    border-radius: 24px; }
    @media (min-width: 769px) {
      .pdp-generic-module-container .pdp-generic-module-image {
        width: 540px; } }
  .pdp-generic-module-container .pdp-generic-module-description-wrapper {
    width: 100%;
    gap: 40px; }
    @media (min-width: 769px) {
      .pdp-generic-module-container .pdp-generic-module-description-wrapper {
        width: 540px;
        gap: 32px; } }
    .pdp-generic-module-container .pdp-generic-module-description-wrapper .pdp-generic-module-description {
      color: #00573F;
      text-align: center;
      font-family: "qualion";
      font-size: 15px;
      font-weight: 400;
      line-height: 24px; }
      .pdp-generic-module-container .pdp-generic-module-description-wrapper .pdp-generic-module-description a {
        color: #00573F; }
      .pdp-generic-module-container .pdp-generic-module-description-wrapper .pdp-generic-module-description li {
        text-align: left; }
      @media (min-width: 769px) {
        .pdp-generic-module-container .pdp-generic-module-description-wrapper .pdp-generic-module-description {
          text-align: left;
          font-size: 18px;
          line-height: 26px; } }
    .pdp-generic-module-container .pdp-generic-module-description-wrapper .pdp-generic-module-button {
      width: fit-content;
      font-size: 18px;
      font-weight: 700;
      line-height: 18px;
      padding: 16px 24px; }

.pdp-ingredients-module-container {
  padding: 48px 0;
  gap: 40px; }
  @media (min-width: 769px) {
    .pdp-ingredients-module-container {
      padding: 80px 0;
      margin: 0 auto;
      max-width: 1212px; } }
  .pdp-ingredients-module-container .pdp-ingredients-module-title-wrapper {
    padding: 0 24px;
    width: 100%;
    gap: 16px; }
    @media (min-width: 769px) {
      .pdp-ingredients-module-container .pdp-ingredients-module-title-wrapper {
        width: 720px;
        padding: 0; } }
    .pdp-ingredients-module-container .pdp-ingredients-module-title-wrapper .pdp-ingredients-module-title {
      color: #00573F;
      font-family: "qualion";
      font-size: 28px;
      font-weight: 700;
      line-height: 42px; }
    .pdp-ingredients-module-container .pdp-ingredients-module-title-wrapper .pdp-ingredients-module-subtitle {
      color: #00573F;
      font-family: "qualion";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; }
  .pdp-ingredients-module-container .pdp-ingredients-module-slide {
    padding: 0px 16px;
    gap: 16px; }
    .pdp-ingredients-module-container .pdp-ingredients-module-slide .pdp-ingredients-module-slide-image {
      width: 120px;
      height: 120px; }
    .pdp-ingredients-module-container .pdp-ingredients-module-slide .pdp-ingredients-module-slide-description {
      color: #00573F;
      font-family: "qualion";
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }

.product-tile .product-number-rating {
  display: flex; }

.product-tile .feefowidget-product-stars .feefowidget-star {
  font-size: 12px !important;
  line-height: 12px; }

.product-tile .feefo-product-stars-widget {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 6px;
  gap: 8px; }
  .product-tile .feefo-product-stars-widget .feefowidget-star:before {
    color: #F5DB78; }
  .product-tile .feefo-product-stars-widget .summary-rating .feefo-rating-stars {
    display: flex;
    align-items: center;
    line-height: unset; }
    @media (max-width: 768.98px) {
      .product-tile .feefo-product-stars-widget .summary-rating .feefo-rating-stars {
        display: inline-block; } }
  .product-tile .feefo-product-stars-widget .summary-rating .reviews-count {
    color: #000; }

@media (max-width: 991.98px) {
  .product-tile.product-tile .image-container {
    margin-bottom: 8px; } }

@media (min-width: 992px) {
  .product-tile.product-tile .tile-feefo {
    margin-bottom: 1rem;
    margin-top: -25px;
    height: 30px; } }

@media (max-width: 991.98px) {
  .product-tile.product-tile .tile-feefo {
    margin-top: 0;
    margin-bottom: 16px;
    width: 100%; } }

.product-tile.product-tile .tile-feefo .product-number-rating {
  margin: 0 auto;
  place-content: center; }

.product-tile.product-tile .tile-feefo .ratings {
  z-index: 99;
  border-radius: 16px; }
  .product-tile.product-tile .tile-feefo .ratings:has(.feefo-rating-stars) {
    box-shadow: 0px -4px 12px rgba(68, 68, 68, 0.3); }

.product-tile.product-tile .tile-feefo-sm {
  justify-content: center; }
  .product-tile.product-tile .tile-feefo-sm .feefo-product-stars-widget {
    background: none;
    padding: 0; }

.product-tile .feefowidget-product-stars__reviews-count {
  color: #000;
  font-size: 12px;
  font-feature-settings: "tnum"; }

.drop-element.drop-theme-feefo, .drop-element.drop-theme-feefo-no-triangle {
  display: none !important; }

.pdp-feefo-stars {
  gap: 16px; }
  .pdp-feefo-stars .pdp-feefo-star-rating {
    font-size: 16px; }
  .pdp-feefo-stars .pdp-feefo-back-stars {
    gap: 4px;
    color: #D8D5D1; }
  .pdp-feefo-stars .pdp-feefo-front-stars {
    gap: 4px;
    color: #00573F;
    top: 0; }
  .pdp-feefo-stars .pdp-feefo-stars-link {
    border-radius: 0;
    color: #00573F;
    font-family: "qualion";
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    border-bottom: 1px solid #00573F; }
    .pdp-feefo-stars .pdp-feefo-stars-link:hover {
      text-decoration: none; }

.pdp-feefo-product-reviews-wrapper {
  background-color: #fff; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-container {
    padding: 48px 24px;
    gap: 48px; }
    @media (min-width: 769px) {
      .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-container {
        padding: 48px 0;
        margin: 0 80px;
        max-width: 1400px; } }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-header,
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-header-info {
    gap: 24px; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-title {
    color: #00573F;
    font-family: "qualion";
    font-size: 28px;
    font-weight: 700;
    line-height: 42px; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-button {
    height: 56px;
    padding: 16px 24px;
    gap: 16px;
    width: 320px;
    height: 56px; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-gap {
    gap: 48px; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-review {
    border-top: 1px solid #D8D5D1;
    flex: 1 1 33%; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-review-date {
    color: #00573F;
    font-family: "qualion";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-review-text,
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-review-name-verified {
    color: #00573F;
    font-family: "qualion";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-review-name {
    color: #00573F;
    font-family: "qualion";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-icon {
    width: 20px;
    height: 20px;
    color: #fff; }
    .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-icon.green {
      color: #00573F; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-summary-rating {
    gap: 16px; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-summary-rating-text {
    color: #00573F;
    font-family: "qualion";
    font-size: 14px;
    font-weight: 700;
    line-height: 22px; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-summary-rating-border {
    border-right: 1px solid #00573F; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-summary-verified {
    color: #292F36;
    font-family: "qualion";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-summary-sort {
    height: 44px;
    width: 160px;
    padding: 12px 26px 12px 12px;
    border-radius: 4px;
    border: 1px solid #D8D5D1;
    color: #292E28;
    font-family: "qualion";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    appearance: none; }
  .pdp-feefo-product-reviews-wrapper .pdp-feefo-product-reviews-summary-sort-icon {
    height: 12px;
    width: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px; }

.zoomPad {
  position: relative;
  z-index: 99;
  cursor: crosshair; }

.zoomPreload {
  opacity: 0.8;
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../../img/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px; }

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair; }

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101; }

.zoomWindow {
  position: absolute;
  left: 100%;
  top: 0;
  background: #FFF;
  height: auto; }

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110; }

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60); }

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110; }

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101; }

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block; }

.image-block__image {
  border-radius: 8px;
  height: 432px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .image-block__image {
      border-radius: 16px; } }
  .image-block__image.full-bleed {
    position: relative; }
    .image-block__image.full-bleed .jqzoom {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .image-block__image.full-bleed .image-block__presentation {
      width: 100%;
      height: 100%;
      object-fit: cover;
      max-width: 100%;
      max-height: 100%;
      border-radius: 8px; }
      @media (min-width: 992px) {
        .image-block__image.full-bleed .image-block__presentation {
          border-radius: 16px; } }

.image-block__presentation {
  max-width: 388px;
  max-height: 334px; }

.image-block__thumbnails {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 28px; }

.image-block__thumbnail {
  width: 21.25%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 8px;
  overflow: hidden; }
  .image-block__thumbnail.borderActive {
    outline: 3px solid #00573F; }
  .image-block__thumbnail.full-bleed {
    padding: 2px; }
    .image-block__thumbnail.full-bleed img {
      width: 100%;
      height: 100%;
      border-radius: 8px; }
  .image-block__thumbnail a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    background-color: #FBF5EC; }
  .image-block__thumbnail img {
    width: 96px;
    height: 96px; }

* {
  font-family: "qualion"; }

.page {
  background-color: #FCF9F4; }

@media (max-width: 768.98px) {
  body {
    margin-bottom: 90px; } }

/* CONTAINER/NAMESPACE */
.pdp-container {
  padding-top: 5em;
  /* LEFT COLUMN */
  /* RIGHT COLUMN */ }
  @media (max-width: 768.98px) {
    .pdp-container {
      padding-top: 0; } }
  @media (min-width: 769px) {
    .pdp-container .pdp-col-left {
      position: relative;
      padding: 0; } }
  @media (min-width: 992px) {
    .pdp-container .pdp-col-left {
      padding: 0 30px 0 0; } }
  .pdp-container .pdp-col-left .pdp-main-image {
    display: flex;
    place-content: center;
    padding-top: 65px; }
  @media (min-width: 992px) {
    .pdp-container .pdp-col-left .desktop-scrolling-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 30px 0 0; } }
  .pdp-container .pdp-col-right {
    padding: 0 0 0 30px; }
    @media (max-width: 991.98px) {
      .pdp-container .pdp-col-right {
        padding: 0; } }
  .pdp-container .full-width-section .row {
    width: 100%;
    margin: 0 auto; }
  .pdp-container .full-width-section .content-asset {
    width: 100%; }
  @media (max-width: 768.98px) {
    .pdp-container .pdp-cart-and-price {
      position: fixed;
      background: white;
      bottom: -17px;
      width: 100%;
      z-index: 90; }
    .pdp-container .price {
      margin-left: 15px; }
    .pdp-container .quantity-wrapper {
      padding-right: 30px;
      margin-left: -15px;
      margin-top: 3px; }
    .pdp-container .radio-checkmark {
      width: 24px;
      height: 24px;
      margin-top: -13px;
      margin-right: -10px; } }
  .pdp-container .pdp-cart-and-price .black-total .discounted {
    color: #00573F;
    display: flex;
    align-items: center; }
  .pdp-container .pdp-cart-and-price .discounted-price-wrapper {
    text-decoration: line-through; }
  .pdp-container .bundle-items {
    max-width: 1028px;
    max-height: 220px;
    margin-right: auto;
    margin-left: auto; }
    .pdp-container .bundle-items .bundle-title {
      font-size: 18px;
      line-height: 26px;
      font-weight: 700;
      text-transform: uppercase;
      color: #2D5843; }
    .pdp-container .bundle-items .bundle-sub-title {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
    .pdp-container .bundle-items .bundle-item-links {
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      color: #2D5843; }
  .pdp-container .promotion-callout-group img {
    width: 11px;
    height: 13px;
    margin-right: 10px;
    margin-bottom: 3px; }
  .pdp-container .promotion-callout-group .promotion-msg {
    background-color: #EFEBE7;
    color: #07624A;
    font-size: 12px;
    line-height: 18px;
    padding: 4px 10px; }
  .pdp-container .pdp-ratings-technology-wrapper {
    gap: 16px; }
  .pdp-container .pdp-gallery-large {
    margin: 0 -8px 0 -8px; }
    .pdp-container .pdp-gallery-large .pdp-gallery-large-wrapper {
      width: 140px;
      height: 112px;
      cursor: pointer;
      border-radius: 8px;
      background-color: #FBF5EC; }
      .pdp-container .pdp-gallery-large .pdp-gallery-large-wrapper .pdp-gallery-large-image {
        max-width: 100%;
        max-height: 100%; }
        .pdp-container .pdp-gallery-large .pdp-gallery-large-wrapper .pdp-gallery-large-image.full-bleed {
          height: 100%;
          object-fit: cover;
          border-radius: 8px; }

.sl-wrapper {
  font-family: "qualion"; }
  .sl-wrapper .sl-close {
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    font-weight: 100;
    right: 14px;
    top: 14px;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    outline: 0; }
  .sl-wrapper .sl-counter {
    color: #fff;
    top: 14px;
    left: 14px;
    font-size: 14px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3); }
  .sl-wrapper .sl-navigation button {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 0;
    outline: 0;
    width: 32px; }

.pdp-page-designer-modules {
  background-color: #fff; }

.pdp-stats-carousel-wrapper {
  background-color: #BFCC80;
  padding: 32px 0px; }
  .pdp-stats-carousel-wrapper .pdp-stats-carousel-text {
    color: #00573F;
    font-family: "qualion";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 769px) {
      .pdp-stats-carousel-wrapper .pdp-stats-carousel-text {
        font-size: 18px;
        line-height: 26px; } }
  .pdp-stats-carousel-wrapper .pdp-stats-carousel-dot {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #00573F; }
  @media (min-width: 769px) {
    .pdp-stats-carousel-wrapper .pdp-stats-carousel-slide {
      width: fit-content; } }

.pdp-sub-and-save-wrapper {
  padding: 48px 24px;
  gap: 40px; }
  @media (min-width: 769px) {
    .pdp-sub-and-save-wrapper {
      padding: 80px 0;
      margin: 0 auto;
      max-width: 1160px;
      gap: 40px; } }
  .pdp-sub-and-save-wrapper .pdp-sub-and-save-title {
    color: #00573F;
    font-family: "qualion";
    font-size: 28px;
    font-weight: 700;
    line-height: 42px; }
  .pdp-sub-and-save-wrapper .pdp-sub-and-save-subtitle {
    color: #00573F;
    font-family: "qualion";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
  .pdp-sub-and-save-wrapper .pdp-sub-and-save-tiles {
    gap: 40px; }
    @media (min-width: 769px) {
      .pdp-sub-and-save-wrapper .pdp-sub-and-save-tiles {
        gap: 80px; } }
    .pdp-sub-and-save-wrapper .pdp-sub-and-save-tiles .pdp-sub-and-save-tiles-wrapper {
      gap: 24px; }
      @media (min-width: 769px) {
        .pdp-sub-and-save-wrapper .pdp-sub-and-save-tiles .pdp-sub-and-save-tiles-wrapper {
          gap: 80px; } }
    .pdp-sub-and-save-wrapper .pdp-sub-and-save-tiles .pdp-sub-and-save-tile {
      gap: 16px;
      max-width: 152px; }
      @media (min-width: 769px) {
        .pdp-sub-and-save-wrapper .pdp-sub-and-save-tiles .pdp-sub-and-save-tile {
          max-width: 230px; } }
    .pdp-sub-and-save-wrapper .pdp-sub-and-save-tiles .pdp-sub-and-save-tile-text {
      color: #00573F;
      font-family: "qualion";
      font-size: 18px;
      font-weight: 700;
      line-height: 26px; }
    .pdp-sub-and-save-wrapper .pdp-sub-and-save-tiles .pdp-sub-and-save-tile-image {
      width: 96px;
      height: 96px; }

/*# sourceMappingURL=detail.css.map*/