/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./Css/_index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************/
/* Exposed to .slide-crsl so it also works in shadow dom in back office components*/
:root, .slide-crsl {
  --font-family: Afacad Flux, serif;
  --font-size--xxs: rems(10px);
  --font-size--xs: rems(12px);
  --font-size--sm: rems(14px);
  --font-size: rems(16px);
  --font-size--md: rems(18px);
  --font-size--lg: rems(20px);
  --font-size--xl: rems(24px);
  --font-size--xxl: rems(30px);
  --font-weight--xl: 300;
  --font-weight--l: 400;
  --font-weight: 500;
  --font-weight--sb: 600;
  --font-weight--b: 700;
  --font-weight--xb: 800;
  --font-icon: rems(32px);
  --font-icon--sm: rems(16px);
  --font-icon--lg: rems(40px);
  --line-height: 140%;
}

b, strong, .bold {
  font-weight: var(--font-weight--b);
}

italic {
  font-style: italic;
}

html, body, main {
  font-family: var(--font-family);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p {
  margin: 0 0 1.25rem 0;
}

p, p a {
  font-size: 1.25rem;
  font-weight: var(--font-weight--l);
  line-height: var(--line-height);
}

.p--xl {
  font-weight: var(--font-weight--l);
  font-size: 2rem;
  line-height: 120%;
}

p, p a, a, button, input, label, ul, li, h1, h2, h3, h4, h5, h6, select {
  font-family: var(--font-family);
}

p a {
  color: var(--color--purple);
}

.grid-areas {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .grid-areas {
    gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .grid-areas {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .grid-areas {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1441px) {
  .grid-areas {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    max-width: var(--max-width);
  }
}
.grid-areas--fw {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  max-width: unset;
  width: 100%;
}
.grid-areas--fwi {
  position: relative;
  width: 100%;
}
.grid-areas--mb {
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .grid-areas--mb {
    margin-bottom: 1.875rem;
  }
}
.grid-areas-clip {
  position: absolute;
  z-index: 0;
  inset: 0;
}
.grid-areas-clip--topleft {
  clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0 100%);
}
.grid-areas-clip--topright {
  clip-path: polygon(0 10%, 100% 20%, 100% 100%, 0 100%);
  -webkit-clip-path: polygon(0 10%, 100% 20%, 100% 100%, 0 100%);
}
.grid-areas-clip--bottomright {
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 90%);
}
.grid-areas-clip--bottomleft {
  clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 80%);
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 90%, 0 80%);
}
.grid-areas .grid-area {
  z-index: 2;
}
.grid-areas .grid-area--3, .grid-areas .grid-area--4, .grid-areas .grid-area--6, .grid-areas .grid-area--12 {
  width: 100%;
}
@media (min-width: 768px) {
  .grid-areas .grid-area--3 {
    flex: 1 1 calc((100% - 60px) / 4);
  }
}
@media (min-width: 768px) {
  .grid-areas .grid-area--4 {
    flex: 1 1 calc((100% - 40px) / 3);
  }
}
@media (min-width: 768px) {
  .grid-areas .grid-area--6 {
    flex: 1 1 calc((100% - 20px) / 2);
  }
}
@media (min-width: 768px) {
  .grid-areas .grid-area--12 {
    width: 100%;
  }
}

/* Exposed to .slide-crsl so it also works in shadow dom in back office components*/
:root, .slide-crsl {
  --color--white: #ffffff;
  --color--black: #000000;
  --color--purple-l90: #e4dff7;
  --color--purple-l40: #392a65;
  --color--purple-l20: #8a56fb;
  --color--purple: #221553;
  --color--purple-d20: #1b1142;
  --color--lilac: #9189a9;
  --color--light-blue: #5fccfd;
  --color--light-blue-d20: #1ab6fc;
  --color--mid-blue: #3215c9;
  --color--mid-blue-d20: #2811a1;
  --color--light-purple: #8a56fb;
  --color--light-purple-d20: #5c14f9;
  --color--mauve: #e2009a;
  --color--mauve-d20: #b5007b;
  --color--red: #f8282f;
  --color--red-d20: #df070f;
  --color--orange: #f97811;
  --color--orange-d20: #d05f05;
  --color--yellow: #f3fe36;
  --color--yellow-d20: #e8f501;
  --color--mint: #45ffc5;
  --color--mint-d20: #04ffb1;
  --color--green: #31bf68;
  --color--green-d20: #279953;
  --color--grey-l83: #f8f8f8;
  --color--grey-l80: #f6f6f6;
  --color--grey-l70: #f2f2f2;
  --color--grey-l60: #ededed;
  --color--grey: #d3d3d3;
  --color--grey-d1: #d4d4d4;
  --color--grey-d20: #a9a9a9;
  --color--grey-d40: #7f7f7f;
}

:root {
  --max-width: 1520px;
  --max-width-tb: 1024px;
  --max-width-dt: 950px;
  --max-width-dtl: 1150px;
  --max-width-dtxl: 1520px;
}

html {
  font-size: 16px;
  line-height: 150%;
  font-size: 90%;
}
@media (min-width: 576px) {
  html {
    font-size: 100%;
  }
}

html, body, main {
  box-sizing: border-box;
  background-color: var(--color--white);
  color: var(--color--black);
  width: 100%;
  padding: 0;
  margin: 0;
}

div, header, footer {
  box-sizing: border-box;
}

.main {
  position: relative;
}

body {
  position: relative;
}

.hide {
  display: none;
}

.center {
  text-align: center;
}

.mw {
  width: 100%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  margin: 0 auto;
  padding: 0 0.625rem;
}
@media (min-width: 1024px) {
  .mw {
    padding: 0 1.25rem;
  }
}
@media (min-width: 1441px) {
  .mw {
    max-width: var(--max-width);
    padding: 0 2.5rem;
  }
}

h1, h2, h3, h4, h5, h6, .title {
  line-height: 125%;
  margin: 0 0 0.625rem 0;
  font-weight: var(--font-weight--b);
  margin: 0 0 1.25rem 0;
}

h1, .title--h1 {
  font-size: 2.375rem;
}

h2, .title--h2 {
  font-size: 1.625rem;
}

h3, .title--h3 {
  font-size: 1.375rem;
}

h4, .title--h4 {
  font-size: 1.25rem;
}

h5, .title--h5 {
  font-size: 1.125rem;
}

h6, .title--h6 {
  font-size: 0.75rem;
}

.title--xl {
  font-size: 3.5rem;
}

:root {
  --btn-reveal--bg: #000;
  --btn-reveal--fg: #fff;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  font-size: 1.125rem;
  overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.btn {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  text-align: center;
  padding: 0.5rem 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none;
  outline: none;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: var(--font-weight);
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  /* Facet Filter*/
}
.btn:hover {
  transition: all 0.3s ease-in-out;
}
.btn--left, .btn--right {
  background-color: var(--color--grey);
  border-radius: 50%;
  transition: 0.3s ease;
  padding: 0;
  border: solid 3px var(--color--grey);
}
.btn--left.active, .btn--left:hover, .btn--right.active, .btn--right:hover {
  background-color: var(--color--yellow);
  border-color: var(--color--yellow);
}
.btn--left:hover, .btn--right:hover {
  background-color: var(--color--white);
}
.btn--left .icon, .btn--right .icon {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  vertical-align: middle;
}
.btn--left .icon--right-purp, .btn--right .icon--right-purp {
  transform: translateX(2px);
}
.btn--prim, .btn--sec {
  padding: 0.9375rem 2.5rem;
  border-radius: 1.875rem;
  font-size: 1.5rem;
  color: var(--color--purple);
  transition: 0.3s ease;
  border: solid 2px var(--color--yellow);
}
.btn--prim {
  background-color: var(--color--yellow);
}
.btn--prim:hover {
  background-color: var(--color--white);
}
.btn--close {
  background-color: var(--color--yellow);
  border-radius: 50%;
  transition: 0.3s ease;
  padding: 0;
  border: solid 3px var(--color--yellow);
}
.btn--close:hover {
  background-color: var(--color--white);
}
.btn--link {
  background-color: transparent;
  padding: 0.9375rem 2.5rem;
}
.btn--link:hover {
  text-decoration: underline;
}
.btn--link-lt {
  color: var(--color--white);
}
.btn--inl-send {
  background-image: url("/images/icons/site/send--purple.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: var(--color--yellow);
  padding: 0.9375rem;
  border: solid 2px var(--color--yellow);
  border-radius: 50%;
}
.btn--inl-send:hover {
  background-color: var(--color--white);
}
.btn--lu {
  text-decoration: underline;
  border: none !important;
  outline: none;
}
.btn--mb {
  margin-bottom: 0.9375rem;
}
.btn--full-width, .btn--fw {
  display: block;
  width: 100%;
}
.btn--np-lr {
  padding-left: 0;
  padding-right: 0;
}
.btn--icon {
  font-size: 1.375rem;
  cursor: pointer;
  font-family: "Material Symbols Outlined";
  margin-right: 0.3125rem;
  vertical-align: middle;
}
.btn--icon-right {
  display: flex;
  flex-direction: row-reverse;
}
.btn--icon-right .btn--icon {
  margin-right: 0;
  margin-left: 0.3125rem;
}
.btn--text {
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
}
.btn--text-s {
  font-size: 1.125rem;
}
.btn--text:hover {
  text-decoration: underline;
}
.btn--flt {
  background-color: var(--color--white);
  border: solid 2px var(--color--yellow);
  color: var(--color--purple);
  border-radius: 1.25rem;
  padding: 0 0.3125rem;
}
.btn--txticn .txt, .btn--txticn .icon {
  vertical-align: middle;
}
.btn .text {
  vertical-align: middle;
  font-size: var(--font-size);
  line-height: var(--font-size);
}

.icon {
  display: inline-block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  line-height: 100%;
}
.icon--xxs {
  width: 1rem;
  height: 1rem;
}
.icon--xs {
  width: 1.25rem;
  height: 1.25rem;
}
.icon-s {
  width: 1.5rem;
  height: 1.5rem;
}
.icon--mic {
  background-image: url("/images/icons/site/mic--white.svg");
}
.icon--mic-off {
  background-image: url("/images/icons/site/mic-off--white.svg");
}
.icon--search {
  background-image: url("/images/icons/site/search--white.svg");
}
.icon--filters {
  background-image: url("/images/icons/site/filters--purple.svg");
}
.icon--remove-purp, .icon--close-purp {
  background-image: url("/images/icons/site/close--purple.svg");
}
.icon--chev-right-purp, .icon--right-purp {
  background-image: url("/images/icons/site/chevron-right--purple.svg");
}
.icon--chev-left-purp, .icon--left-purp {
  background-image: url("/images/icons/site/chevron-left--purple.svg");
}
.icon--chev-right-yellow, .icon--right-yellow {
  background-image: url("/images/icons/site/chevron-right--yellow.svg");
}
.icon--down-white {
  background-image: url("/images/icons/site/arrow-down--white.svg");
}
.icon--li {
  background-image: url("/images/icons/site/linkedin--purp.svg");
}
.icon-wrap {
  background-color: var(--color--white);
  border-radius: 2rem;
  padding: 0.25rem 0.25rem;
}
.icon-wrap .icon {
  vertical-align: middle;
}
.icon-text .icon {
  vertical-align: middle;
}
.icon-text__txt {
  font-size: 1.125rem;
  font-weight: var(--font-weight);
}

.scroll {
  /* WebKit (Chrome, Safari, Edge) */
  /* Firefox */
}
.scroll::-webkit-scrollbar {
  width: 6px; /* vertical scrollbar width */
  height: 6px; /* horizontal scrollbar height */
}
.scroll::-webkit-scrollbar-thumb {
  background-color: var(--color--grey); /* scrollbar handle */
  border-radius: 3px;
}
.scroll::-webkit-scrollbar-track {
  background-color: var(--color--white); /* scrollbar track */
}
.scroll .scroll {
  scrollbar-color: var(--color--grey) var(--color--white); /* thumb, track */
  scrollbar-width: thin; /* auto | thin | none */
}

.accordian {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .accordian {
    flex-direction: row;
  }
}
.accordian__btns {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .accordian__btns {
    border-right: solid 3px var(--color--purple);
  }
}
.accordian__btns .accordian-btn {
  border: none;
  outline: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  padding: 0.625rem;
  background-color: var(--color--grey-l80);
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .accordian__btns .accordian-btn {
    width: 12.5rem;
  }
}
@media (min-width: 1024px) {
  .accordian__btns .accordian-btn {
    width: 18.75rem;
  }
}
.accordian__btns .accordian-btn:hover {
  background-color: var(--color--grey-l60);
}
.accordian__btns .accordian-btn:hover .icon {
  opacity: 0.5;
}
.accordian__btns .accordian-btn .icon {
  opacity: 0.2;
  transition: opacity 0.3s ease;
  background-image: url("/images/icons/site/chevron-right--purple.svg");
}
.accordian__btns .accordian-btn.active {
  background-color: var(--color--purple);
  color: var(--color--yellow);
}
.accordian__btns .accordian-btn.active .icon {
  opacity: 1;
  background-image: url("/images/icons/site/chevron-right--yellow.svg");
}
.accordian__pnl {
  flex-grow: 2;
}
.accordian-pnl {
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .accordian-pnl {
    padding: 1.25rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .accordian-pnl {
    padding: 1.25rem 1.875rem;
  }
}
.accordian-pnl p:first-child {
  margin-top: 0;
}
.accordian-pnl p:last-child {
  margin-bottom: 0;
}
.accordian-pnl.hide {
  display: none;
}

.banner {
  position: relative;
  width: 100%;
}
.banner-bck-img {
  display: block;
  width: 100%;
  height: auto;
}
.banner__cnt {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.banner__ttl, .banner__msg {
  color: var(--color--white);
  margin-bottom: 0.625rem;
}
.banner__ttl {
  font-size: 4.375rem;
  line-height: 110%;
  font-weight: var(--font-weight--xb);
  margin: 0 0 0.625rem;
}
.banner__msg {
  font-size: 1.875rem;
  line-height: 150%;
  font-weight: var(--font-weight--l);
}
.banner__msg p {
  margin: 0;
}
.banner__cta {
  display: inline-block;
  text-decoration: none;
  padding: 0.625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: var(--font-weight--sb);
  background-color: var(--color--black);
  color: var(--color--white);
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 1.25rem;
}
.banner__cta:hover {
  background-color: var(--color--grey-l38);
}

@media (min-width: 768px) {
  .breadcrumb {
    padding: 1.25rem 0;
  }
}
@media (min-width: 1024px) {
  .breadcrumb {
    padding: 1.875rem 0;
  }
}
.breadcrumb--light {
  color: var(--color--white);
}
.breadcrumb--light a, .breadcrumb--light a:visited {
  color: var(--color--white);
}
.breadcrumb--dark {
  color: var(--color--black);
}
.breadcrumb--dark a, .breadcrumb--dark a:visited {
  color: var(--color--black);
}
.breadcrumb__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .breadcrumb__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.breadcrumb__list .list__item, .breadcrumb__list .item__link {
  font-size: var(--font-size--sm);
  line-height: 100%;
  text-transform: capitalize;
  text-decoration: none;
}
.breadcrumb__list .list__item {
  padding-right: 0.625rem;
  font-weight: var(--font-weight);
}
.breadcrumb__list .list__item:first-child {
  content: "home";
}
.breadcrumb__list .list__item:after {
  content: "/";
}
.breadcrumb__list .list__item:last-child {
  margin-right: 0;
  padding-right: 0;
  font-weight: var(--font-weight--b);
}
.breadcrumb__list .list__item:last-child:after {
  content: unset;
}
.breadcrumb__list .list__item .item__link {
  margin-right: 0.3125rem;
}
.breadcrumb__list .list__item .item__link:hover {
  text-decoration: underline;
}
.cont-blk {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}
.cont-blk__bck {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont-blk-bck-img {
  display: block;
  height: auto;
  width: auto;
  max-width: none;
  z-index: 0;
}
.cont-blk__cnt {
  width: 100%;
  z-index: 1;
}
.cont-blk--left-top {
  justify-content: flex-start;
  align-items: flex-start;
}
.cont-blk--left-center {
  justify-content: center;
  align-items: flex-start;
}
.cont-blk--left-bottom {
  justify-content: flex-end;
  align-items: flex-start;
}
.cont-blk--center-top {
  justify-content: flex-start;
  align-items: center;
}
.cont-blk--center-center {
  justify-content: center;
  align-items: center;
}
.cont-blk--center-bottom {
  justify-content: flex-end;
  align-items: center;
}
.cont-blk--right-top {
  justify-content: flex-end;
  align-items: flex-start;
}
.cont-blk--right-center {
  justify-content: flex-end;
  align-items: center;
}
.cont-blk--right-bottom {
  justify-content: flex-end;
  align-items: flex-end;
}

.cookie-banner {
  display: none;
  position: fixed;
  z-index: 101;
  padding: 0.625rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #03adf6;
  color: #fff;
  font-size: 0.875rem;
  line-height: 125%;
}
@media (min-width: 768px) {
  .cookie-banner {
    padding: 0.9375rem;
    font-size: 1.25rem;
  }
}
.cookie-banner__inr {
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  display: flex;
  flex-direction: column;
  justify-content: space-start;
  align-items: center;
}
@media (min-width: 768px) {
  .cookie-banner__inr {
    max-width: 90rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cookie-banner__info {
  flex-grow: 2;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .cookie-banner__info {
    padding-right: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .cookie-banner__info {
    padding-right: 9.375rem;
  }
}
.cookie-banner__info .info__title {
  font-size: 1rem;
  line-height: 125%;
}
.cookie-banner__info .info__text, .cookie-banner__info .info__text .link {
  font-size: 1.25rem;
  line-height: 125%;
}
.cookie-banner__options {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cookie-banner__options .btn:first-child {
  margin: 0 0.625rem 0 0;
}
.cookie-banner__options .dt {
  display: none;
}
@media (min-width: 768px) {
  .cookie-banner__options {
    flex-direction: column;
  }
  .cookie-banner__options .btn:first-child {
    margin: 0 0 0.625rem 0;
  }
  .cookie-banner__options .dt {
    display: inline-block;
  }
  .cookie-banner__options .mb {
    display: none;
  }
}
.cookie-banner.active {
  display: block;
}
.cookie-banner.active--hide {
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-name: hide-anim-blur;
}

.cta--simple .cta-ttl, .cta--simple .cta-stl {
  text-align: center;
}
.cta--simple .cta-ttl {
  font-size: 1.5rem;
  color: var(--color--grey-d40);
}
.cta--simple .cta-stl {
  font-size: 2.5rem;
}
.cta--simple .btn {
  display: inline-block;
}
.cta-ttl, .cta-stl {
  display: block;
  line-height: 100%;
  font-weight: var(--font-weight--b);
}
.cta-ttl {
  margin-bottom: 0.625rem;
}
.cta-stl {
  margin-bottom: 1.25rem;
}
.cta .cta-btn {
  text-align: center;
}

.cta-btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.cta-btn--center {
  justify-content: center;
}
.cta-btn--right {
  justify-content: flex-end;
}

.ddl {
  position: relative;
}
.ddl--prd {
  min-width: 9.375rem;
}
.ddl__hdr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ddl__hdr .ddl-selected, .ddl__hdr .icon {
  vertical-align: middle;
}
.ddl__hdr .ddl-selected {
  margin-right: 0.625rem;
}
.ddl__hdr .ddl-tgl {
  transition: transform 0.3s ease;
}
.ddl__hdr .icon {
  border: none;
  outline: none;
  background-color: var(--color--yellow);
  border-radius: 0.9375rem;
  transform: rotate(90deg);
}
.ddl__opts {
  position: absolute;
  margin: 2.5rem 0 0 0;
  padding: 0;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: 0.3s ease;
  background-color: var(--color--white);
  border: solid 1px var(--color--black);
  list-style: none;
}
.ddl.open .ddl__opts {
  visibility: visible;
  opacity: 1;
  height: unset;
}
.ddl.open .ddl__hdr .icon {
  transform: rotate(-90deg);
}
.ddl-opt {
  display: block;
  padding: 0.3125rem 0.625rem;
  box-sizing: border-box;
}
.ddl-opt:hover {
  background-color: var(--color--yellow);
  cursor: pointer;
}

.expand .title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .expand .title {
    margin-bottom: 1.25rem;
  }
}
.expand__ttl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.expand-btn {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.625rem;
  background: url("/images/icons/site/arrow-down--white.svg") no-repeat center center;
  transition: transform 0.3s ease;
  cursor: pointer;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .expand-btn {
    display: none;
  }
}
.expand ul {
  max-height: 0;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .expand ul {
    max-height: unset;
    overflow-y: unset;
  }
}
.expand ul.expshow {
  animation: expShow 0.3s ease-out forwards;
}
.expand ul.exphide {
  animation: expHide 0.3s ease-out forwards;
}
@media (min-width: 768px) {
  .expand ul.exphide {
    display: block;
    opacity: 1 !important;
    max-height: 300px !important;
  }
}
.expand.active .expand-btn {
  transform: rotate(-180deg);
}

@keyframes expHide {
  0% {
    padding-top: 20px;
    opacity: 1;
    max-height: 400px;
  }
  100% {
    padding-top: 0;
    max-height: 0;
    opacity: 0;
  }
}
@keyframes expShow {
  0% {
    padding-top: 0;
    opacity: 0;
    max-height: 0;
  }
  100% {
    padding-top: 20px;
    max-height: 400px;
    opacity: 1;
  }
}
.ftr-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.25rem;
}
.ftr-list-opt {
  flex: 0 0 calc(25% - 15px);
}
.ftr-list-opt .ftr-opt-box {
  border: solid 3px var(--color--mauve);
  aspect-ratio: 1/1;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ftr-list-opt .ftr-opt-box__txt {
  display: block;
  color: var(--color--mauve);
  font-size: 1.25rem;
  line-height: 100%;
  text-align: center;
}
.ftr-list-opt .ftr-opt-box__icn {
  display: block;
  width: 60%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  margin-bottom: 0.3125rem;
}
.ftr-list-opt .ftr-list-opt-ttl {
  display: block;
  color: var(--color--white);
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .ftr-list-opt .ftr-list-opt-ttl {
    font-size: 1.125rem;
    color: var(--color--black);
  }
}
@media (min-width: 1024px) {
  .ftr-list-opt .ftr-list-opt-ttl {
    font-size: 1.25rem;
  }
}
.ftr-list-opt .icn--heightm {
  background-image: url("/images/icons/site/height--mauve.svg");
}
.ftr-list-opt .icn--people-1 {
  background-image: url("/images/icons/site/people-1--mauve.svg");
}
.ftr-list-opt .icn--people-2 {
  background-image: url("/images/icons/site/people-2--mauve.svg");
}
.ftr-list-opt .icn--people-3 {
  background-image: url("/images/icons/site/people-3--mauve.svg");
}
.ftr-list-opt .icn--people-3 {
  background-image: url("/images/icons/site/people-3--mauve.svg");
}
.ftr-list-opt .icn--power-diesel {
  background-image: url("/images/icons/site/power-deisel--mauve.svg");
}
.ftr-list-opt .icn--power-electric {
  background-image: url("/images/icons/site/power-electric--mauve.svg");
}
.ftr-list-opt .icn--oilfree-true, .ftr-list-opt .icn--oilfree-false {
  background-image: url("/images/icons/site/oil--mauve.svg");
}

.finance {
  display: flex;
  flex-direction: column;
  background-color: var(--color--purple);
  color: var(--color--white);
  border-top: solid 2px #887fa1;
  border-bottom: solid 2px #887fa1;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .finance {
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }
  .finance__slider, .finance__illust {
    flex: 0 0 calc(45% - 15px);
  }
}
@media (min-width: 1024px) {
  .finance {
    padding: 1.875rem;
  }
  .finance__slider, .finance__illust {
    flex: 0 0 calc(40% - 25px);
  }
}
.finance__arw {
  background-image: url("/images/icons/site/arrow-down--yellow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
  width: 60px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .finance__arw {
    margin: auto 0;
    background-image: url("/images/icons/site/arrow-right--yellow.svg");
  }
}
.finance__slider, .finance__illust {
  min-height: 31.25rem;
}
.finance__illust {
  border: solid 2px #887fa1;
}
.finance__illust .gated {
  padding: 0.625rem;
}
@media (min-width: 1024px) {
  .finance__illust .gated {
    padding: 0.9375rem;
  }
}
@media (min-width: 1441px) {
  .finance__illust .gated {
    padding: 1.5625rem;
  }
}
.finance__illust .title--h2 {
  color: var(--color--white);
  text-align: center;
}
.finance__illust .term {
  margin: 0 0 1.25rem 0;
  font-size: 1.25rem;
  line-height: 100%;
}
.finance__illust .terms {
  font-size: 0.875rem;
  line-height: 125%;
}
.finance__illust .illust {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: var(--color--white);
  margin: 0 0 1.25rem 0;
  font-size: 1.25rem;
  line-height: 100%;
  font-weight: var(--font-weight--b);
}
.finance__illust .illust--prim {
  color: var(--color--yellow);
  font-size: 1.875rem;
  margin: 1.25rem 0 2.5rem 0;
}
.finance__illust .illust--sec {
  font-weight: normal;
  margin: -0.625rem 0 1.875rem 0;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.875rem 1.875rem;
  margin: 0 auto;
  background-color: var(--color--purple);
  color: var(--color--white);
  border-top: 0.75rem solid var(--color--yellow);
}
@media (min-width: 768px) {
  .footer {
    padding: 2.5rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 2.5rem 0;
  }
}
.footer .title {
  color: var(--color--white);
}
.footer .title, .footer .link-list__opt {
  font-size: 1.25rem;
}
.footer .link-list__opt {
  color: var(--color--white);
}
.footer__hdr, .footer__bdy, .footer__ftr {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__hdr, .footer__bdy, .footer__ftr {
    margin: 0 auto;
    max-width: var(--max-width-dt);
  }
}
@media (min-width: 1200px) {
  .footer__hdr, .footer__bdy, .footer__ftr {
    max-width: var(--max-width-dtl);
  }
}
@media (min-width: 1441px) {
  .footer__hdr, .footer__bdy, .footer__ftr {
    max-width: var(--max-width-dtxl);
  }
}
.footer__hdr {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .footer__hdr {
    flex-direction: row;
    align-items: center;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .footer__hdr {
    padding-bottom: 1.875rem;
  }
}
.footer__hdr .footer__con, .footer__hdr .footer__lnks {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__hdr .footer__con, .footer__hdr .footer__lnks {
    width: 50%;
  }
}
.footer__hdr .footer__con {
  border-bottom: solid 1px var(--color--white);
}
@media (min-width: 768px) {
  .footer__hdr .footer__con {
    border-bottom: none;
  }
}
.footer__hdr .footer__con .footer-logo, .footer__hdr .footer__con .footer-sup {
  margin: 0 0 1.25rem 0;
}
@media (min-width: 1024px) {
  .footer__hdr .footer__con .footer-logo, .footer__hdr .footer__con .footer-sup {
    margin: 0 0 2.5rem 0;
  }
}
.footer__hdr .footer__con .footer-logo {
  max-width: 17.5rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .footer__hdr .footer__con .footer-logo {
    max-width: 18.75rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .footer__hdr .footer__con .footer-logo {
    width: auto;
  }
}
.footer__hdr .footer__con .footer-sup {
  font-weight: var(--font-weight--b);
}
.footer__hdr .footer__con .footer-sup__lnk {
  color: var(--color--white);
  text-decoration: none;
}
.footer__hdr .footer__con .footer-sup__lnk:hover {
  text-decoration: underline;
}
.footer__hdr .footer__lnks {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-grow: 1;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .footer__hdr .footer__lnks {
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
    margin-bottom: 0;
  }
}
.footer__hdr .footer__lnks .footer__use, .footer__hdr .footer__lnks .footer__abt {
  padding: 1.875rem 0;
  width: 100%;
  border-bottom: solid 1px var(--color--white);
}
@media (min-width: 768px) {
  .footer__hdr .footer__lnks .footer__use, .footer__hdr .footer__lnks .footer__abt {
    padding: 0;
    border-bottom: none;
  }
}
.footer__hdr .footer__lnks .footer__abt .expand {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .footer__hdr .footer__lnks .footer__abt .expand {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__hdr .link-list {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .footer__hdr .link-list {
    margin-bottom: 2.5rem;
  }
}
.footer__ftr {
  width: 100%;
}
.footer__ftr .ftr-opt {
  font-size: 0.875rem;
  margin: 0;
  line-height: 125%;
}
.footer__ftr .ftr-opt--sm {
  font-size: 0.75rem;
}
.footer__ftr .ftr-opt__lnk {
  color: var(--color--white);
}
.footer .codebricks {
  color: var(--color--white);
  font-size: 0.875rem;
}

.form {
  /* Firefox */
}
.form__intro {
  margin-bottom: 0.625rem;
}
.form__row {
  display: flex;
  flex-direction: row;
  gap: 0.9375rem;
  margin-bottom: 1.25rem;
}
.form__row--inf {
  display: none;
}
.form__row--last {
  margin-bottom: 0;
}
.form-cell {
  background-color: var(--color--purple-l90);
  flex-grow: 1;
  padding: 0.25rem 0.5rem;
}
.form-cell--12, .form-cell--6 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-cell--6 {
    width: calc(50% - 10px);
  }
}
.form-cell__flx {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.form-lbl {
  font-size: 0.875rem;
  line-height: 100%;
  display: block;
}
.form-lbl sup {
  color: var(--color--red);
}
.form-inp, .form-lbl {
  color: var(--color--black);
}
.form-inp, .form-sel {
  display: block;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  border: none;
  background-color: transparent;
}
.form input:-webkit-autofill {
  background-color: var(--color--purple-l90) !important;
  color: var(--color--black) !important;
  box-shadow: 0 0 0 1000px var(--color--purple-l90) inset !important;
}
.form input:-moz-autofill {
  background-color: var(--color--purple-l90) !important;
  color: var(--color--black) !important;
}
.form__btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.form__btns--center {
  justify-content: center;
}
.form__msg {
  margin: 0;
  line-height: 125%;
  min-height: 2.125rem;
}
.form__msg sup {
  color: var(--color--red);
}

.gated {
  width: 100%;
  height: 100%;
  position: relative;
}
.gated-ovl {
  position: absolute;
  inset: 0;
  z-index: 10;
  background: rgba(34, 21, 83, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.gated-ovl__con {
  position: absolute;
  inset: 0;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gated__content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.gated__content--hp .gated-content-hp {
  display: block;
}
.gated__content--hp .gated-content-ch {
  display: none;
}
.gated__content--ch .gated-content-hp {
  display: none;
}
.gated__content--ch .gated-content-ch {
  display: block;
}
.gated--ul .gated-ovl, .gated--ul .form {
  display: none !important;
}
.gated--ul .gated__content {
  display: flex;
}
.gated.active .gated-ovl {
  animation: hideGated 0.5s forwards;
}
.gated .show {
  animation: showGated 0.5s forwards;
}
.gated .hide {
  animation: hideGated 0.5s forwards;
}
.gated .form {
  display: none;
}
.gated .form.show {
  display: unset;
}

@keyframes hideGated {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes showGated {
  0% {
    display: block !important;
    opacity: 0;
  }
  1% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.glide {
  height: 100%;
}
.glide__track, .glide__slides, .glide .slide {
  height: 100%;
}
.glide__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.625rem;
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .glide__actions {
    margin-bottom: 0.9375rem;
  }
}
.glide__actions-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.glide__actions--notxt {
  justify-content: flex-end;
}
.glide__bullets, .glide__arrows {
  position: relative;
  inset: unset;
}
.glide__bullets {
  display: none;
  transform: translateX(0);
}
@media (min-width: 425px) {
  .glide__bullets {
    display: block;
  }
}
.glide__bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: var(--color--grey);
}
@media (min-width: 768px) {
  .glide__bullet {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.glide__bullet--active {
  background-color: var(--color--yellow);
}
.glide-title {
  margin: 0;
  line-height: 100%;
  color: var(--color--black);
  font-size: 1.375rem;
  font-weight: var(--font-weight--b);
}
.glide__arrows {
  padding: 0 0.625rem;
}
@media (min-width: 1024px) {
  .glide__arrows {
    padding: 0 1.25rem;
  }
}
.glide__arrows .btn {
  width: 2.25rem;
  height: 2.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.3125rem;
}
@media (min-width: 768px) {
  .glide__arrows .btn {
    width: 2.875rem;
    height: 2.875rem;
  }
}
@media (min-width: 1024px) {
  .glide__arrows .btn {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.glide__arrows .btn:last-child {
  margin-right: 0;
}
.glide__arrows .btn--left {
  background-position: 50% center;
  background-image: url("/images/icons/site/chevron-left--purple.svg");
}
.glide__arrows .btn--right {
  background-position: calc(50% + 3px) center;
  background-image: url("/images/icons/site/chevron-right--purple.svg");
}
.glide .glide__slide {
  height: 100%;
}
.glide .glide__slide .widget {
  height: 100%;
}

.header {
  position: relative;
  z-index: 1000;
  background-color: var(--color--purple);
  color: var(--color--white);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.header-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .header-wrap {
    justify-content: space-between;
    align-items: center;
  }
}
.header-logo {
  max-width: 10rem;
}
@media (min-width: 1024px) {
  .header-logo {
    max-width: 18.75rem;
  }
}
@media (min-width: 1200px) {
  .header-logo {
    max-width: 21.5625rem;
  }
}
.header__nav {
  display: none;
}
@media (min-width: 1024px) {
  .header__nav {
    display: block;
  }
}
.header__search {
  display: none;
}
@media (min-width: 768px) {
  .header__search {
    display: block;
  }
}
.header__mob {
  position: relative;
  width: 24px;
  height: 32px;
}
@media (min-width: 1024px) {
  .header__mob {
    display: none;
  }
}

.img-view__hero {
  position: relative;
  border: solid 2px var(--color--grey);
  background-color: var(--color--white);
  margin-bottom: 1.25rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .img-view__hero {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .img-view__hero {
    margin-bottom: 2.5rem;
  }
}
.img-view__hero .img-view-spin {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
}
.img-view-hero {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  transition: opacity 0.2s ease;
}
.img-view-light-box {
  border: solid 2px var(--color--purple);
  outline: none;
  background-color: var(--color--purple);
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  border-radius: 1.25rem;
  z-index: 2;
  background-image: url("/images/icons/site/search--white.svg");
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
.img-view-light-box:hover {
  border-color: var(--color--yellow);
}
.img-view__img {
  width: 100%;
  height: 100%;
}
.img-view__list {
  max-width: 768px;
}
.img-view__list .list-opt {
  flex: 0 0 calc(25% - 15px);
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: center;
  border: solid 3px var(--color--yellow);
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.img-view__list .list-opt.active {
  border-color: var(--color--purple);
}
.img-view__list .glide {
  padding-bottom: 0;
}
.img-view__list .glide .glide__actions {
  margin-bottom: 0;
  position: absolute;
  top: 0%;
  width: 100%;
  transform: translateY(-50%);
}
.img-view__list .glide .glide__actions-wrap {
  width: 100%;
}
.img-view__list .glide .glide__actions-wrap .glide__arrows {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.img-view__list .glide .glide__actions-wrap .glide__arrows .btn {
  position: absolute;
  top: 4.0625rem;
}
.img-view__list .glide .glide__actions-wrap .glide__arrows .btn--left {
  transform: translateX(-50%);
}
.img-view__list .glide .glide__actions-wrap .glide__arrows .btn--right {
  right: 0;
  transform: translateX(50%);
}
.img-view__list .glide .glide__arrows .btn {
  width: 2.25rem;
  height: 2.25rem;
}
.img-view--loading .img-view-hero {
  opacity: 0.5;
}
.img-view--loading .img-view-spin {
  display: block;
}
.img-view .loader {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid var(--color--yellow);
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.img-view .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border-bottom: 4px solid var(--color--purple);
  border-left: 4px solid transparent;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.link-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.link-list__opt {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0.625rem;
}
.link-list__opt:hover {
  text-decoration: underline;
}

/* for links-list component vs in footer */
.links-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.links-list__opt {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0.625rem;
}
.links-list__opt:hover {
  text-decoration: underline;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}
.modal-bck {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: var(--color--white);
  color: var(--color--purple);
  width: 96vw;
  height: 98vh;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 20px 40px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .modal-bck {
    width: 70vw;
    height: 80vh;
  }
}
@media (min-width: 1024px) {
  .modal-bck {
    width: 50vw;
    height: 70vh;
  }
}
@media (min-width: 1200px) {
  .modal-bck {
    width: 50vw;
    height: 80vh;
  }
}
.modal-bck__hdr {
  padding: 0.125rem 0.125rem 0 0.125rem;
  text-align: right;
}
@media (min-width: 768px) {
  .modal-bck__hdr {
    padding: 0.3125rem;
  }
}
@media (min-width: 1024px) {
  .modal-bck__hdr {
    padding: 0.625rem;
  }
}
.modal-bck__body {
  padding: 0 0.625rem 0.625rem 0.625rem;
  overflow-y: scroll;
  /* WebKit (Chrome, Safari, Edge) */
  /* Firefox */
}
.modal-bck__body::-webkit-scrollbar {
  width: 3px; /* vertical scrollbar width */
  height: 3px; /* horizontal scrollbar height */
}
.modal-bck__body::-webkit-scrollbar-thumb {
  background-color: var(--color--grey); /* scrollbar handle */
  border-radius: 3px;
}
.modal-bck__body::-webkit-scrollbar-track {
  background-color: var(--color--white); /* scrollbar track */
}
.modal-bck__body .scroll {
  scrollbar-color: var(--color--grey) var(--color--white); /* thumb, track */
  scrollbar-width: thin; /* auto | thin | none */
}
@media (min-width: 768px) {
  .modal-bck__body {
    padding: 0 0.9375rem 0.9375rem 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .modal-bck__body {
    padding: 0 1.25rem 1.25rem 1.25rem;
  }
}
.modal--lg {
  width: 96vw;
  height: 98vh;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
@media (min-width: 1024px) {
  .nav {
    flex-direction: row;
    align-items: center;
  }
}
.nav .mbh {
  display: none;
}
@media (min-width: 1024px) {
  .nav .mbh {
    display: unset;
  }
}
.nav-opt {
  display: inline-block;
  padding: 0.625rem 0.125rem 0.625rem 0.125rem;
  width: 100%;
  background-color: var(--color--purple-l40);
  margin-bottom: 0.1875rem;
}
@media (min-width: 768px) {
  .nav-opt {
    padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .nav-opt {
    padding: unset;
    margin-right: 1.5625rem;
    margin-bottom: unset;
    width: unset;
    background-color: unset;
  }
  .nav-opt:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .nav-opt {
    margin-right: 1.875rem;
  }
}
.nav-opt.active .nav-opt__sub {
  display: block;
  animation: navFadeIn 0.3s ease forwards;
}
.nav-opt.active .icn {
  transform: rotate(0);
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .nav-opt.active .nav-opt-bar {
    opacity: 1;
    display: block;
  }
}
.nav-opt__hd {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
}
.nav-opt__hd .nav-opt-hd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.625rem;
}
@media (min-width: 768px) {
  .nav-opt__hd .nav-opt-hd {
    padding: unset;
  }
}
.nav-opt__hd .nav-opt-hd-lk, .nav-opt__hd .icn {
  display: inline-block;
  vertical-align: middle;
}
.nav-opt__hd .nav-opt-hd-lk {
  color: var(--color--white);
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 100%;
  vertical-align: top;
}
@media (min-width: 1024px) {
  .nav-opt__hd .nav-opt-hd-lk {
    font-size: 1.5rem;
  }
}
.nav-opt__hd .icn {
  width: 22px;
  height: 20px;
  transform: rotate(-90deg);
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .nav-opt__hd .icn {
    transform: rotate(0);
  }
}
.nav-opt__hd .nav-opt-bar {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  right: 0;
  height: 5px;
  background-color: var(--color--white);
  transition: opacity 0.2s ease;
}
@media (min-width: 1024px) {
  .nav-opt__hd .nav-opt-bar {
    display: block;
    height: 10px;
    bottom: -1.875rem;
  }
}
@media (min-width: 1441px) {
  .nav-opt__hd .nav-opt-bar {
    bottom: -3.25rem;
  }
}
.nav-opt__lk {
  display: block;
  color: var(--color--white);
  text-decoration: none;
}
.nav-opt__sub {
  display: none;
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {
  .nav-opt__sub {
    position: absolute;
    padding-top: 0.875rem;
    margin-top: 0;
    transform: translateY(40px) translateX(-27vw);
    top: 0;
    left: 0;
    z-index: 20;
    width: 95vw;
  }
}
@media (min-width: 1200px) {
  .nav-opt__sub {
    padding-top: 0.875rem;
    transform: translateY(40px) translateX(-25vw);
    width: 85vw;
  }
}
@media (min-width: 1441px) {
  .nav-opt__sub {
    padding-top: 2.25rem;
    transform: translateY(40px) translateX(-30vw);
    width: 80vw;
  }
}
.nav-opt__sub .nav-sub {
  background-color: var(--color--white);
  color: var(--color--purple);
  padding: 0.625rem 0.125rem;
  display: flex;
  flex-direction: row;
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .nav-opt__sub .nav-sub {
    gap: 1.25rem;
    padding: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .nav-opt__sub .nav-sub {
    gap: 2.5rem;
    padding: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .nav-opt__sub .nav-sub {
    padding: 1.875rem;
  }
}
.nav-opt__sub .nav-sub__cats {
  display: flex;
  flex-direction: column;
  max-width: 5rem;
}
@media (min-width: 768px) {
  .nav-opt__sub .nav-sub__cats {
    max-width: unset;
  }
}
.nav-opt__sub .nav-sub__cats .nav-sub-lk {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color--grey-l80);
  color: var(--color--black);
  padding: 0.3125rem 0 0.3125rem 0.625rem;
  text-decoration: none;
  font-weight: var(--font-weight--b);
  font-size: 1.125rem;
  line-height: 100%;
  margin-bottom: 3px;
  transition: 0.2s ease;
}
@media (min-width: 1024px) {
  .nav-opt__sub .nav-sub__cats .nav-sub-lk {
    padding: 0.9375rem 0 0.9375rem 1.25rem;
    font-size: 1.25rem;
  }
}
.nav-opt__sub .nav-sub__cats .nav-sub-lk:hover {
  background-color: var(--color--grey-l60);
}
.nav-opt__sub .nav-sub__cats .nav-sub-lk.active {
  background-color: var(--color--white);
  color: var(--color--black);
}
.nav-opt__sub .nav-sub__cats .nav-sub-lk.active .icn {
  opacity: 1;
}
.nav-opt__sub .nav-sub__cats .nav-sub-lk.active:hover {
  background-color: transparent;
}
.nav-opt__sub .nav-sub__cats .nav-sub-lk:last-child {
  margin-bottom: 0;
}
.nav-opt__sub .nav-sub__cats .nav-sub-lk .icn {
  opacity: 0;
  margin-left: 0.3125rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("/images/icons/site/arrow-forward--light-purp.svg") no-repeat center center;
  background-size: contain;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .nav-opt__sub .nav-sub__cats .nav-sub-lk .icn {
    margin-left: 1.25rem;
  }
}
.nav-opt__sub .nav-sub__lnks {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.nav-opt__sub .nav-sub__lnks .nav-sub-cat {
  display: none;
  flex-direction: column;
}
.nav-opt__sub .nav-sub__lnks .nav-sub-cat.active {
  display: flex;
}
.nav-opt__sub .nav-sub__lnks .nav-sub-cat-va {
  font-size: 1.25rem;
  text-decoration: none;
  font-weight: var(--font-weight--b);
  color: var(--color--black);
  display: block;
  margin-bottom: 1.25rem;
}
.nav-opt__sub .nav-sub__lnks .nav-sub-cat-va:hover {
  cursor: pointer;
  text-decoration: underline;
}
.nav-opt__sub .nav-sub__lnks .nav-sub-cat .nav-sub-lsts {
  flex-grow: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.nav-opt__sub .nav-sub__lnks .nav-sub-cat .nav-sub-lsts .nav-sub-lst {
  width: 32%;
}
.nav-opt__sub .nav-sub__lnks .nav-sub-cat .nav-sub-lsts .nav-sub-lst__tt {
  display: block;
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: var(--font--weight--bold);
  border-bottom: 3px solid var(--color--purple-l20);
  padding-bottom: 0.3125rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .nav-opt__sub .nav-sub__lnks .nav-sub-cat .nav-sub-lsts .nav-sub-lst__tt {
    font-size: 1.625rem;
  }
}
.nav-opt__sub .nav-sub__lnks .nav-sub-cat .nav-sub-lsts .nav-sub-lst__lk {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.625rem;
  text-decoration: none;
  color: var(--color--black);
}
.nav-opt__sub .nav-sub__lnks .nav-sub-cat .nav-sub-lsts .nav-sub-lst__lk:hover {
  cursor: pointer;
  text-decoration: underline;
}
.nav-opt__sub .nav-sub__lnks .nav-sub-cat .nav-sub-lsts .nav-sub-lst__lk:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .nav-opt__sub .nav-sub__lnks .nav-sub-cat .nav-sub-lsts .nav-sub-lst__lk {
    font-size: 1.125rem;
  }
}
.nav-opt__sub .nav-sub__lnks .nav-sct {
  flex-grow: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
}
.header-wrap .menu__icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 14;
  height: 32px;
  width: 24px;
}
@media (min-width: 1024px) {
  .header-wrap .menu__icon {
    display: none;
  }
}
.header-wrap .menu__icon .bar {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  margin: 6px 0;
  transition: 0.4s;
  background-color: #fff;
}
.header-wrap.mn-active {
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column-reverse;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: var(--color--purple);
  padding: 0.625rem 0;
}
.header-wrap.mn-active .bar--1 {
  transform: translate(0, 9px) rotate(-45deg);
}
.header-wrap.mn-active .bar--2 {
  opacity: 0;
}
.header-wrap.mn-active .bar--3 {
  transform: translate(0, -9px) rotate(45deg);
}
.header-wrap.mn-active .header__logo {
  display: none;
}
.header-wrap.mn-active .header__search {
  display: block;
  margin-top: 0.3125rem;
  padding: 0 0.625rem;
  width: 100%;
}
@media (min-width: 768px) {
  .header-wrap.mn-active .header__search {
    margin-top: unset;
    width: unset;
    padding: unset;
  }
}
.header-wrap.mn-active .header__nav {
  display: block;
  width: 100%;
}
.header-wrap.mn-active .header__nav .nav {
  margin-top: 0.625rem;
}
.header-wrap.mn-active .header__mob {
  margin-top: 0.9375rem;
  margin-right: 1.25rem;
}
@media (min-width: 768px) {
  .header-wrap.mn-active {
    padding: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .header-wrap.mn-active {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: unset;
  }
  .header-wrap.mn-active .header__logo, .header-wrap.mn-active .header__search {
    display: block;
  }
  .header-wrap.mn-active .header__nav {
    width: unset;
  }
  .header-wrap.mn-active .header__nav .nav {
    margin-top: unset;
  }
}

@keyframes navFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.overlay {
  position: absolute;
  display: none;
  opacity: 0;
  inset: 0;
  z-index: 10;
  background: rgba(34, 21, 83, 0.7);
  width: 100%;
  height: 100%;
}
.overlay.active {
  display: block;
  animation: fadeInOverlay forwards 0.3s;
}

@keyframes fadeInOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.picture__img {
  width: 100%;
  height: auto;
}
.picture--as-is .picture__img {
  width: auto;
  height: auto;
}

.preview {
  overflow: scroll;
}

.product-filter {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-filter {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .product-filter .product-facets {
    min-width: 15rem;
    margin-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .product-filter .product-facets {
    min-width: 18.75rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 1441px) {
  .product-filter .product-facets {
    margin-right: 2.5rem;
  }
}
.product-filter .product-facets__hdr {
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-filter .product-facets .tgl-prcs {
  border-bottom: solid 1px var(--color--grey);
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.product-filter .product-facets .tgl-prcs__ttl {
  display: block;
  font-size: 1.375rem;
  font-weight: var(--font-weight--b);
  color: var(--color--purple);
  margin-bottom: 0.625rem;
}
.product-filter .product-facets .tgl-prcs__opts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-filter .product-facets .tgl-prcs__opts .tgl-prc .lbl, .product-filter .product-facets .tgl-prcs__opts .tgl-prc .chk {
  vertical-align: middle;
}
.product-filter .product-facets .tgl-prcs__opts .tgl-prc .lbl .dt {
  display: none;
}
@media (min-width: 1024px) {
  .product-filter .product-facets .tgl-prcs__opts .tgl-prc .lbl .dt {
    display: inline;
  }
}
.product-filter .product-facets .facet {
  border-bottom: solid 1px var(--color--grey);
  margin-bottom: 0.625rem;
}
.product-filter .product-facets .facet__hdr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
.product-filter .product-facets .facet__hdr .facet-hdr__ttl {
  color: var(--color--purple);
  font-weight: var(--font-weight--b);
  line-height: 100%;
  margin: 0;
}
.product-filter .product-facets .facet__hdr .facet-hdr__tgl {
  background-color: var(--color--yellow);
  border-radius: 1.25rem;
  border: none;
  outline: none;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
}
.product-filter .product-facets .facet__vals {
  height: 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.product-filter .product-facets .facet__vals .btn {
  font-size: 0.875rem;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
}
.product-filter .product-facets .facet.open .facet-hdr__tgl {
  transform: rotate(-90deg);
}
.product-filter .product-facets .facet.open .facet__vals {
  height: auto;
  overflow: unset;
  padding-bottom: 0.625rem;
}
.product-filter .product-facets .facet-check {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.3125rem;
}
.product-filter .product-facets .facet-check__inp {
  margin-right: 0.3125rem;
}
.product-filter .product-facets .facet-check__lbl {
  flex-grow: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-filter .product-facets .facet-slider__vals, .product-filter .product-facets .facet-slider facet-slider-range {
  margin-bottom: 0.625rem;
}
.product-filter .product-facets .facet-slider__vals {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-filter .product-facets .facet-slider .facet-slider-range {
  position: relative;
  width: 100%;
  height: 1.25rem;
}
.product-filter .product-facets .facet-slider .facet-slider-range__inp {
  z-index: 10;
  position: absolute;
  width: 100%;
  pointer-events: none; /* allow overlap */
  -webkit-appearance: none;
  background: transparent;
}
.product-filter .product-facets .facet-slider .facet-slider-range__inp::-webkit-slider-thumb {
  z-index: 10;
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color--yellow);
  cursor: pointer;
  -webkit-appearance: none;
  border: solid 1px var(--color--purple);
}
.product-filter .product-facets .facet-slider .facet-slider-range__bar, .product-filter .product-facets .facet-slider .facet-slider-range__back {
  position: absolute;
  height: 0.3125rem;
  top: 0.5rem;
  width: 100%;
}
.product-filter .product-facets .facet-slider .facet-slider-range__bar {
  z-index: 2;
  background: var(--color--yellow);
}
.product-filter .product-facets .facet-slider .facet-slider-range__back {
  z-index: 1;
  background: var(--color--grey);
}
.product-filter .product-facets__flt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px var(--color--grey);
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
}
.product-filter .product-facets__flt .btn {
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
}
.product-filter .product-facets__flt .btn:last-child {
  margin-right: 0;
}
.product-filter .product-facets__flt .icon {
  background-color: var(--color--yellow);
  padding: 2px;
  border-radius: 0.625rem;
}
.product-filter .product-list {
  flex-grow: 2;
}
.product-filter .product-list__subcats {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .product-filter .product-list__subcats {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .product-filter .product-list__subcats {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1441px) {
  .product-filter .product-list__subcats {
    margin-bottom: 2.5rem;
  }
}
.product-filter .product-list__subcats .subcats-opt {
  text-decoration: none;
  width: calc((100% - 20px) / 5);
}
.product-filter .product-list__subcats .subcats-opt__img, .product-filter .product-list__subcats .subcats-opt__txt {
  display: block;
}
.product-filter .product-list__subcats .subcats-opt__img {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.3125rem;
  background-color: #f0f0f0;
  padding: 0.625rem;
}
@media (min-width: 1200px) {
  .product-filter .product-list__subcats .subcats-opt__img {
    padding: 2.5rem;
  }
}
.product-filter .product-list__subcats .subcats-opt__txt {
  text-align: left;
  font-size: 0.875rem;
  text-align: center;
  font-weight: bold;
  color: var(--color--black);
}
@media (min-width: 768px) {
  .product-filter .product-list__subcats .subcats-opt__txt {
    text-align: left;
    font-size: 1.25rem;
  }
}
.product-filter .product-list-vat {
  font-size: 0.875rem;
}
.product-filter .product-list__hdr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .product-filter .product-list__hdr {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.25rem;
  }
}
.product-filter .product-list__hdr .product-list-tot {
  display: none;
}
@media (min-width: 1441px) {
  .product-filter .product-list__hdr .product-list-tot {
    display: block;
  }
}
.product-filter .product-list__hdr .product-list-tot__txt {
  font-weight: var(--font-weight--b);
}
.product-filter .product-list__hdr .product-list-pgs {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.product-filter .product-list__hdr .product-list-pgs__hdr {
  display: none;
}
@media (min-width: 1200px) {
  .product-filter .product-list__hdr .product-list-pgs__hdr {
    display: block;
  }
}
@media (min-width: 1200px) {
  .product-filter .product-list__hdr .product-list-pgs {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
  .product-filter .product-list__hdr .product-list-pgs__hdr {
    margin-right: 0.625rem;
  }
}
.product-filter .product-list__hdr .product-list-pgs__lst {
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
}
.product-filter .product-list__hdr .product-list-pgs__lst .lst-opt {
  margin-right: 0.3125rem;
  padding: 0.125rem 0.5rem;
  background-color: var(--color--purple-l90);
  border-radius: 0.1875rem;
  text-decoration: none;
}
.product-filter .product-list__hdr .product-list-pgs__lst .lst-opt.active {
  background-color: var(--color--purple);
  color: var(--color--white) !important;
}
.product-filter .product-list__hdr .product-list-pgs__lst .lst-opt:last-child {
  margin-right: 0;
}
.product-filter .product-list__hdr .product-list-srt {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-filter .product-list__hdr .product-list-srt__lbl {
  font-weight: var(--font-weight--b);
  margin-right: 0.3125rem;
}
.product-filter .product-list__prds {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .product-filter .product-list__prds {
    flex-grow: 2;
    flex-direction: row;
  }
}
.product-filter .product-list__prds .product-list-opt {
  width: 100%;
  margin-bottom: 1.25rem;
  box-shadow: 0px 18px 10px -16px rgba(0, 0, 0, 0.05);
}
.product-filter .product-list__prds .product-list-opt:nth-child(even) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .product-filter .product-list__prds .product-list-opt {
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .product-filter .product-list__prds .product-list-opt {
    margin: 0 2.5rem 2.5rem 0;
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 1441px) {
  .product-filter .product-list__prds .product-list-opt {
    margin: 0 5rem 2.5rem 0;
    width: calc((100% - 80px) / 2);
  }
}

.psm-buy .prc--buy {
  display: block !important;
}
.psm-hp .prc--hp {
  display: block !important;
}
.psm-ch .prc--ch {
  display: block !important;
}

.product-list-opt {
  display: block;
  padding: 0.625rem;
  box-sizing: border-box;
  position: relative;
}
.product-list-opt .opt-lnk {
  text-decoration: none !important;
}
.product-list-opt .opt-inf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-list-opt .opt-inf__dt {
  flex-grow: 1;
}
.product-list-opt .btn {
  padding: 0.875rem 1.25rem;
}
@media (min-width: 768px) {
  .product-list-opt .btn {
    padding: 0.875rem 2.25rem;
  }
}
.product-list-opt .ttl, .product-list-opt .typ, .product-list-opt .img {
  display: block;
}
.product-list-opt .ttl, .product-list-opt .typ, .product-list-opt .prc {
  font-size: 1.375rem;
  color: var(--color--black);
}
.product-list-opt .ttl, .product-list-opt .prc {
  font-weight: var(--font-weight--b);
}
.product-list-opt .prc {
  display: none;
}
.product-list-opt .prc--used {
  display: block;
}
.product-list-opt .img {
  width: 100%;
  display: block;
  margin: 0 auto 20px auto;
  margin-bottom: 1.25rem;
}
.product-list-opt .typ {
  margin-bottom: 0.625rem;
  color: #484848;
}
.product-list-opt .opt-badges {
  position: absolute;
  left: 0;
  right: 20px;
  top: 240px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .product-list-opt .opt-badges {
    top: 260px;
  }
}
@media (min-width: 1024px) {
  .product-list-opt .opt-badges {
    top: 450px;
  }
}
@media (min-width: 1200px) {
  .product-list-opt .opt-badges {
    top: 480px;
  }
}
.product-list-opt .opt-badges .opt-badge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0.625rem;
  color: var(--color--purple);
  background-color: var(--color--mint);
  border-radius: 50%;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.product-list-opt .opt-badges .opt-badge--sale {
  color: var(--color--purple);
  background-color: var(--color--yellow);
}
.product-list-opt .opt-badges .opt-badge--last-one {
  color: var(--color--yellow);
  background-color: var(--color--purple);
}
.product-list-opt .opt-badges .opt-badge--best-seller {
  color: var(--color--purple);
  background-color: var(--color--mint);
}

.promo-bar {
  position: relative;
  overflow: hidden;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-bar-adv {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: var(--color--white);
  color: var(--color--purple);
  text-align: center;
  padding: 0.3125rem;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
@media (min-width: 1024px) {
  .promo-bar-adv {
    padding: 0.625rem;
  }
}
.promo-bar-adv__icn {
  margin-right: 0.625rem;
  height: 2.5rem;
}
.promo-bar-adv__ttl, .promo-bar-adv__txt {
  display: block;
  line-height: 110%;
}
.promo-bar-adv__ttl {
  font-size: 1.125rem;
  font-weight: bold;
}
.promo-bar-adv .promo-txt-wrap--left {
  text-align: left;
}
.promo-bar-adv.active {
  animation: showBar 1s forwards;
}
.promo-bar-adv.exit {
  animation: hideBar 1s forwards;
}

@keyframes showBar {
  0% {
    transform: translate(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes hideBar {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.review {
  width: 100%;
  height: 100%;
  padding: 0.625rem;
  color: var(--color--white);
  background-color: var(--color--purple);
}
@media (min-width: 768px) {
  .review {
    padding: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .review {
    padding: 1.25rem;
  }
}
.review--alt {
  color: var(--color--purple);
  background-color: var(--color--mint);
}
.review__ttl, .review__score, .review__txt {
  margin: 0 0 1.25rem 0;
}
.review__ttl {
  font-size: 1.5rem;
  font-weight: var(--font-weight--b);
}
.review__stl {
  font-size: 1.125rem;
  font-weight: var(--font-weight);
  margin: 0;
}
.review__stl .review-stl__nm {
  font-weight: var(--font-weight--b);
}
.review__stl .review-stl__jt:after {
  content: " - ";
}
.review__txt, .review__dt {
  font-size: 1rem;
}
.review__dt {
  margin: 0;
}
.review__score {
  width: 100%;
  height: 3.125rem;
  position: relative;
}
.review__score .mask, .review__score .score {
  position: absolute;
}
.review__score .mask {
  inset: 0;
  z-index: 2;
  background-image: url("/images/site/review-mask.png");
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.review__score .score {
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--color--green);
  z-index: 1;
}
.review .btn {
  display: block;
  margin: 0.625rem 0 0 0;
  box-sizing: border-box;
}

.send-email {
  /* Firefox */
}
.send-email .form__row {
  margin-bottom: 0;
}
.send-email__intro, .send-email__sent, .send-email__err {
  margin-bottom: 0;
  font-size: 0.875rem;
}
.send-email__sent, .send-email__err {
  display: none;
}
.send-email__err {
  color: var(--color--red);
}
.send-email__sent {
  color: var(--color--orange);
}
.send-email--sent .send-email__sent {
  display: block;
}
.send-email--sent .send-email__intro, .send-email--sent .send-email__err {
  display: none;
}
.send-email--err .send-email__intro, .send-email--err .send-email__sent {
  display: none;
}
.send-email--err .send-email__err {
  display: block;
}
.send-email--busy .btn--inl-send {
  animation: rotateBackground 3s linear infinite;
  background-image: url("/images/icons/site/autorenew--purple.svg");
}
.send-email input:-webkit-autofill {
  background-color: var(--color--purple-l90) !important;
  color: var(--color--black) !important;
  box-shadow: 0 0 0 1000px var(--color--purple-l90) inset !important;
}
.send-email input:-moz-autofill {
  background-color: var(--color--purple-l90) !important;
  color: var(--color--black) !important;
}

@keyframes rotateBackground {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.sitemap-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sitemap-links .sitemap-links__option:first-child > .option-title {
  margin-top: 0;
}
.sitemap-links__option {
  margin-bottom: 0.625rem;
}
.sitemap-links__option .option-title {
  margin: 1.875rem 0 0.625rem 0;
  color: var(--color--purple);
  font-size: 1.625rem;
  font-weight: var(--font-weight--b);
}
.sitemap-links__option .h3 {
  margin: 0 0 0.625rem 0;
  color: var(--color--purple);
  font-size: 1.25rem;
  font-weight: var(--font-weight--b);
}
.sitemap-links__option .option-link {
  color: var(--color--purple);
  transition: color 0.3s ease;
  display: block;
}
.sitemap-links__option .option-link:hover {
  color: var(--color--orange);
}
.sitemap-links .sitemap-links {
  margin: 0 0 0.625rem 0.625rem;
}

.site-search {
  border: solid 1px var(--color--lilac);
  border-radius: 1.625rem;
}
.site-search__frm {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.1875rem 0.3125rem;
  box-sizing: border-box;
  width: 100%;
}
@media (min-width: 768px) {
  .site-search__frm {
    padding: 0.3125rem 0.625rem;
  }
}
@media (min-width: 1024px) {
  .site-search__frm {
    padding: 0.4375rem 0.625rem;
  }
}
.site-search__frm .frm__text {
  border: none;
  outline: none;
  font-size: 1.125rem;
  width: 100%;
  flex-grow: 2;
  background-color: transparent;
  color: var(--color--lilac);
  /* Firefox */
}
.site-search__frm .frm__text::placeholder {
  color: var(--color--lilac);
  opacity: 1;
}
.site-search__frm .frm__text:-webkit-autofill {
  background-color: var(--color--purple) !important;
  color: #9189a9 !important;
  -webkit-text-fill-color: #9189a9 !important;
  caret-color: #9189a9 !important;
  box-shadow: 0 0 0 1000px var(--color--purple) inset !important;
}
.site-search__frm .frm__text:-moz-autofill {
  background-color: var(--color--purple) !important;
  color: #9189a9 !important;
}
.site-search__frm .frm__btn {
  font-size: 1.75rem;
  display: inline-block;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.85;
  transition: opacity 0.3s ease-in-out;
}
.site-search__frm .frm__btn:hover {
  opacity: 1;
}
.site-search__frm .frm__btn--submit {
  width: 1.5rem;
  height: 1.5rem;
}
.site-search-res__ttl {
  font-size: 1.375rem;
  font-weight: var(--font-weight);
}
.site-search-sec {
  padding-bottom: 1.875rem;
  margin-bottom: 0.625rem;
  box-shadow: 0px 18px 10px -16px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .site-search-sec {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .site-search-sec {
    margin-bottom: 3.125rem;
  }
}
.site-search-sec__res {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.site-search-sec__res .result {
  width: calc((100% - 20px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  padding: 0.625rem;
  border: solid 1px var(--color--lilac);
  opacity: 0.7;
  transition: all ease 0.2s;
  transform: scale(1);
}
@media (min-width: 768px) {
  .site-search-sec__res .result {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 1024px) {
  .site-search-sec__res .result {
    width: calc((100% - 60px) / 4);
  }
}
@media (min-width: 1200px) {
  .site-search-sec__res .result {
    width: calc((100% - 80px) / 5);
  }
}
.site-search-sec__res .result:hover {
  opacity: 1;
  transform: scale(1.03);
}
.site-search-sec__res .result__img {
  margin-bottom: 0.625rem;
}
.site-search-sec__res .result__txt {
  color: var(--color--black);
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: var(--font-weight--b);
  min-height: 3.125rem;
}

/* Use with General HTML Slide Carousel */
.slide-crsl {
  font-family: var(--font-family);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.slide-crsl-bck-img {
  width: 100%;
  height: auto;
}
.slide-crsl__cont {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .slide-crsl__cont {
    padding: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .slide-crsl__cont {
    padding: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .slide-crsl__cont {
    padding: 1.875rem;
  }
}
.slide-crsl__cont--pos-tl {
  justify-content: flex-start;
  align-items: flex-start;
}
.slide-crsl__cont--pos-cl {
  justify-content: center;
  align-items: flex-start;
}
.slide-crsl__cont--pos-bl {
  justify-content: flex-end;
  align-items: flex-start;
}
.slide-crsl__cont--pos-tc {
  justify-content: flex-start;
  align-items: center;
}
.slide-crsl__cont--pos-cc {
  justify-content: center;
  align-items: center;
}
.slide-crsl__cont--pos-bc {
  justify-content: flex-end;
  align-items: center;
}
.slide-crsl__cont--pos-tr {
  justify-content: flex-start;
  align-items: flex-end;
}
.slide-crsl__cont--pos-cr {
  justify-content: center;
  align-items: flex-end;
}
.slide-crsl__cont--pos-br {
  justify-content: flex-end;
  align-items: flex-end;
}
.slide-crsl--dingli .ttl, .slide-crsl--dingli .msg, .slide-crsl--dingli .prc {
  margin: 0 0 1.25rem 0;
}
@media (min-width: 1024px) {
  .slide-crsl--dingli .ttl, .slide-crsl--dingli .msg, .slide-crsl--dingli .prc {
    margin: 0 0 1.875rem 0;
  }
}
.slide-crsl--dingli .ttl, .slide-crsl--dingli .msg {
  color: var(--color--mint);
}
.slide-crsl--dingli .ttl, .slide-crsl--dingli .prc {
  font-size: 3.125rem;
}
@media (min-width: 1024px) {
  .slide-crsl--dingli .ttl, .slide-crsl--dingli .prc {
    font-size: 3.75rem;
  }
}
.slide-crsl--dingli .ttl {
  line-height: 110%;
}
.slide-crsl--dingli .msg {
  padding: 0;
  font-size: 2rem;
  line-height: 125%;
}
.slide-crsl--dingli .prc {
  display: block;
  color: var(--color--yellow);
}
.slide-crsl--dingli .prc__unt {
  font-size: 1rem;
}

.slide-cont {
  width: 100%;
  height: 100%;
}
.slide-cont--type {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: var(--color--purple);
  padding: 0.9375rem;
}
@media (min-width: 768px) {
  .slide-cont--type {
    padding: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .slide-cont--type {
    padding: 1.875rem;
  }
}
.slide-cont--type .slide-cont-img {
  width: 7.5rem;
  display: block;
  margin-bottom: 2.5rem;
}
.slide-cont--bstsell .slide-cont-img {
  width: 100%;
  display: block;
  margin-bottom: 0.625rem;
}
.slide-cont--bstsell .slide-cont-ttl {
  font-size: 1.25rem;
  font-weight: var(--font-weight--b);
  margin: 0;
}
.slide-cont--bstsell .slide-cont-stl {
  font-size: 1.25rem;
  min-height: 1.75rem;
  font-weight: var(--font-weight);
  margin: 0 0 0.625rem 0;
  color: var(--color--grey-d40);
}

.slider__hdr, .slider__foot {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.375rem;
}
.slider__sld {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  background: var(--color--yellow);
  height: 4px;
}
.slider__sld::-webkit-slider-thumb {
  z-index: 10;
  pointer-events: all;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color--yellow);
  cursor: pointer;
  -webkit-appearance: none;
  border: solid 3px var(--color--purple);
}
.slider__hdr, .slider__sld {
  margin-bottom: 0.625rem;
}

.social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
}

.specification {
  background-color: var(--color--grey-l80);
  padding: 0.3125rem 0.625rem;
}
.specification .title--h2 {
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  border-bottom: solid 1px var(--color--grey-d1);
}
@media (min-width: 768px) {
  .specification {
    padding: 0.625rem 1.25rem;
  }
}
@media (min-width: 1024px) {
  .specification {
    padding: 0.9375rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  .specification {
    padding: 1.875rem 3.75rem;
  }
}
.specification__opts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .specification__opts {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.specification__opts .specification-opt {
  padding: 0;
}
.specification__opts .specification-opt .title, .specification__opts .specification-opt__txt {
  width: 80%;
  margin: 0 auto 0 0;
}
.specification__opts .specification-opt .title {
  padding-top: 1.25rem;
  margin-bottom: 0.3125rem;
}
.specification__opts .specification-opt__txt {
  padding-bottom: 1.25rem;
  border-bottom: solid 1px var(--color--grey-d1);
  line-height: 100%;
  font-size: 1.375rem;
  font-weight: var(--font-weight--b);
  color: var(--color--purple);
}
@media (min-width: 768px) {
  .specification__opts .specification-opt {
    width: 50%;
  }
}

.split-cont {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .split-cont {
    flex-direction: row;
    align-items: flex-start;
  }
}
.split-cont__left, .split-cont__right {
  box-sizing: border-box;
}

.tabs {
  background-color: var(--color--purple);
  color: var(--color--white);
  border: solid 2px #887fa1;
  display: flex;
  flex-direction: column;
}
.tabs__btns {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}
.tabs__btns .tabs-btn {
  outline: none;
  border: none;
  color: var(--color--yellow);
  background-color: #392a65;
  width: 100%;
  padding: 0.9375rem 0;
  border-right: solid 1px #887fa1;
  border-bottom: solid 1px #887fa1;
  font-weight: var(--font-weight--b);
}
.tabs__btns .tabs-btn__sub {
  display: block;
  font-weight: normal;
}
.tabs__btns .tabs-btn.active {
  color: var(--color--white);
  background-color: var(--color--purple);
  border-bottom: none;
}
.tabs__btns .tabs-btn:last-child {
  border-right: none;
}
.tabs__tabs {
  flex-grow: 2;
}
.tabs__tabs .tabs-tab {
  padding: 0.625rem;
}
@media (min-width: 1024px) {
  .tabs__tabs .tabs-tab {
    padding: 0.9375rem;
  }
}
@media (min-width: 1441px) {
  .tabs__tabs .tabs-tab {
    padding: 1.5625rem;
  }
}
.tabs__tabs .tabs-tab.hide {
  display: none;
}
.tabs__tabs .tabs-tab--spaced, .tabs__tabs .tabs-tab--centered {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 1024px) {
  .tabs__tabs .tabs-tab--spaced, .tabs__tabs .tabs-tab--centered {
    padding: 1.5625rem 2.5rem;
  }
}
@media (min-width: 1441px) {
  .tabs__tabs .tabs-tab--spaced, .tabs__tabs .tabs-tab--centered {
    padding: 2.1875rem 3.75rem;
  }
}
.tabs__tabs .tabs-tab--spaced {
  justify-content: space-between;
}
.tabs__tabs .tabs-tab--centered {
  justify-content: center;
  gap: 5rem;
}

.tag {
  text-decoration: none;
  background-color: var(--color--purple);
  color: var(--color--white);
  padding: 0.625rem 1.25rem;
  border-radius: 1.5625rem;
  font-size: 1.125rem;
  line-height: 100%;
  margin-right: 0.625rem;
  border: solid 2px var(--color--purple);
  transition: 0.3s ease;
  box-sizing: border-box;
}
.tag:hover {
  background-color: var(--color--white);
  color: var(--color--purple);
}

.page {
  min-height: 80vh;
}

.page--home .grid-areas {
  margin-bottom: 2.5rem;
}
@media (min-width: 1441px) {
  .page--home .grid-areas {
    margin-bottom: 2.5rem;
  }
}

.page--sitemap .sitemap-sections {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .page--sitemap .sitemap-sections {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
.page--sitemap .sitemap-sections__sct {
  background-color: var(--color--grey-l83);
  flex-grow: 1;
  padding: 0.625rem;
}

.page--product .product-hdr {
  background: url("/images/site/purple-back.jpg") center top;
  color: var(--color--white);
  padding-top: 0.625rem;
}
@media (min-width: 768px) {
  .page--product .product-hdr {
    padding-top: 0;
    background: url("/images/site/purple-back.jpg") center center;
  }
}
@media (min-width: 1024px) {
  .page--product .product-hdr {
    background: url("/images/site/purple-back.jpg") center center;
  }
}
.page--product .product-hdr__eles {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .page--product .product-hdr__eles {
    flex-direction: row;
    gap: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .page--product .product-hdr__eles {
    gap: 1.25rem;
  }
}
@media (min-width: 1441px) {
  .page--product .product-hdr__eles {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .page--product .product-hdr__eles .product-hdr-ele {
    flex: 1;
  }
}
.page--product .product-hdr__eles .product-hdr-ele .title {
  color: var(--color--white);
}
.page--product .product-hdr__eles .product-hdr-ele .sku, .page--product .product-hdr__eles .product-hdr-ele .height-power {
  font-size: 1.5rem;
}
.page--product .product-hdr__eles .product-hdr-ele .sku {
  font-weight: var(--font-weight--b);
  margin-bottom: 0.625rem;
}
.page--product .product-hdr__eles .product-hdr-ele .height-power {
  margin-bottom: 1.875rem;
}
.page--product .product-hdr__eles .product-hdr-ele .sku, .page--product .product-hdr__eles .product-hdr-ele .height-power, .page--product .product-hdr__eles .product-hdr-ele .price, .page--product .product-hdr__eles .product-hdr-ele .stock {
  display: block;
}
.page--product .product-hdr__eles .product-hdr-ele .price {
  font-size: 2.5rem;
  font-weight: var(--font-weight--b);
  margin-bottom: 0.625rem;
}
.page--product .product-hdr__eles .product-hdr-ele .price__vat {
  font-size: 1rem;
}
.page--product .product-hdr__eles .product-hdr-ele .stock {
  color: var(--color--yellow);
  margin-bottom: 2.5rem;
}
.page--product .product-hdr__eles .product-hdr-ele .stock:before {
  content: " ";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--color--mint);
  vertical-align: middle;
  border-radius: 0.625rem;
  margin-right: 0.125rem;
}
.page--product .product-hdr__eles .product-hdr-ele .stock .stock__out, .page--product .product-hdr__eles .product-hdr-ele .stock .stock__in {
  vertical-align: middle;
  line-height: 100%;
  font-size: 1.25rem;
}
.page--product .product-hdr__eles .product-hdr-ele .stock--in:before {
  background-color: var(--color--mint);
}
.page--product .product-hdr__eles .product-hdr-ele .stock--in .stock__out {
  display: none;
}
.page--product .product-hdr__eles .product-hdr-ele .stock--out:before {
  background-color: var(--color--red);
}
.page--product .product-hdr__eles .product-hdr-ele .stock--out .stock__in {
  display: none;
}
.page--product .product-hdr .pri-opts {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-bottom: 1.875rem;
}
.page--product .product-hdr .pri-opts .pri-opts__opt {
  flex: 1;
}
.page--product .product-hdr .pri-opts .pri-opts__opt .title {
  color: var(--color--yellow);
  text-align: center;
  font-size: 1.5rem;
}
.page--product .product-hdr .pri-opts .pri-opts__opt .pri-opt__stl, .page--product .product-hdr .pri-opts .pri-opts__opt .pri-opt__pri, .page--product .product-hdr .pri-opts .pri-opts__opt .pri-opt__vat {
  display: block;
  text-align: center;
  margin-bottom: 0.3125rem;
}
.page--product .product-hdr .pri-opts .pri-opts__opt .pri-opt__pri {
  font-size: 2.5rem;
  font-weight: var(--font-weight--b);
  margin-bottom: 1.25rem;
}
.page--product .product-hdr .tabs-tab .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
.page--product .product-hdr .tabs-tab .btn:last-child {
  margin-bottom: 0;
}
.page--product .product-hdr .img-view {
  margin-bottom: 1.25rem;
}
.page--product .product-hdr, .page--product .accordian, .page--product .specification, .page--product .finance, .page--product .related {
  margin-bottom: 2.5rem;
}
@media (min-width: 1441px) {
  .page--product .product-hdr, .page--product .accordian, .page--product .specification, .page--product .finance, .page--product .related {
    margin-bottom: 3.75rem;
  }
}
.page--product .breadcrumb .item__link, .page--product .breadcrumb .link__name, .page--product .breadcrumb .breadcrumb__list, .page--product .breadcrumb .list__item:after {
  color: var(--color--white);
}

/*# sourceMappingURL=app.bundle.css.map*/