:root {
  --pl-blue: #2EA7C6;
  --pl-gray: #F8F8F8;
  --pl-dark-gray: #a6a6a6;
  --pl-green: #636B2F;
  --pl-black: #000000;
  --pl-border: #F0F0F0;
  --pl-line: #E2E2E2;
  --pl-orange: #E48628;
  --pl-red: #ee0635;
  --pl-font-regular: 400;
  --pl-font-semi-bold: 600;
  --pl-font-bold: 700;
}

::backdrop {
  background-color: #000;
  opacity: 0.75;
}

dialog {
  border-radius: 16px;
  padding: 28px 24px;
  background-color: #f5f0e8;
  border: none;
  box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}

.pl-text-black {
  color: var(--pl-black)
}

.select-label {
  text-align: center;
  width: 100%;
  line-height: 32px;
}

.bs-img-fluid {
  max-width: 100%;
  height: auto;
}

.bs-svg-fluid {
  width: 100%;
  height: auto;
}

.blank-img-wrapper {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

img.bs-selected {
  outline: 1px #000 dotted;
}

.bg-pl-green {
  background-color: var(--pl-green);
}

.step-title {
  position: relative;
  color: #fff;
  background-color: #636B2F;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
}

.step-title::before {
  content: attr(data-step);
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 28px;
  font-weight: 700;
}

.step-title.active {
  background-color: var(--pl-green);
  margin-bottom: 0;
  position: sticky;
  top: 65px;
  z-index: 2;
}

.bs-lh-32 {
  line-height: 32px;
}

.bs-w-100 {
  width: 100% !important;
}

.bs-h-auto {
  height: auto !important;
}

.bs-w-50 {
  width: 50% !important;
}

.bs-alert {
  color: var(--pl-red);
}

.select-label-wrapper {
  border-bottom: 1px solid #ccc;
}

.select-label.divider {
  border-left: 1px solid #ccc;
}

.bs-text-decoration-underline {
  text-decoration: underline !important;
}

.bs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ccc;
  border-radius: 0;
}

.bs-d-block {
  display: block;
}

.bs-card-body {
  flex: 1 1 auto;
  padding: 16px;
  color: #000;
}

.bs-btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.bs-btn-check + .bs-btn-focus:hover {

}

.bs-btn-check:focus-visible + .bs-btn-focus {
  /*border-color: var(--bs-btn-hover-border-color);*/
  outline: 1px solid;
  /*box-shadow: var(--bs-btn-focus-box-shadow);*/
}

.bs-image-btn {
  z-index: 1;
  position: relative;
  flex: 1 1 auto;
  margin-inline-end: 16px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  padding: 16px;
  cursor: pointer;
}

.bs-justify-content-space-evenly {
  justify-content: space-evenly;
}

.bs-image-btn:hover {
  border-color: #333;
}

.bs-type-btn {
  z-index: 1;
  position: relative;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #222222;
}

.bs-type-btn.selected img {
  /*border-color: #000;*/
  /*outline: 2px solid #000;*/
}

h1 {
  font-size: 24px;
  font-weight: normal;
  color: #111111;
  margin-bottom: 25px;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  color: #111111;
  margin-bottom: 25px;
}

.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.bs-type-btn:hover {
}

.bs-type-btn span {
  font-size: 14px;
  line-height: 18px;
  color: #222222;
  font-weight: bold;
}

.section-radio-title {
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 10px;
}

.bs-type-btn span.two-lines {
  min-height: 36px;
  display: block;
}

.bs-form-label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  line-height: 21px;
}

.bs-help-box {
  padding: 1rem;
  background-color: rgba(52, 163, 205, 0.1);
  border-radius: 6px;
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}

.bs-help-box-final {
  padding: 1rem;
  background-color: rgba(52, 163, 205, 0.1);
  border-radius: 6px;
  color: #222222;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}

.single-item {
  color: #222222;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.bs-form-check-input {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 6px;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: unset;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #979797;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.bs-form-check {
  display: block;
  min-height: 1.5rem;
  padding-right: 1.5em;
  margin-bottom: .125rem;
}

.bs-form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.bs-form-check-input[type=radio] {
  border-radius: 50%;
}

.bs-form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23636B2F'/%3E%3C/svg%3E");
}

.bs-form-check-input:checked {
  border-color: #636B2F;
}

.bs-form-check .bs-form-check-input {
  float: right;
  margin-right: -1.5em;
}

.bs-form-control {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #222222;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bs-form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #212529bf;
}

.bs-form-control.with-ph {
  padding-inline-end: 50px;
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url("../images/cm.png");
}

.bs-form-control.with-ph:focus-visible {
  outline: none;
}

.bs-form-control.with-ph.is-invalid {
  border-color: #ee0635;
}

.bs-form-control.with-ph.is-invalid:focus-visible {
  outline-color: #ee0635;
}

.bs-form-select {
  display: block;
  width: 100%;
  padding: 8px 12px 8px 36px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #222222;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 16px 12px;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bs-form-select.bs-form-select-borderless {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  padding-inline-end: 40px;
  outline: none;
}

.bs-flex-wrap {
  flex-wrap: wrap !important;
}

.bs-btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.font-weight-regular {
  font-weight: var(--pl-font-regular);
}

.font-weight-semi-bold {
  font-weight: var(--pl-font-semi-bold);
}

.font-weight-bold {
  font-weight: var(--pl-font-bold);
}

.bg-gray {
  background-color: var(--pl-gray);
}

.bg-white {
  background-color: #fff;
}

.bs-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.bs-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.bs-container {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

.bs-col {
  flex: 1 0 0;
}

.bs-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.bs-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.bs-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.bs-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.bs-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.bs-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.bs-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.bs-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.bs-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.bs-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.bs-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.bs-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.bs-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.bs-g-0,
.bs-gx-0 {
  --bs-gutter-x: 0;
}

.bs-g-0,
.bs-gy-0 {
  --bs-gutter-y: 0;
}

.bs-g-1,
.bs-gx-1 {
  --bs-gutter-x: 4px;
}

.bs-g-1,
.bs-gy-1 {
  --bs-gutter-y: 4px;
}

.bs-g-2,
.bs-gx-2 {
  --bs-gutter-x: 8px;
}

.bs-g-2,
.bs-gy-2 {
  --bs-gutter-y: 8px;
}

.bs-g-3,
.bs-gx-3 {
  --bs-gutter-x: 16px;
}

.bs-g-3,
.bs-gy-3 {
  --bs-gutter-y: 16px;
}

.bs-g-4,
.bs-gx-4 {
  --bs-gutter-x: 24px;
}

.bs-g-4,
.bs-gy-4 {
  --bs-gutter-y: 24px;
}

.bs-g-5,
.bs-gx-5 {
  --bs-gutter-x: 48px;
}

.bs-g-5,
.bs-gy--5 {
  --bs-gutter-y: 48px;
}

.top-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.fonts20 {
  font-size: 20px;
}

.fonts23 {
  font-size: 23px;
}

.w-10-ch {
  width: 10ch;
}

.bs-img-thumbnail {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

.bs-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.bs-mx-1 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.bs-mx-2 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.bs-mx-3 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.bs-mb-0 {
  margin-bottom: 0 !important;
}

.bs-mb-1 {
  margin-bottom: 4px !important;
}

.bs-mb-2 {
  margin-bottom: 8px !important;
}

.bs-mb-3 {
  margin-bottom: 16px !important;
}

.bs-mb-4 {
  margin-bottom: 32px !important;
}

.bs-mb-5 {
  margin-bottom: 40px !important;
}

.bs-justify-content-between {
  justify-content: space-between !important;
}

.bs-mt-1 {
  margin-top: 4px !important;
}

.bs-mt-2 {
  margin-top: 8px !important;
}

.bs-mt-3 {
  margin-top: 16px !important;
}

.bs-mt-4 {
  margin-top: 32px !important;
}

.bs-mt-5 {
  margin-top: 64px !important;
}

.bs-my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.bs-flex-column {
  flex-direction: column !important;
}

.h100 {
  height: 100% !important;
}

.bs-btn-check:checked ~ .bs-type-btn {
}

.shower-type-box {
  position: relative;
  padding: 0.375rem;
  box-shadow: 0 0 15px 5px #00000015;
  border-radius: 10px;
  overflow: hidden;
}

.floating-next {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 110px;
  box-shadow: 0 -2px 5px 2px #00000052;
  background-color: #fff;
}

.shower-total {
  color: #222222;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}

.shower-type-box.selected {
  outline: 2px solid #636B2F;
  background-color: #eef2e6;
}

.shower-type-box.selected::after {
  position: absolute;
  top: calc(50% - 9px);
  left: 8px;
  content: '';
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%23636B2F' width='18' height='18' rx='9'/%3E%3Cpath d='m12.897 5.634-.819-.55a.5.5 0 0 0-.687.13l-4.006 5.849L5.543 9.24a.5.5 0 0 0-.699 0l-.699.693a.486.486 0 0 0 0 .693l2.831 2.804a.97.97 0 0 0 .632.277c.225 0 .45-.14.596-.35l4.824-7.044a.487.487 0 0 0-.131-.679z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 18px;
  height: 18px;
}

.bs-p-1 {
  padding: 0.5rem !important;
}

.bs-py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.bs-py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.bs-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.bs-px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.bs-order-0 {
  order: 0;
}

.bs-order-1 {
  order: 1;
}

.bs-align-items-start {
  align-items: start !important;
}

.bs-align-items-center {
  align-items: center !important;
}

.bs-align-items-end {
  align-items: end !important;
}

.bs-align-content-center {
  align-content: center !important;
}

.bs-justify-content-center {
  justify-content: center !important;
}

.img-beige-wrapper {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-color: #ebeee0;
}

.position-relative {
  position: relative;
}

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

.selected-template img {
  height: 300px;
}

.bs-btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bs-btn-submit {
  border-color: #636B2F;
  color: #fff;
  background-color: #636B2F;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
}

.bs-btn-submit:disabled {
  opacity: 1;
  cursor: not-allowed;
  background-color: #a6a6a6;
  border-color: #a6a6a6;
}

.bs-btn-back {
  border-color: #636B2F;
  color: #636B2F;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 100px;
}

.bs-btn-back:disabled {
  opacity: 1;
  cursor: not-allowed;
  color: #a6a6a6;
  border-color: #a6a6a6;
}

#module-showers-page #columns {
  padding-top: 0;
}

#module-showers-page #center_column {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  #module-showers-page #columns {
    padding-bottom: 120px;
  }

  #module-showers-page .below-footer,
  #module-showers-page #footer {
    display: none;
  }

  #module-showers-page #floating-phone {
    bottom: 3vh;
    z-index: 1000;
  }

  fieldset {
    width: 100%;
  }

  .step-title {
    width: calc(100% + 24px);
    display: block;
    margin-right: -12px;
    max-width: unset;
  }

  .step-title.active {
    margin-bottom: 8px;
  }

  .two-lines-min {
    min-height: 36px;
  }
}

@media (min-width: 768px) {
  .bs-col-md {
    flex: 1 0 0;
  }

  .bs-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .bs-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .bs-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .bs-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .bs-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .bs-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .bs-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .bs-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .bs-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .bs-g-md-0,
  .bs-gx--md-0 {
    --bs-gutter-x: 0;
  }

  .bs-g-md-0,
  .bs-gy--md-0 {
    --bs-gutter-y: 0;
  }

  .bs-g-md-1,
  .bs-gx--md-1 {
    --bs-gutter-x: 4px;
  }

  .bs-g-md-1,
  .bs-gy--md-1 {
    --bs-gutter-y: 4px;
  }

  .bs-g-md-2,
  .bs-gx--md-2 {
    --bs-gutter-x: 8px;
  }

  .bs-g-md-2,
  .bs-gy--md-2 {
    --bs-gutter-y: 8px;
  }

  .bs-g-md-3,
  .bs-gx--md-3 {
    --bs-gutter-x: 16px;
  }

  .bs-g-md-3,
  .bs-gy--md-3 {
    --bs-gutter-y: 16px;
  }

  .bs-g-md-4,
  .bs-gx--md-4 {
    --bs-gutter-x: 24px;
  }

  .bs-g-md-4,
  .bs-gy--md-4 {
    --bs-gutter-y: 24px;
  }

  .bs-g-md-5,
  .bs-gx--md-5 {
    --bs-gutter-x: 48px;
  }

  .bs-g-md-5,
  .bs-gy--md-5 {
    --bs-gutter-y: 48px;
  }

  .bs-md-p4 {
    padding: 64px !important;
  }

  .bs-order-md-0 {
    order: 0;
  }

  .bs-order-md-1 {
    order: 1;
  }

  #module-showers-page #columns {
    padding-top: 15px;
  }

  #module-showers-page #header-blocks {
    display: block;
  }

  #module-showers-page #center_column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .bs-col-lg {
    flex: 1 0 0;
  }

  .bs-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs-col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .bs-col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .bs-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs-col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .bs-col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .bs-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs-col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .bs-col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .bs-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs-col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .bs-col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .bs-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .bs-g-lg-0,
  .bs-gx--lg-0 {
    --bs-gutter-x: 0;
  }

  .bs-g-lg-0,
  .bs-gy--lg-0 {
    --bs-gutter-y: 0;
  }

  .bs-g-lg-1,
  .bs-gx--lg-1 {
    --bs-gutter-x: 4px;
  }

  .bs-g-lg-1,
  .bs-gy--lg-1 {
    --bs-gutter-y: 4px;
  }

  .bs-g-lg-2,
  .bs-gx--lg-2 {
    --bs-gutter-x: 8px;
  }

  .bs-g-lg-2,
  .bs-gy--lg-2 {
    --bs-gutter-y: 8px;
  }

  .bs-g-lg-3,
  .bs-gx--lg-3 {
    --bs-gutter-x: 16px;
  }

  .bs-g-lg-3,
  .bs-gy--lg-3 {
    --bs-gutter-y: 16px;
  }

  .bs-g-lg-4,
  .bs-gx--lg-4 {
    --bs-gutter-x: 24px;
  }

  .bs-g-lg-4,
  .bs-gy--lg-4 {
    --bs-gutter-y: 24px;
  }

  .bs-g-lg-5,
  .bs-gx--lg-5 {
    --bs-gutter-x: 48px;
  }

  .bs-g-lg-5,
  .bs-gy--lg-5 {
    --bs-gutter-y: 48px;
  }
}

@media (min-width: 1200px) {
  .bs-col-xl {
    flex: 1 0 0;
  }

  .bs-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .bs-col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .bs-col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .bs-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .bs-col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .bs-col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .bs-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .bs-col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .bs-col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .bs-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .bs-col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .bs-col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .bs-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .bs-g-xl-0,
  .bs-gx--xl-0 {
    --bs-gutter-x: 0;
  }

  .bs-g-xl-0,
  .bs-gy--xl-0 {
    --bs-gutter-y: 0;
  }

  .bs-g-xl-1,
  .bs-gx--xl-1 {
    --bs-gutter-x: 4px;
  }

  .bs-g-xl-1,
  .bs-gy--xl-1 {
    --bs-gutter-y: 4px;
  }

  .bs-g-xl-2,
  .bs-gx--xl-2 {
    --bs-gutter-x: 8px;
  }

  .bs-g-xl-2,
  .bs-gy--xl-2 {
    --bs-gutter-y: 8px;
  }

  .bs-g-xl-3,
  .bs-gx--xl-3 {
    --bs-gutter-x: 16px;
  }

  .bs-g-xl-3,
  .bs-gy--xl-3 {
    --bs-gutter-y: 16px;
  }

  .bs-g-xl-4,
  .bs-gx--xl-4 {
    --bs-gutter-x: 24px;
  }

  .bs-g-xl-4,
  .bs-gy--xl-4 {
    --bs-gutter-y: 24px;
  }

  .bs-g-xl-5,
  .bs-gx--xl-5 {
    --bs-gutter-x: 48px;
  }

  .bs-g-xl-5,
  .bs-gy--xl-5 {
    --bs-gutter-y: 48px;
  }

  .bs-my-md-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .bs-md-justify-content-start {
    justify-content: start !important;
  }

  body#module-showers-page {
    padding-bottom: 115px;
  }

  #module-showers-page #floating-phone,
  #module-showers-page #floating-cart {
    z-index: 1000;
  }

  .text-md-start {
    text-align: start !important;
  }

  .step-title {
    text-align: start !important;
    padding-right: 50px;
  }

  .step-wrapper {
    margin-top: 15px;
    box-shadow: 0 0 15px 5px #00000015;
    padding: 25px !important;
  }

  .floating-next {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    box-shadow: none;
    margin-top: 45px;
  }

  .bs-px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs-px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .bs-w-m-100 {
    width: 100% !important;
  }

  .bs-justify-content-m-start {
    justify-content: start !important;
  }

  .bs-mb-m-0 {
    margin-bottom: 0 !important;
  }
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.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;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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-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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms 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;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.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: var(--swiper-pagination-bullet-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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms 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: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next: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:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */

/* FIX v6 -- clean card border on mobile */
@media (max-width: 767px) {
  h1 {
    text-align: center !important;
    margin-top: 24px !important;
    margin-bottom: 20px !important;
  }
  fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 6px !important;
    box-shadow: none !important;
  }
  .step-title {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding-right: 44px !important;
    padding-left: 12px !important;
    border-radius: 12px !important;
    margin-bottom: 6px !important;
  }
  .step-title.active {
    position: relative !important;
    top: auto !important;
    box-shadow: none !important;
    border-radius: 12px 12px 0 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .step-wrapper {
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 0 12px 12px !important;
    border: 2px solid rgba(99,107,47,0.35) !important;
    border-top: none !important;
    margin: 0 !important;
  }
  dialog {
    margin: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 88vw !important;
    border-radius: 16px !important;
    padding: 28px 20px !important;
    border: none !important;
  }
  dialog .btn {
    display: block !important;
    width: 100% !important;
    margin-bottom: 12px !important;
    padding: 14px !important;
  }
  dialog .bs-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
  }
  dialog .bs-col-auto {
    width: 100% !important;
  }
}
/* Dialog buttons */
.btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 2px solid transparent;
  font-family: inherit;
}
.btn-amaranth {
  background-color: #636B2F;
  color: #fff;
  border-color: #636B2F;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.btn-berez-blue {
  background-color: #fff;
  color: #636B2F;
  border-color: #636B2F;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.btn-primary {
  background-color: #fff;
  color: #636B2F;
  border-color: #636B2F;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.btn-black {
  background-color: #fff;
  color: #333;
  border-color: #333;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.no-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}