html,
body {
  background: #ffffff;
}

body .header-top,
body .header-top .container-md,
body .header-top-desktop {
  background: #9ed6e5;
}

body .container-md {
  background: #ffffff;
}

body#index {
  background: linear-gradient(160deg, #def1f6 0%, #9ed6e4 55%, #466189 100%);
}

body#index .ps-home-modules {
  width: calc(100% - 48px);
  max-width: 1440px;
  margin-inline: auto;
}

body .header-top a:not(.dropdown-item):hover,
body .header-top a:not(.dropdown-item):hover i,
body .header-top .current > a,
body .header-top .current > a i {
  color: #cd2b54 !important;
}

body#checkout .payment__list {
  display: grid;
  gap: 12px;
}

body#checkout .payment__list > .payment__option,
body#checkout .payment__list > .js-additional-information,
body#checkout .payment__list > .js-payment-option-form {
  display: none !important;
}

body#checkout .payment-method-accordion {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce4ee;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(31, 47, 85, .06);
  transition: border-color .18s ease, box-shadow .18s ease;
}

body#checkout .payment-method-accordion:hover {
  border-color: #9ed6e5;
  box-shadow: 0 4px 14px rgba(31, 47, 85, .1);
}

body#checkout .payment-method-accordion.is-open {
  border-color: #dce4ee;
  box-shadow: 0 5px 16px rgba(31, 47, 85, .1);
}

body#checkout .payment-method-accordion__header {
  display: flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  color: #0d6efd;
  background: #fff;
  border: 0;
  text-align: left;
  cursor: pointer;
}

body#checkout .payment-method-accordion__header:focus-visible {
  outline: 3px solid rgba(13, 110, 253, .22);
  outline-offset: -3px;
}

body#checkout .payment-method-accordion.is-open .payment-method-accordion__header {
  color: #1f2f55;
  background: #eaf3ff;
  border-bottom: 1px solid #c9dcf4;
}

body#checkout .payment-method-accordion__icon {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-size: 20px;
}

body#checkout .payment-method-accordion__title {
  flex: 1 1 auto;
  font-size: 15px;
  font-weight: 600;
}

body#checkout .payment-method-accordion__chevron {
  font-size: 22px;
  transition: transform .18s ease;
}

body#checkout .payment-method-accordion.is-open .payment-method-accordion__chevron {
  transform: rotate(180deg);
}

body#checkout .payment-method-accordion__body {
  display: none;
  padding: 18px 16px;
  background: #fff;
}

body#checkout .payment-method-accordion.is-open .payment-method-accordion__body {
  display: block;
}

body#checkout .payment-method-accordion__option {
  margin: 0 0 12px;
  padding: 10px 12px;
  border: 1px solid #e1e6ed;
  border-radius: 7px;
  cursor: pointer;
}

body#checkout .payment-method-accordion__option:has(input:checked) {
  color: #0d6efd;
  background: #f3f8ff;
  border-color: #9fc5fa;
}

body#checkout .payment-method-accordion .payment__option:first-child > .payment-method-accordion__option {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body#checkout .payment-method-accordion .js-payment-option-form,
body#checkout .payment-method-accordion .js-additional-information {
  margin: 0 !important;
}

body#checkout .bankwire-information__intro {
  margin: 0 0 16px;
  color: #44506a;
  line-height: 1.5;
}

body#checkout .bankwire-information__reference {
  margin: 0 0 16px;
  padding: 13px 15px;
  color: #664d03;
  background: #fff3cd;
  border: 1px solid #ffecb5;
  border-radius: 8px;
  line-height: 1.5;
}

body#checkout .bankwire-information__details {
  padding: 16px;
  background: #f7f9fc;
  border: 1px solid #dce4ee;
  border-radius: 8px;
}

body#checkout .bankwire-information__details h4 {
  margin: 0 0 12px;
  color: #1f2f55;
  font-size: 17px;
}

body#checkout .bankwire-information__details dl {
  display: grid;
  grid-template-columns: minmax(150px, .4fr) 1fr;
  gap: 7px 18px;
  margin: 0;
}

body#checkout .bankwire-information__details dt,
body#checkout .bankwire-information__details dd {
  margin: 0;
}

body#checkout .bankwire-information__details dt {
  color: #58657a;
  font-weight: 600;
}

body#checkout .bankwire-information__details dd {
  color: #1f2f55;
  font-weight: 700;
  overflow-wrap: anywhere;
}

@media (max-width: 767px) {
  body#checkout .payment-method-accordion__header {
    flex-wrap: wrap;
  }

  body#checkout .payment-method-accordion__body {
    padding: 14px 12px;
  }

  body#checkout .bankwire-information__details dl {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  body#checkout .bankwire-information__details dd + dt {
    margin-top: 8px;
  }
}

@media (min-width: 992px) {
  body .product-miniature__image-container {
    max-height: 220px;
    overflow: hidden;
  }

  body .product-miniature__image {
    width: 100%;
    height: 220px;
    object-fit: contain;
  }

  body.page-product .product__images .carousel-item img.img-fluid {
    max-height: 560px;
    width: 100%;
    object-fit: contain;
  }
}

.spf-cookie-consent[hidden],
.spf-cookie-consent__settings[hidden],
.spf-cookie-consent__floating[hidden],
.spf-cookie-consent__button[hidden] {
  display: none !important;
}

.spf-cookie-consent {
  position: fixed;
  inset: auto 18px 18px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.spf-cookie-consent__panel {
  width: min(100%, 980px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  padding: 22px;
  color: var(--brand-text-light, #eef6f8);
  background: linear-gradient(135deg, var(--brand-primary-dark, #1f2f55), var(--brand-primary, #29406b));
  border: 1px solid rgba(158, 214, 229, .34);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(7, 18, 43, .38);
  pointer-events: auto;
}

.spf-cookie-consent__tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 12px;
  margin-bottom: 10px;
  color: #fff;
  background: var(--brand-accent, #cd2b54);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.spf-cookie-consent h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1.12;
}

.spf-cookie-consent p {
  max-width: 760px;
  margin: 0;
  color: var(--brand-cyan, #9ed6e5);
  font-size: 15px;
  line-height: 1.45;
}

.spf-cookie-consent__settings {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-top: 16px;
}

.spf-cookie-consent__choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0;
  padding: 12px 14px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  cursor: pointer;
}

.spf-cookie-consent__choice small {
  display: block;
  margin-top: 3px;
  color: rgba(238, 246, 248, .78);
  font-size: 13px;
  line-height: 1.35;
}

.spf-cookie-consent__choice input {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  accent-color: var(--brand-accent, #cd2b54);
}

.spf-cookie-consent__choice--locked {
  cursor: default;
}

.spf-cookie-consent__actions {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 310px;
}

.spf-cookie-consent__button,
.spf-cookie-consent__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.spf-cookie-consent__button--primary {
  color: #fff;
  background: var(--brand-accent, #cd2b54);
  border-color: var(--brand-accent, #cd2b54);
}

.spf-cookie-consent__button--primary:hover {
  color: #fff;
  background: var(--brand-accent-hover, #b9244a);
  border-color: var(--brand-accent-hover, #b9244a);
}

.spf-cookie-consent__button--light {
  color: var(--brand-primary-dark, #1f2f55);
  background: #fff;
  border-color: #fff;
}

.spf-cookie-consent__button--ghost,
.spf-cookie-consent__link {
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .24);
}

.spf-cookie-consent__link {
  text-decoration: none;
}

.spf-cookie-consent__floating {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  min-height: 38px;
  padding: 8px 14px;
  color: #fff;
  background: var(--brand-primary-dark, #1f2f55);
  border: 1px solid rgba(158, 214, 229, .38);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(7, 18, 43, .28);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .spf-cookie-consent {
    inset: auto 10px 10px;
  }

  .spf-cookie-consent__panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .spf-cookie-consent h2 {
    font-size: 21px;
  }

  .spf-cookie-consent__actions {
    min-width: 0;
    justify-content: stretch;
  }

  .spf-cookie-consent__button,
  .spf-cookie-consent__link {
    flex: 1 1 100%;
  }
}
