/** Shopify CDN: Minification failed

Line 4546:12 Expected identifier but found whitespace
Line 4546:13 Unexpected "("

**/
*, :before, :after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: rgba(var(--color-text), 0.12);
}

/* Apply Goga Test to body or specific containers */
body, .main-content, .header-menu__link, h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: "Goga Test", Times Roman !important;
}

/* EXCLUDE material icons from inheriting Goga Test */
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-icons-two-tone {
  font-family: "Material Icons" !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  line-height: 1.5;
}

body {
  font-weight: 400;
  font-style: normal;
  position: relative;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: rgb(var(--color-links));
  text-decoration: inherit;
}

b, strong {
  font-weight: 700;
}

code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

table {
  text-indent: 0;
  border-color: inherit;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button {
  border: none;
  display: inline-block;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  text-align: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

button, label, summary, [role=button], [type=checkbox], [type=radio], [type=submit] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  -webkit-user-select: none;
  user-select: none;
  list-style-type: none;
}

summary::-webkit-details-marker {
  display: none;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol, ul, menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea {
  resize: vertical;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

:disabled {
  cursor: default;
}

img, video, iframe, object {
  vertical-align: middle;
  display: block;
}

img {
  color: rgba(0, 0, 0, 0);
  max-width: min(var(--image-mobile-max-width, var(--image-max-width, 100%)), 100%);
  height: auto;
}

video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

.hidden,
[hidden] {
  display: none !important;
}

height-observer, visibility-progress, scroll-area, video-media, model-media, media-carousel, impact-text, recently-viewed-products {
  display: block;
}

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

.color-accent-bg {
  background-color: rgb(var(--color-accent-background));
}

.color-borders {
  border-color: rgb(var(--color-borders));
}

.color-headings {
  color: rgb(var(--color-headings));
}

.color-text {
  color: rgb(var(--color-text));
}

.color-buttons-bg {
  background-color: rgb(var(--color-buttons-background));
}

.color-buttons-label {
  color: rgb(var(--color-buttons-label));
}

.color-links {
  color: rgb(var(--color-links));
}

.color-inputs-bg {
  background-color: rgb(var(--color-inputs-background));
}

.color-errors {
  color: rgb(var(--color-errors));
}

.color-sales {
  color: rgb(var(--color-sales));
}

.color-overlay-bg {
  background-color: rgb(var(--color-overlay-background));
}

/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-full,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-narrow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}

.container {
  max-width: var(--page-container-width);
}

.container-narrow {
  max-width: 720px;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}
.container-full .row {
  --bs-gutter-x: 0;
}

@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  flex-wrap: wrap;
}
.row.row--sm {
  --bs-gutter-x: 0.75rem;
}
.row.row--sm .container {
  --bs-gutter-x: 0.75rem;
}
.row.row--no-spacing {
  --bs-gutter-x: 0;
}
.row.row--no-spacing .container {
  --bs-gutter-x: 1.5rem;
}

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

.col {
  flex: 1 0 0% !important;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (max-width: 768px) {
  .row.row-md--sm {
    --bs-gutter-x: 0.75rem;
  }
  .row.row-md--md {
    --bs-gutter-x: 1rem;
  }
  .row.row-md--sm {
    --bs-gutter-x: 0.75rem;
  }
  .row.row-md--sm .container {
    --bs-gutter-x: 0.75rem;
  }
  .row.row-md--md {
    --bs-gutter-x: 1rem;
  }
  .row.row-md--md .container {
    --bs-gutter-x: 1rem;
  }
  .row.row--no-spacing {
    --bs-gutter-x: 0;
  }
  .row.row--no-spacing .container {
    --bs-gutter-x: 1rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0% !important;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0% !important;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0% !important;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0% !important;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0% !important;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2-5,
.gx-2-5 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-2-5,
.gy-2-5 {
  --bs-gutter-y: 0.75rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.pos-r {
  position: relative;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.w-25 {
  width: 25% !important;
}

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

.w-75 {
  width: 75% !important;
}

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-50 {
  flex: 1 1 50% !important;
}

.flex-row {
  flex-direction: row !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

.gap-lg {
  gap: var(--spacer-lg);
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-last-0 > *:last-child {
  margin-bottom: 0 !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-\[-2\] {
  margin-bottom: -0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-4-5 {
  margin-bottom: 2.3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

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

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

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

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

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

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

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-50 {
    flex: 1 1 50% !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-50 {
    flex: 1 1 50% !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .gap-md-0 {
    gap: 0;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-50 {
    flex: 1 1 50% !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-50 {
    flex: 1 1 50% !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  font-size: var(--text-font-size);
  line-height: var(--text-letter-spacing);
  color: rgb(var(--color-text));
}

.heading, .h0, .h1, .h2, .h3, .h4, .h5, .h6, .rte :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  overflow-wrap: anywhere;
  text-rendering: optimizeLegibility;
  color: rgb(var(--color-headings));
}
.heading a, .h0 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .rte :is(h1, h2, h3, h4, h5, h6) a {
  color: rgb(var(--color-headings));
  text-decoration: none;
  font-weight: inherit;
}

select.select--sm, .select.select--sm{
  background-color: white;
}
select, .select
Specificity: (0,0,1)
 {background-color: white;}

.text-sale {
      color: Black !important;
}

.h0 {
  font-size: var(--heading-0-font-size);
  line-height: 1;
}

.h1, .rte h1:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--heading-1-font-size);
  line-height: 1.1;
}

.h2, .rte h2:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--heading-2-font-size);
  line-height: 1.1;
}
.h2{
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.h3, .rte h3:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--heading-3-font-size);
  line-height: 1.2;
}

.h4, .rte h4:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--heading-4-font-size);
  line-height: 1.3;
}

.h5, .rte h5:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--heading-5-font-size);
  line-height: 1.4;
}

.h6, .rte h6:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: var(--heading-6-font-size);
  line-height: 1.4;
}

.text-xxs {
  font-size: 10px;
  line-height: 1.7;
}

.text-xs {
  font-size: var(--text-font-size-xs);
  line-height: 1.7;
}

.text-sm {
  font-size: var(--text-font-size-sm);
  line-height: 1.6;
}

.text-base {
  font-size: var(--text-font-size);
  line-height: 1.6;
}

.text-lg {
  font-size: var(--text-font-size-lg);
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .sm\:h0 {
    font-size: var(--heading-0-font-size);
    line-height: 1;
  }
  .sm\:h1 {
    font-size: var(--heading-1-font-size);
    line-height: 1.1;
  }
  .sm\:h2 {
    font-size: var(--heading-2-font-size);
    line-height: 1.1;
  }
  .sm\:h3 {
    font-size: var(--heading-3-font-size);
    line-height: 1.2;
  }
  .sm\:h4 {
    font-size: var(--heading-4-font-size);
    line-height: 1.3;
  }
  .sm\:h5 {
    font-size: var(--heading-5-font-size);
    line-height: 1.4;
  }
  .sm\:h6 {
    font-size: var(--heading-6-font-size);
    line-height: 1.4;
  }
  .sm\:text-xxs {
    font-size: 10px;
    line-height: 1.7;
  }
  .sm\:text-xs {
    font-size: var(--text-font-size-xs);
    line-height: 1.7;
  }
  .sm\:text-sm {
    font-size: var(--text-font-size-sm);
    line-height: 1.6;
  }
  .sm\:text-base {
    font-size: var(--text-font-size);
    line-height: 1.6;
  }
  .sm\:text-lg {
    font-size: var(--text-font-size-lg);
    line-height: 1.6;
  }
}
html, body {
  min-height: 100vh;
  overscroll-behavior-x: none;
  -webkit-overflow-scrolling: touch;
}

html {
  padding-bottom: 0 !important;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  background-color: rgb(var(--color-background));
  font-size: var(--text-font-size);
  font-style: var(--text-font-style);
  font-weight: var(--text-font-weight);
  font-family: var(--text-font-family);
  letter-spacing: var(--text-letter-spacing);
  overflow-x: hidden !important;
}
body.js-drawer-open, body.js-modal-open {
  overflow-y: hidden;
}

main {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.footer-group {
  margin-top: auto;
}

img,
iframe {
  max-width: 100%;
}

a,
button,
[role=button],
input,
label,
select,
textarea {
  touch-action: manipulation;
}
.enable-hover-transitions a,
.enable-hover-transitions button,
.enable-hover-transitions [role=button],
.enable-hover-transitions input,
.enable-hover-transitions label,
.enable-hover-transitions select,
.enable-hover-transitions textarea {
  transition: var(--transition-hover);
}
a:hover,
button:hover,
[role=button]:hover,
input:hover,
label:hover,
select:hover,
textarea:hover {
  opacity: 1;
}
a:active, a:focus,
button:active,
button:focus,
[role=button]:active,
[role=button]:focus,
input:active,
input:focus,
label:active,
label:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  opacity: 1;
}

.badge {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 4px 5px;
  background-color: rgb(var(--color-headings));
  border-radius: var(--border-radius);
  vertical-align: baseline;
  text-transform: uppercase;
  text-overflow: ellipsis;
  font-size: var(--text-font-size-sm);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: rgb(var(--color-accent-background));
  transition: opacity 0.3s, visibility 0.3s;
}
.badge.badge--icons {
  padding: 0;
  background-color: transparent !important;
  overflow: visible;
}
.badge.badge--icons > *:not(:last-of-type) {
  margin-bottom: var(--spacer-sm);
}
.badge.badge--product {
  position: absolute;
  z-index: calc(var(--zindex-base) + 1);
}
.badge.badge--top-left {
  top: var(--gutter-xs);
  left: var(--gutter-xs);
}
.badge.badge--top-right {
  top: var(--gutter-xs);
  right: var(--gutter-xs);
}
.product-item .badge {
  max-width: calc(100% - var(--gutter-sm));
}
.badge > .tooltip-wrapper {
  position: initial;
}

blockquote {
  display: block;
  width: 100%;
  margin: 0;
}

cite {
  display: block;
  font-size: var(--text-font-size-sm);
}
cite::before {
  content: "horizontal_rule";
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
  margin-right: 3px;
}
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-icons-two-tone {
  font-family: 'Material Icons' !important;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.btn {
  max-width: 100%;
  display: inline-block;
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  vertical-align: middle;
  background-color: rgb(var(--color-inputs-background));
  border: var(--borders);
  border-radius: var(--border-radius);
  text-align: center;
  text-decoration: none;
  text-transform: var(--accent-text-transform);
  font-family: var(--accent-font-family);
  font-weight: var(--accent-font-weight);
  font-style: var(--accent-font-style);
  font-size: var(--text-font-size);
  letter-spacing: var(--accent-letter-spacing);
  line-height: var(--text-line-height);
  color: rgb(var(--color-text));
  white-space: normal;
  user-select: none;
  cursor: pointer;
  appearance: none;
  overflow: hidden;
  word-break: break-all;
}
.enable-hover-transitions .btn {
  transition-property: color, background-color, border-color, opacity, box-shadow;
  transition-duration: 0.3s;
}
.btn:not(.disabled):not([disabled]):hover, .btn:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-text));
  background-color: rgb(var(--default-button-background-hover));
  border-color: rgb(var(--default-button-border-color-hover));
}

.btn:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-text));
  background-color: rgb(var(--default-button-background-active));
  border-color: rgb(var(--default-button-border-color-active));
  box-shadow: none;
}
.btn:focus {
  outline: 0;
}
.btn.btn--primary {
  background-color: rgb(var(--color-buttons-background));
  border-color: rgb(var(--color-buttons-background));
  color: rgb(var(--color-buttons-label));
}
.btn.btn--primary:not(.disabled):not([disabled]):hover, .btn.btn--primary:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-hover));
  border-color: rgb(var(--primary-button-border-color-hover));
}

.btn.btn--primary:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-active));
  border-color: rgb(var(--primary-button-border-color-active));
  box-shadow: none;
}
.btn.btn--outline-primary {
  background-color: transparent;
  border-color: rgb(var(--color-buttons-background));
  color: rgb(var(--color-buttons-background));
}
.btn.btn--outline-primary:not(.disabled):not([disabled]):hover, .btn.btn--outline-primary:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-hover));
  border-color: rgb(var(--primary-button-border-color-hover));
}

.btn.btn--outline-primary:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-active));
  border-color: rgb(var(--primary-button-border-color-active));
  box-shadow: none;
}
.btn.btn--reveal-primary:not(.disabled):not([disabled]):hover, .btn.btn--reveal-primary:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-hover));
  border-color: rgb(var(--primary-button-border-color-hover));
}

.btn.btn--reveal-primary:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-active));
  border-color: rgb(var(--primary-button-border-color-active));
  box-shadow: none;
}
.btn.btn--banner {
  padding-left: var(--gutter-sm);
  padding-right: var(--gutter-sm);
  border-left: none;
  border-right: none;
  border-radius: 0;
  display: block;
  width: 100%;
}
.btn.btn--square {
  padding: 0;
  letter-spacing: 0;
  border-radius: var(--border-radius-is-circle);
  width: var(--input-height);
  height: var(--input-height);
  line-height: var(--input-height-inner);
  font-size: var(--icon-font-size-md);
}
.btn.btn--square-sm {
  padding: 0;
  letter-spacing: 0;
  border-radius: var(--border-radius-is-circle);
  width: var(--input-height-sm);
  height: var(--input-height-sm);
  line-height: var(--input-height-inner-sm);
  font-size: var(--icon-font-size-sm);
}
.btn.btn--square-xs {
  padding: 0;
  letter-spacing: 0;
  border-radius: var(--border-radius-is-circle);
  width: var(--input-height-xs);
  height: var(--input-height-xs);
  line-height: var(--input-height-inner-xs);
  font-size: var(--text-font-size-sm);
}
.btn.btn--sm {
  padding: var(--button-vertical-padding-sm) var(--button-horizontal-padding-sm);
}
.btn.btn--xs {
  padding: var(--button-vertical-padding-xs) var(--button-horizontal-padding-xs);
  font-size: var(--text-font-size-sm);
}
.btn.btn--full {
  width: 100%;
}
.btn.btn--facebook:not(.disabled):not([disabled]):hover, .btn.btn--facebook:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: #fff;
  background-color: rgb(var(--social-facebook-bg-color-hover));
  border-color: rgb(var(--social-facebook-border-color-hover));
}

.btn.btn--facebook:not(.disabled):not([disabled]):active {
  color: #fff;
  background-color: rgb(var(--social-facebook-bg-color-active));
  border-color: rgb(var(--social-facebook-border-color-active));
  box-shadow: none;
}
.btn.btn--twitter:not(.disabled):not([disabled]):hover, .btn.btn--twitter:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: #fff;
  background-color: rgb(var(--social-twitter-bg-color-hover));
  border-color: rgb(var(--social-twitter-border-color-hover));
}

.btn.btn--twitter:not(.disabled):not([disabled]):active {
  color: #fff;
  background-color: rgb(var(--social-twitter-bg-color-active));
  border-color: rgb(var(--social-twitter-border-color-active));
  box-shadow: none;
}
.btn.btn--pinterest:not(.disabled):not([disabled]):hover, .btn.btn--pinterest:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: #fff;
  background-color: rgb(var(--social-pinterest-bg-color-hover));
  border-color: rgb(var(--social-pinterest-border-color-hover));
}

.btn.btn--pinterest:not(.disabled):not([disabled]):active {
  color: #fff;
  background-color: rgb(var(--social-pinterest-bg-color-active));
  border-color: rgb(var(--social-pinterest-border-color-active));
  box-shadow: none;
}
.btn.btn--whatsapp:not(.disabled):not([disabled]):hover, .btn.btn--whatsapp:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: #fff;
  background-color: rgb(var(--social-whatsapp-bg-color-hover));
  border-color: rgb(var(--social-whatsapp-border-color-hover));
}

.btn.btn--whatsapp:not(.disabled):not([disabled]):active {
  color: #fff;
  background-color: rgb(var(--social-whatsapp-bg-color-active));
  border-color: rgb(var(--social-whatsapp-border-color-active));
  box-shadow: none;
}
.btn.btn--linkedin:not(.disabled):not([disabled]):hover, .btn.btn--linkedin:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: #fff;
  background-color: rgb(var(--social-linkedin-bg-color-hover));
  border-color: rgb(var(--social-linkedin-border-color-hover));
}

.btn.btn--linkedin:not(.disabled):not([disabled]):active {
  color: #fff;
  background-color: rgb(var(--social-linkedin-bg-color-active));
  border-color: rgb(var(--social-linkedin-border-color-active));
  box-shadow: none;
}
.btn.btn--reddit:not(.disabled):not([disabled]):hover, .btn.btn--reddit:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: #fff;
  background-color: rgb(var(--social-reddit-bg-color-hover));
  border-color: rgb(var(--social-reddit-border-color-hover));
}

.btn.btn--reddit:not(.disabled):not([disabled]):active {
  color: #fff;
  background-color: rgb(var(--social-reddit-bg-color-active));
  border-color: rgb(var(--social-reddit-border-color-active));
  box-shadow: none;
}
.btn.btn--messenger:not(.disabled):not([disabled]):hover, .btn.btn--messenger:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: #fff;
  background-color: rgb(var(--social-messenger-bg-color-hover));
  border-color: rgb(var(--social-messenger-border-color-hover));
}

.btn.btn--messenger:not(.disabled):not([disabled]):active {
  color: #fff;
  background-color: rgb(var(--social-messenger-bg-color-active));
  border-color: rgb(var(--social-messenger-border-color-active));
  box-shadow: none;
}
.button-uppercase .btn {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .btn.btn--banner {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

.btn-loading {
  opacity: var(--opacity);
}
.btn-loading::after {
  content: "cached";
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
  animation: spin var(--transition-duration-slow) infinite cubic-bezier(0.35, 0, 0.25, 1);
}
.btn-loading .btn__text {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.bubble {
  display: none;
}
.bubble.bubble--visible {
  display: block;
  position: absolute;
  width: var(--cart-bubble-size);
  height: var(--cart-bubble-size);
  border: 2px solid rgb(var(--cart-bubble-border-color));
  background-color: rgb(var(--cart-bubble-bg-color));
  border-radius: 50%;
  opacity: var(--cart-bubble-opacity);
  transition: var(--transition);
}
.bubble.bubble--top-left {
  top: 0;
  left: 0;
}
.bubble.bubble--bottom-left {
  left: 0;
  bottom: 0;
}
.bubble.bubble--bottom-right {
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .bubble.bubble--top-left {
    top: 7px;
    left: 7px;
  }
  .bubble.bubble--bottom-left {
    left: 7px;
    bottom: 7px;
  }
  .bubble.bubble--bottom-right {
    right: 7px;
    bottom: 7px;
  }
}

.copy-box {
  padding: var(--spacer);
  border: 2px dashed rgb(var(--color-links));
  width: 100%;
  border-radius: var(--border-radius);
  font-size: var(--text-font-size-lg);
  font-weight: bold;
  text-align: center;
  -webkit-touch-callout: all;
  user-select: all;
}

.dropdown.dropdown--open > .dropdown__link {
  background-color: rgb(var(--color-accent-background));
  opacity: 1;
}
.dropdown .dropdown__menu {
  position: absolute;
  left: 0;
  z-index: var(--zindex-over-body);
  width: max-content;
  max-width: 250px;
  min-width: 175px;
  height: 0;
  margin: 0;
  padding: var(--gutter-xs) 0;
  background-color: rgb(var(--color-background));
  border: var(--borders);
  border-radius: var(--border-radius);
  text-align: left;
  line-height: var(--text-line-height);
  opacity: 0;
  visibility: hidden;
}
.dropdown .dropdown__menu.is-closing {
  display: block;
  animation-duration: var(--transition-duration-fast);
  animation-name: fadeOutUp !important;
  animation-fill-mode: both;
}
.dropdown .dropdown__menu.dropdown--open {
  height: initial;
  visibility: visible;
  animation-duration: var(--transition-duration-fast);
  animation-name: fadeInDown;
  animation-fill-mode: both;
}
.dropdown .dropdown__menu.dropdown--outside {
  left: auto;
  right: 0;
}
.dropdown .dropdown__menu.dropdown__menu--up {
  left: 0;
  bottom: 100%;
  height: auto !important;
  min-height: auto !important;
}
.dropdown .dropdown__menu.dropdown__menu--body {
  padding: var(--gutter-sm);
}
.dropdown .dropdown__menu.dropdown__menu--grandchild {
  top: calc(var(--gutter-xs) * -1);
  left: 100%;
  margin-left: calc(var(--gutter-xs) / 2);
}
.dropdown .dropdown__menu.dropdown__menu--grandchild.dropdown__menu--outside {
  left: -100%;
  margin-left: calc(var(--gutter-xs) / -2);
}
.dropdown .dropdown__menu.dropdown__menu--grandchild.dropdown__menu--up {
  top: auto;
  bottom: calc(var(--gutter-xs) * -1);
}
.dropdown .dropdown__menu.dropdown__menu--grandchild .dropdown__link {
  white-space: normal;
}
.dropdown .dropdown__item {
  position: relative;
  list-style: none;
  padding: 0 var(--gutter-xs);
}
.dropdown .dropdown__item.dropdown__item--has-grandchild::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--gutter-xs) / -2);
  width: calc(var(--gutter-xs) / 2);
  height: 100%;
  display: block;
}
.dropdown-outside .dropdown .dropdown__item.dropdown__item--has-grandchild::after {
  right: auto;
  left: calc(var(--gutter-xs) / -2);
}
.dropdown .dropdown__link {
  display: block;
  width: 100%;
  padding: var(--gutter-xs);
  background-color: transparent;
  text-align: left;
  border-radius: var(--border-radius);
  transition: var(--transition);
  overflow: hidden;
}
.dropdown .dropdown__link:hover, .dropdown .dropdown__link:focus {
  background-color: rgb(var(--color-accent-background));
  opacity: 1;
}
.dropdown .dropdown__link.dropdown__link--active {
  color: rgb(var(--color-links));
}
.dropdown .dropdown__link.dropdown__toggle::after {
  content: "chevron_right";
  float: right;
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
}

.shopify-payment-button {
  margin-top: calc(var(--spacer) / 2);
  padding-top: 0 !important;
}
.variant-unavailable .shopify-payment-button, .product__meta--sold-out .shopify-payment-button {
  display: none;
}
.shopify-payment-button > div > div > div {
  display: flex;
  flex-wrap: wrap;
  animation-duration: var(--transition-duration-fast);
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.shopify-payment-button .shopify-payment-button__button {
  flex: 1;
  min-height: var(--input-height-sm) !important;
  height: auto;
  border-radius: var(--border-radius) !important;
  transition: var(--transition);
}
.shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded {
  display: inline-block;
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  border: var(--border-width) solid rgb(var(--color-buttons-background));
  border-radius: var(--border-radius);
  line-height: var(--text-line-height);
  text-transform: var(--accent-text-transform);
  font-family: var(--accent-font-family);
  font-weight: var(--accent-font-weight);
  font-style: var(--accent-font-style);
  font-size: var(--text-font-size);
  letter-spacing: var(--accent-letter-spacing);
  user-select: none;
  appearance: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  background-color: transparent;
  color: rgb(var(--color-buttons-background));
}
.shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded:not(.disabled):not([disabled]):hover, .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-hover));
  border-color: rgb(var(--primary-button-border-color-hover));
}

.shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-active));
  border-color: rgb(var(--primary-button-border-color-active));
  box-shadow: none;
}
.shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded:focus {
  outline: 0;
}
body.button-uppercase .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded {
  text-transform: uppercase;
}
body.has-custom-buy-it-now-text .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded {
  font-size: 0;
}
body.has-custom-buy-it-now-text .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded::before, body.has-custom-buy-it-now-text .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded::after {
  font-size: var(--text-font-size);
}
body.has-custom-buy-it-now-text .shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--unbranded::before {
  content: var(--custom-buy-it-now-text);
}
.shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate > div[role=button] {
  border-radius: var(--border-radius) !important;
  padding: var(--button-vertical-padding-sm) var(--button-horizontal-padding-sm) !important;
  min-height: var(--input-height-sm) !important;
  max-height: var(--input-height-sm) !important;
}
.shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate > div[role=button][aria-disabled=true] {
  opacity: var(--opacity) !important;
}
.shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate > div[role=button] span[aria-hidden=true] {
  text-transform: var(--accent-text-transform) !important;
  font-family: var(--accent-font-family) !important;
  font-weight: var(--accent-font-weight) !important;
  font-style: var(--accent-font-style) !important;
  letter-spacing: var(--accent-letter-spacing) !important;
}
.shopify-payment-button .shopify-payment-button__more-options {
  padding: var(--button-vertical-padding-sm) var(--button-horizontal-padding-sm);
  background-color: rgb(var(--color-inputs-background));
  border: var(--border-width) solid rgb(var(--color-inputs-background));
  border-radius: var(--border-radius);
  line-height: var(--text-line-height);
  text-transform: var(--accent-text-transform);
  font-family: var(--accent-font-family);
  font-weight: var(--accent-font-weight);
  font-style: var(--accent-font-style);
  font-size: var(--text-font-size);
  letter-spacing: var(--accent-letter-spacing);
  user-select: none;
  appearance: none;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  text-decoration: none !important;
  margin-top: var(--spacer-sm);
  width: 100%;
  color: rgb(var(--color-text));
  display: none !important;
}
.shopify-payment-button .shopify-payment-button__more-options:not(.disabled):not([disabled]):hover, .shopify-payment-button .shopify-payment-button__more-options:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-text));
  background-color: rgb(var(--default-button-background-hover));
  border-color: rgb(var(--default-button-border-color-hover));
}

.shopify-payment-button .shopify-payment-button__more-options:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-text));
  background-color: rgb(var(--default-button-background-active));
  border-color: rgb(var(--default-button-border-color-active));
  box-shadow: none;
}
body.show-more-payment-options-button .shopify-payment-button .shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: block !important;
  visibility: visible !important;
}
.shopify-payment-button .shopify-payment-button__more-options::before {
  content: "credit_card";
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
  margin-right: var(--spacer-xs);
}
.shopify-payment-button .shopify-payment-button__button--branded .shopify-cleanslate iframe {
  max-height: var(--input-height-sm) !important;
}
.shopify-payment-button .zoid-outlet > iframe.zoid-component-frame {
  z-index: inherit !important;
}
.shopify-payment-button .shopify-payment-button__button--hidden {
  display: none !important;
}

.additional_checkout_buttons .dynamic-checkout__content:empty {
  display: none;
}
.additional_checkout_buttons div[data-shopify-buttoncontainer=true],
.additional_checkout_buttons ul[data-shopify-buttoncontainer=true] {
  margin: 0 calc(var(--spacer-sm) / -2) !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.additional_checkout_buttons div[data-testid=grid-cell],
.additional_checkout_buttons li[data-testid=grid-cell] {
  flex: 1 !important;
  padding-left: calc(var(--spacer-sm) / 2) !important;
  padding-right: calc(var(--spacer-sm) / 2) !important;
  margin-top: var(--spacer-sm) !important;
  margin-bottom: 0 !important;
  height: initial !important;
  flex-basis: 50% !important;
}
.additional_checkout_buttons div[data-testid=grid-cell] > div[role=button],
.additional_checkout_buttons li[data-testid=grid-cell] > div[role=button] {
  border-radius: var(--border-radius) !important;
  min-height: var(--input-height-sm) !important;
  height: 100% !important;
}

@media screen and (max-width: 991.98px) {
  .additional_checkout_buttons .dynamic-checkout__content {
    padding-top: 0 !important;
  }
}
.hr {
  height: 0;
  border: 0;
  margin: calc(var(--spacer) / 2) auto;
  clear: both;
}
.hr.hr--divider {
  margin-top: 0;
  margin-bottom: 0;
  border-top: var(--borders);
}
.hr.hr--rev {
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.hr.hr--xs {
  margin-top: calc(var(--spacer-xs) / 2);
  margin-bottom: calc(var(--spacer-xs) / 2);
}
.hr.hr--sm {
  margin-top: calc(var(--spacer-sm) / 2);
  margin-bottom: calc(var(--spacer-sm) / 2);
}
.hr.hr--lg {
  margin-top: calc(var(--spacer-lg) / 2);
  margin-bottom: calc(var(--spacer-lg) / 2);
}
@media screen and (min-width: 768px) {
  .hr {
    margin-left: calc(var(--gutter) * -1);
    margin-right: calc(var(--gutter) * -1);
  }
}

.icon {
  display: inline-flex;
}
.icon:not(.icon--svg) {
  margin-inline-end: var(--spacer-xs);
}
.icon.icon--sm {
  font-size: var(--icon-font-size-sm);
}
.icon.icon--md {
  font-size: var(--icon-font-size-md);
}
.icon.icon--lg {
  font-size: var(--icon-font-size-lg);
}
.icon.icon--xl {
  font-size: var(--icon-font-size-xl);
}
.icon.icon--image {
  line-height: 1;
}
.icon.icon--svg {
  width: 1em;
  height: auto;
  vertical-align: middle;
  margin-top: -0.2em;
}
.icon.icon--middle {
  vertical-align: middle;
}
.icon.icon--width {
  width: 1.25em;
  flex-shrink: 0;
  text-align: center;
}
.icon.icon--spin::after {
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
  content: var(--icon-loading);
  animation: spin var(--transition-duration-slow) infinite cubic-bezier(0.35, 0, 0.25, 1);
}

.image {
  width: auto;
  border-radius: var(--border-radius);
}
.image.image--xs {
  height: var(--icon-font-size-xs);
}
.image.image--sm {
  height: var(--icon-font-size-sm);
}
.image.image--md {
  height: var(--icon-font-size-md);
}
.image.image--lg {
  height: var(--icon-font-size-lg);
}
.image.image--xl {
  height: var(--icon-font-size-xl);
}
.image.image--gray {
  opacity: var(--opacity);
  filter: grayscale(100%);
}
.image.image--gray:hover {
  opacity: 1;
  filter: none;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--icon-font-size-md);
  padding-left: calc(var(--icon-font-size-md) + var(--spacer-xs));
  cursor: pointer;
}
.checkbox label {
  margin-bottom: 0;
}
.checkbox label::before, .checkbox label::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  text-transform: none;
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  font-size: var(--icon-font-size-md);
  line-height: var(--icon-font-size-md);
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
}
.checkbox input[type=checkbox],
.checkbox input[type=radio] {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  opacity: 0 !important;
}
.checkbox input[type=checkbox][disabled] ~ label, .checkbox input[type=checkbox].disabled ~ label,
.checkbox input[type=radio][disabled] ~ label,
.checkbox input[type=radio].disabled ~ label {
  cursor: default;
}
.checkbox input[type=checkbox][disabled] ~ label::before, .checkbox input[type=checkbox][disabled] ~ label::after, .checkbox input[type=checkbox].disabled ~ label::before, .checkbox input[type=checkbox].disabled ~ label::after,
.checkbox input[type=radio][disabled] ~ label::before,
.checkbox input[type=radio][disabled] ~ label::after,
.checkbox input[type=radio].disabled ~ label::before,
.checkbox input[type=radio].disabled ~ label::after {
  cursor: default;
  opacity: var(--opacity);
}
.checkbox input[type=checkbox]:checked ~ label::before, .checkbox input[type=checkbox]:checked ~ label::after,
.checkbox input[type=radio]:checked ~ label::before,
.checkbox input[type=radio]:checked ~ label::after {
  color: rgb(var(--color-buttons-background));
}
.checkbox input[type=checkbox]:checked ~ label::after {
  content: "check_box";
}
.checkbox label::after {
  content: "check_box_outline_blank";
}

input,
.input,
textarea {
  max-width: 100%;
  display: inline-block;
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: rgb(var(--color-inputs-background));
  border: var(--borders);
  border-color: rgb(var(--color-inputs-background));
  border-radius: var(--border-radius);
  font-size: var(--text-font-size);
  line-height: var(--text-line-height);
  color: rgb(var(--color-text));
}


input:not(.disabled):not([disabled]):active,
.input:not(.disabled):not([disabled]):active,
textarea:not(.disabled):not([disabled]):active {
  background-color: rgb(var(--input-bg-color-active));
  border-color: rgb(var(--input-border-color-active));
  color: rgb(var(--color-text));
  box-shadow: none;
}
input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input::-ms-input-placeholder,
.input::-webkit-input-placeholder,
.input:-moz-placeholder,
.input::-moz-placeholder,
.input:-ms-input-placeholder,
.input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgb(var(--color-text));
  opacity: 0.7;
}
input:focus,
.input:focus,
textarea:focus {
  outline: 0;
}
input[type=search], input[type=number], input[type=email], input[type=password],
.input[type=search],
.input[type=number],
.input[type=email],
.input[type=password],
textarea[type=search],
textarea[type=number],
textarea[type=email],
textarea[type=password] {
  appearance: none;
}
input[type=checkbox], input[type=radio],
.input[type=checkbox],
.input[type=radio],
textarea[type=checkbox],
textarea[type=radio] {
  margin: 0 10px 0 0;
  padding: 0;
  width: auto;
}
input[type=checkbox]:hover, input[type=checkbox]:focus, input[type=radio]:hover, input[type=radio]:focus,
.input[type=checkbox]:hover,
.input[type=checkbox]:focus,
.input[type=radio]:hover,
.input[type=radio]:focus,
textarea[type=checkbox]:hover,
textarea[type=checkbox]:focus,
textarea[type=radio]:hover,
textarea[type=radio]:focus {
  outline: none;
  box-shadow: none !important;
}
input[type=checkbox],
.input[type=checkbox],
textarea[type=checkbox] {
  height: initial;
}
input[type=radio],
.input[type=radio],
textarea[type=radio] {
  cursor: pointer;
}
input[type=image],
.input[type=image],
textarea[type=image] {
  background-color: transparent;
}
input[type=submit],
.input[type=submit],
textarea[type=submit] {
  display: inline-block;
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  background-color: rgb(var(--color-buttons-background));
  border: var(--borders);
  border-radius: var(--border-radius);
  border-color: rgb(var(--color-buttons-background));
  text-transform: var(--accent-text-transform);
  text-align: center;
  text-decoration: none;
  font-family: var(--accent-font-family);
  font-weight: var(--accent-font-weight);
  font-size: var(--text-font-size);
  font-style: var(--accent-font-style);
  letter-spacing: var(--accent-letter-spacing);
  line-height: var(--text-line-height);
  color: rgb(var(--color-buttons-label));
  vertical-align: middle;
  white-space: normal;
  user-select: none;
  appearance: none;
  cursor: pointer;
}
input[type=submit]:focus,
.input[type=submit]:focus,
textarea[type=submit]:focus {
  outline: 0;
}
input[type=submit]:not(.disabled):not([disabled]):hover, input[type=submit]:not(.disabled):not([disabled]):focus,
.input[type=submit]:not(.disabled):not([disabled]):hover,
.input[type=submit]:not(.disabled):not([disabled]):focus,
textarea[type=submit]:not(.disabled):not([disabled]):hover,
textarea[type=submit]:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-hover));
  border-color: rgb(var(--primary-button-border-color-hover));
}

input[type=submit]:not(.disabled):not([disabled]):active,
.input[type=submit]:not(.disabled):not([disabled]):active,
textarea[type=submit]:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-active));
  border-color: rgb(var(--primary-button-border-color-active));
  box-shadow: none;
}
.button-uppercase input[type=submit],
.button-uppercase .input[type=submit],
.button-uppercase textarea[type=submit] {
  text-transform: uppercase;
}
input.input--error,
.input.input--error,
textarea.input--error {
  border-color: rgb(var(--color-errors)) !important;
}
input.input--sm,
.input.input--sm,
textarea.input--sm {
  padding: var(--button-vertical-padding-sm) var(--button-horizontal-padding-sm);
}
input.input--full,
.input.input--full,
textarea.input--full {
  width: 100%;
}

.input-group {
  display: flex;
}
.input-group .input-group__field {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0;
  width: 100%;
}
.input-group .input-group__btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  flex-shrink: 0;
}

.input-prefix {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  padding: 10px 15px;
  border-radius: var(--border-radius);
  border: var(--borders);
}
.input-prefix .input-prefix__field {
  -webkit-appearance: textfield;
  appearance: textfield;
  min-width: 0;
  width: 100%;
  text-align: end;
  background: none !important;
  border: none;
  margin-left: 10px;
  padding: 0;
  box-shadow: none !important;
}
.input-prefix .input-prefix__field:focus {
  outline: none;
}
.input-prefix .input-prefix__field::-webkit-outer-spin-button, .input-prefix .input-prefix__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

label {
  display: block;
}
[type=radio] + label, [type=checkbox] + label {
  display: inline-block;
}
label[for] {
  cursor: pointer;
}

.inline-label {
  display: inline-block;
  margin-right: var(--spacer-sm);
}

.radio {
  position: relative;
  display: flex;
  align-items: center;
  min-height: var(--icon-font-size-md);
  padding-left: calc(var(--icon-font-size-md) + var(--spacer-xs));
}
.radio label {
  margin-bottom: 0;
}
.radio label::before, .radio label::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  text-transform: none;
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  font-size: var(--icon-font-size-md);
  line-height: var(--icon-font-size-md);
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
}
.radio input[type=checkbox],
.radio input[type=radio] {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  opacity: 0 !important;
}
.radio input[type=checkbox][disabled] ~ label, .radio input[type=checkbox].disabled ~ label,
.radio input[type=radio][disabled] ~ label,
.radio input[type=radio].disabled ~ label {
  cursor: default;
}
.radio input[type=checkbox][disabled] ~ label::before, .radio input[type=checkbox][disabled] ~ label::after, .radio input[type=checkbox].disabled ~ label::before, .radio input[type=checkbox].disabled ~ label::after,
.radio input[type=radio][disabled] ~ label::before,
.radio input[type=radio][disabled] ~ label::after,
.radio input[type=radio].disabled ~ label::before,
.radio input[type=radio].disabled ~ label::after {
  cursor: default;
  opacity: var(--opacity);
}
.radio input[type=checkbox]:checked ~ label::before, .radio input[type=checkbox]:checked ~ label::after,
.radio input[type=radio]:checked ~ label::before,
.radio input[type=radio]:checked ~ label::after {
  color: rgb(var(--color-buttons-background));
}
.radio input[type=radio]:checked ~ label::after {
  content: "radio_button_checked";
}
.radio label::after {
  content: "radio_button_unchecked";
}

ul, ol {
  padding: 0;
  text-rendering: optimizeLegibility;
}

ul.square {
  list-style: square outside;
}
ul.disc {
  list-style: disc outside;
}

ol {
  list-style: decimal;
}
ol.alpha {
  list-style: lower-alpha outside;
}
ol ol {
  list-style: lower-alpha;
}

.no-bullets {
  list-style: none outside;
  margin-bottom: 0;
  margin-left: 0;
}

.notification-toast {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: var(--zindex-header);
  transform: translateX(-50%);
  width: 100%;
}
.notification-toast.notification-toast--popup {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: unset;
  bottom: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--gutter-sm);
  transform: none;
  z-index: 99999;
  pointer-events: none;
}
.notification-toast.notification-toast--popup.notification-toast--open:before {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.notification-toast.notification-toast--popup:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.notification-toast.notification-toast--popup .notification-toast__card-wrapper {
  position: relative;
  z-index: 999999;
  pointer-events: auto;
}
.notification-toast.notification-toast--popup .notification-toast__close-btn {
  background-color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
.notification-toast.notification-toast--popup .notification-toast__card {
  position: relative;
  overflow: hidden;
  z-index: 99999;
  height: auto;
  margin-top: 0;
}
.notification-toast.notification-toast--popup .notification-toast__icon {
  width: 30px;
  margin-right: var(--spacer);
  flex-shrink: 0;
}
.notification-toast.notification-toast--popup .notification-toast__icon svg {
  display: flex;
  width: 100%;
}
.notification-toast.notification-toast--popup .card__header,
.notification-toast.notification-toast--popup .card__body {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.notification-toast.notification-toast--popup .card__header {
  border-bottom: 1px solid #E2E2E2;
}
.notification-toast.notification-toast--popup .card__body {
  color: rgb(89, 93, 98);
}
.notification-toast.notification-toast--popup .card__body span {
  display: inline-block;
  background-color: rgb(245, 245, 245);
  color: rgb(0, 0, 0);
  border-radius: 3px;
  padding: 3px 9px;
  font-weight: bold;
}
.notification-toast.notification-toast--popup .notification-toast__banner {
  color: rgb(255, 78, 100);
  text-align: center;
  padding-bottom: var(--spacer);
  border-bottom: 1px solid rgb(245, 245, 245);
  font-weight: bold;
}
.notification-toast.notification-toast--popup .notification-toast__banner p {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.notification-toast.notification-toast--popup .notification-toast__banner-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--spacer-sm);
  padding: var(--spacer-sm);
  border-radius: 50%;
  background-color: rgba(255, 78, 100, 0.12);
}
.notification-toast.notification-toast--popup .notification-toast__banner-icon svg {
  width: 18px;
  height: 18px;
}
.notification-toast .notification-toast__card {
  width: 100%;
  max-width: 400px;
  display: none;
  -webkit-backface-visibility: hidden;
  margin-top: var(--gutter-xs);
  transition: var(--transition);
}
.notification-toast .notification-toast__card.notification-toast__card--open, .notification-toast .notification-toast__card.is-closing {
  display: block;
  animation-duration: var(--transition-duration-fast);
  animation-fill-mode: both;
}
.notification-toast .notification-toast__card.notification-toast__card--open {
  animation-name: fadeInUp;
}
.notification-toast .notification-toast__card.is-closing {
  animation-name: fadeOutDown;
}
.notification-toast .notification-toast__card .notification-toast__text-content-wrapper {
  overflow: hidden;
}
.notification-toast .notification-toast__card-body {
  border: 1px solid rgb(var(--color-borders));
  border-radius: var(--border-radius);
  padding: var(--gutter-sm);
}
.notification-toast .notification-toast__card-body .text-link {
  padding-right: var(--gutter-xs);
}
.notification-toast .notification-toast__card-body .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notification-toast .notification-toast__card-body button:not(.btn--square-sm) {
  max-width: 200px;
}
.notification-toast .notification-toast__card-body .notification-toast__text {
  margin-bottom: 0;
}
.notification-toast .notification-toast__card-body .notification-toast__image {
  width: 58px;
  height: 58px;
}
.notification-toast .notification-toast__card-body .notification-toast__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notification-toast .notification-toast__card-body .notification-toast__image .placeholder-svg {
  fill: rgba(var(--color-headings), var(--opacity));
  background-color: rgb(var(--color-accent-background));
}
.notification-toast .notification-toast__image img {
  border-radius: var(--border-radius);
}
@media screen and (max-width: 767.98px) {
  .notification-toast .notification-toast__card,
  .notification-toast .notification-toast__card-body {
    max-width: 100%;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .notification-toast {
    bottom: var(--gutter);
    width: auto;
  }
  .notification-toast.notification-toast--left {
    left: 30px !important;
    transform: none;
  }
  .notification-toast.notification-toast--center {
    left: 50%;
  }
  .notification-toast.notification-toast--right {
    right: 30px !important;
    transform: none;
    left: unset;
  }
}

.payment-icons li {
  height: var(--payment-icon-size);
}

.payment-icon {
  width: auto;
  height: var(--payment-icon-size);
}
.payment-icon.payment-icon--custom {
  border-radius: var(--border-radius-sm);
}

.price-range {
  display: grid;
  gap: var(--spacer-lg);
  padding-top: var(--spacer-xs);
}
.price-range .price-range__group {
  position: relative;
  height: 8px;
  border-radius: 4px;
  background-image: linear-gradient(to right, rgba(var(--color-links), 0.12) var(--range-min), rgb(var(--color-links)) var(--range-min), rgb(var(--color-links)) var(--range-max), rgba(var(--color-links), 0.12) var(--range-max));
}
.price-range .price-range__group .price-range__range {
  height: 8px;
  vertical-align: top;
}
.price-range .price-range__group .price-range__range::-webkit-slider-runnable-track, .price-range .price-range__group .price-range__range::-moz-range-progress, .price-range .price-range__group .price-range__range::-moz-range-track {
  background: none;
}
.price-range .price-range__group .price-range__range::-webkit-slider-thumb, .price-range .price-range__group .price-range__range::-moz-range-thumb {
  pointer-events: auto;
}
.price-range .price-range__group .price-range__range:last-child {
  position: absolute;
  top: 0;
}
.price-range .price-range__group .price-range__range:last-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  left: 1px;
}
.price-range .price-range__group .price-range__range:last-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  right: 0;
}
.price-range .price-range__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  background: none !important;
  border: none;
  box-shadow: none !important;
}
.price-range .price-range__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background-color: rgb(var(--color-links));
  cursor: pointer;
  border: 2px solid rgb(var(--color-text));
  z-index: 1;
  border-radius: 100%;
  margin-top: -6px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.price-range .price-range__range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background-color: rgba(var(--color-links), 0.12);
  border: none;
  border-radius: 4px;
}
.price-range .price-range__range::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border: 2px solid rgb(var(--color-text));
  background: rgb(var(--color-links));
  cursor: pointer;
  border-radius: 100%;
}
.price-range .price-range__range::-moz-range-progress, .price-range .price-range__range::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
}
.price-range .price-range__range::-moz-range-progress {
  background-color: rgb(var(--color-links));
}
.price-range .price-range__range::-moz-range-track {
  background-color: rgb(var(--color-text));
}
@media not screen and (pointer: fine) {
  .price-range .price-range__range::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    margin-top: -9px;
  }
  .price-range .price-range__range::-moz-range-thumb {
    height: 20px;
    width: 20px;
  }
}
.price-range .price-range__input-group {
  display: flex;
  align-items: center;
  column-gap: var(--spacer);
}

.progress {
  position: relative;
  height: 10px;
  background-color: rgb(var(--color-accent-background));
  display: flex;
  align-items: center;
}
.progress.progress--rounded {
  border-radius: var(--border-radius);
}
.progress.progress--rounded .progress__bar {
  border-radius: var(--border-radius);
}
.progress .progress__bar {
  background-color: rgb(var(--color-links));
  height: 100%;
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.4) 0, hsla(0, 0%, 100%, 0.4) 75%, transparent 0, transparent);
  background-size: 1rem 1rem;
  transition: var(--transition);
  animation: progress-bar-stripes 1s linear infinite;
}

select,
.select {
  max-width: 100%;
  display: inline-block;
  padding: var(--button-vertical-padding) var(--button-horizontal-padding);
  padding-right: calc(var(--button-horizontal-padding));
  background-color: rgb(var(--color-inputs-background));
  background-image: var(--icon-select-url);
  background-position: right var(--button-horizontal-padding) center;
  background-size: auto var(--text-font-size);
  background-repeat: no-repeat !important;
  border: var(--borders);
  border-radius: var(--border-radius);
  text-overflow: "";
  text-indent: 0.01px;
  line-height: var(--text-line-height);
  font-size: var(--text-font-size);
  color: rgb(var(--color-text));
  appearance: none;
  cursor: pointer;
}


select:not(.disabled):not([disabled]):active,
.select:not(.disabled):not([disabled]):active {
  background-color: rgb(var(--input-bg-color-active));
  border-color: rgb(var(--input-border-color-active));
  color: rgb(var(--color-text));
  box-shadow: none;
}
select::-webkit-input-placeholder, select:-moz-placeholder, select::-moz-placeholder, select:-ms-input-placeholder, select::-ms-input-placeholder,
.select::-webkit-input-placeholder,
.select:-moz-placeholder,
.select::-moz-placeholder,
.select:-ms-input-placeholder,
.select::-ms-input-placeholder {
  color: rgb(var(--color-text));
  opacity: 0.7;
}
select:focus,
.select:focus {
  outline: 0;
}
select.select--link,
.select.select--link {
  padding: 0 !important;
  background-color: transparent !important;
  color: rgb(var(--color-links)) !important;
  border: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: underline;
}
.enable-hover-transitions select.select--link,
.enable-hover-transitions .select.select--link {
  transition: var(--transition-hover);
}
select.select--link:hover,
.select.select--link:hover {
  color: rgb(var(--color-links)) !important;
  opacity: var(--opacity) !important;
}
select.select--link:active, select.select--link:focus,
.select.select--link:active,
.select.select--link:focus {
  opacity: 1 !important;
}
select.select--md,
.select.select--md {
  padding: var(--button-vertical-padding-sm) calc(var(--button-horizontal-padding-sm) * 3) var(--button-vertical-padding-sm) var(--button-horizontal-padding-sm);
  background-position: right var(--button-horizontal-padding-sm) center;
}
.ie9 select.select--md, .lt-ie9 select.select--md,
.ie9 .select.select--md,
.lt-ie9 .select.select--md {
  padding-right: var(--button-horizontal-padding-sm);
}
select.select--sm,
.select.select--sm {
  padding: var(--button-vertical-padding-sm) calc(var(--button-horizontal-padding-sm) * 3) var(--button-vertical-padding-sm) var(--button-horizontal-padding-sm);
  background-position: right var(--button-horizontal-padding-sm) center;
}
.ie9 select.select--sm, .lt-ie9 select.select--sm,
.ie9 .select.select--sm,
.lt-ie9 .select.select--sm {
  padding-right: var(--button-horizontal-padding-sm);
}
select.select--full,
.select.select--full {
  width: 100%;
}
select.select--box,
.select.select--box {
  padding: var(--spacer);
  border: 2px dashed rgb(var(--color-links));
  width: 100%;
  border-radius: var(border-radius);
  font-size: var(--text-font-size-lg);
  font-weight: bold;
  text-align: center;
  -webkit-touch-callout: all;
  user-select: all;
}
.ie9 select, .lt-ie9 select,
.ie9 .select,
.lt-ie9 .select {
  padding-right: var(--button-horizontal-padding);
  background-image: none;
}
select option,
.select option {
  color: rgb(var(--color-text));
  background-color: rgb(var(--color-accent-background));
}

.swatch {
  display: flex;
  flex-wrap: wrap;
}
.swatch label {
  border-radius: 50%;
  float: left;
  min-width: var(--input-height-xs);
  height: var(--input-height-xs);
  margin: 0;
  background-color: rgb(var(--color-accent-background));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  line-height: var(--input-height-xs);
}
.swatch input:checked + .swatch-element {
  border-color: rgb(var(--color-headings));
}

.swatch-element {
  float: left;
  margin: 0 var(--spacer-sm) var(--spacer-sm) 0;
  position: relative;
  padding: var(--spacer-xs);
  border: var(--borders);
  border-radius: 50%;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
}
.swatch-element .tooltip {
  left: 50%;
}
.swatch-element label:hover + .tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}
.swatch-element.swatch-element--sm:last-of-type {
  margin-right: 0;
}
.swatch-element.swatch-element--sm label {
  min-width: calc(var(--input-height-xs) / 2);
  height: calc(var(--input-height-xs) / 2);
  line-height: calc(var(--input-height-xs) / 2);
}

.swatch-more-link {
  margin-left: var(--spacer-sm);
  margin-bottom: var(--spacer-sm);
}

.tab .tab__header {
  font-family: var(--accent-font-family);
  font-weight: var(--accent-font-weight);
  font-style: var(--accent-font-style);
  text-transform: var(--accent-text-transform);
  letter-spacing: var(--accent-letter-spacing);
}
.tab .tab__header::after {
  content: "add";
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
  margin-left: var(--spacer-sm);
  flex-shrink: 0;
}
.tab .tab__header:not(.active) {
  border-bottom-color: transparent !important;
}
.tab .tab__header:not(.active) + .tab__body {
  display: none;
}
.tab .tab__header > :not(:first-child) {
  margin-left: var(--spacer-sm);
}
.tab .tab__header.active::after {
  content: "remove";
}
.tab .tab__header-title {
  margin-right: auto;
}
.tab .tab__body {
  border-left: 4px solid rgb(var(--color-links));
}
.tab .tab__content {
  animation-duration: var(--transition-duration);
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
.tab .tab__content > :last-child {
  margin-bottom: 0;
}

.tooltip {
  position: absolute;
  bottom: 100%;
  z-index: var(--zindex-over-body);
  display: flex;
  justify-content: center;
  padding: var(--button-vertical-padding-sm) var(--button-horizontal-padding-sm);
  background-color: rgb(var(--color-headings));
  color: rgb(var(--color-background));
  border-radius: var(--border-radius);
  opacity: 0;
  font-size: var(--text-font-size-sm);
  line-height: var(--text-line-height);
  text-transform: var(--accent-text-transform);
  font-family: var(--accent-font-family);
  font-weight: var(--accent-font-weight);
  font-style: var(--accent-font-style);
  letter-spacing: var(--accent-letter-spacing);
  pointer-events: none;
  transform: translate(-50%, var(--animation-offset));
  transition: var(--transition);
}
.tooltip:after {
  content: " ";
  position: absolute;
  bottom: calc(var(--spacer-sm) * -1);
  width: 0;
  height: 0;
  border-left: solid transparent var(--spacer-sm);
  border-right: solid transparent var(--spacer-sm);
  border-top: solid rgb(var(--color-headings)) var(--spacer-sm);
}

.tooltip-wrapper {
  position: relative;
}
.tooltip-wrapper.tooltip-wrapper--bottom .tooltip {
  top: 100%;
  bottom: inherit;
  margin-bottom: 0 !important;
  margin-top: var(--spacer);
  transform: translate(-50%, var(--animation-offset));
}
.tooltip-wrapper.tooltip-wrapper--bottom .tooltip:after {
  border-top: 0;
  border-bottom: solid rgb(var(--color-headings)) var(--spacer-sm);
  top: calc(var(--spacer-sm) * -1);
  bottom: inherit;
}
.tooltip-wrapper .tooltip {
  left: 50%;
}
.tooltip-wrapper .money:hover + .tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cart__row .tooltip-wrapper {
  display: inline-block !important;
}

.collection-template .collection-template__products.collection-template__products--list .product-item:nth-of-type(even) .product-item__content-wrapper {
  background-color: rgb(var(--color-accent-background));
}

.collections-list {
  overflow-x: hidden;
}
.collections-list.collections-list--pagination-default .dbtfy-infinite-scroll {
  display: none !important;
}
.collections-list.collections-list--pagination-default .pagination {
  display: flex !important;
}
.collections-list.collections-list--pagination-infinite-scroll .pagination {
  display: none !important;
}
.collections-list .card {
  background-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .collections-list .collections-list__slider.slick {
    margin-top: 0;
  }
  .collections-list .slick-dots {
    margin-bottom: var(--gutter);
  }
}
.collections-list .collections-list__slider.slick-initialized {
  margin-top: var(--gutter);
}

.footer {
  position: relative;
  z-index: var(--zindex-base);
}
.footer select,
.footer .select {
  background-image: var(--icon-select-footer-url);
}
.footer .footer__social-media {
  padding: var(--gutter) 0;
}
.footer .footer__block:not(:last-of-type) {
  margin-bottom: calc(var(--gutter) / 2);
}
.footer .footer__linklist a {
  display: inline-block;
  margin-bottom: var(--spacer-sm);
}
.footer .footer__linklist > li:last-child a {
  margin-bottom: 0;
}
.footer .footer__bottom {
  padding: var(--gutter) 0;
}
.footer .footer__newsletter.footer__newsletter--above {
  border-bottom: var(--borders);
}
.footer .footer__newsletter.footer__newsletter--below {
  border-top: var(--borders);
}
.footer .footer__newsletter .checkbox {
  justify-content: center;
}
.footer .footer__newsletter .checkbox label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6px;
}
.footer .footer__newsletter .checkbox label::after {
  position: relative;
}
.footer .footer__policies {
  gap: var(--spacer);
}
.footer .dropdown {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .footer .footer__block + .footer__block {
    padding-top: calc(var(--gutter) - var(--gutter-sm));
  }
  .footer .footer__block + .footer__block::before {
    content: "";
    border-top: var(--borders);
    border-color: rgb(var(--color-borders));
    position: relative;
    display: block;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-bottom: var(--gutter);
  }
  .footer .dropdown__menu.dropdown__menu--up {
    left: calc(50% - 125px);
  }
}
@media screen and (min-width: 768px) {
  .footer .footer__block:not(:last-of-type) {
    margin-bottom: var(--gutter);
  }
  .footer .footer__block.footer__block--col-md-1 {
    width: 20%;
  }
  .footer .footer__block.footer__block--col-md-2 {
    width: 40%;
  }
  .footer .footer__block.footer__block--col-md-3 {
    width: 60%;
  }
  .footer .footer__block.footer__block--col-md-4 {
    width: 80%;
  }
  .footer .footer__block.footer__block--col-md-5 {
    width: 100%;
  }
  .footer .footer__bottom-copyright {
    display: flex;
    align-items: center;
  }
}

.header-section {
  position: relative;
  z-index: calc(var(--zindex-header) + var(--zindex-increment));
}
.js-drawer-open-top .header-section {
  z-index: var(--zindex-header);
}

.header .header__wrapper {
  position: relative;
  z-index: calc(var(--zindex-header) + var(--zindex-increment));
  background-color: rgb(var(--color-background));
  border-bottom: var(--borders);
  border-color: transparent;
  transition: var(--transition);
  padding-top: 15px;
  padding-bottom: 15px;
}
.header .header__left-icons-wrapper {
  order: 1;
}
.header .header__logo-wrapper {
  height: 100%;
  order: 2;
}
.header .header__logo-container {
  height: 100%;
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  font-weight: var(--heading-font-weight);
  font-size: var(--heading-6-font-size);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  margin: 0;
}
.header .header__logo {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  max-height: calc(100% - 1.5rem);
}
.header .header__logo.header__logo--default {
  display: none;
}
.header .header__logo.header__logo--inverted {
  display: none;
}
.header .header__logo.header__logo--mobile {
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .header .header__logo.header__logo--mobile {
    max-height: 100%;
  }
}
.header .header__logo-link {
  color: rgb(var(--color-text));
}
.header .header__menu-wrapper {
  order: 3;
}
.header .header__menu-container {
  height: 100%;
  margin: 0;
}
.header .header__right-icons-wrapper {
  order: 4;
}
.header .header__cart-count {
  position: absolute;
  top: -4px;
  right: -2px;
  font-size: var(--text-font-size-sm);
}
@media screen and (max-width: 767.98px) {
  .transparent-header-mobile .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .transparent-header-mobile .header .header__wrapper {
    background-color: transparent;
  }
  .transparent-header-mobile .header .header-menu__link,
  .transparent-header-mobile .header .header__logo-link {
    color: rgb(var(--overlay-text-color));
  }
  .transparent-header-mobile .header .header__logo.header__logo--default {
    display: none !important;
  }
  .transparent-header-mobile .header .header__logo.header__logo--mobile.header__logo--inverted {
    display: block !important;
  }
  .transparent-header-mobile .header .header__logo.header__logo--mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .transparent-header-desktop .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .transparent-header-desktop .header .header__wrapper {
    background-color: transparent;
  }
  .transparent-header-desktop .header .header-menu__link,
  .transparent-header-desktop .header .header__logo-link {
    color: rgb(var(--overlay-text-color));
  }
  .transparent-header-desktop .header .header__logo.header__logo--default {
    display: none !important;
  }
  .transparent-header-desktop .header .header__logo.header__logo--inverted {
    display: block !important;
  }
  .transparent-header-desktop .header .header__logo.header__logo--mobile {
    display: none !important;
  }
  .header .header__logo.header__logo--default {
    display: flex;
  }
  .header .header__logo.header__logo--mobile {
    display: none;
  }
  .header .header__menu-wrapper > li > a,
  .header .header__menu-wrapper .header__menu-container > li > a {
    font-size: var(--header-menu-font-size);
  }
  .header.header--center .header__menu-wrapper {
    text-align: center;
    justify-content: center;
  }
  .header.header--center .header__logo {
    object-fit: contain;
    object-position: left;
  }
  .header.header--center-logo .header__menu-wrapper {
    order: 2;
  }
  .header.header--center-logo .header__logo-wrapper {
    order: 3;
  }
  .header .header__logo {
    font-size: var(--heading-1-font-size);
  }
  .header .header__cart-count {
    top: 0;
    right: 2px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .header .header__logo {
      width: auto !important;
    }
  }
}
@supports (-webkit-touch-callout: none) and (not (touch-action: none)) {
  .header .header__logo {
    width: auto !important;
  }
}
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .header .header__logo {
    width: auto !important;
  }
}

.header-menu .header-menu__item {
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: normal;
  margin: 0;
}
.header-menu .header-menu__link {
  font-family: var(--accent-font-family);
  font-weight: var(--accent-font-weight);
  font-style: var(--accent-font-style);
  text-transform: var(--accent-text-transform);
  letter-spacing: var(--accent-letter-spacing);
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  padding: calc(var(--gutter-xs) / 2);
  color: rgb(var(--color-text));
}
.header-menu .header-menu__link.header-menu__link--icon {
  font-size: var(--icon-font-size-md);
  letter-spacing: 0;
}
.header-menu .header-menu__link.header-menu__link--icon-cart {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-menu .header-menu__link {
    padding: var(--gutter-xs);
  }
}

.image-banner.image-banner--xs-mobile .image-banner__container {
  min-height: var(--slideshow-height-xs-mobile);
}
.image-banner.image-banner--sm-mobile .image-banner__container {
  min-height: var(--slideshow-height-sm-mobile);
}
.image-banner.image-banner--md-mobile .image-banner__container {
  min-height: var(--slideshow-height-md-mobile);
}
.image-banner.image-banner--lg-mobile .image-banner__container {
  min-height: var(--slideshow-height-lg-mobile);
}
.image-banner.image-banner--full-screen-mobile .image-banner__container {
  min-height: calc(var(--slideshow-height-xl-mobile) - var(--header-height-mobile));
}
.transparent-header-mobile .image-banner.image-banner--full-screen-mobile .image-banner__container {
  height: var(--slideshow-height-xl-mobile);
}
.image-banner .image-banner__container {
  overflow: hidden;
  position: relative;
  border-radius: 0;
}
.image-banner .image-banner__image-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.image-banner .image-banner__content {
  padding-block-start: var(--gutter);
  padding-block-end: var(--gutter);
  animation-duration: var(--transition-duration);
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
@media screen and (min-width: 992px) {
  .image-banner .image-banner__content {
    width: 66.6%;
  }
}
@media screen and (min-width: 768px) {
  .image-banner.image-banner--xs .image-banner__container {
    min-height: var(--slideshow-height-xs);
  }
  .image-banner.image-banner--sm .image-banner__container {
    min-height: var(--slideshow-height-sm);
  }
  .image-banner.image-banner--md .image-banner__container {
    min-height: var(--slideshow-height-md);
  }
  .image-banner.image-banner--lg .image-banner__container {
    min-height: var(--slideshow-height-lg);
  }
  .image-banner.image-banner--full-screen .image-banner__container {
    min-height: calc(var(--slideshow-height-xl-mobile) - var(--header-height-mobile));
  }
  .transparent-header-desktop .image-banner.image-banner--full-screen .image-banner__container {
    height: var(--slideshow-height-xl-mobile);
  }
  .section-padding-lg .image-banner .image-banner__content {
    padding-block-start: var(--gutter-lg);
    padding-block-end: var(--gutter-lg);
  }
  .section-padding-sm .image-banner .image-banner__content {
    padding-block-start: var(--gutter-sm);
    padding-block-end: var(--gutter-sm);
  }
}

.map-section {
  overflow: hidden;
}
.map-section .map-section__content-wrapper,
.map-section .map-section__content-container {
  position: relative;
}
.map-section .placeholder-svg,
.map-section .media-wrapper {
  border-radius: 0;
}
.map-section .media-wrapper img {
  border-radius: 0;
}
.map-section .map-section__map {
  padding-top: 56.25%;
}
@media screen and (max-width: 767.98px) {
  .map-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .map-section .card {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .map-section .placeholder-svg,
  .map-section .media-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .map-section .media-wrapper {
    padding-top: 0 !important;
  }
  .map-section .media-wrapper img {
    height: 100%;
    object-fit: cover;
  }
}

.password-header {
  padding: var(--gutter-sm) 0;
  border-bottom: var(--borders);
}

.password-content {
  display: flex;
  align-items: center;
  flex: auto;
}
.password-content > * {
  width: 100%;
}
.password-content > div:nth-of-type(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: auto;
}

.password-footer {
  padding: var(--gutter);
  background-color: rgb(var(--color-accent-background));
}
.password-footer .shopify-logo-color-svg {
  width: 84px;
}
.password-footer .debutify-logo-dark-svg {
  width: 96px;
}

.product-reviews-wrapper:has(.review-widget:empty) {
  display: none;
}

.product .product__view-in-space:not(.product__view-in-space--multi) {
  visibility: hidden;
}
.product .product__view-in-space.product__view-in-space--disabled {
  display: none;
}
.product .product__view-in-space .icon {
  vertical-align: middle;
}
.product .product__media-group.slick-initialized ~ .product__view-in-space:not([data-shopify-xr-hidden]), .product .product__media-group.product__media-group--single-xr ~ .product__view-in-space:not([data-shopify-xr-hidden]) {
  visibility: visible;
}
.product .product__media-group.slick-initialized .product__view-in-space.product__view-in-space--multi, .product .product__media-group.product__media-group--single-xr .product__view-in-space.product__view-in-space--multi {
  display: none;
}
.product .product__media-group.slick-initialized .slick-track {
  align-items: flex-start;
}
.product .product__media-flex-wrapper {
  overflow: hidden;
}
.product .product__media-wrapper {
  position: relative;
}
.product .product__thumbnail {
  opacity: var(--opacity);
}
.product .slick-current .product__thumbnail {
  opacity: 1;
}
.product .media-wrapper:hover .product__thumbnail-icon.product__thumbnail-icon--lg .icon {
  transform: scale(1.25);
}
.product .product__thumbnail-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s, visibility 0.3s;
}
.product .product__thumbnail-icon.product__thumbnail-icon--lg .icon {
  width: var(--input-height);
  height: var(--input-height);
}
.product .product__thumbnail-icon .icon {
  border-radius: var(--border-radius);
  fill: rgb(var(--color-buttons-background));
  width: var(--input-height-xs);
  height: var(--input-height-xs);
  transition: var(--transition);
}
.product .product__thumbnail-icon .icon-3d-badge-full-color-element,
.product .product__thumbnail-icon .icon-video-badge-full-color-element {
  fill: rgb(var(--color-buttons-label));
}
.product .product__meta.product__meta--sold-out .shopify-payment-button,
.product .product__meta.product__meta--sold-out .product__quantity {
  display: none;
}
.product .product__unit {
  display: none;
}
.price-container--unit-available .product .product__unit {
  display: block;
}
.product .product__reviews:empty {
  display: none;
}
.product .product__reviews:has(.review-badge:empty) {
  display: none;
}
@media screen and (max-width: 991.98px) {
  .product .product__gallery.product__gallery--slider.product__gallery--slider-mobile .slick {
    margin-top: inherit;
  }
}
@media screen and (min-width: 992px) {
  .product .product__gallery.product__gallery--slider:not(.product__gallery--slider-mobile) .slick {
    margin-top: inherit;
  }
  .product .container-fluid .product__meta {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .product .product__view-in-space[data-shopify-xr-hidden] {
    display: none;
  }
}

.product-back-to-collection {
  text-align: center;
  position: relative;
}
.product-back-to-collection + * {
  border-top: none !important;
}
.product-back-to-collection + .shopify-section > div {
  border-top: none !important;
}

.product-model {
  overflow: hidden !important;
}
.product-model model-viewer {
  width: 80%;
  height: 85%;
}

.product-price-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-price-container > *:not(:last-child) {
  margin-right: var(--spacer-sm);
}
.product-price-container.product-price-container--unit-available .product-price-container__unit {
  display: block;
}
.product-price-container .product-price-container__unit {
  display: none;
}

.product-quantity {
  position: relative;
  display: block;
  width: 100%;
  max-width: calc(var(--input-height-inner-sm) * 3);
  min-width: calc(var(--input-height-inner-sm) * 3);
}
.product .product-quantity {
  max-width: 100%;
}
.is-loading .product-quantity {
  opacity: var(--opacity);
  transition: none;
}
.product-quantity .product-quantity__button {
  position: absolute;
  top: 0;
  z-index: 1;
  display: inherit;
  overflow: hidden;
  user-select: none;
  backface-visibility: hidden;
}
.product-quantity .product-quantity__button.product-quantity__button--minus {
  left: 0;
}
.product-quantity .product-quantity__button.product-quantity__button--plus {
  right: 0;
}
.product-quantity .product-quantity__input {
  text-align: center;
  -moz-appearance: textfield;
}
.product-quantity .product-quantity__input.product-quantity__input--cart {
  background-color: transparent;
  border-color: transparent;
}
.product-quantity .product-quantity__input::-webkit-outer-spin-button, .product-quantity .product-quantity__input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
  -webkit-appearance: none;
}

.product-quantity-error {
  margin-top: var(--spacer-sm);
  text-align: center;
  font-style: italic;
  line-height: 1.5;
  white-space: normal;
}

body.product-recommendations-hidden .product-recommendations {
  display: none;
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background-color: transparent !important;
  border: none !important;
  bottom: var(--gutter-sm) !important;
  right: var(--gutter-sm) !important;
}
.shopify-model-viewer-ui model-viewer {
  color: rgb(var(--color-links));
  display: block !important;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster {
  display: inline-block;
  width: var(--input-height);
  height: var(--input-height);
  padding: 0;
  vertical-align: middle;
  background-color: rgb(var(--color-buttons-background));
  border: var(--borders);
  border-color: rgb(var(--color-buttons-background));
  border-radius: var(--border-radius-is-circle);
  text-transform: var(--accent-text-transform);
  text-align: center;
  text-decoration: none;
  font-family: var(--accent-font-family);
  font-size: var(--icon-font-size-md);
  font-weight: var(--accent-font-weight);
  font-style: var(--accent-font-style);
  letter-spacing: 0;
  line-height: var(--input-height-inner);
  white-space: normal;
  color: rgb(var(--color-buttons-label));
  transition: var(--transition);
  pointer-events: none;
  appearance: none;
  user-select: none;
  cursor: pointer;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster:not(.disabled):not([disabled]):hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-hover));
  border-color: rgb(var(--primary-button-border-color-hover));
}

.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-active));
  border-color: rgb(var(--primary-button-border-color-active));
  box-shadow: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster:focus {
  outline: 0;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster .shopify-model-viewer-ui__poster-control-icon {
  width: var(--input-height);
  height: var(--input-height);
}
.product-single__media:hover .shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster {
  transform: translate(-50%, -50%) scale(var(--scale));
}
.button-uppercase .shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--poster {
  text-transform: uppercase;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control {
  width: initial;
  height: initial;
  color: rgb(var(--color-text));
  font-size: var(--icon-font-size-md);
  background-color: transparent !important;
  line-height: 1;
  margin-top: var(--spacer-sm);
  transition: var(--transition);
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control.shopify-model-viewer-ui__button--zoom-in::before, .shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control.shopify-model-viewer-ui__button--zoom-out::before, .shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control.shopify-model-viewer-ui__button--fullscreen::before {
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control.shopify-model-viewer-ui__button--fullscreen::before {
  content: "fullscreen_exit";
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control.shopify-model-viewer-ui__button--zoom-in::before {
  content: "zoom_in";
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control.shopify-model-viewer-ui__button--zoom-out::before {
  content: "zoom_out";
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control.shopify-model-viewer-ui__button--fullscreen::before {
  content: "fullscreen";
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control::after {
  display: none;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control:focus {
  outline: auto;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button.shopify-model-viewer-ui__button--control svg {
  display: none !important;
}

.single-option-radio {
  position: relative;
  padding-top: 0;
  border: 0;
}
.single-option-radio input {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}
.lt-ie9 .single-option-radio input {
  position: relative;
  width: auto;
  height: auto;
  clip: initial;
}
.single-option-radio label {
  display: inline-block;
  min-width: var(--input-height-sm);
  padding: var(--button-vertical-padding-sm) var(--button-horizontal-padding-sm);
  border: var(--borders);
  border-radius: var(--border-radius);
  text-transform: var(--accent-text-transform);
  text-align: center;
  text-decoration: none;
  line-height: var(--text-line-height);
  letter-spacing: var(--accent-letter-spacing);
  font-size: var(--text-font-size);
  font-family: var(--accent-font-family);
  font-weight: var(--accent-font-weight);
  font-style: var(--accent-font-style);
  user-select: none;
  vertical-align: middle;
  white-space: normal;
  appearance: none;
  cursor: pointer;
}
.lt-ie9 .single-option-radio label.disabled {
  display: none;
}
.single-option-radio label:focus {
  outline: 0;
}
.button-uppercase .single-option-radio label {
  text-transform: uppercase;
}
.single-option-radio input[type=radio]:not(:checked) + label {
  background-color: rgb(var(--color-inputs-background));
  border-color: rgb(var(--color-inputs-background));
  color: rgb(var(--color-text));
}

.button-hover-outline .single-option-radio input[type=radio]:not(:checked) + label:not(.disabled):not([disabled]):hover, .button-hover-outline .single-option-radio input[type=radio]:not(:checked) + label:not(.disabled):not([disabled]):focus {
  box-shadow: 0 0 0 0.2rem rgb(var(--input-shadow-color-hover));
}
.single-option-radio input[type=radio]:not(:checked) + label:not(.disabled):not([disabled]):active {
  background-color: rgb(var(--input-bg-color-active));
  border-color: rgb(var(--input-border-color-active));
  color: rgb(var(--color-text));
  box-shadow: none;
}
.single-option-radio input[type=radio]:checked + label {
  background-color: rgb(var(--color-buttons-background));
  border-color: rgb(var(--color-buttons-background));
  color: rgb(var(--color-buttons-label));
}
.single-option-radio input[type=radio]:checked + label:not(.disabled):not([disabled]):hover, .single-option-radio input[type=radio]:checked + label:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-hover));
  border-color: rgb(var(--primary-button-border-color-hover));
}

.single-option-radio input[type=radio]:checked + label:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-active));
  border-color: rgb(var(--primary-button-border-color-active));
  box-shadow: none;
}
.single-option-radio .option-radio-disabled + label {
  text-decoration: line-through;
}

.section {
  padding-block-start: var(--gutter);
  padding-block-end: var(--gutter);
  background-color: rgb(var(--color-background));
}
.section.section--no-spacing {
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
}
.section.section--no-top-spacing {
  padding-block-start: 0 !important;
}
.section.section--no-bottom-spacing {
  padding-block-end: 0 !important;
}
.section.section--default {
  background-color: rgb(var(--color-accent-background));
}
.section.section--border {
  border-top: var(--borders);
}
@media screen and (min-width: 768px) {
  .section-padding-lg .section {
    padding-block-start: var(--gutter-lg);
    padding-block-end: var(--gutter-lg);
  }
  .section-padding-sm .section {
    padding-block-start: var(--gutter-sm);
    padding-block-end: var(--gutter-sm);
  }
}

.slideshow.slideshow--xs-mobile .slideshow__slider.slick:not(.slick-initialized) {
  height: var(--slideshow-height-xs-mobile);
}
.slideshow.slideshow--xs-mobile .slideshow__slide {
  min-height: var(--slideshow-height-xs-mobile);
}
.slideshow.slideshow--sm-mobile .slideshow__slider.slick:not(.slick-initialized) {
  height: var(--slideshow-height-sm-mobile);
}
.slideshow.slideshow--sm-mobile .slideshow__slide {
  min-height: var(--slideshow-height-sm-mobile);
}
.slideshow.slideshow--md-mobile .slideshow__slider.slick:not(.slick-initialized) {
  height: var(--slideshow-height-md-mobile);
}
.slideshow.slideshow--md-mobile .slideshow__slide {
  min-height: var(--slideshow-height-md-mobile);
}
.slideshow.slideshow--lg-mobile .slideshow__slider.slick:not(.slick-initialized) {
  height: var(--slideshow-height-lg-mobile);
}
.slideshow.slideshow--lg-mobile .slideshow__slide {
  min-height: var(--slideshow-height-lg-mobile);
}
.slideshow.slideshow--xl-mobile .slideshow__slider.slick:not(.slick-initialized) {
  height: calc(var(--slideshow-height-xl-mobile) - var(--header-height-mobile));
}
.transparent-header-mobile .slideshow.slideshow--xl-mobile .slideshow__slider.slick:not(.slick-initialized) {
  height: var(--slideshow-height-xl-mobile);
}
.slideshow.slideshow--xl-mobile .slideshow__slide {
  min-height: calc(var(--slideshow-height-xl-mobile) - var(--header-height-mobile));
}
.transparent-header-mobile .slideshow.slideshow--xl-mobile .slideshow__slide {
  min-height: var(--slideshow-height-xl-mobile);
}
.slideshow .slideshow__slider {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}
.slideshow .slideshow__slider:not(.slick-initialized):not(.slideshow__slider--loaded) {
  opacity: 0 !important;
}
.slideshow .slideshow__slider .slick-current .slideshow__content, .slideshow .slideshow__slider:not(.slick) .slideshow__content {
  animation-duration: var(--transition-duration);
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
.slideshow .slideshow__slide {
  width: 100%;
  display: flex;
  border-radius: 0;
}
.slideshow .slideshow__slide .media.media--video {
  object-fit: cover;
}
.slideshow .slideshow__slide-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.slideshow .slideshow__content {
  padding-block-start: var(--gutter);
  padding-block-end: var(--gutter);
  opacity: 0;
}
.slick-dotted .slideshow .slideshow__content {
  padding-bottom: var(--gutter);
}
@media screen and (min-width: 992px) {
  .slideshow .slideshow__content {
    width: 66.6%;
  }
}
@media screen and (min-width: 768px) {
  .slideshow.slideshow--xs .slideshow__slider.slick:not(.slick-initialized) {
    height: var(--slideshow-height-xs);
  }
  .slideshow.slideshow--xs .slideshow__slide {
    min-height: var(--slideshow-height-xs) !important;
  }
  .slideshow.slideshow--sm .slideshow__slider.slick:not(.slick-initialized) {
    height: var(--slideshow-height-sm);
  }
  .slideshow.slideshow--sm .slideshow__slide {
    min-height: var(--slideshow-height-sm) !important;
  }
  .slideshow.slideshow--md .slideshow__slider.slick:not(.slick-initialized) {
    height: var(--slideshow-height-md);
  }
  .slideshow.slideshow--md .slideshow__slide {
    min-height: var(--slideshow-height-md) !important;
  }
  .slideshow.slideshow--lg .slideshow__slider.slick:not(.slick-initialized) {
    height: var(--slideshow-height-lg);
  }
  .slideshow.slideshow--lg .slideshow__slide {
    min-height: var(--slideshow-height-lg) !important;
  }
  .slideshow.slideshow--xl .slideshow__slider.slick:not(.slick-initialized) {
    height: calc(var(--slideshow-height-xl-mobile) - var(--header-height-mobile));
  }
  .transparent-header-desktop .slideshow.slideshow--xl .slideshow__slider.slick:not(.slick-initialized) {
    height: var(--slideshow-height-xl-mobile);
  }
  .slideshow.slideshow--xl .slideshow__slide {
    min-height: calc(var(--slideshow-height-xl) - var(--header-height-desktop));
  }
  .transparent-header-desktop .slideshow.slideshow--xl .slideshow__slide {
    min-height: var(--slideshow-height-xl);
  }
  .section-padding-lg .slideshow .slideshow__content {
    padding-block-start: var(--gutter-lg);
    padding-block-end: var(--gutter-lg);
  }
  .section-padding-sm .slideshow .slideshow__content {
    padding-block-start: var(--gutter-sm);
    padding-block-end: var(--gutter-sm);
  }
}

.testimonials {
  overflow-x: hidden;
}
.testimonials .testimonials__image-wrapper img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  border-radius: var(--border-radius-is-circle);
  object-fit: cover;
  object-position: center;
}
.testimonials .testimonials__icon-wrapper {
  border-radius: var(--border-radius-is-circle);
  background-color: rgb(var(--color-links));
}
.testimonials .testimonials__icon {
  color: rgb(var(--color-accent-background));
}

.media-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: var(--border-radius);
  width: 100%;
  max-width: 100%;
}
.media-wrapper.media-wrapper--overlay:hover img {
  transform: scale(1.2);
}
.media-wrapper.media-wrapper--overlay-backdrop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(var(--color-overlay-background), var(--drawer-overlay-opacity));
  transition: var(--transition-drawers);
}
.media-wrapper:not(.media-wrapper--no-background) {
  background-color: rgb(var(--color-accent-background));
}
.media-wrapper.media-wrapper--video {
  padding-bottom: 56.25%;
  height: auto;
}
.media-wrapper.media-wrapper--cover img {
  height: 100%;
  object-fit: cover;
}
.media-wrapper.media-wrapper--xs {
  padding-bottom: 50%;
}
.media-wrapper.media-wrapper--sm {
  padding-bottom: 100%;
}
.media-wrapper.media-wrapper--md {
  padding-bottom: 150%;
}
.media-wrapper.media-wrapper--lg {
  padding-bottom: 200%;
}
.media-wrapper.media-wrapper--xl {
  padding-bottom: 250%;
}
.media-wrapper.media-wrapper--circle {
  padding-bottom: 100%;
  border-radius: 50% !important;
}
.media-wrapper.media-wrapper--oval {
  padding-bottom: 150%;
  border-radius: 50% !important;
}
.media-wrapper.media-wrapper--top-left img {
  object-position: top left;
}
.media-wrapper.media-wrapper--top-center img {
  object-position: top center;
}
.media-wrapper.media-wrapper--top-right img {
  object-position: top right;
}
.media-wrapper.media-wrapper--center-left img {
  object-position: center left;
}
.media-wrapper.media-wrapper--center-center img {
  object-position: center center;
}
.media-wrapper.media-wrapper--center-right img {
  object-position: center right;
}
.media-wrapper.media-wrapper--bottom-left img {
  object-position: bottom left;
}
.media-wrapper.media-wrapper--bottom-center img {
  object-position: bottom center;
}
.media-wrapper.media-wrapper--bottom-right img {
  object-position: bottom right;
}
.product-grid-transparent-background .media-wrapper.media-wrapper--product {
  background-color: rgb(var(--color-accent-background)) !important;
}
.product-grid-transparent-background .media-wrapper.media-wrapper--product .media {
  background-color: rgb(var(--color-accent-background)) !important;
}
.media-wrapper .media-wrapper__video-preview.media-wrapper__video-preview--image {
  display: none;
}
.media-wrapper .media-wrapper__video-preview.playing + .product__thumbnail-icon {
  opacity: 0;
  visibility: hidden;
}
.media-wrapper .media-wrapper__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
}
.media-wrapper .media-wrapper__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.media-wrapper .media-wrapper__content:not(.media-wrapper__content--relative) {
  position: absolute;
  top: 0;
  left: 0;
}
.section.section--default .media-wrapper {
  background-color: rgb(var(--color-background));
}
.container-full .media-wrapper {
  border-radius: 0;
}
.media-wrapper iframe,
.media-wrapper .placeholder-svg {
  height: 100%;
}
.media-wrapper img {
  transition: var(--transition);
}
.media-wrapper model-viewer,
.media-wrapper .shopify-model-viewer-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .media-wrapper.media-wrapper--desktop-top-left img {
    object-position: top left;
  }
  .media-wrapper.media-wrapper--desktop-top-center img {
    object-position: top center;
  }
  .media-wrapper.media-wrapper--desktop-top-right img {
    object-position: top right;
  }
  .media-wrapper.media-wrapper--desktop-center-left img {
    object-position: center left;
  }
  .media-wrapper.media-wrapper--desktop-center-center img {
    object-position: center center;
  }
  .media-wrapper.media-wrapper--desktop-center-right img {
    object-position: center right;
  }
  .media-wrapper.media-wrapper--desktop-bottom-left img {
    object-position: bottom left;
  }
  .media-wrapper.media-wrapper--desktop-bottom-center img {
    object-position: bottom center;
  }
  .media-wrapper.media-wrapper--desktop-bottom-right img {
    object-position: bottom right;
  }
}

.media {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.media.media--video {
  object-fit: contain;
  height: 100%;
  min-height: 100%;
}
.container-full .media {
  border-radius: 0;
}

.placeholder-svg {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: var(--border-radius);
  fill: rgba(var(--color-headings), var(--opacity));
  background-color: rgb(var(--color-accent-background));
}
.section.section--default .placeholder-svg {
  background-color: rgb(var(--color-background));
}
.container-full .placeholder-svg {
  border-radius: 0;
}

.list-disc {
  list-style: inside;
}

.list-decimal {
  list-style: decimal inside;
}

.rte {
  max-width: 100%;
  overflow: auto;
  border-radius: var(--border-radius);
  -webkit-overflow-scrolling: touch;
  color: rgb(var(--color-text));
}
.rte a {
  color: rgb(var(--color-links));
  word-break: break-word;
}
.rte img {
  display: inline-block;
  border-radius: var(--border-radius);
}
.rte ul,
.rte ol {
  row-gap: 0.6em;
  display: grid;
}
.rte ul {
  list-style: inside;
}
.rte ol {
  list-style: decimal inside;
}
.rte :is(ol, ul) :is(ol, ul) {
  margin-block-start: 1em;
  margin-inline-start: 1em;
}
.rte > :first-child,
.rte > :first-child :first-child {
  margin-block-start: 0 !important;
}
.rte > :last-child,
.rte > :last-child :last-child {
  margin-block-end: 0 !important;
}
.rte * + :is(p, div, ul, ol) {
  margin-block-start: calc(var(--spacer-lg) / 2);
}
.rte * + :is(.h0, .h1, .h2, h1, h2) {
  margin-block-start: var(--spacer);
}
.rte * + :is(.h3, .h4, .h5, .h6, h3, h4, h5, h6) {
  margin-block-start: calc(var(--spacer-lg) / 2);
}
.rte * + .button {
  margin-block-start: var(--spacer-lg) !important;
}
.rte :is(.h0, .h1, .h2, .h3, .h4, h1, h2, h3, h4) + * {
  margin-block-start: calc(var(--gutter-lg) / 3);
}
.rte :is(.h5, .h6, h5, h6) + * {
  margin-block-start: var(--spacer);
}
.rte :is(p img:not([style*=float]):only-child, div img:not([style*=float]):only-child, figure, video) {
  margin-block: var(--gutter-sm);
}
.rte figcaption {
  font-style: italic;
  font-size: var(--text-font-size-sm);
  color: rgba(var(--color-text), 0.7);
  margin-block-start: 0.5em;
}
.rte :is(iframe[src*=youtube], iframe[src*="youtu.be"], iframe[src*=vimeo]) {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .rte * + :is(p, div, ul, ol) {
    margin-block-start: var(--spacer);
  }
  .rte * + :is(.h0, .h1, .h2, h1, h2) {
    margin-block-start: var(--spacer);
  }
  .rte * + :is(.h3, .h4, h3, h4) {
    margin-block-start: calc(var(--spacer-lg) / 2);
  }
  .rte * + :is(.h5, .h6, h5, h6) {
    margin-block-start: var(--spacer-sm);
  }
  .rte * + .button {
    margin-block-start: calc(var(--gutter-sm) * 2) !important;
  }
  .rte .h0 + .button {
    margin-block-start: var(--gutter-lg) !important;
  }
  .rte :is(.h0, .h1, .h2, .h3, h1, h2, h3) + * {
    margin-block-start: var(--spacer);
  }
  .rte :is(.h4, h4) + * {
    margin-block-start: calc(var(--spacer-lg) / 2);
  }
  .rte :is(.h5, .h6, h5, h6) + * {
    margin-block-start: var(--spacer-sm);
  }
  .rte :is(p img:not([style*=float]):only-child, div img:not([style*=float]):only-child, figure, video) {
    margin-block: var(--gutter-sm);
  }
}
@media screen and (min-width: 1200px) {
  .rte * + p {
    margin-block-start: var(--spacer-lg);
  }
  .rte * + :is(.h0, .h1, h1) {
    margin-block-start: calc(var(--gutter-sm) * 2);
  }
  .rte * + :is(.h2, .h3, .h4, h2, h3, h4) {
    margin-block-start: var(--spacer-lg);
  }
  .rte * + :is(.h5, .h6, h5, h6) {
    margin-block-start: var(--spacer);
  }
  .rte :is(.h0, .h1, .h2, h1, h2) + * {
    margin-block-start: var(--spacer);
  }
  .rte :is(.h3, .h4, h3, h4) + * {
    margin-block-start: calc(var(--spacer-lg) / 2);
  }
  .rte :is(.h5, .h6, h5, h6) + * {
    margin-block-start: var(--spacer-sm);
  }
}

.card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(var(--color-accent-background));
  border-radius: var(--border-radius);
  color: rgb(var(--color-text));
}
.card.card--full {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
}
.card.card--placeholder-dark .placeholder-svg {
  background-color: rgb(var(--color-borders));
}
.section.section--default .card {
  background-color: rgb(var(--color-background));
}
.section-default .card {
  background-color: rgb(var(--color-accent-background));
}
.card .card {
  background-color: rgb(var(--color-inputs-background));
}
.card .card__header {
  width: 100%;
  border-bottom: var(--borders);
  padding: var(--gutter-sm);
  border-radius: 0;
  text-align: left;
  display: flex;
  align-items: center;
}
.card .card__image-wrapper {
  border-radius: var(--border-radius);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card .card__image {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card .card__image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card .card__body {
  padding: var(--gutter-sm);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: auto;
  color: rgb(var(--color-text));
}
.card .card__body.card__body--xs {
  padding: var(--gutter-xs);
}
.card .card__body.card__body--lg {
  padding: var(--gutter);
}
.card .card__body.card__body--xl {
  padding: var(--gutter-lg);
}
.card .card__body > :last-child {
  margin-bottom: 0;
}
.card .card__footer {
  border-top: var(--borders);
  padding: var(--gutter-sm);
}
.card .card__footer.card__footer--xs {
  padding: var(--gutter-xs);
}
.card .card__footer > :last-child {
  margin-bottom: 0;
}

.card-group > .card + .card {
  margin-top: var(--spacer);
}
@media screen and (max-width: 767.98px) {
  .card-group > .card {
    border-radius: 0;
  }
  .card-group > .card:first-of-type {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
  }
  .card-group > .card:last-of-type {
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }
  .card-group > .card + .card {
    border-top: var(--borders);
    margin-top: 0;
  }
  #CartDrawer .card-group > .card + .card {
    border-top: inherit;
    margin-top: var(--spacer);
  }
}

.overlay {
  color: rgb(var(--overlay-text-color));
}
.overlay::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--overlay-background), var(--overlay-opacity));
}
.overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay h5, .overlay h6, .overlay p, .overlay .text-link {
  color: rgb(var(--overlay-text-color));
}

.overlay-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: var(--zindex-drawer-overlay);
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(var(--color-overlay-background), var(--drawer-overlay-opacity));
  transition: var(--transition-drawers);
}

.overlay-content {
  background-color: rgb(var(--color-background));
  border-color: rgb(var(--color-borders));
  color: rgb(var(--color-text));
}
.overlay-content hr {
  border-color: rgb(var(--color-borders));
}
.overlay-content a, .overlay-content button {
  color: rgb(var(--color-text));
}
.overlay-content .text-link {
  color: rgb(var(--color-links));
}
.overlay-content .text-muted {
  color: rgb(var(--color-text-muted));
}
.overlay-content select,
.overlay-content .select {
  background-image: var(--icon-select-overlay-url);
}
.overlay-content select.select--link:hover,
.overlay-content .select.select--link:hover {
  color: rgb(var(--color-links));
}
.overlay-content .btn, .overlay-content textarea, .overlay-content select, .overlay-content .select, .overlay-content input:not([type=range]) {
  background-color: rgb(var(--color-inputs-background));
  border-color: rgb(var(--color-inputs-background));
  color: rgb(var(--color-text));
}


.overlay-content .btn:not(.disabled):not([disabled]):active, .overlay-content textarea:not(.disabled):not([disabled]):active, .overlay-content select:not(.disabled):not([disabled]):active, .overlay-content .select:not(.disabled):not([disabled]):active, .overlay-content input:not([type=range]):not(.disabled):not([disabled]):active {
  color: rgb(var(--color-text));
  background-color: rgb(var(--input-bg-color-active));
  border-color: rgb(var(--input-border-color-active));
  box-shadow: none;
}
.overlay-content .btn::-webkit-input-placeholder, .overlay-content .btn:-moz-placeholder, .overlay-content .btn::-moz-placeholder, .overlay-content .btn:-ms-input-placeholder, .overlay-content .btn::-ms-input-placeholder, .overlay-content textarea::-webkit-input-placeholder, .overlay-content textarea:-moz-placeholder, .overlay-content textarea::-moz-placeholder, .overlay-content textarea:-ms-input-placeholder, .overlay-content textarea::-ms-input-placeholder, .overlay-content select::-webkit-input-placeholder, .overlay-content select:-moz-placeholder, .overlay-content select::-moz-placeholder, .overlay-content select:-ms-input-placeholder, .overlay-content select::-ms-input-placeholder, .overlay-content .select::-webkit-input-placeholder, .overlay-content .select:-moz-placeholder, .overlay-content .select::-moz-placeholder, .overlay-content .select:-ms-input-placeholder, .overlay-content .select::-ms-input-placeholder, .overlay-content input:not([type=range])::-webkit-input-placeholder, .overlay-content input:not([type=range]):-moz-placeholder, .overlay-content input:not([type=range])::-moz-placeholder, .overlay-content input:not([type=range]):-ms-input-placeholder, .overlay-content input:not([type=range])::-ms-input-placeholder {
  color: rgb(var(--color-text));
  opacity: 0.7;
}
.overlay-content .slick-arrow {
  background-color: rgb(var(--color-background));
  border-color: rgb(var(--color-background));
  color: rgb(var(--color-text));
}
.overlay-content .slick-arrow:not(.disabled):not([disabled]):hover, .overlay-content .slick-arrow:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-text));
  background-color: rgb(var(--default-button-background-hover));
  border-color: rgb(var(--default-button-border-color-hover));
}

.overlay-content .slick-arrow:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-text));
  background-color: rgb(var(--default-button-background-active));
  border-color: rgb(var(--default-button-border-color-active));
  box-shadow: none;
}
.overlay-content .card {
  background-color: rgb(var(--color-accent-background));
}
.overlay-content .card .card {
  background-color: rgb(var(--color-inputs-background));
}
.overlay-content .card .card__header,
.overlay-content .card .card__drawer {
  border-color: rgb(var(--color-borders));
}
.overlay-content .tab__body {
  border-color: rgb(var(--color-links));
}
.overlay-content .progress {
  background-color: rgb(var(--color-accent-background));
}
.overlay-content .progress .progress__bar {
  background-color: rgb(var(--color-links));
}
.overlay-content .btn.btn--primary {
  background-color: rgb(var(--color-buttons-background));
  border-color: rgb(var(--color-buttons-background));
  color: rgb(var(--color-buttons-label));
}
.overlay-content .btn.btn--primary:not(.disabled):not([disabled]):hover, .overlay-content .btn.btn--primary:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-hover));
  border-color: rgb(var(--primary-button-border-color-hover));
}

.overlay-content .btn.btn--primary:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-active));
  border-color: rgb(var(--primary-button-border-color-active));
  box-shadow: none;
}
.overlay-content .btn.btn--outline-primary {
  background-color: transparent;
  border-color: rgb(var(--color-buttons-background));
  color: rgb(var(--color-buttons-background));
}
.overlay-content .btn.btn--outline-primary:not(.disabled):not([disabled]):hover, .overlay-content .btn.btn--outline-primary:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-hover));
  border-color: rgb(var(--primary-button-border-color-hover));
}

.overlay-content .btn.btn--outline-primary:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-buttons-label));
  background-color: rgb(var(--primary-button-background-active));
  border-color: rgb(var(--primary-button-border-color-active));
  box-shadow: none;
}
.overlay-content .badge {
  background-color: rgb(var(--color-text));
  color: rgb(var(--color-background));
}
.overlay-content .h0, .overlay-content .h1, .overlay-content .h2, .overlay-content .h3, .overlay-content .h4, .overlay-content .h5, .overlay-content .h6,
.overlay-content .rte :is(h1, h2, h3, h4, h5, h6) {
  color: rgb(var(--color-text));
}
.overlay-content .text-primary {
  color: rgb(var(--color-buttons-background));
}
.overlay-content .text-secondary {
  color: rgb(var(--color-links));
}
.overlay-content .text-sale {
  color: rgb(var(--color-sales));
}
.overlay-content .form.form--success {
  color: rgb(var(--color-buttons-background));
  border-color: rgb(var(--color-buttons-background));
}
.overlay-content .errors {
  color: rgb(var(--color-errors));
  border-color: rgb(var(--color-errors));
}
.overlay-content .select.select--box {
  border-color: rgb(var(--color-links));
}
.overlay-content .checkbox input[type=checkbox]:checked ~ label::before, .overlay-content .checkbox input[type=checkbox]:checked ~ label::after {
  color: rgb(var(--color-buttons-background));
}
.overlay-content .radio input[type=radio]:checked ~ label::before, .overlay-content .radio input[type=radio]:checked ~ label::after {
  color: rgb(var(--color-buttons-background));
}
.overlay-content table {
  border-color: rgb(var(--color-borders));
}
.overlay-content table tbody tr:nth-of-type(odd) {
  background-color: rgba(var(--color-accent-background), var(--opacity));
}
.overlay-content table tbody tr:hover {
  background-color: rgb(var(--color-accent-background));
}
.overlay-content table th, .overlay-content table td {
  border-color: rgb(var(--color-borders)) !important;
}
.overlay-content table th {
  background-color: rgb(var(--color-text));
  color: rgb(var(--color-background));
}
.overlay-content .media-wrapper:not(.media-wrapper--no-background) {
  background-color: rgb(var(--color-accent-background));
}
.overlay-content .placeholder-svg {
  fill: rgba(var(--color-text), var(--opacity));
  background-color: rgb(var(--color-accent-background));
}

.slick {
  opacity: 0;
}
.slick.slick-initialized, .slick.slick-fallback {
  opacity: 1;
  animation-duration: var(--transition-duration);
  animation-name: fadeIn;
  animation-fill-mode: both;
}
.slick.slick-initialized.row {
  margin-left: calc(var(--gutter-sm) * -0.75);
  margin-right: calc(var(--gutter-sm) * -0.75);
}
@media screen and (min-width: 768px) {
  .slick.slick-initialized.row {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    border-radius: var(--border-radius);
  }
  .slick.slick-initialized.row.row--sm {
    margin-left: calc(var(--gutter-xs) * -1);
    margin-right: calc(var(--gutter-xs) * -1);
  }
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 100%;
  transform: translate3d(0, 0, 0);
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-disabled .slick-list {
  cursor: default !important;
}
.slick-center-mode .slick-list {
  padding-left: calc(var(--gutter-sm) * 3 - var(--gutter-xs)) !important;
  padding-right: calc(var(--gutter-sm) * 3 - var(--gutter-xs)) !important;
}
@media screen and (max-width: 767.98px) {
  .slick.slick-initialized.row .slick-list {
    padding-left: calc(var(--gutter-xs) * 0.5);
    padding-right: calc(var(--gutter-xs) * 0.5);
  }
}
@media screen and (min-width: 768px) {
  .slick-center-mode .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.slick-slide {
  float: left;
  min-height: 1px;
  transition: opacity var(--transition-duration-fast) var(--transition-timing), transform var(--transition-duration-fast) var(--transition-timing);
}
.slick-slide:focus {
  outline: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slider:not(.slick-initialized) .slick-slide {
  display: none;
}
.slick-center-mode .slick-slide:not(.slick-current) > * {
  pointer-events: none;
}
.slick-center-mode .slick-slide, .slick-center-mode .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  opacity: var(--opacity);
}
.slick-center-mode .slick-slide.slick-center, .slick-center-mode .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  opacity: 1;
}
.slick.slick-initialized.row .slick-slide {
  flex: 0 0 auto;
  padding-left: 0;
  height: inherit;
}
.slick.slick-initialized.row:not(.slick--full) .slick-slide {
  margin-left: var(--gutter-xs);
  margin-right: var(--gutter-xs);
}
@media screen and (min-width: 768px) {
  .slick-center-mode .slick-slide, .slick-center-mode .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
    transform: scale(0.8);
  }
  .slick-center-mode .slick-slide.slick-center, .slick-center-mode .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
    transform: scale(1);
  }
  .slick.slick-initialized.row:not(.slick--full) .slick-slide {
    margin-left: calc(var(--gutter) / 2);
    margin-right: calc(var(--gutter) / 2);
  }
  .slick.slick-initialized.row.row--sm:not(.slick--full) .slick-slide {
    margin-left: var(--gutter-xs);
    margin-right: var(--gutter-xs);
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  transform: translate3d(0, 0, 0);
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-disabled .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.slick.slick-initialized.row .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  margin-top: var(--gutter-sm);
  list-style: none;
}
.slick-dots li {
  display: inline-flex;
  padding: var(--spacer-sm);
  line-height: 1;
  cursor: pointer;
}
.slick-dots li:hover button {
  opacity: 1;
}
.slick-dots li button, .slick-dots li a {
  font-size: 0;
  opacity: var(--opacity);
  line-height: 1;
}
.slick-dots li button::before, .slick-dots li button::after, .slick-dots li a::before, .slick-dots li a::after {
  font-size: var(--text-font-size);
}
.slick-dots li button::before, .slick-dots li a::before {
  content: "lens";
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
  margin-right: 3px;
  border-radius: var(--border-radius-circle);
  background-color: rgb(var(--color-text));
  transform: scale(0.5);
  transition: var(--transition);
}
.slideshow .slick-dots li button::before, .slideshow .slick-dots li a::before {
  color: rgb(var(--overlay-text-color));
  background-color: rgb(var(--overlay-text-color));
}
.slick-dots li button:focus, .slick-dots li a:focus {
  outline: none;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active a {
  opacity: 1;
}
.slick-dots li.slick-active button::before, .slick-dots li.slick-active a::before {
  content: "trip_origin";
  background-color: transparent;
  transform: scale(1);
}
.slideshow .slick-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: var(--gutter-sm);
}
@media screen and (min-width: 768px) {
  .slick-dots {
    margin-top: var(--gutter);
  }
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: calc(var(--zindex-base) + 1);
  display: inline-block;
  width: var(--input-height-sm);
  height: var(--input-height-sm);
  margin-top: calc(var(--input-height-sm) / -2);
  padding: 0;
  background-color: rgb(var(--color-accent-background));
  border: var(--border-width) solid rgb(var(--color-accent-background));
  border-radius: var(--border-radius-is-circle);
  text-align: center;
  text-decoration: none;
  font-size: 0;
  line-height: var(--input-height-inner-sm);
  letter-spacing: 0;
  color: rgb(var(--color-text));
  opacity: 0;
  appearance: none;
  user-select: none;
  cursor: pointer;
  vertical-align: middle;
  white-space: normal;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow::before, .slick-arrow::after {
  font-size: var(--text-font-size);
}
.slick-arrow::before {
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
}
.slick-arrow:not(.disabled):not([disabled]):hover, .slick-arrow:not(.disabled):not([disabled]):focus {
  opacity: 1;
  color: rgb(var(--color-text));
  background-color: rgb(var(--arrow-background-hover));
  border-color: rgb(var(--arrow-border-color-hover));
}

.slick-arrow:not(.disabled):not([disabled]):active {
  color: rgb(var(--color-text));
  background-color: rgb(var(--arrow-background-active));
  border-color: rgb(var(--arrow-border-color-active));
  box-shadow: none;
}
.slick-vertical .slick-arrow {
  top: inherit;
  left: 50% !important;
  right: inherit;
  margin-top: inherit;
  margin-left: calc(var(--input-height-sm) / -2) !important;
}
.slick-arrow[aria-disabled=true] {
  opacity: 0 !important;
  pointer-events: none;
}
.slick-dotted .slick-arrow {
  margin-top: calc((var(--input-height-sm) + var(--text-font-size) * var(--text-line-height) + var(--gutter)) / -2);
}
.slick-arrow .button-uppercase * {
  text-transform: uppercase;
}
.slick-arrow.slick-prev {
  left: var(--gutter-sm);
}
.slick-arrow.slick-prev::before {
  content: "keyboard_arrow_left";
}
.slick-vertical .slick-arrow.slick-prev {
  top: var(--gutter-sm);
}
.slick-vertical .slick-arrow.slick-prev::before {
  content: "keyboard_arrow_up";
}
.slick-arrow.slick-next {
  right: var(--gutter-sm);
}
.slick-arrow.slick-next::before {
  content: "keyboard_arrow_right";
}
.slick-vertical .slick-arrow.slick-next {
  bottom: var(--gutter-sm);
}
.slick-vertical .slick-arrow.slick-next::before {
  content: "keyboard_arrow_down";
}
@media screen and (max-width: 767.98px) {
  .slick-arrow {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .slick-slider:hover .slick-arrow {
    opacity: 1;
  }
}

.page-title-background .page-title {
  display: inline;
  background-image: linear-gradient(360deg, transparent 75%, rgba(var(--color-links), var(--opacity)) 0.1%, rgba(var(--color-links), var(--opacity)) 25%);
  background-position: 0 0.95em;
  background-repeat: repeat-x;
}
.page-title-background .page-title::after {
  content: "";
  height: calc(var(--spacer) * 0.75);
  display: block;
}
@media screen and (min-width: 768px) {
  .page-title {
    font-size: var(--heading-font-size-big);
    word-wrap: break-word;
    word-break: break-word;
  }
}

.form.form--success {
  color: rgb(var(--color-buttons-background));
  border-color: rgb(var(--color-buttons-background));
}
.form.form--vertical input,
.form.form--vertical select,
.form.form--vertical textarea,
.form.form--vertical fieldset,
.form.form--vertical .checkbox,
.form.form--vertical .radio {
  width: 100%;
  margin-bottom: var(--spacer);
}
.form.form--vertical [type=radio],
.form.form--vertical [type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: var(--spacer-xs);
}
.form.form--vertical input[type=submit] {
  display: inline-block;
  width: auto;
}
.form.form--vertical textarea {
  min-height: 200px;
}
.form.form--sticky {
  position: sticky;
  top: 15px;
}
body.dbtfy-sticky-header-enabled .form.form--sticky {
  top: calc(var(--header-height-mobile) + 15px);
}
@media screen and (min-width: 576px) {
  body.dbtfy-sticky-header-enabled .form.form--sticky {
    top: calc(var(--header-height-desktop) + 15px);
  }
}

.note,
.errors {
  border-radius: var(--border-radius);
  margin-bottom: var(--spacer);
}
.note ul,
.note ol,
.errors ul,
.errors ol {
  margin-top: 0;
  margin-bottom: 0;
}
.note a,
.errors a {
  color: rgb(var(--color-links));
  text-decoration: underline;
}
.note li:last-child,
.errors li:last-child {
  margin-bottom: 0;
}
.note p,
.errors p {
  margin-bottom: 0;
}

.errors {
  color: rgb(var(--color-errors));
  border-color: rgb(var(--color-errors));
}
.errors ul {
  list-style: initial;
  margin-left: calc(var(--gutter) / 2);
}

.product-item {
  overflow: hidden;
}
.product-item a {
  overflow: hidden;
}
.product-item .media-wrapper {
  border-radius: 0;
  height: auto;
}
.product-item .slick-prev {
  top: unset !important;
  bottom: var(--gutter-xs);
  left: var(--gutter-sm);
}
.product-item .slick-next {
  top: unset !important;
  bottom: var(--gutter-xs);
  right: var(--gutter-sm);
}
.product-item .product__media-flex-wrapper {
  margin-top: 0;
  height: auto;
}
.product-item.product-item--list .product-item__content-wrapper {
  border-radius: var(--border-radius);
  padding: calc(var(--gutter) / 2);
}
.product-item.product-item--list .product-item__description {
  word-break: break-word;
}
.product-item.product-item--list .badge {
  font-size: var(--text-font-size-xs);
}
.product-item.product-item--sold-out .card,
.product-item.product-item--sold-out .product-item__content-wrapper {
  opacity: var(--opacity);
}
.product-item .product-item__image-wrapper {
  position: relative;
  overflow: hidden;
}
.product-item .product-item__image {
  overflow: hidden;
}
.product-item .product-item__image.animation-fade {
  animation-duration: var(--secondary-image-transition-speed);
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.product-item .product-item__image.animation-zoom {
  animation-duration: var(--secondary-image-transition-speed);
  animation-fill-mode: both;
  animation-name: fadeInZoom;
}
.product-item .product-item__image.product-item__image--hover {
  display: none;
}
.product-item .product-item__reviews:empty {
  display: none;
}
.product-item .badge-wrapper {
  position: absolute;
  max-width: calc(100% - var(--gutter-sm));
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.product-item .badge-wrapper.badge--top-left {
  top: var(--gutter-xs);
  left: var(--gutter-xs);
  justify-content: flex-start;
}
.product-item .badge-wrapper.badge--top-right {
  top: var(--gutter-xs);
  right: var(--gutter-xs);
}
.product-item .badge-wrapper .badge {
  position: relative !important;
  max-width: 100%;
}
.product-item .badge {
  position: absolute;
}
.product-item .card__body:hover {
  opacity: 1;
}
.product-item .product__thumbnail-icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-item.product-item--list .badge {
    font-size: var(--text-font-size-sm);
  }
}
.product-item img[loading] {
  opacity: 0;
}
.product-item img[loading].lazyloaded {
  opacity: 1;
  transition: unset;
}
.product-item .product-item__image:not(.animation-none) .media-wrapper img {
  transition: var(--transition);
}
.product-item .product-item__image:not(.animation-none) img[loading] {
  opacity: 0;
}
.product-item .product-item__image:not(.animation-none) img[loading].lazyloaded {
  opacity: 1;
  transition: all var(--secondary-image-transition-speed) var(--transition-timing);
}

.drawer {
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  z-index: var(--zindex-drawer);
  display: none;
  flex-direction: column;
  animation-duration: var(--transition-duration);
  animation-fill-mode: both;
  transition: var(--transition-drawers);
}
.drawer:focus {
  outline: none;
}
.drawer.js-drawer-open, .drawer.js-modal-open {
  display: flex;
}
.drawer.js-drawer-open:not(.drawer--no-inner-animation) .drawer__header, .drawer.js-modal-open:not(.drawer--no-inner-animation) .drawer__header {
  animation-name: fadeInDown;
}
.drawer.js-drawer-open:not(.drawer--no-inner-animation) .drawer__inner, .drawer.js-modal-open:not(.drawer--no-inner-animation) .drawer__inner {
  animation-name: fadeIn;
}
.drawer.js-drawer-open:not(.drawer--no-inner-animation) .drawer__footer, .drawer.js-modal-open:not(.drawer--no-inner-animation) .drawer__footer {
  animation-name: fadeInUp;
}
.drawer.is-closing {
  display: flex;
}
.drawer.is-closing:not(.drawer--no-inner-animation) .drawer__header {
  animation-name: fadeOutUp;
}
.drawer.is-closing:not(.drawer--no-inner-animation) .drawer__inner {
  animation-name: fadeOut;
}
.drawer.is-closing:not(.drawer--no-inner-animation) .drawer__footer {
  animation-name: fadeOutDown;
}
.drawer.drawer--left {
  max-width: 100%;
  left: 0;
  width: 300px;
}
.drawer.drawer--left.js-drawer-open {
  box-shadow: var(--shadow);
  animation-name: slideInLeft;
}
.drawer.drawer--left.is-closing {
  animation-name: slideOutLeft;
}
.drawer.drawer--right {
  max-width: 100%;
  right: 0;
  width: 400px;
}
.drawer.drawer--right.js-drawer-open {
  box-shadow: var(--shadow);
  animation-name: slideInRight;
}
.drawer.drawer--right.is-closing {
  animation-name: slideOutRight;
}
.drawer.drawer--top {
  max-height: 100%;
  width: 100%;
  top: 0;
  z-index: calc(var(--zindex-drawer) + var(--zindex-increment) * 2);
  height: fit-content;
}
.drawer.drawer--top.js-drawer-open {
  box-shadow: var(--shadow);
  animation-name: slideInDown;
}
.drawer.drawer--top.is-closing {
  animation-name: slideOutUp;
}
.drawer.drawer--top .drawer__inner {
  overflow: auto;
}
.drawer.drawer--bottom {
  max-height: 100%;
  width: 100%;
  bottom: 0;
  height: fit-content;
}
.drawer.drawer--bottom.js-drawer-open {
  box-shadow: var(--shadow);
  animation-name: slideInUp;
}
.drawer.drawer--bottom.is-closing {
  animation-name: slideOutDown;
}
.drawer.drawer--bottom .drawer__inner {
  overflow: auto;
}
.drawer:not(.modal):not(.drawer--no-inner-animation) .drawer__header,
.drawer:not(.modal):not(.drawer--no-inner-animation) .drawer__inner,
.drawer:not(.modal):not(.drawer--no-inner-animation) .drawer__footer {
  opacity: 0;
  animation-duration: var(--transition-duration);
  animation-fill-mode: both;
}
.drawer .drawer__header {
  z-index: 10;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  padding: var(--gutter-sm);
  border-bottom: var(--borders);
  border-color: rgb(var(--color-borders));
}
.drawer .drawer__title {
  padding-right: var(--spacer);
  font-size: var(--heading-4-font-size);
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
  line-height: var(--text-line-height);
  flex: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.drawer .drawer__inner {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  flex: auto;
}
.drawer .drawer__inner-section {
  padding: var(--gutter-sm);
}
.drawer .drawer__inner-section > :last-child {
  margin-bottom: 0;
}
.drawer .drawer__inner-section:empty {
  display: none;
}
.drawer .drawer__inner-section + .drawer__inner-section {
  border-top: var(--borders);
  border-color: rgb(var(--color-borders));
}
.drawer .drawer__inner-section .errors {
  color: rgb(var(--color-errors));
  border-color: rgb(var(--color-errors));
}
.drawer .drawer__footer {
  background-color: rgb(var(--color-accent-background));
  padding: var(--gutter-sm);
  flex-shrink: 0;
}
.drawer .drawer__footer:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .drawer .drawer__inner-section {
    padding: var(--gutter);
  }
}

.drawer.js-drawer-open + .overlay-drawer {
  display: block;
  animation-duration: var(--transition-duration);
  animation-name: fadeIn;
  animation-fill-mode: both;
}
.drawer.is-closing + .overlay-drawer {
  display: block;
  animation-duration: var(--transition-duration);
  animation-name: fadeOut;
  animation-fill-mode: both;
}

.mobile-nav {
  margin-left: 0;
  margin-bottom: 0;
}
.mobile-nav > * {
  margin-bottom: 0;
}
.mobile-nav > * + * {
  margin-top: var(--gutter-sm);
}
.mobile-nav .mobile-nav__item {
  position: relative;
  display: block;
  margin-bottom: 0;
  list-style: none;
}
.mobile-nav > .mobile-nav .mobile-nav__item {
  background-color: rgb(var(--color-background));
}
.mobile-nav .mobile-nav__item a {
  display: block;
  color: rgb(var(--color-text));
  text-decoration: none;
}
.mobile-nav .mobile-nav__has-sublist {
  display: flex;
  align-items: center;
}
.mobile-nav .mobile-nav__has-sublist.mobile-nav--expanded .mobile-nav__toggle-open {
  display: none;
}
.mobile-nav .mobile-nav__has-sublist.mobile-nav--expanded .mobile-nav__toggle-close {
  display: block;
}
.mobile-nav .mobile-nav__has-sublist .mobile-nav__link {
  width: 100%;
}
.mobile-nav .mobile-nav__sublist {
  display: none;
  margin-bottom: 0;
  margin-top: var(--spacer);
  position: relative;
  animation-duration: var(--transition-duration);
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.mobile-nav .mobile-nav__sublist::before {
  content: "";
  border-left: var(--borders);
  border-color: rgb(var(--color-borders));
  position: absolute;
  margin-left: calc(var(--spacer) * -1);
  left: 0;
  height: 100%;
}
.mobile-nav .mobile-nav__sublist .mobile-nav__item + .mobile-nav__item {
  margin-top: var(--spacer);
}
.mobile-nav .mobile-nav__has-sublist a, .mobile-nav > .mobile-nav__item:not(.mobile-nav__item--secondary) > a, .mobile-nav > .mobile-nav__item > .mobile-nav__sublist > .mobile-nav__item > a, .mobile-nav > .mobile-nav__item > .mobile-nav__sublist > .mobile-nav__item > .mobile-nav__has-sublist > a {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: var(--heading-letter-spacing);
  text-transform: var(--heading-text-transform);
}
.mobile-nav .mobile-nav__has-sublist a, .mobile-nav > .mobile-nav__item:not(.mobile-nav__item--secondary) > a {
  font-size: var(--heading-5-font-size);
}
.mobile-nav > .mobile-nav__item > .mobile-nav__sublist > .mobile-nav__item > a, .mobile-nav > .mobile-nav__item > .mobile-nav__sublist > .mobile-nav__item > .mobile-nav__has-sublist > a {
  font-size: var(--heading-6-font-size);
}
.mobile-nav .mobile-nav__toggle-open {
  display: block;
}
.mobile-nav .mobile-nav__toggle-close {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-nav > * {
    margin-bottom: 0;
  }
  .mobile-nav > * + * {
    margin-top: var(--gutter);
  }
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: calc(var(--zindex-drawer) + var(--zindex-increment) * 2);
  width: 100vw;
  height: 100%;
  outline: 0;
  display: none;
  overflow: hidden;
  animation-duration: var(--transition-duration);
  animation-fill-mode: both;
  padding-top: var(--gutter);
  padding-bottom: var(--gutter);
}
.modal.modal--sm .modal__content {
  width: 400px;
}
.modal.modal--lg .modal__content {
  width: 800px;
}
.modal.modal--xl .modal__content {
  width: 100%;
}
.modal.not-priority {
  z-index: calc(var(--zindex-drawer) + var(--zindex-increment) * 2 - 1);
}
.modal.js-modal-open, .modal.is-closing {
  display: block !important;
  overflow-y: auto;
}
.modal.js-modal-open {
  animation-name: fadeInUp;
}
.modal.is-closing {
  animation-name: fadeOutDown;
}
.modal .modal__dialog {
  min-height: 100%;
  display: flex;
  align-items: flex-end;
}
.modal .modal__content {
  pointer-events: auto;
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 600px;
}
.modal .modal__content:focus {
  outline: none;
}
.modal .modal__header {
  border-bottom: var(--borders);
  border-color: rgb(var(--color-borders));
  padding: var(--gutter-sm);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .modal__title {
  margin-bottom: 0;
  margin-right: var(--spacer-sm);
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.modal .modal__close {
  margin-left: auto;
  flex-shrink: 0;
}
.modal .modal__body {
  padding: var(--gutter-sm);
}
.modal .modal__footer {
  border-top: var(--borders);
  border-color: rgb(var(--color-borders));
  padding: var(--gutter-sm);
}
@media screen and (max-width: 767.98px) {
  .modal {
    padding-bottom: 0;
  }
  .modal .modal__dialog {
    padding-left: 0;
    padding-right: 0;
  }
  .modal .modal__content {
    width: 100% !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .modal.js-modal-open {
    animation-name: fadeInDown;
  }
  .modal.is-closing {
    animation-name: fadeOutUp;
  }
  .modal .modal__dialog {
    align-items: center;
  }
}

.overlay-modal {
  z-index: calc(var(--zindex-drawer) + var(--zindex-increment) * 2 - 1);
  animation-duration: var(--transition-duration);
  animation-fill-mode: both;
}
.modal.js-modal-open + .overlay-modal {
  display: block;
  animation-name: fadeIn;
}
.modal.is-closing + .overlay-modal {
  display: block;
  animation-name: fadeOut;
}

.table-wrap {
  max-width: 100%;
  overflow: auto;
  border-radius: var(--border-radius);
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-spacing: 0;
  border: var(--borders);
  border-radius: var(--border-radius);
  table-layout: auto;
  overflow: hidden;
  text-align: center;
}
.section-default table {
  background-color: rgb(var(--color-background));
}
table a {
  color: rgb(var(--color-links));
  text-decoration: underline;
}
table thead tr:last-child th, table thead tr:last-child td {
  border-bottom: var(--borders);
}
table tfoot tr:first-child th, table tfoot tr:first-child td {
  border-top: var(--borders);
}
table tbody tr {
  transition: var(--transition);
}
table tbody tr:nth-of-type(odd) {
  background-color: rgba(var(--color-accent-background), var(--opacity));
}
table tbody tr:hover {
  background-color: rgb(var(--color-accent-background));
}
table tr:last-child th, table tr:last-child td {
  border-bottom: 0;
}
table th, table td {
  padding: var(--gutter-sm);
  border-right: var(--borders);
  border-bottom: var(--borders);
}
table th:last-child, table td:last-child {
  border-right: 0;
}
table th > :last-child, table td > :last-child {
  margin-bottom: 0;
}
table td {
  padding: var(--gutter-sm);
}
table th {
  padding: var(--gutter-xs) var(--gutter-sm);
  background-color: rgb(var(--color-headings));
  color: rgb(var(--color-background));
  font-family: var(--accent-font-family);
  font-weight: var(--accent-font-weight);
  font-style: var(--accent-font-style);
  text-transform: var(--accent-text-transform);
  letter-spacing: var(--accent-letter-spacing);
}
@media screen and (max-width: 767.98px) {
  table th {
    font-size: var(--text-font-size-sm);
  }
}

.cart.cart--is-loading .cart__content {
  display: none;
}
.cart.cart--is-loaded .cart__loader {
  display: none;
}
.cart .cart__loader {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart .cart__content {
  display: flex;
  width: 100%;
}
.cart .cart__cookie {
  display: none;
}
.cart-no-cookies .cart .cart__cookie {
  display: block;
}
.cart .cart__item.cart__item--has-discount .cart__price {
  display: block;
}
.cart .cart__item .placeholder-svg {
  fill: rgba(var(--color-headings), var(--opacity));
  background-color: rgb(var(--color-accent-background));
}
.cart .cart__row.cart__row--ajax {
  transition: var(--transition);
}
.cart .cart__row.cart__row--ajax:not(:last-of-type) {
  border-bottom: none;
}
.cart .cart__row.cart__row--ajax.is-loading {
  opacity: var(--opacity) !important;
}
.cart .cart__price-wrapper {
  line-height: 1.3;
}
.cart .cart__price,
.cart .cart__subtotal-discounted {
  animation-duration: var(--transition-duration);
  animation-name: fadeIn;
  animation-fill-mode: both;
}
.cart .cart__price {
  width: 100%;
}
.cart .cart__subtotal-price {
  max-width: 75%;
}

.cart-modal .cart__loader {
  padding-top: var(--spacer);
  padding-bottom: var(--spacer);
}
.cart-modal .drawer__inner {
  max-height: 500px;
}

body:not(.dbtfy-agree-to-terms-enabled) .dbtfy-agree-to-terms-container {
  display: none;
}

.dbtfy-announcement-bar {
  z-index: calc(var(--zindex-header) + 1);
}
.js-drawer-open-top .dbtfy-announcement-bar, .is-closing .dbtfy-announcement-bar {
  z-index: var(--zindex-header) !important;
}
body:not(.dbtfy-announcement-bar-enabled) .dbtfy-announcement-bar {
  display: none;
}
body.dbtfy-announcement-bar-sticky .dbtfy-announcement-bar {
  position: sticky;
  transform: translate3d(0, 0, 0);
  z-index: calc(var(--zindex-header) + var(--zindex-increment) + 1);
  top: 0;
}
.dbtfy-announcement-bar .dbtfy-announcement-bar__wrapper {
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-text));
}
.dbtfy-announcement-bar .dbtfy-announcement-bar__wrapper a {
  color: rgb(var(--color-text));
}
.dbtfy-announcement-bar .dbtfy-announcement-bar__wrapper .rte {
  margin-bottom: 0;
}
.dbtfy-announcement-bar .dbtfy-announcement-bar__wrapper p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dbtfy-announcement-bar .dbtfy-announcement-bar__row {
  height: var(--input-height-sm);
}
.dbtfy-announcement-bar .dbtfy-announcement-bar__left-message,
.dbtfy-announcement-bar .dbtfy-announcement-bar__center-message,
.dbtfy-announcement-bar .dbtfy-announcement-bar__right-message {
  display: flex;
  align-items: center;
}
.dbtfy-announcement-bar .dbtfy-announcement-bar__left-message p,
.dbtfy-announcement-bar .dbtfy-announcement-bar__center-message p,
.dbtfy-announcement-bar .dbtfy-announcement-bar__right-message p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.dbtfy-announcement-bar .dbtfy-announcement-bar__left-message br,
.dbtfy-announcement-bar .dbtfy-announcement-bar__center-message br,
.dbtfy-announcement-bar .dbtfy-announcement-bar__right-message br {
  display: none;
}
.dbtfy-announcement-bar .dbtfy-announcement-bar__left-message + ul {
  margin-right: var(--spacer-sm);
}
.dbtfy-announcement-bar .dbtfy-announcement-bar__center-message .rte {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dbtfy-announcement-bar .dbtfy-announcement-bar__right-message + ul {
  margin-left: var(--spacer-sm);
}

body:not(.dbtfy-back-in-stock-enabled) .dbtfy-back-in-stock-container {
  display: none;
}
.product__meta:not(.product__meta--sold-out) .dbtfy-back-in-stock-container {
  display: none;
}

body.dbtfy-back-in-stock-enabled .section.product .product__meta.product__meta--sold-out .product__form {
  display: none;
}

.dbtfy-back-to-top {
  position: fixed;
  bottom: var(--gutter-sm);
  z-index: calc(var(--zindex-over-body) - 1);
  visibility: hidden !important;
  opacity: 0 !important;
  transition: var(--transition) !important;
  border-radius: var(--back-to-top-radius) !important;
}
.dbtfy-back-to-top.dbtfy-back-to-top--visible {
  opacity: 1 !important;
  visibility: visible !important;
}
.dbtfy-sticky-addtocart-bar-bottom-visible .dbtfy-back-to-top.dbtfy-back-to-top--visible {
  bottom: calc(var(--gutter-sm) + var(--input-height-sm) + var(--gutter-sm));
}
.dbtfy-back-to-top.dbtfy-back-to-top--left {
  left: var(--gutter-sm);
}
.dbtfy-back-to-top.dbtfy-back-to-top--center {
  left: 50%;
  margin-left: calc(var(--input-height-sm) / -2);
}
.dbtfy-back-to-top.dbtfy-back-to-top--right {
  right: var(--gutter-sm);
}
@media screen and (min-width: 768px) {
  .dbtfy-back-to-top {
    bottom: var(--gutter);
    width: var(--input-height) !important;
    height: var(--input-height) !important;
    line-height: var(--input-height-inner) !important;
    font-size: var(--icon-font-size-md) !important;
  }
  .dbtfy-sticky-addtocart-bar-bottom-visible .dbtfy-back-to-top.dbtfy-back-to-top--visible {
    bottom: calc(var(--gutter) + var(--input-height) + var(--gutter-sm));
  }
  .dbtfy-back-to-top.dbtfy-back-to-top--left {
    left: var(--gutter);
  }
  .dbtfy-back-to-top.dbtfy-back-to-top--center {
    margin-left: calc(var(--input-height) / -2);
  }
  .dbtfy-back-to-top.dbtfy-back-to-top--right {
    right: var(--gutter);
  }
}

.dbtfy-breadcrumbs {
  padding: 0;
  white-space: nowrap;
}
body:not(.dbtfy-breadcrumbs-enabled) .dbtfy-breadcrumbs {
  display: none;
}
.dbtfy-breadcrumbs .dbtfy-breadcrumbs__item {
  color: rgb(var(--color-links));
  padding-top: var(--spacer-sm);
  padding-bottom: var(--spacer-sm);
}
@media screen and (max-width: 767.98px) {
  .dbtfy-breadcrumbs .dbtfy-breadcrumbs__item:first-of-type {
    background-color: rgb(var(--color-accent-background));
  }
}
@media screen and (min-width: 768px) {
  .dbtfy-breadcrumbs {
    background-color: rgb(var(--color-accent-background));
  }
}

body:not(.dbtfy-cart-discount-enabled) .dbtfy-cart-discount {
  display: none;
}

.dbtfy-cart-goal .dbtfy-cart-goal__goal-progress-bar {
  position: relative;
}
.dbtfy-cart-goal .dbtfy-cart-goal__goal-icon {
  position: absolute;
  right: 0;
  height: var(--gutter);
  min-width: var(--gutter);
  background-color: rgb(var(--color-background));
  border: var(--borders);
  border-color: rgb(var(--color-links));
  border-radius: 50%;
  transform: translateX(50%) translateY(-6px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#CartDrawer .dbtfy-cart-goal .dbtfy-cart-goal__goal-icon {
  background-color: rgb(var(--color-background));
  border-color: rgb(var(--color-links));
}

.dbtfy-cart-reminder {
  -webkit-backface-visibility: hidden;
  transition: var(--transition);
}
.dbtfy-cart-reminder .notification-toast__text-wrapper {
  padding-left: 0;
}
.dbtfy-cart-reminder .notification-toast__text {
  font-weight: bold;
  padding-bottom: var(--gutter-xs);
}
.dbtfy-cart-reminder .notification-toast__button-wrapper {
  padding-left: 0;
}

body:not(.dbtfy-cart-savings-enabled) .dbtfy-cart-savings {
  display: none;
}

body:not(.dbtfy-cart-upsell-enabled) .dbtfy-cart-upsell {
  display: none;
}
.dbtfy-cart-upsell .dbtfy-cart-upsell-item__form {
  display: flex;
  line-height: 0;
}
.dbtfy-cart-upsell .dbtfy-cart-upsell-item__image-wrapper {
  width: var(--input-height-sm);
  margin-right: var(--spacer-sm);
  flex-shrink: 0;
}
.dbtfy-cart-upsell .dbtfy-cart-upsell-item__image-wrapper .placeholder-svg {
  fill: rgba(var(--color-headings), var(--opacity));
  background-color: rgb(var(--color-accent-background));
}
.dbtfy-cart-upsell .dbtfy-cart-upsell-item__variants-wrapper {
  width: 120px;
  flex: auto;
  margin-right: var(--spacer-sm);
}
.dbtfy-cart-upsell .dbtfy-cart-upsell-item__button-wrapper {
  max-width: 140px;
}

.cart-page .dbtfy-cart-upsell-item {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body:not(.dbtfy-collection-addtocart-enabled) .dbtfy-collection-addtocart {
  display: none;
}
.dbtfy-collection-addtocart .dbtfy-collection-addtocart__form {
  position: relative;
}
.dbtfy-collection-addtocart .dbtfy-collection-addtocart__button {
  width: auto !important;
}
.product-item--grid .dbtfy-collection-addtocart .dbtfy-collection-addtocart__button,
.product-item--grid .dbtfy-collection-addtocart .dbtfy-collection-addtocart__select {
  width: 100% !important;
}
.dbtfy-collection-addtocart .dbtfy-collection-addtocart__select {
  text-align: center;
  text-align-last: center;
  background-image: none !important;
}
.dbtfy-collection-addtocart .dbtfy-collection-addtocart__select option {
  text-transform: initial;
}
.dbtfy-collection-addtocart .btn-loading + .dbtfy-collection-addtocart__select {
  display: none;
}
.dbtfy-collection-addtocart .dbtfy-collection-addtocart__button.btn-loading {
  display: inline-block !important;
}

body.dbtfy-collection-filters-enabled .collection-template__filters {
  display: none;
}

body:not(.dbtfy-collection-filters-enabled) .dbtfy-collection-filters-drawer {
  display: none;
}

body:not(.dbtfy-collection-filters-enabled) .dbtfy-collection-filters {
  display: none;
}

.dbtfy-collection-filters .dbtfy-collection-filters__list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.dbtfy-collection-filters .dbtfy-collection-filters__dropdown {
  display: inline-flex;
  align-items: center;
}

.dbtfy-collection-filters-drawer .dbtfy-collection-filters-drawer__list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.dbtfy-collection-filters-drawer .dbtfy-collection-filters-drawer__remove {
  display: flex;
  gap: var(--spacer);
  justify-content: space-between;
  align-items: center;
  word-break: initial;
  text-align: left;
}

.dbtfy-collection-filters-vertical .dbtfy-collection-filters-vertical__section {
  padding: var(--gutter-sm);
  border: var(--borders);
  border-radius: var(--border-radius);
}
.dbtfy-collection-filters-vertical .dbtfy-collection-filters-vertical__section:not(:last-of-type) {
  margin-bottom: 15px;
}

.dbtfy-collection-filters-horizontal .dbtfy-collection-filters-horizontal__section {
  padding: var(--gutter-sm);
  border: var(--borders);
  border-radius: var(--border-radius);
}
.dbtfy-collection-filters-horizontal .dbtfy-collection-filters-horizontal__section:not(:last-of-type) {
  margin-bottom: var(--spacer-lg);
}
.dbtfy-collection-filters-horizontal .dbtfy-collection-filters__remove {
  background-color: rgb(var(--color-text));
  color: rgb(var(--color-background));
  border-radius: var(--border-radius);
  padding: calc(var(--spacer-xs) - 1px) var(--spacer-sm);
  display: inline-flex;
  font-size: var(--text-font-size-sm);
}
.dbtfy-collection-filters-horizontal .dropdown__menu {
  overflow-y: auto;
}

body:not(.dbtfy-collections-list-enabled) .dbtfy-collections-list {
  display: none;
}

body:not(.dbtfy-color-swatches-enabled) .dbtfy-color-swatches-container,
body:not(.dbtfy-color-swatches-enabled) .dbtfy-color-swatches {
  display: none;
}

.dbtfy-color-swatches-enabled [data-product-option-color] {
  display: none;
}

.dbtfy-color-swatches-container {
  margin-bottom: calc(var(--spacer-sm) * -1);
}

.dbtfy-color-swatches-grid-active .product-item__image {
  display: block !important;
}
.dbtfy-color-swatches-grid-active .product-item__image.product-item__image--hover {
  display: none !important;
}

.dbtfy-cookie-box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  pointer-events: none;
  z-index: var(--zindex-drawer-under-overlay);
  animation-duration: var(--transition-duration);
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
.dbtfy-cookie-box.dbtfy-cookie-box--visible {
  display: block;
}
.dbtfy-cookie-box.is-closing {
  animation-name: fadeOutDown;
}
.dbtfy-cookie-box .dbtfy-cookie-box__container {
  width: auto;
  border-radius: var(--border-radius);
  pointer-events: auto;
  padding: var(--gutter-sm);
  margin-bottom: var(--gutter-sm);
  box-shadow: var(--shadow);
  transition: var(--transition);
}
.dbtfy-cookie-box .dbtfy-cookie-box__container:not(.dbtfy-cookie-box__container--inverted) {
  background-color: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-borders));
}
.dbtfy-sticky-addtocart-bar-bottom-visible .dbtfy-cookie-box .dbtfy-cookie-box__container {
  margin-bottom: calc(var(--gutter-sm) + var(--input-height-sm) + var(--gutter-sm));
}
@media screen and (min-width: 768px) {
  .dbtfy-cookie-box .dbtfy-cookie-box__container {
    width: 100%;
    margin-bottom: var(--gutter);
  }
  .dbtfy-sticky-addtocart-bar-bottom-visible .dbtfy-cookie-box .dbtfy-cookie-box__container {
    margin-bottom: calc(var(--gutter) + var(--input-height) + var(--gutter-sm));
  }
}

body:not(.dbtfy-custom-currencies-enabled) .dbtfy-custom-currencies {
  display: none;
}

body:not(.dbtfy-custom-currencies-enabled) .dbtfy-custom-currencies-container {
  display: none;
}

body.dbtfy-custom-currencies-enabled .country-selector {
  display: none;
}

body:not(.dbtfy-delivery-date-enabled) .dbtfy-delivery-date {
  display: none;
}
.dbtfy-delivery-date .input-group {
  position: relative;
}
.dbtfy-delivery-date .input-group .input-group__field {
  border-radius: var(--border-radius) !important;
}
.dbtfy-delivery-date .dbtfy-delivery-date__icon {
  position: absolute;
  right: var(--button-horizontal-padding-xs);
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
}
.dbtfy-delivery-date .dbtfy-delivery-date__input::placeholder {
  color: var(--color-text);
}
.dbtfy-delivery-date .dbtfy-delivery-date__clear-button {
  position: absolute;
  right: var(--gutter);
  background: transparent;
  border: none;
  height: 100%;
}
.dbtfy-delivery-date .dbtfy-delivery-date__clear-button:hover, .dbtfy-delivery-date .dbtfy-delivery-date__clear-button:focus, .dbtfy-delivery-date .dbtfy-delivery-date__clear-button:active {
  box-shadow: none !important;
  background: transparent !important;
}

.flatpickr-calendar.open {
  z-index: calc(var(--zindex-drawer) + var(--zindex-increment) * 2) !important;
}

.dbtfy-delivery-time .dbtfy-delivery-time__item-content p {
  display: inline;
}
.dbtfy-delivery-time .bg--blank {
  background-color: transparent;
}
.dbtfy-delivery-time .bg--default {
  background-color: rgb(var(--color-accent-background));
  padding: var(--gutter-sm);
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline {
  counter-reset: step;
  padding: 0;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li {
  list-style-type: none;
  float: left;
  width: 33.33%;
  position: relative;
  font-size: var(--text-font-size-sm);
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li span {
  font-weight: bold;
  display: block;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li p {
  line-height: 20px;
  margin-top: 8px;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li.order_placed::before {
  content: var(--order-placed);
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li.order_dispatched::before {
  content: var(--order-dispatched);
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li.order_delivered::before {
  content: var(--order-delivered);
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li::before {
  font-family: var(--icon-font);
  font-size: 15px;
  text-align: center;
  color: rgb(var(--color-text));
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: block;
  margin: 0 auto 10px;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 3px;
  border-top: 2px dashed thistle;
  top: 20px;
  left: -35%;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li:first-child::after {
  content: none;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li:first-child::before {
  margin: inherit;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li:nth-child(2) {
  text-align: center;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li:nth-child(2)::after {
  left: -75% !important;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li:last-child {
  text-align: end;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline li:last-child::before {
  margin: 0 0 10px auto;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline.circle li::before {
  border-radius: 50%;
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline.icon--blank li::before {
  background-color: rgb(var(--color-accent-background));
}
.dbtfy-delivery-time .dbtfy-delivery-time__timeline .timeline.icon--default li::before {
  background-color: rgb(var(--color-background));
}

body:not(.dbtfy-discount-saved-enabled) .dbtfy-discount-saved {
  display: none;
}

.dbtfy-facebook-messenger .fb_dialog {
  z-index: var(--zindex-drawer-under-overlay) !important;
}

body:not(.dbtfy-faq-enabled) .dbtfy-faq {
  display: none;
}

body:not(.dbtfy-featured-collection-enabled) .dbtfy-featured-collection {
  display: none;
}

body:not(.dbtfy-gift-wrap-enabled) .dbtfy-gift-wrap {
  display: none;
}

body:not(.dbtfy-image-with-text-enabled) .dbtfy-image-with-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .dbtfy-image-with-text .reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 768px) {
  .dbtfy-image-with-text .text-overlap {
    position: relative;
  }
  .dbtfy-image-with-text .text-overlap div.col-md-6:nth-of-type(2) {
    margin-left: 5%;
  }
  .dbtfy-image-with-text .text-overlap.start .spacer-top {
    height: 10vh;
  }
  .dbtfy-image-with-text .text-overlap.end .spacer-bottom {
    height: 10vh;
  }
  .dbtfy-image-with-text .text-overlap.flex-row-reverse div.col-md-6:nth-of-type(2) {
    margin-left: 0;
    margin-right: 5%;
  }
  .dbtfy-image-with-text .text-overlap.flex-row-reverse .content-overlap {
    left: 5% !important;
  }
  .dbtfy-image-with-text .text-overlap .content-overlap {
    border-radius: var(--border-radius);
    position: absolute;
    top: 50%;
    left: 45%;
    background-color: rgb(var(--color-accent-background));
    transform: translateY(-50%);
    z-index: 10;
    width: 50%;
  }
  .dbtfy-image-with-text .text-overlap .content-overlap.justify-content-start {
    transform: none;
    top: 0;
  }
  .dbtfy-image-with-text .text-overlap .content-overlap.justify-content-end {
    transform: none;
    bottom: 0;
    top: auto;
  }
}
.dbtfy-image-with-text .ambient-movement-right,
.dbtfy-image-with-text .ambient-movement-left {
  opacity: 0;
  filter: blur(5px);
  transition: all 1s;
}
.dbtfy-image-with-text .ambient-movement-right {
  transform: translateX(100%);
}
.dbtfy-image-with-text .ambient-movement-left {
  transform: translateX(-100%);
}
.dbtfy-image-with-text .animation {
  opacity: 1 !important;
  filter: blur(0) !important;
  transform: translateX(0) !important;
}
.dbtfy-image-with-text .zoom-left, .dbtfy-image-with-text .zoom-right {
  animation: zoom-in linear;
  animation-timeline: view();
  animation-range-start: cover;
  animation-range-end: 700px;
}
@keyframes zoom-in {
  from {
    scale: 0.8;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 1;
  }
}

body:not(.dbtfy-infinite-scroll-enabled) .dbtfy-infinite-scroll {
  display: none;
}
.dbtfy-infinite-scroll a {
  display: inline-block;
}

.dbtfy-infinite-scroll-enabled .pagination {
  display: none;
}

body:not(.dbtfy-instagram-feed-enabled) .dbtfy-instagram-feed {
  display: none;
}
.dbtfy-instagram-feed .dbtfy-instagram-feed__column.dbtfy-instagram-feed__column--mobile-1 {
  width: 100%;
}
.dbtfy-instagram-feed .dbtfy-instagram-feed__column.dbtfy-instagram-feed__column--mobile-2 {
  width: 50%;
}
.dbtfy-instagram-feed .dbtfy-instagram-feed__column.dbtfy-instagram-feed__column--mobile-3 {
  width: 33.33%;
}
.dbtfy-instagram-feed .dbtfy-instagram-feed__column.dbtfy-instagram-feed__column--mobile-4 {
  width: 25%;
}
.dbtfy-instagram-feed .dbtfy-instagram-feed__column a:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.dbtfy-instagram-feed .overlay {
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
@media screen and (min-width: 768px) {
  .dbtfy-instagram-feed .dbtfy-instagram-feed__column.dbtfy-instagram-feed__column--desktop-3 {
    width: 33.33%;
  }
  .dbtfy-instagram-feed .dbtfy-instagram-feed__column.dbtfy-instagram-feed__column--desktop-4 {
    width: 25%;
  }
  .dbtfy-instagram-feed .dbtfy-instagram-feed__column.dbtfy-instagram-feed__column--desktop-5 {
    width: 20%;
  }
  .dbtfy-instagram-feed .dbtfy-instagram-feed__column.dbtfy-instagram-feed__column--desktop-6 {
    width: 16.66%;
  }
  .dbtfy-instagram-feed .dbtfy-instagram-feed__column.dbtfy-instagram-feed__column--desktop-8 {
    width: 12.5%;
  }
  .dbtfy-instagram-feed .dbtfy-instagram-feed__column.dbtfy-instagram-feed__column--desktop-10 {
    width: 10%;
  }
}

body:not(.dbtfy-inventory-quantity-enabled) .dbtfy-inventory-quantity {
  display: none;
}

.dbtfy-logo-list {
  overflow-x: hidden;
}
body:not(.dbtfy-logo-list-enabled) .dbtfy-logo-list {
  display: none;
}
.dbtfy-logo-list .dbtfy-logo-list__image-wrapper {
  border-radius: 0;
  background-color: var(--color-background);
}
.dbtfy-logo-list .dbtfy-logo-list__image-wrapper img {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
}
.dbtfy-logo-list .dbtfy-logo-list__icon-wrapper {
  border-radius: 0;
}
.dbtfy-logo-list .dbtfy-logo-list__icon-wrapper svg {
  border-radius: 0;
}
@media screen and (max-width: 767.98px) {
  .dbtfy-logo-list .slick .dbtfy-logo-list__logo {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .dbtfy-logo-list .dbtfy-logo-list__slider {
    margin-bottom: -16px;
  }
}
.dbtfy-logo-list .dbtfy-logo-list__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: auto;
  height: 100%;
  gap: var(--spacer-sm);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.animate-marquee {
  animation: marquee var(--speed, 15s) linear infinite var(--play-state, running) var(--direction, normal);
}

.animate-marquee-ltr {
  animation: marquee 15s linear infinite;
}

.dbtfy-mega-menu .dbtfy-mega-menu__item {
  position: static;
}
.dbtfy-mega-menu .dbtfy-mega-menu__dropdown {
  left: var(--gutter);
  width: 100%;
  max-width: calc(100% - var(--gutter) * 2);
  min-width: initial;
}
.dbtfy-mega-menu .dbtfy-mega-menu__dropdown {
  overflow-y: auto;
}
.dbtfy-mega-menu .dbtfy-mega-menu__row {
  margin: 0 auto;
}
.dbtfy-mega-menu .dbtfy-mega-menu__row.dbtfy-mega-menu__row--five .product-item {
  width: 20%;
}
.dbtfy-mega-menu .dbtfy-mega-menu__upper-section {
  width: 100%;
}
.dbtfy-mega-menu .dbtfy-mega-menu__menu-container {
  margin-bottom: var(--gutter);
}
.dbtfy-mega-menu .dbtfy-mega-menu__list {
  margin-left: 0;
}
.dbtfy-mega-menu .dbtfy-mega-menu__menu-item {
  display: flex;
  flex-direction: column;
  margin-bottom: var(--gutter);
}
.dbtfy-mega-menu .dbtfy-mega-menu__product-slider-container {
  display: flex;
  flex-direction: column;
}
.dbtfy-mega-menu .dbtfy-mega-menu__product-slider img[loading],
.dbtfy-mega-menu .dbtfy-mega-menu__images-slider img[loading] {
  opacity: 1;
}

body:not(.dbtfy-menu-bar-enabled) .dbtfy-menu-bar {
  display: none;
}
@media (min-width: 768px) {
  .dbtfy-menu-bar .dbtfy-menu-bar__inner {
    overflow: unset !important;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 768px) {
  .dbtfy-menu-bar .dropdown__menu, .dbtfy-menu-bar .dropdown__toggle span:nth-child(2) {
    display: none !important;
  }
  .dbtfy-menu-bar .dbtfy-menu-bar__inner {
    flex-wrap: nowrap;
    justify-content: start !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}
.dbtfy-menu-bar .dbtfy-menu-bar__container {
  background-color: rgb(var(--color-background));
  position: relative;
}
.transparent-header-desktop .dbtfy-menu-bar .dbtfy-menu-bar__container, .transparent-header-mobile .dbtfy-menu-bar .dbtfy-menu-bar__container {
  z-index: var(--zindex-over-body);
}
.dbtfy-menu-bar .dbtfy-menu-bar__inner {
  -webkit-overflow-scrolling: touch;
  border-top: var(--borders);
  border-bottom: var(--borders);
  border-color: rgb(var(--color-borders));
}
.dbtfy-menu-bar .dbtfy-menu-bar__inner.justify-content-center a {
  text-align: center;
}
.dbtfy-menu-bar .dbtfy-menu-bar__inner.justify-content-start a {
  text-align: left;
}
.dbtfy-menu-bar .dbtfy-menu-bar__inner.justify-content-end a {
  text-align: right;
}
.dbtfy-menu-bar .dropdown {
  position: relative;
}
.dbtfy-menu-bar .dropdown .dropdown__menu {
  position: absolute;
  max-width: none;
  min-width: unset;
  word-break: break-word;
  top: 100%; /* Position below the parent <a> */
  left: 0; /* Align with the left edge of the parent <li> */
  width: 100%; /* Match the width of the parent <a> */
  z-index: 9999;
}
.dbtfy-menu-bar .dbtfy-menu-bar__item.border {
  border-right: var(--borders);
}
.dbtfy-menu-bar .dbtfy-menu-bar__item.border:last-of-type {
  border-right: none;
}
.dbtfy-menu-bar .dbtfy-menu-bar__link {
  background-color: rgb(var(--color-background));
  border: none;
  border-radius: 0;
  white-space: nowrap;
  color: rgb(var(--color-text));
  width: 100%;
  position: relative;
}
.dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]):not(.bg):hover, .dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]):not(.bg):focus {
  color: rgb(var(--color-links));
  background-color: inherit;
  border-color: inherit;
}
.button-hover-outline .dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]):not(.bg):hover, .button-hover-outline .dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]):not(.bg):focus {
  box-shadow: none;
}
.transparent-header-mobile .dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]):not(.bg):hover, .transparent-header-mobile .dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]):not(.bg):focus {
  color: rgb(var(--overlay-text-color));
}
.transparent-header-mobile .dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]):not(.bg):hover.underline::after, .transparent-header-mobile .dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]):not(.bg):focus.underline::after {
  background: rgb(var(--color-accent-background));
}
.button-hover-outline .dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]).bg:hover, .button-hover-outline .dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]).bg:focus {
  box-shadow: none;
}
.dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]).text:hover, .dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]).text:focus {
  opacity: var(--opacity);
}
.dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]).text:active {
  box-shadow: none;
}
.dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]).underline::after {
  content: "";
  height: 2px;
  width: 50%;
  background: rgb(var(--color-text));
  display: block !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
.dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]).underline:hover::after, .dbtfy-menu-bar .dbtfy-menu-bar__link:not(.disabled):not([disabled]).underline:focus::after {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .transparent-header-mobile .dbtfy-menu-bar .dbtfy-menu-bar__container {
    background-color: transparent;
  }
  body:not(.transparent-header-mobile) .dbtfy-menu-bar .dbtfy-menu-bar__inner {
    position: initial;
  }
  .transparent-header-mobile .dbtfy-menu-bar .dbtfy-menu-bar__inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .transparent-header-mobile .dbtfy-menu-bar .dbtfy-menu-bar__item {
    border-color: rgb(var(--color-borders));
  }
  .transparent-header-mobile .dbtfy-menu-bar .dbtfy-menu-bar__link {
    background-color: transparent;
    color: rgb(var(--overlay-text-color));
  }
}
@media screen and (min-width: 768px) {
  .transparent-header-desktop .dbtfy-menu-bar .dbtfy-menu-bar__container {
    background-color: transparent;
  }
  .transparent-header-desktop .dbtfy-menu-bar .dbtfy-menu-bar__inner {
    top: 100%;
  }
  .dbtfy-menu-bar .dbtfy-menu-bar__item {
    border-color: rgb(var(--color-borders));
  }
  body:not(.transparent-header-mobile) .dbtfy-menu-bar .dbtfy-menu-bar__item {
    border-top: none;
    border-color: rgb(var(--color-borders));
  }
  .transparent-header-desktop .dbtfy-menu-bar .dbtfy-menu-bar__item {
    border-color: rgb(var(--color-borders));
  }
  .transparent-header-desktop .dbtfy-menu-bar .dbtfy-menu-bar__link {
    background-color: transparent;
    color: rgb(var(--overlay-text-color));
  }
}

body:not(.dbtfy-newsletter-popup-enabled) .dbtfy-newsletter-popup {
  display: none;
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__modal {
  z-index: calc(var(--zindex-drawer) + var(--zindex-increment) * 3);
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__modal + .overlay-backdrop {
  z-index: calc(var(--zindex-drawer) + var(--zindex-increment) * 2);
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__image {
  height: 100%;
  min-height: 200px;
  border-radius: 0;
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__rows {
  position: relative;
  z-index: 1;
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__rows > * {
  position: relative;
  z-index: 1;
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__rows + .dbtfy-newsletter-popup__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__floating-bar {
  display: flex;
  align-items: center;
  position: fixed;
  pointer-events: none;
  z-index: calc(var(--zindex-header) + var(--zindex-increment));
  top: 0;
  bottom: 0;
  height: 100vh;
  -webkit-backface-visibility: hidden;
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__floating-bar.dbtfy-newsletter-popup__floating-bar--left {
  left: 0;
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__floating-bar.dbtfy-newsletter-popup__floating-bar--left .dbtfy-newsletter-popup__floating-bar-button {
  transform: rotate(90deg) translateX(-50%) translateY(-100%);
  transform-origin: 0 0;
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__floating-bar.dbtfy-newsletter-popup__floating-bar--right {
  right: 0;
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__floating-bar.dbtfy-newsletter-popup__floating-bar--right .dbtfy-newsletter-popup__floating-bar-button {
  transform: rotate(-90deg) translateX(50%);
  transform-origin: 100% 100%;
}
.dbtfy-newsletter-popup .dbtfy-newsletter-popup__floating-bar-button {
  margin-top: auto;
  margin-bottom: auto;
  padding: var(--button-horizontal-padding-sm) var(--button-vertical-padding-sm);
  pointer-events: auto;
  cursor: pointer;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  line-height: 1;
  text-transform: uppercase;
  transition: var(--transition);
}
@media screen and (max-width: 767.98px) {
  .dbtfy-newsletter-popup .dbtfy-newsletter-popup__floating-bar-button {
    font-size: var(--text-font-size-sm);
  }
}
@media screen and (min-width: 768px) {
  .dbtfy-newsletter-popup .container {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
}

body:not(.dbtfy-order-tracking-enabled) .dbtfy-order-tracking {
  display: none;
}
.dbtfy-order-tracking .rte {
  overflow: visible;
}
.dbtfy-order-tracking #ot-container {
  display: none;
  overflow: hidden;
  border: 1px solid rgb(224, 224, 224);
  margin-top: 30px;
  border-radius: var(--border-radius);
}
.dbtfy-order-tracking #ot-container iframe {
  margin-top: -56px;
  max-height: 560px !important;
  min-height: 560px !important;
  border: 0 none !important;
  margin-bottom: -144px;
}
@media screen and (max-width: 846px) {
  .dbtfy-order-tracking #ot-container iframe {
    margin-bottom: -114px;
  }
}
@media screen and (max-width: 518px) {
  .dbtfy-order-tracking #ot-container iframe {
    margin-bottom: -104px;
  }
}
@media screen and (max-width: 370px) {
  .dbtfy-order-tracking #ot-container iframe {
    margin-bottom: -54px;
  }
}

body:not(.dbtfy-order-feedback-enabled) .dbtfy-order-feedback {
  display: none;
}

.dbtfy-page-transition {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: calc(var(--zindex-drawer) + var(--zindex-increment) * 5);
  width: 100vw;
  height: 100vh;
  background-color: rgb(var(--color-background));
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition-duration) var(--transition-timing), visibility var(--transition-duration) var(--transition-timing);
}
body:not(.dbtfy-page-transition-enabled) .dbtfy-page-transition {
  opacity: 0;
  visibility: hidden;
}
.dbtfy-page-transition.dbtfy-page-transition--no-logo .dbtfy-page-transition__logo {
  opacity: 0;
  visibility: hidden;
}
.dbtfy-page-transition.dbtfy-page-transition--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.dbtfy-page-transition .dbtfy-page-transition__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dbtfy-page-transition .dbtfy-page-transition__logo {
  width: var(--page-transition-logo-width);
  border-radius: 0;
  transition: opacity var(--transition-duration) var(--transition-timing), visibility var(--transition-duration) var(--transition-timing);
}

body:not(.dbtfy-pricing-table-enabled) .dbtfy-pricing-table {
  display: none;
}

.dbtfy-pricing-table-item.dbtfy-pricing-table-item--accent {
  color: rgb(var(--color-background));
  background-color: rgb(var(--color-links));
}
.dbtfy-pricing-table-item.dbtfy-pricing-table-item--accent .card__header {
  border-color: rgb(var(--color-links));
}
.dbtfy-pricing-table-item.dbtfy-pricing-table-item--accent .dbtfy-pricing-table-item__title,
.dbtfy-pricing-table-item.dbtfy-pricing-table-item--accent .dbtfy-pricing-table-item__price,
.dbtfy-pricing-table-item.dbtfy-pricing-table-item--accent .dbtfy-pricing-table-item__content,
.dbtfy-pricing-table-item.dbtfy-pricing-table-item--accent .dbtfy-pricing-table-item__content p {
  color: rgb(var(--color-background));
}
.dbtfy-pricing-table-item.dbtfy-pricing-table-item--has-image .card__header {
  border-bottom: none;
}
.dbtfy-pricing-table-item.dbtfy-pricing-table-item--has-image .card__image {
  border-radius: 0;
}
.dbtfy-pricing-table-item.dbtfy-pricing-table-item--has-image .card__image img {
  border-radius: 0;
}
.dbtfy-pricing-table-item .card__header {
  position: relative;
}
.dbtfy-pricing-table-item .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dbtfy-pricing-table-item .dbtfy-pricing-table-item__content ul li {
  list-style: none;
}
.dbtfy-pricing-table-item .dbtfy-pricing-table-item__content h1, .dbtfy-pricing-table-item .dbtfy-pricing-table-item__content h2, .dbtfy-pricing-table-item .dbtfy-pricing-table-item__content h3, .dbtfy-pricing-table-item .dbtfy-pricing-table-item__content h4, .dbtfy-pricing-table-item .dbtfy-pricing-table-item__content h5, .dbtfy-pricing-table-item .dbtfy-pricing-table-item__content h6 {
  display: inline-block;
  margin: 0;
}

.dbtfy-product-bullet-points {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-sm);
  list-style: none !important;
}
.dbtfy-product-bullet-points .dbtfy-product-bullet-points__point {
  display: flex;
  align-items: baseline;
}
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--items-block {
  flex-direction: column;
}
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--icon .dbtfy-product-bullet-points__point {
  overflow: hidden;
}
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--numbers {
  counter-reset: element;
}
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--numbers .dbtfy-product-bullet-points__point:not(.dbtfy-product-bullet-points__point--tab) {
  list-style: decimal outside !important;
  margin-left: 18px;
}
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--numbers .dbtfy-product-bullet-points__point.dbtfy-product-bullet-points__point--tab .dbtfy-product-bullet-points__tab-header::before {
  counter-increment: element;
  content: counter(element) ". ";
}
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--circle .dbtfy-product-bullet-points__point:not(.dbtfy-product-bullet-points__point--tab)::before, .dbtfy-product-bullet-points.dbtfy-product-bullet-points--rounded .dbtfy-product-bullet-points__point:not(.dbtfy-product-bullet-points__point--tab)::before, .dbtfy-product-bullet-points.dbtfy-product-bullet-points--square .dbtfy-product-bullet-points__point:not(.dbtfy-product-bullet-points__point--tab)::before {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px);
  margin-right: 8px;
  background-color: rgb(var(--color-inputs-background));
}
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--circle .dbtfy-product-bullet-points__point.dbtfy-product-bullet-points__point--tab .dbtfy-product-bullet-points__tab-header::before, .dbtfy-product-bullet-points.dbtfy-product-bullet-points--rounded .dbtfy-product-bullet-points__point.dbtfy-product-bullet-points__point--tab .dbtfy-product-bullet-points__tab-header::before, .dbtfy-product-bullet-points.dbtfy-product-bullet-points--square .dbtfy-product-bullet-points__point.dbtfy-product-bullet-points__point--tab .dbtfy-product-bullet-points__tab-header::before {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-flex;
  flex-shrink: 0;
  margin-right: 8px;
  background-color: rgb(var(--color-inputs-background));
}
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--circle .dbtfy-product-bullet-points__point::before,
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--circle .dbtfy-product-bullet-points__tab-header::before {
  border-radius: 50%;
}
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--rounded .dbtfy-product-bullet-points__point::before,
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--rounded .dbtfy-product-bullet-points__tab-header::before {
  border-radius: 3px;
}
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--square .dbtfy-product-bullet-points__point::before,
.dbtfy-product-bullet-points.dbtfy-product-bullet-points--square .dbtfy-product-bullet-points__tab-header::before {
  border-radius: 0;
}

.collapsible-tab details .arrow-down-svg {
  transition: transform 0.3s;
}
.collapsible-tab details[open] .arrow-down-svg {
  transform: rotate(180deg);
}
.collapsible-tab details.is-closing .arrow-down-svg {
  transform: rotate(0);
}
.collapsible-tab .collapsible-tab__content {
  margin-top: 0;
  transition: var(--transition);
}

.dbtfy-product-image-crop-enabled .media-wrapper.media-wrapper--product {
  padding-top: var(--product-image-crop-ratio) !important;
}
.dbtfy-product-image-crop-enabled .media-wrapper.media-wrapper--product .media {
  height: 100%;
  object-fit: cover;
  object-position: var(--product-image-crop-position);
  border: 1px solid #cdcdcd;
    border-radius: 8px;
}

.dbtfy-product-swatches-container {
  margin-bottom: calc(var(--spacer-sm) * -1);
}

.product-item--grid .dbtfy-product-swatches label, .product-item--list .dbtfy-product-swatches label {
  display: none;
}
.product-item--grid .dbtfy-product-swatches ul li a, .product-item--list .dbtfy-product-swatches ul li a {
  width: 25px;
  height: 25px;
  padding: 0 !important;
  border: 0 !important;
}
.product-item--grid .dbtfy-product-swatches ul {
  justify-content: center;
}
.dbtfy-product-swatches ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.dbtfy-product-swatches ul li {
  position: relative;
  margin-bottom: var(--spacer-sm);
}
.dbtfy-product-swatches ul li.active a {
  padding: var(--spacer-xs);
  border: 2px solid rgb(var(--color-buttons-background));
}
.dbtfy-product-swatches ul li .tooltip {
  left: 50%;
}
.dbtfy-product-swatches ul li a {
  width: var(--input-height-sm);
  height: var(--input-height-sm);
  display: block;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.dbtfy-product-swatches ul li a img {
  height: 100%;
  border-radius: calc(var(--border-radius) - 2px);
}
.dbtfy-product-swatches ul li a:hover + .tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
}
.dbtfy-product-swatches ul li:not(:last-child) {
  margin-right: var(--spacer-sm);
}

.dbtfy-product-tabs.dbtfy-product-tabs--heading-color-headings .dbtfy-product-tabs__trigger-button,
.dbtfy-product-tabs.dbtfy-product-tabs--heading-color-headings .dbtfy-product-tabs__tab .tab__header {
  color: rgb(var(--color-headings));
}
.dbtfy-product-tabs.dbtfy-product-tabs--heading-color-background .dbtfy-product-tabs__trigger-button,
.dbtfy-product-tabs.dbtfy-product-tabs--heading-color-background .dbtfy-product-tabs__tab .tab__header {
  color: rgb(var(--color-background));
}
.dbtfy-product-tabs.dbtfy-product-tabs--text-color-headings .dbtfy-product-tabs__content .tab__content,
.dbtfy-product-tabs.dbtfy-product-tabs--text-color-headings .dbtfy-product-tabs__tab .tab__content {
  color: rgb(var(--color-headings));
}
.dbtfy-product-tabs.dbtfy-product-tabs--text-color-text .dbtfy-product-tabs__content .tab__content,
.dbtfy-product-tabs.dbtfy-product-tabs--text-color-text .dbtfy-product-tabs__tab .tab__content {
  color: rgb(var(--color-text));
}
.dbtfy-product-tabs.dbtfy-product-tabs--text-color-background .dbtfy-product-tabs__content .tab__content,
.dbtfy-product-tabs.dbtfy-product-tabs--text-color-background .dbtfy-product-tabs__tab .tab__content {
  color: rgb(var(--color-background));
}
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-accent.dbtfy-product-tabs--horizontal-buttons,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-accent .dbtfy-product-tabs__trigger-button,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-accent .dbtfy-product-tabs__tab .tab,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-accent .dbtfy-product-tabs__content {
  background-color: rgb(var(--color-accent-background));
}
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-headings.dbtfy-product-tabs--horizontal-buttons,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-headings .dbtfy-product-tabs__trigger-button,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-headings .dbtfy-product-tabs__tab .tab,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-headings .dbtfy-product-tabs__content {
  background-color: rgb(var(--color-headings));
}
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-text.dbtfy-product-tabs--horizontal-buttons,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-text .dbtfy-product-tabs__trigger-button,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-text .dbtfy-product-tabs__tab .tab,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-text .dbtfy-product-tabs__content {
  background-color: rgb(var(--color-text));
}
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-buttons.dbtfy-product-tabs--horizontal-buttons,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-buttons .dbtfy-product-tabs__trigger-button,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-buttons .dbtfy-product-tabs__tab .tab,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-buttons .dbtfy-product-tabs__content {
  background-color: rgb(var(--color-buttons-background));
}
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-link.dbtfy-product-tabs--horizontal-buttons,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-link .dbtfy-product-tabs__trigger-button,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-link .dbtfy-product-tabs__tab .tab,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-link .dbtfy-product-tabs__content {
  background-color: rgb(var(--color-links));
}
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-form.dbtfy-product-tabs--horizontal-buttons,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-form .dbtfy-product-tabs__trigger-button,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-form .dbtfy-product-tabs__tab .tab,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-form .dbtfy-product-tabs__content {
  background-color: rgb(var(--color-inputs-background));
}
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-sale.dbtfy-product-tabs--horizontal-buttons,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-sale .dbtfy-product-tabs__trigger-button,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-sale .dbtfy-product-tabs__tab .tab,
.dbtfy-product-tabs.dbtfy-product-tabs--background-color-sale .dbtfy-product-tabs__content {
  background-color: rgb(var(--color-sales));
}
.dbtfy-product-tabs.dbtfy-product-tabs--horizontal-buttons {
  position: relative;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  font-weight: var(--accent-font-weight);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.dbtfy-product-tabs.dbtfy-product-tabs--horizontal-buttons:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 3px;
  width: 100%;
  background-color: rgb(var(--color-borders));
}
.dbtfy-product-tabs.dbtfy-product-tabs--horizontal-content {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.dbtfy-product-tabs .dbtfy-product-tabs__tab.dbtfy-product-tabs__tab--vertical .card {
  height: auto;
}
.dbtfy-product-tabs .dbtfy-product-tabs__tab.dbtfy-product-tabs__tab--vertical .tab__body {
  border-bottom-left-radius: var(--border-radius);
}
.dbtfy-product-tabs .dbtfy-product-tabs__tab.dbtfy-product-tabs__tab--text .tab__content .rte .media-wrapper img {
  margin-top: 0;
}
.dbtfy-product-tabs .dbtfy-product-tabs__tab img {
  width: 100%;
}
.dbtfy-product-tabs .dbtfy-product-tabs__tab .tab__content .rte {
  overflow: hidden;
}
.dbtfy-product-tabs .dbtfy-product-tabs__trigger-button {
  flex-shrink: 0;
  width: auto;
  border-bottom: none;
  padding: var(--gutter-sm);
  border-radius: 0;
  text-align: left;
  display: flex;
  align-items: center;
}
.dbtfy-product-tabs .dbtfy-product-tabs__trigger-button.active {
  position: relative;
  z-index: 3;
}
.dbtfy-product-tabs .dbtfy-product-tabs__trigger-button.active:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  border-bottom: 3px solid rgb(var(--color-links));
  z-index: 3;
}
.dbtfy-product-tabs .dbtfy-product-tabs__content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dbtfy-product-tabs .dbtfy-product-tabs__content.dbtfy-product-tabs__content--text .tab__content .rte .media-wrapper img {
  margin-top: 0;
}
.dbtfy-product-tabs .dbtfy-product-tabs__content .tab__body {
  border-left: none;
}

body:not(.dbtfy-product-zooming-full-screen-show-arrows) .fancybox__container [data-carousel-next],
body:not(.dbtfy-product-zooming-full-screen-show-arrows) .fancybox__container [data-carousel-prev] {
  display: none;
}

body.dbtfy-product-zooming-full-screen-enabled .media-wrapper__video-preview.media-wrapper__video-preview--image {
  display: block;
}
body.dbtfy-product-zooming-full-screen-enabled .media-wrapper__video-preview.media-wrapper__video-preview--video {
  display: none;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container {
  --fancybox-bg: #fff;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-fancybox-close],
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-next],
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-prev] {
  border-radius: var(--border-radius);
  color: rgb(var(--color-text));
  background-color: rgb(var(--color-inputs-background));
  border: var(--border-width) solid rgb(var(--color-inputs-background));
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-fancybox-close] {
  margin-top: var(--gutter-xs);
  margin-right: var(--gutter-xs);
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-next],
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-prev] {
  width: var(--input-height-sm);
  height: var(--input-height-sm);
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-next]:before,
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-prev]:before {
  position: static;
  font-size: var(--text-font-size);
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-next] svg,
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-prev] svg {
  display: none;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-prev] {
  left: var(--gutter-xs) !important;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-prev]:before {
  content: "keyboard_arrow_left";
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-next] {
  right: var(--gutter-xs) !important;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-next]:before {
  content: "keyboard_arrow_right";
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__container .fancybox__footer {
  background-color: rgba(0, 0, 0, 0.025) !important;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__thumbs {
  --f-thumb-width: 120px !important;
  --f-thumb-height: 100px !important;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__thumbs.is-modern {
  --f-thumb-clip-width: 55px !important;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__toolbar__column.is-right .f-button:not([data-fancybox-close]) {
  display: none;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__toolbar__column.is-left {
  display: none;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__content.fancybox__content--model {
  width: 80% !important;
  height: 90% !important;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__content.fancybox__content--model .shopify-model-viewer-ui {
  height: 100%;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__content.fancybox__content--model model-viewer {
  width: 100%;
  height: 100%;
}
body.dbtfy-product-zooming-full-screen-enabled .fancybox__content.fancybox__content--model .shopify-model-viewer-ui__button--poster {
  display: none;
}
@media screen and (max-width: 767.98px) {
  body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-next],
  body.dbtfy-product-zooming-full-screen-enabled .fancybox__container [data-carousel-prev] {
    display: none;
  }
}

body:not(.dbtfy-product-zooming-enabled) .dbtfy-product-zooming {
  display: none;
}
.dbtfy-quick-compare .dbtfy-product-zooming {
  display: none;
}
.dbtfy-product-zooming .dbtfy-product-zooming__button {
  position: absolute;
  padding: var(--gutter-sm);
  bottom: 0;
  right: 0;
  opacity: var(--opacity);
  z-index: var(--zindex-over-body);
  line-height: 1;
}
.product__media-wrapper:hover .dbtfy-product-zooming .dbtfy-product-zooming__button {
  opacity: 1;
}
.dbtfy-product-zooming .dbtfy-product-zooming__button.dbtfy-product-zooming__button--active .dbtfy-product-zooming__icon:after {
  content: "zoom_out";
}
.dbtfy-product-zooming .dbtfy-product-zooming__icon:after {
  content: "zoom_in";
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
}
.dbtfy-product-zooming .dbtfy-product-zooming__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  transition: none;
}

.dbtfy-quantity-breaks .dbtfy-quantity-breaks__quantity {
  display: flex;
  align-items: center;
  border: var(--borders);
  border-radius: var(--border-radius);
  padding: calc(var(--gutter-lg) / 2) var(--gutter-sm);
  flex-direction: column;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__quantity:not(:last-child) {
  margin-bottom: var(--spacer);
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__quantity label {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
  padding-left: 40px;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__quantity label::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  text-transform: none;
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  font-size: var(--icon-font-size-md);
  line-height: var(--icon-font-size-md);
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__quantity input[type=radio]:checked ~ label::before {
  content: "radio_button_checked";
  top: calc(var(--gutter-lg) / 2);
  left: var(--gutter-sm);
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__quantity label::before {
  content: "radio_button_unchecked";
  top: calc(var(--gutter-lg) / 2);
  left: var(--gutter-sm);
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__quantity input[type=radio]:checked ~ label::after {
  content: unset !important;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__quantity input[type=radio]:checked ~ .dbtfy-quantity-breaks__variant-pickers-wrapper select {
  display: block !important;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__quantity label::after {
  content: unset !important;
}
.dbtfy-quantity-breaks .product__meta--sold-out,
.dbtfy-quantity-breaks .variant-unavailable {
  display: none;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__price {
  display: flex;
  flex-direction: column;
  margin-left: var(--spacer-xs);
  margin-right: var(--spacer-xs);
  gap: 10px;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__original-price {
  margin-right: var(--spacer-xs);
}
.cart__item .dbtfy-quantity-breaks .dbtfy-quantity-breaks__product-break-remains {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__left-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__discounted-price {
  color: rgb(var(--color-text));
  font-weight: 600;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__left-wrapper-buy-label-container {
  font-weight: 600;
  display: flex;
  gap: 12px;
  align-items: center;
  line-height: 1;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__original-price {
  font-weight: normal;
  font-size: 12px;
  color: rgba(var(--color-text), 0.75);
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__save_label {
  font-size: 12px;
  color: rgba(var(--color-text), 0.75);
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__product-badge {
  padding: 7.5px 15px;
  font-weight: normal;
  border-radius: 50px;
  text-transform: none;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__product-badge-top {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2.5px 7.5px;
  font-weight: normal;
  font-size: 12px;
  border-radius: 50px;
  background: #ffffff;
}
.dbtfy-quantity-breaks .dbtfy-quantity-breaks__variant-pickers-wrapper {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
}

body:not(.dbtfy-quick-compare-enabled) .dbtfy-quick-compare {
  display: none;
}
.dbtfy-quick-compare .dbtfy-quick-compare__sticky-button {
  position: fixed;
  top: var(--quick-compare-button-position-y);
  z-index: calc(var(--zindex-header) - 1);
  overflow: visible;
  background-color: rgb(var(--color-buttons-background));
  border-color: rgb(var(--color-buttons-background));
  color: rgb(var(--color-buttons-label));
}
.dbtfy-quick-compare .dbtfy-quick-compare__sticky-button.dbtfy-quick-compare__sticky-button--left {
  left: var(--gutter-sm);
}
.dbtfy-quick-compare .dbtfy-quick-compare__sticky-button.dbtfy-quick-compare__sticky-button--right {
  right: var(--gutter-sm);
}
.dbtfy-quick-compare .dbtfy-quick-compare__icon-bubble {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: rgb(var(--color-links));
  border-radius: 50%;
  transition: var(--transition);
}
.dbtfy-quick-compare .dbtfy-quick-compare__count {
  font-size: var(--text-font-size-sm);
  color: rgb(var(--color-background));
}
.dbtfy-quick-compare .dbtfy-quick-compare__no-item {
  padding: var(--gutter-sm);
}
.dbtfy-quick-compare .dbtfy-quick-compare__photos {
  position: relative;
}
.dbtfy-quick-compare .dbtfy-quick-compare__photos .product-single__media.media-wrapper {
  height: 198px;
}
.dbtfy-quick-compare .dbtfy-quick-compare__photos .product-single__media.media-wrapper img,
.dbtfy-quick-compare .dbtfy-quick-compare__photos .product-single__media.media-wrapper video {
  object-fit: cover;
}
.dbtfy-quick-compare .dbtfy-quick-compare__photos .product-single__thumbnails {
  height: 45px;
}
.dbtfy-quick-compare .dbtfy-quick-compare__photos .product-single__thumbnails .slick-slide {
  width: 45px !important;
  height: 45px;
}
.dbtfy-quick-compare .dbtfy-quick-compare__photos .product-single__media-group .placeholder-svg {
  height: 198px;
}
.dbtfy-quick-compare .dbtfy-quick-compare__modal {
  text-align: center;
}
.dbtfy-quick-compare .dbtfy-quick-compare__modal .modal__dialog {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}
.dbtfy-quick-compare .dbtfy-quick-compare__modal .modal__content {
  width: auto !important;
}
.dbtfy-quick-compare .dbtfy-quick-compare__modal .modal__body {
  padding: 0;
}
.dbtfy-quick-compare .dbtfy-quick-compare__table-wrapper {
  position: relative;
  overflow: auto;
}
.dbtfy-quick-compare .dbtfy-quick-compare__table-wrapper tr td:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  z-index: 9;
}
.dbtfy-quick-compare .dbtfy-collection-addtocart__select,
.dbtfy-quick-compare .dbtfy-collection-addtocart__button {
  width: 100% !important;
  border-radius: var(--border-radius);
  margin-top: var(--gutter-sm);
}
.dbtfy-quick-compare .dbtfy-quick-compare__atc-button {
  margin-top: var(--gutter-sm);
}
body.dbtfy-collection-addtocart-enabled .dbtfy-quick-compare .dbtfy-quick-compare__atc-button {
  display: none;
}
.dbtfy-quick-compare .dbtfy-quick-compare__item-remove-button {
  position: absolute;
  z-index: var(--zindex-header);
  top: var(--gutter-xs);
  right: var(--gutter-xs);
}
.dbtfy-quick-compare tr:nth-of-type(even) {
  background-color: rgb(var(--color-accent-background)) !important;
}
.dbtfy-quick-compare tr:nth-of-type(even) td:first-of-type {
  background-color: rgb(var(--color-accent-background));
}
.dbtfy-quick-compare tr:nth-of-type(odd) {
  background-color: rgb(var(--color-background)) !important;
}
.dbtfy-quick-compare tr:nth-of-type(odd) td:first-of-type {
  background-color: rgb(var(--color-background));
}
.product-item .dbtfy-quick-compare .dbtfy-quick-compare__icon {
  opacity: 0;
  visibility: hidden;
}
.product-item:hover .dbtfy-quick-compare .dbtfy-quick-compare__icon {
  opacity: 1;
  visibility: visible;
}
.dbtfy-quick-compare .dbtfy-quick-compare__icon.btn--primary {
  opacity: 1;
  visibility: visible;
}
.dbtfy-quick-compare .dbtfy-quick-compare__table {
  height: 100%;
  table-layout: fixed;
  width: min-content;
  text-align: left;
  overflow: unset;
  border: none;
}
.dbtfy-quick-compare .dbtfy-quick-compare__table td:not(.dbtfy-quick-compare__cell) {
  width: 230px;
}
.dbtfy-quick-compare .dbtfy-quick-compare__table tr td:first-of-type {
  border-right: 0;
}
.dbtfy-quick-compare .dbtfy-quick-compare__table tr td:not(:first-of-type) {
  border-left: 1px solid rgb(var(--color-borders));
}
.dbtfy-quick-compare .dbtfy-quick-compare__table .dbtfy-quick-compare__cell {
  width: 140px !important;
  max-width: 140px !important;
  white-space: initial;
}
.dbtfy-quick-compare .dbtfy-quick-compare__table-column-cell.dbtfy-quick-compare__table-column-cell--images {
  vertical-align: bottom;
}
.dbtfy-quick-compare .product__thumbnail-icon .icon {
  width: var(--input-height-sm) !important;
  height: var(--input-height-sm) !important;
}
@media screen and (max-width: 767.98px) {
  .dbtfy-quick-compare .dbtfy-quick-compare__icon {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
@media screen and (min-width: 768px) {
  .dbtfy-quick-compare .dbtfy-quick-compare__sticky-button.dbtfy-quick-compare__sticky-button--left {
    left: 4%;
  }
  .dbtfy-quick-compare .dbtfy-quick-compare__sticky-button.dbtfy-quick-compare__sticky-button--right {
    right: 4%;
  }
  .dbtfy-quick-compare .dbtfy-quick-compare__modal .modal__dialog {
    padding-left: var(--gutter);
    padding-right: var(--gutter);
  }
  .dbtfy-quick-compare .dbtfy-quick-compare__table td:not(.dbtfy-quick-compare__cell) {
    width: 265px;
  }
  .dbtfy-quick-compare .dbtfy-quick-compare__table .dbtfy-quick-compare__cell {
    width: 200px !important;
    max-width: 200px !important;
  }
}

body:not(.dbtfy-quick-view-enabled) .dbtfy-quick-view {
  display: none;
}
.product-item .dbtfy-quick-view .dbtfy-quick-view__icon {
  opacity: 0;
  visibility: hidden;
}
.product-item:hover .dbtfy-quick-view .dbtfy-quick-view__icon {
  opacity: 1;
  visibility: visible;
}
.dbtfy-quick-view .dbtfy-quick-view__icon.btn--primary {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767.98px) {
  .dbtfy-quick-view .dbtfy-quick-view__icon {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

body:not(.dbtfy-recently-viewed-enabled) .dbtfy-recently-viewed {
  display: none;
}
.dbtfy-recently-viewed .dbtfy-recently-viewed__section .slick-center-mode .slick-slide {
  opacity: 1 !important;
}

.dbtfy-recently-viewed-bar {
  position: fixed;
  z-index: calc(var(--zindex-header));
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow-y: hidden;
  overflow-x: hidden;
  transition: transform 0.5s ease-in-out, margin-left 0.5s ease-in-out;
  pointer-events: none;
}
.dbtfy-recently-viewed-bar .dbtfy-recently-viewed-bar-product .tooltip {
  display: none;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--left .vertical {
  transform: rotate(90deg);
  transform-origin: bottom left;
  top: -40px;
  position: relative;
  border-left: var(--borders) !important;
  border-radius: var(--border-radius) var(--border-radius) 0 0 !important;
  border-bottom: 0;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--right .vertical {
  transform: rotate(-90deg);
  transform-origin: bottom right;
  top: -39px;
  right: 0;
  position: absolute;
  border-right: var(--borders) !important;
  border-radius: var(--border-radius) var(--border-radius) 0 0 !important;
  border-bottom: 0;
}
.dbtfy-recently-viewed-bar .dbtfy-recently-viewed-bar-product:not(:last-child),
.dbtfy-recently-viewed-bar button.dbtfy-recently-viewed__trigger-button.active {
  border-bottom: 2px solid #F0F0F0;
  transition: none !important;
}
.dbtfy-recently-viewed-bar a {
  width: 46px;
  flex-shrink: 0;
}
body:not(.dbtfy-recently-viewed-enabled) .dbtfy-recently-viewed-bar {
  display: none;
}
.dbtfy-recently-viewed-enabled .dbtfy-recently-viewed-bar {
  display: flex;
}
.dbtfy-recently-viewed-bar .dbtfy-recently-viewed-bar__content {
  width: 100%;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--right {
  right: 0;
  height: 100%;
  top: 180px;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--right .dbtfy-recently-viewed-bar__content {
  border-right: 0;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--left {
  left: 0;
  height: 100%;
  top: 230px;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--left .dbtfy-recently-viewed-bar__content {
  border-left: 0;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center {
  max-width: 65%;
  width: 100% !important;
  bottom: 0;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right .dbtfy-recently-viewed-bar__products, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left .dbtfy-recently-viewed-bar__products, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center .dbtfy-recently-viewed-bar__products {
  display: flex;
  justify-content: space-evenly;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right .dbtfy-recently-viewed-bar-product, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left .dbtfy-recently-viewed-bar-product, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center .dbtfy-recently-viewed-bar-product {
  border-bottom: none !important;
  max-width: 170px;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right .dbtfy-recently-viewed-bar__content, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left .dbtfy-recently-viewed-bar__content, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center .dbtfy-recently-viewed-bar__content {
  display: flex;
  flex-direction: column;
}
body.dbtfy-sticky-addtocart-bar-bottom-visible .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right, body.dbtfy-sticky-addtocart-bar-bottom-visible .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left, body.dbtfy-sticky-addtocart-bar-bottom-visible .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center {
  bottom: calc(var(--gutter) + var(--gutter-sm) + var(--input-height) + var(--gutter-xs));
}
body.dbtfy-sticky-addtocart-bar-bottom-visible .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right.dbtfy-recently-viewed-bar--bottom-center, body.dbtfy-sticky-addtocart-bar-bottom-visible .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left.dbtfy-recently-viewed-bar--bottom-center, body.dbtfy-sticky-addtocart-bar-bottom-visible .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center.dbtfy-recently-viewed-bar--bottom-center {
  display: none !important;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right.dbtfy-recently-viewed-bar--bottom-center, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left.dbtfy-recently-viewed-bar--bottom-center, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center.dbtfy-recently-viewed-bar--bottom-center {
  left: 50%;
  transform: translateX(-50%);
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right.dbtfy-recently-viewed-bar--bottom-center .dbtfy-recently-viewed-bar__content, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left.dbtfy-recently-viewed-bar--bottom-center .dbtfy-recently-viewed-bar__content, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center.dbtfy-recently-viewed-bar--bottom-center .dbtfy-recently-viewed-bar__content {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right.dbtfy-recently-viewed-bar--bottom-right, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left.dbtfy-recently-viewed-bar--bottom-right, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center.dbtfy-recently-viewed-bar--bottom-right {
  right: 0;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right.dbtfy-recently-viewed-bar--bottom-right .dbtfy-recently-viewed-bar__content, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left.dbtfy-recently-viewed-bar--bottom-right .dbtfy-recently-viewed-bar__content, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center.dbtfy-recently-viewed-bar--bottom-right .dbtfy-recently-viewed-bar__content {
  border-right: 0;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right.dbtfy-recently-viewed-bar--bottom-left, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left.dbtfy-recently-viewed-bar--bottom-left, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center.dbtfy-recently-viewed-bar--bottom-left {
  left: 0;
}
.dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-right.dbtfy-recently-viewed-bar--bottom-left .dbtfy-recently-viewed-bar__content, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-left.dbtfy-recently-viewed-bar--bottom-left .dbtfy-recently-viewed-bar__content, .dbtfy-recently-viewed-bar.dbtfy-recently-viewed-bar--bottom-center.dbtfy-recently-viewed-bar--bottom-left .dbtfy-recently-viewed-bar__content {
  border-left: 0;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
.dbtfy-recently-viewed-bar .dbtfy-recently-viewed-bar__content {
  border: var(--borders);
  background-color: rgb(var(--color-background));
}
.dbtfy-recently-viewed-bar .dbtfy-recently-viewed__trigger-button.tab-header {
  pointer-events: auto;
}
.dbtfy-recently-viewed-bar .dbtfy-recently-viewed__trigger-button.tab-header::after {
  content: "keyboard_arrow_down";
  display: inline-block;
  margin-left: 5px;
  font-family: var(--icon-font);
  vertical-align: bottom;
}
.dbtfy-recently-viewed-bar .dbtfy-recently-viewed__trigger-button.tab-header.active::after {
  content: "keyboard_arrow_up";
}
.dbtfy-recently-viewed-bar .dbtfy-recently-viewed-bar__products {
  pointer-events: auto;
  width: 100%;
  overflow-y: auto;
  padding: var(--gutter-xs);
  scrollbar-width: thin;
}
.dbtfy-recently-viewed-bar .dbtfy-recently-viewed-bar__products .dbtfy-star-rating span {
  display: none;
}
.dbtfy-recently-viewed-bar .dbtfy-recently-viewed-bar__products::-webkit-scrollbar {
  height: 2px;
}

@media (max-width: 576px) {
  .dbtfy-recently-viewed-bar.rv-simplify {
    width: 80px;
  }
  .dbtfy-recently-viewed-bar.rv-simplify.dbtfy-recently-viewed-bar--bottom-right, .dbtfy-recently-viewed-bar.rv-simplify.dbtfy-recently-viewed-bar--bottom-left, .dbtfy-recently-viewed-bar.rv-simplify.dbtfy-recently-viewed-bar--bottom-center {
    max-width: 250px;
    width: 100% !important;
  }
  .dbtfy-recently-viewed-bar.rv-simplify.dbtfy-recently-viewed-bar--bottom-right .dbtfy-recently-viewed-bar-product, .dbtfy-recently-viewed-bar.rv-simplify.dbtfy-recently-viewed-bar--bottom-left .dbtfy-recently-viewed-bar-product, .dbtfy-recently-viewed-bar.rv-simplify.dbtfy-recently-viewed-bar--bottom-center .dbtfy-recently-viewed-bar-product {
    padding-top: 0 !important;
  }
  .dbtfy-recently-viewed-bar.rv-simplify.dbtfy-recently-viewed-bar--bottom-right .dbtfy-recently-viewed-bar-product:not(:last-child), .dbtfy-recently-viewed-bar.rv-simplify.dbtfy-recently-viewed-bar--bottom-left .dbtfy-recently-viewed-bar-product:not(:last-child), .dbtfy-recently-viewed-bar.rv-simplify.dbtfy-recently-viewed-bar--bottom-center .dbtfy-recently-viewed-bar-product:not(:last-child) {
    margin-right: 5px;
  }
  .dbtfy-recently-viewed-bar.rv-simplify button {
    font-size: var(--text-font-size-sm);
    line-height: 1.6;
  }
  .dbtfy-recently-viewed-bar.rv-simplify .dbtfy-recently-viewed-bar-product {
    padding-bottom: 0 !important;
    border-bottom: none;
  }
  .dbtfy-recently-viewed-bar.rv-simplify .dbtfy-recently-viewed-bar-product :not(:first-child) {
    border-bottom: none !important;
  }
  .dbtfy-recently-viewed-bar.rv-simplify .dbtfy-recently-viewed-bar-product .dbtfy-recently-viewed-product-item {
    display: none;
  }
  .dbtfy-recently-viewed-bar.rv-simplify a {
    flex-grow: 1 !important;
  }
}
.dbtfy-remove-debutify-branding-enabled .footer__branding {
  display: none;
}

.dbtfy-scrolling-banner .dbtfy-scrolling-banner__wrapper {
  position: relative;
}
.dbtfy-scrolling-banner scrolling-banner {
  position: relative;
  z-index: 10;
  display: block;
}
.dbtfy-scrolling-banner .media-wrapper {
  top: 0;
  left: 0;
  border-radius: 0;
}
.dbtfy-scrolling-banner .absolute {
  position: absolute;
}
.dbtfy-scrolling-banner .text-stroke {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.animate-marquee {
  animation: marquee var(--speed, 15s) linear infinite var(--play-state, running) var(--direction, normal);
}

.animate-marquee-ltr {
  animation: marquee 15s linear infinite;
}

.dbtfy-shop-protect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (hover: hover) {
  .dbtfy-show-second-image-on-hover-enabled .product-item.product-item--has-hover-image:hover .product-item__image {
    display: none;
  }
  .dbtfy-show-second-image-on-hover-enabled .product-item.product-item--has-hover-image:hover .product-item__image.product-item__image--hover {
    display: block;
  }
}
.dbtfy-show-second-image-on-hover-enabled .product-item.product-item--has-touch-screen-image:active .product-item__image {
  display: none;
}
.dbtfy-show-second-image-on-hover-enabled .product-item.product-item--has-touch-screen-image:active .product-item__image.product-item__image--touch {
  display: block;
}

.dbtfy-smart-search {
  position: relative;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.dbtfy-smart-search .dbtfy-smart-search-wrapper,
.dbtfy-smart-search .dbtfy-smart-search__results {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.dbtfy-smart-search .dbtfy-smart-search__wrapper.dbtfy-smart-search__wrapper--page {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.dbtfy-smart-search .dbtfy-smart-search__wrapper.dbtfy-smart-search__wrapper--page .dbtfy-smart-search__results {
  max-height: 50vh;
  overflow-y: auto;
}
.dbtfy-smart-search .dbtfy-smart-search__section-title {
  text-align: left;
  border: var(--borders);
  border-color: rgb(var(--color-accent-background));
  background-color: rgb(var(--color-accent-background));
  padding: var(--gutter-sm);
}
.dbtfy-smart-search .dbtfy-smart-search__item {
  animation-duration: var(--transition-duration);
  animation-name: fadeInUp;
  animation-fill-mode: both;
}
.dbtfy-smart-search .dbtfy-smart-search__item:nth-child(2) {
  animation-delay: 0.1s;
}
.dbtfy-smart-search .dbtfy-smart-search__item:nth-child(3) {
  animation-delay: 0.2s;
}
.dbtfy-smart-search .dbtfy-smart-search__item:nth-child(4) {
  animation-delay: 0.3s;
}
.dbtfy-smart-search .dbtfy-smart-search__item:nth-child(5) {
  animation-delay: 0.4s;
}
.dbtfy-smart-search .dbtfy-smart-search__item:nth-child(6) {
  animation-delay: 0.5s;
}
.dbtfy-smart-search .dbtfy-smart-search__item:nth-child(7) {
  animation-delay: 0.6s;
}
.dbtfy-smart-search .dbtfy-smart-search__item:nth-child(8) {
  animation-delay: 0.7s;
}
.dbtfy-smart-search .dbtfy-smart-search__item:nth-child(9) {
  animation-delay: 0.8s;
}
.dbtfy-smart-search .dbtfy-smart-search__item:nth-child(10) {
  animation-delay: 0.9s;
}
.dbtfy-smart-search .dbtfy-smart-search__item + .dbtfy-smart-search__item {
  border-top: var(--borders);
  border-color: rgb(var(--color-borders));
}
.dbtfy-smart-search .dbtfy-smart-search__item.item-selected a {
  opacity: var(--opacity);
}
.dbtfy-smart-search .dbtfy-smart-search__item.item-selected a:after {
  opacity: 1;
}
.dbtfy-smart-search .dbtfy-smart-search__item a {
  padding: var(--gutter-sm);
  display: flex;
  align-items: center;
}
.dbtfy-smart-search .dbtfy-smart-search__item a::after {
  content: "search";
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
  opacity: 1;
  margin-left: auto;
  font-size: var(--text-font-size-lg);
  padding-left: var(--spacer-sm);
  color: rgb(var(--color-links));
  flex-shrink: 0;
  transition: var(--transition);
}
.dbtfy-smart-search .dbtfy-smart-search__item a:hover::after, .dbtfy-smart-search .dbtfy-smart-search__item a:focus::after {
  opacity: 1;
}
.dbtfy-smart-search .dbtfy-smart-search__thumbnail-wrapper {
  padding-right: var(--spacer);
}
.dbtfy-smart-search .dbtfy-smart-search__thumbnail {
  height: 60px;
  max-width: 60px;
  width: 60px;
}
.dbtfy-smart-search .dbtfy-smart-search__thumbnail img, .dbtfy-smart-search .dbtfy-smart-search__thumbnail svg {
  height: 60px;
  max-width: 60px;
  width: 60px;
  display: block;
  object-fit: cover;
}
.dbtfy-smart-search .dbtfy-smart-search__thumbnail .placeholder-svg {
  fill: rgba(var(--color-headings)), var(--opacity);
  background-color: rgb(var(--color-accent-background));
}
.dbtfy-smart-search .dbtfy-smart-search__info {
  text-align: left;
}
.dbtfy-smart-search .dbtfy-smart-search__info > * {
  margin-bottom: 0;
}
.dbtfy-smart-search .dbtfy-smart-search__info > * + * {
  margin-top: var(--spacer-xs);
}
.dbtfy-smart-search .dbtfy-smart-search__info > * {
  display: block;
}
.dbtfy-smart-search .dbtfy-smart-search__info .dbtfy-smart-search__price-container {
  display: inline-flex;
  align-items: center;
  line-height: normal !important;
}
.dbtfy-smart-search .dbtfy-smart-search__info .dbtfy-smart-search__price-container > span:not(:first-child) {
  padding-left: var(--spacer-xs);
}
.dbtfy-smart-search .dbtfy-smart-search__info .dbtfy-smart-search__price {
  line-height: 1;
}
.dbtfy-smart-search .dbtfy-smart-search__info .dbtfy-smart-search__vendor {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .dbtfy-smart-search .dbtfy-smart-search__item a::after {
    opacity: 0;
  }
}

predictive-search[open=true] .dbtfy-smart-search__results {
  animation-duration: var(--transition-duration);
  animation-fill-mode: both;
  animation-name: fadeIn;
}

body:not(.dbtfy-social-discount-enabled) .dbtfy-social-discount {
  display: none;
}
body.dbtfy-social-discount-used .dbtfy-social-discount {
  display: none;
}

body.dbtfy-social-discount-enabled:not(.dbtfy-social-discount-used) .section.product .social-sharing {
  display: none;
}

body:not(.dbtfy-sticky-addtocart-enabled) .dbtfy-sticky-addtocart {
  display: none;
}
.dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--top .dbtfy-sticky-addtocart__bar {
  top: 0;
  border-bottom: var(--borders);
}
.dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--top .dbtfy-sticky-addtocart__bar.dbtfy-sticky-addtocart__bar--visible, .dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--top .dbtfy-sticky-addtocart__bar.is-closing {
  display: block;
  animation-duration: var(--transition-duration-fast);
  animation-fill-mode: both;
}
.dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--top .dbtfy-sticky-addtocart__bar.dbtfy-sticky-addtocart__bar--visible {
  animation-name: fadeInDown;
}
.dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--top .dbtfy-sticky-addtocart__bar.is-closing {
  animation-name: fadeOutUp;
}
.dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--bottom .dbtfy-sticky-addtocart__bar {
  bottom: 0;
  border-bottom: var(--borders);
}
.dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--bottom .dbtfy-sticky-addtocart__bar.dbtfy-sticky-addtocart__bar--visible, .dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--bottom .dbtfy-sticky-addtocart__bar.is-closing {
  display: block;
  animation-duration: var(--transition-duration-fast);
  animation-fill-mode: both;
}
.dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--bottom .dbtfy-sticky-addtocart__bar.dbtfy-sticky-addtocart__bar--visible {
  animation-name: fadeInUp;
}
.dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--bottom .dbtfy-sticky-addtocart__bar.is-closing {
  animation-name: fadeOutDown;
}
.dbtfy-sticky-header-enabled:not(.dbtfy-announcement-bar-sticky) .dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--top .dbtfy-sticky-addtocart__bar {
  top: var(--header-height-mobile);
}
.dbtfy-announcement-bar-sticky:not(.dbtfy-sticky-header-enabled) .dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--top .dbtfy-sticky-addtocart__bar {
  top: var(--input-height-sm);
}
.dbtfy-announcement-bar-sticky.dbtfy-sticky-header-enabled .dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--top .dbtfy-sticky-addtocart__bar {
  top: calc(var(--header-height-mobile) + var(--input-height-sm));
}
.dbtfy-sticky-addtocart .dbtfy-sticky-addtocart__bar {
  position: fixed;
  left: 0;
  right: 0;
  z-index: calc(var(--zindex-over-body) + 1);
  display: none;
  width: 100%;
  padding-top: var(--gutter-xs);
  padding-bottom: var(--gutter-xs);
  background-color: rgb(var(--color-background));
}
.dbtfy-sticky-addtocart .dbtfy-sticky-addtocart__image {
  width: var(--input-height-sm);
  height: var(--input-height-sm);
}
body.dbtfy-quantity-breaks-enabled .dbtfy-sticky-addtocart .dbtfy-sticky-addtocart__quantity {
  display: none !important;
}
.dbtfy-sticky-addtocart .dbtfy-sticky-addtocart__reviews-wrapper .dbtfy-star-rating span {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .dbtfy-sticky-addtocart .dbtfy-sticky-addtocart__container {
    padding-left: var(--gutter-xs);
    padding-right: var(--gutter-xs);
  }
  .dbtfy-sticky-addtocart .dbtfy-sticky-addtocart__row > * {
    padding-left: calc(var(--gutter-xs) / 2);
    padding-right: calc(var(--gutter-xs) / 2);
  }
  .dbtfy-sticky-addtocart .dbtfy-sticky-addtocart__button {
    padding: var(--button-vertical-padding-sm) var(--button-horizontal-padding-sm);
  }
}
@media screen and (min-width: 768px) {
  .dbtfy-sticky-header-enabled:not(.dbtfy-announcement-bar-sticky) .dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--top .dbtfy-sticky-addtocart__bar {
    top: var(--header-height-desktop);
  }
  .dbtfy-announcement-bar-sticky.dbtfy-sticky-header-enabled .dbtfy-sticky-addtocart.dbtfy-sticky-addtocart--top .dbtfy-sticky-addtocart__bar {
    top: calc(var(--header-height-desktop) + var(--input-height-sm) - 1px);
  }
  .dbtfy-sticky-addtocart .dbtfy-sticky-addtocart__image {
    width: var(--input-height);
    height: var(--input-height);
  }
  .dbtfy-sticky-addtocart .dbtfy-sticky-addtocart__select-wrapper {
    flex: 0 0 auto !important;
    max-width: 20%;
  }
  .dbtfy-sticky-addtocart .dbtfy-sticky-addtocart__button-wrapper {
    flex: 0 0 auto !important;
  }
}

body.dbtfy-sticky-addtocart-bar-bottom-visible {
  padding-bottom: var(--sticky-atc-offset);
}

.dbtfy-sticky-header-enabled.dbtfy-announcement-bar-sticky .header-section {
  top: var(--input-height-sm);
}
.dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling.transparent-header-mobile .header__wrapper {
  background-color: rgb(var(--color-background));
  border-color: rgb(var(--color-borders));
  width: 100%;
}
.dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling.transparent-header-mobile .header__logo-link,
.dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling.transparent-header-mobile .header-menu__link {
  color: rgb(var(--color-text));
}
.dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling.transparent-header-mobile .bubble--visible {
  background-color: rgb(var(--cart-bubble-bg-color));
  border-color: rgb(var(--cart-bubble-border-color));
}
.dbtfy-sticky-header-enabled .header-section {
  position: sticky;
  top: 0;
}
@media screen and (min-width: 768px) {
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling:not(.transparent-header-mobile) .header__wrapper {
    background-color: rgb(var(--color-background));
    border-color: rgb(var(--color-borders));
    width: 100%;
  }
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling:not(.transparent-header-mobile) .header__logo-link,
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling:not(.transparent-header-mobile) .header-menu__link {
    color: rgb(var(--color-text));
  }
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling:not(.transparent-header-mobile) .bubble--visible {
    background-color: rgb(var(--cart-bubble-bg-color));
    border-color: rgb(var(--cart-bubble-border-color));
  }
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling .header__logo.header__logo--default {
    display: block !important;
  }
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling .header__logo.header__logo--inverted {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling:not(.transparent-header-mobile) .header__wrapper {
    background-color: rgb(var(--color-background)) !important;
    border-color: rgb(var(--color-borders));
  }
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling:not(.transparent-header-mobile) .header__logo-link,
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling:not(.transparent-header-mobile) .header-menu__link {
    color: rgb(var(--color-text));
  }
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling .header__wrapper {
    height: var(--header-height-mobile);
  }
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling .header__logo.header__logo--default {
    display: none !important;
  }
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling .header__logo.header__logo--inverted {
    display: none !important;
  }
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling .header__logo.header__logo--mobile {
    display: block !important;
  }
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling .header__logo.header__logo--inverted.header__logo--mobile {
    display: none !important;
  }
  .dbtfy-sticky-header-enabled.dbtfy-sticky-header-scrolling .bubble--visible {
    background-color: rgb(var(--cart-bubble-bg-color)) !important;
    border-color: rgb(var(--cart-bubble-border-color)) !important;
  }
}

.dbtfy-sticky-header-enabled .sticky-check-header {
  top: calc(var(--header-height-mobile) - var(--border-width));
}
.dbtfy-announcement-bar-sticky .sticky-check-header {
  top: calc(var(--input-height-sm) - var(--border-width));
}
.dbtfy-sticky-header-enabled.dbtfy-announcement-bar-sticky .sticky-check-header {
  top: calc(var(--header-height-mobile) + var(--input-height-sm) - var(--border-width));
}
@media screen and (min-width: 768px) {
  .dbtfy-sticky-header-enabled .sticky-check-header {
    top: calc(var(--header-height-desktop) + var(--spacer));
  }
  .dbtfy-announcement-bar-sticky .sticky-check-header {
    top: calc(var(--input-height-sm) + var(--spacer));
  }
  .dbtfy-sticky-header-enabled.dbtfy-announcement-bar-sticky .sticky-check-header {
    top: calc(var(--header-height-desktop) + var(--input-height-sm) + var(--spacer));
  }
}

body:not(.dbtfy-testimonials-enabled) .dbtfy-testimonials {
  display: none;
}

body:not(.dbtfy-text-columns-with-images-enabled) .dbtfy-text-columns-with-images {
  display: none;
}

body:not(.dbtfy-trust-badge-enabled) .dbtfy-trust-badge,
body:not(.dbtfy-trust-badge-enabled) .dbtfy-trust-badge-container {
  display: none;
}

body:not(.dbtfy-upsell-bundles-enabled) .dbtfy-upsell-bundles {
  display: none !important;
}
.dbtfy-upsell-bundles .dbtfy-upsell-bundles__image-wrapper {
  opacity: calc(var(--opacity) / 2);
  transition: var(--transition);
}
.dbtfy-upsell-bundles .dbtfy-upsell-bundles__image-wrapper + .dbtfy-upsell-bundles__image-wrapper {
  position: relative;
}
.dbtfy-upsell-bundles .dbtfy-upsell-bundles__image-wrapper + .dbtfy-upsell-bundles__image-wrapper:before {
  content: "add";
  position: absolute;
  left: calc(var(--bs-gutter-x) / -2);
  width: var(--bs-gutter-x);
  height: 100%;
  opacity: calc(var(--opacity) / 2);
  font-size: var(--text-font-size-lg);
  font-family: var(--icon-font);
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  vertical-align: bottom;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.dbtfy-upsell-bundles .dbtfy-upsell-bundles__image-wrapper.dbtfy-upsell-bundles__image-wrapper--selected {
  opacity: 1;
}
.dbtfy-upsell-bundles .dbtfy-upsell-bundles__image-wrapper.dbtfy-upsell-bundles__image-wrapper--selected:before {
  opacity: 1;
}
.dbtfy-upsell-bundles .dbtfy-upsell-bundles__form-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dbtfy-upsell-bundles .dbtfy-upsell-bundles__form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dbtfy-upsell-bundles .review-badge {
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .dbtfy-upsell-bundles-container .dbtfy-upsell-bundles .dbtfy-upsell-bundles__select,
  .dbtfy-upsell-bundles-container .dbtfy-upsell-bundles .dbtfy-upsell-bundles__form {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.dbtfy-upsell-popup .dbtfy-upsell-popup__modal {
  z-index: calc(var(--zindex-drawer) + var(--zindex-increment) * 2 + 2);
}
.dbtfy-upsell-popup .dbtfy-upsell-popup__modal + .overlay-modal {
  z-index: calc(var(--zindex-drawer) + var(--zindex-increment) * 2 + 1);
}

.dbtfy-wish-list {
  align-items: center;
}
body:not(.dbtfy-wishlist-enabled) .dbtfy-wish-list {
  display: none;
}
.product-item .dbtfy-wish-list .dbtfy-wish-list__button.dbtfy-wish-list__button--add {
  opacity: 0;
  visibility: hidden;
}
.product-item:hover .dbtfy-wish-list .dbtfy-wish-list__button.dbtfy-wish-list__button--add {
  opacity: 1;
  visibility: visible;
}
.dbtfy-wish-list .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--primary {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767.98px) {
  .dbtfy-wish-list.dbtfy-wish-list--page .product-item__content-wrapper > .row > .col-8 > .row > :first-child {
    padding-right: 35px;
  }
  .dbtfy-wish-list.dbtfy-wish-list--page .dbtfy-wish-list__button.dbtfy-wish-list__button--remove {
    position: absolute;
    top: calc(var(--gutter) / 2);
    right: calc(var(--gutter) / 2);
  }
  .dbtfy-wish-list .dbtfy-wish-list__button.dbtfy-wish-list__button--add {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.dbtfy-wish-list.dbtfy-wish-list__grid--body {
  display: flex;
}
body:not(.dbtfy-wishlist-enabled) .dbtfy-wish-list.dbtfy-wish-list__grid--body {
  display: none;
}
.dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add {
  font-size: 27px;
}
.product-item .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add {
  opacity: 1;
  visibility: visible;
}
.dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--primary, .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--reveal-primary {
  opacity: 1;
  visibility: visible;
  color: rgb(var(--page-button-background));
  background-color: transparent;
  border: none;
}
.button-hover-outline .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--primary.btn--primary:not(.disabled):not([disabled]):hover, .button-hover-outline .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--primary.btn--primary:not(.disabled):not([disabled]):focus, .button-hover-outline .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--primary.btn--reveal-primary:not(.disabled):not([disabled]):hover, .button-hover-outline .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--primary.btn--reveal-primary:not(.disabled):not([disabled]):focus, .button-hover-outline .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--reveal-primary.btn--primary:not(.disabled):not([disabled]):hover, .button-hover-outline .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--reveal-primary.btn--primary:not(.disabled):not([disabled]):focus, .button-hover-outline .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--reveal-primary.btn--reveal-primary:not(.disabled):not([disabled]):hover, .button-hover-outline .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--reveal-primary.btn--reveal-primary:not(.disabled):not([disabled]):focus {
  box-shadow: none !important;
}
.dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--primary {
  color: rgb(var(--page-button-background));
  background-color: transparent;
  border: none;
}
.button-hover-outline .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--primary.btn--primary:not(.disabled):not([disabled]):hover, .button-hover-outline .dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--primary.btn--primary:not(.disabled):not([disabled]):focus {
  transform: scale(1.1);
}
.dbtfy-wish-list.dbtfy-wish-list__grid--body .dbtfy-wish-list__button.dbtfy-wish-list__button--add.btn--reveal-primary {
  color: rgb(var(--page-border));
  background-color: transparent;
  border: none;
}

.inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--spacer-sm);
}
.inline-list.inline-list--sm svg {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .inline-list.inline-list--sm svg {
    width: 1.7rem;
    height: 1.7rem;
  }
}

.text-start {
  text-align: start;
}

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

.text-end {
  text-align: end;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .sm\:text-start {
    text-align: start;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-end {
    text-align: end;
  }
  .sm\:text-justify {
    text-align: justify;
  }
}
.text-break-all {
  overflow-wrap: anywhere;
}

.text-whitespace-nowrap {
  white-space: nowrap;
}

.text-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-primary {
  color: rgb(var(--color-buttons-background));
}

.text-secondary {
  color: rgb(var(--color-links));
}

.text-sale {
  color: rgb(var(--color-sales));
}

.text-link {
  color: rgb(var(--color-links));
}

.text-underline {
  text-decoration: underline;
}

.text-accent {
  font-family: var(--accent-font-family);
  font-weight: var(--accent-font-weight);
  font-style: var(--accent-font-style);
  text-transform: var(--accent-text-transform);
  letter-spacing: var(--accent-letter-spacing);
}

.text-sub {
  text-transform: uppercase;
  font-size: var(--text-font-size-sm);
  font-weight: 700;
}

.text-strike {
  text-decoration: line-through !important;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: var(--color-text-muted);
}

.text-italic {
  font-style: italic;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.overflow-hidden {
  overflow: hidden;
}

.fadeIn, .fadeInUp, .fadeInDown, .fadeInLeft, .fadeInRight,
.fadeOut, .fadeOutUp, .fadeOutDown, .fadeOutLeft, .fadeOutRight,
.slideInLeft, .slideInRight, .slideInUp, .slideInDown,
.slideOutLeft, .slideOutRight, .slideOutUp, .slideOutDown,
.bounce, .flash, .pulse, .rubberBand, .shakeX, .shakeY, .tada,
.heartBeat, .infinite, .slow, .fast, .spin {
  animation-duration: var(--transition-duration);
  animation-fill-mode: both;
}

.fadeIn {
  animation-name: fadeIn;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.fadeOut {
  animation-name: fadeOut;
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

.slideInLeft {
  animation-name: slideInLeft;
}

.slideInRight {
  animation-name: slideInRight;
}

.slideInUp {
  animation-name: slideInUp;
}

.slideInDown {
  animation-name: slideInDown;
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

.slideOutRight {
  animation-name: slideOutRight;
}

.slideOutUp {
  animation-name: slideOutUp;
}

.slideOutDown {
  animation-name: slideOutDown;
}

.bounce {
  animation-name: bounce;
}

.flash {
  animation-name: flash;
}

.pulse {
  animation-name: pulse;
}

.rubberBand {
  animation-name: rubberBand;
}

.shakeX {
  animation-name: shakeX;
}

.shakeY {
  animation-name: shakeY;
}

.tada {
  animation-name: tada;
}

.heartBeat {
  animation-name: heartBeat;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: var(--transition-duration-slow);
}

.fast {
  animation-duration: var(--transition-duration-fast);
}

.spin {
  animation: spin var(--transition-duration-slow) infinite cubic-bezier(0.35, 0, 0.25, 1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInZoom {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, var(--animation-offset), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, calc(var(--animation-offset) * -1), 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(calc(var(--animation-offset) * -1), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(var(--animation-offset), 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, calc(var(--animation-offset) * -1), 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, var(--animation-offset), 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(calc(var(--animation-offset) * -1), 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(var(--animation-offset), 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeY {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1rem 0;
  }
}
@media screen and (min-width: 992px) {
  .sticky.sticky--lg {
    position: sticky;
    top: 0;
    z-index: var(--zindex-over-body);
    transform: translate3d(0, 0, 0);
  }
}

[disabled]:not([disabled=false]),
.disabled {
  cursor: default !important;
  opacity: var(--opacity) !important;
}

img[loading] {
  opacity: 0;
}
img[loading].lazyloaded {
  opacity: 1;
  transition: all var(--transition-duration) var(--transition-timing);
}

.hover-none:hover {
  opacity: 1;
}

.border-radius-none {
  border-radius: 0;
}

.border-radius-circle {
  border-radius: var(--border-radius-is-circle);
}


/* ===================
   HEADER BASE STYLES
====================== */
.custom-header {
  position: relative;
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 100;
}

.custom-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.custom-header__logo {
  flex: 1;
}

/* Navigation */
.custom-header__nav {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-header__menu {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-header__menu li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 40px 0;
}

.menu-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}

.chevron-icon {
  height: auto;
  display: inline-block;
}

/* Icons */
.custom-header__icons {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
}

.header-icon img {
  width: 40px;
  height: 40px;
}

/* ===================
   DESKTOP MEGA MENU
====================== */
@media (min-width: 769px) {
  .mega-menu-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 40px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 99;
    display: none;
    pointer-events: none;
    border-top: 1px solid #E5E5E5;
  }

  li.has-mega:hover .mega-menu-wrapper,
  .mega-menu-wrapper:hover {
    display: block;
    pointer-events: auto;
  }
}

.mega-menu__container {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 0 20px;
}

.mega-menu__columns-group {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.mega-menu__column {
  flex: 1;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mega-menu__item {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.mega-menu__image {
  flex: 1;
  width: 500px;
}

.mega-menu__image img {
  border-radius: 8px;
}

/* ===================
   MOBILE MENU STYLES
====================== */
@media (max-width: 1024px) {
  .custom-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .custom-header__hamburger {
    display: block;
    order: 1;
    flex: 0 0 auto;
  }

  .custom-header__logo {
    order: 2;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    padding: 20px 0px;
  }

  .custom-header__icons {
    order: 3;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .custom-header__nav,
  .mega-menu-wrapper {
    display: none !important;
  }

  /* Hide Search and Account from header on mobile (they’re in drawer) */
  .custom-header__icons .header-icon:nth-child(1),
  .custom-header__icons .header-icon:nth-child(2) {
    display: none !important;
  }

  /* Only Cart remains visible */
  .custom-header__icons .header-icon:nth-child(3) {
    display: inline-block !important;
  }
}

@media (min-width: 1025px) {
  .custom-header__hamburger {
    display: none;
  }

  .custom-header__icons .header-icon {
    display: inline-block !important;
  }
}

/* ===================
   MOBILE DRAWER STYLES
====================== */
.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  padding: 45px 12px 20px;
  transform: translateX(-100%);
  transition: transform 0.35s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}

.mobile-drawer.open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}


.mobile-drawer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-item {
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}

.mobile-menu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.mobile-menu-toggle a {
  flex: 1;
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.mobile-submenu {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
  transition: all 0.3s ease;
}

.mobile-submenu.open {
  display: block;
}

.mobile-submenu li {
  margin-bottom: 8px;
}

.mobile-submenu a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.mobile-menu-toggle .chevron-icon {
  width: 16px;
  transition: transform 0.3s ease;
}

.mobile-menu-toggle.open .chevron-icon {
  transform: rotate(180deg);
}
/* === Horizontal icons inside mobile drawer === */
.mobile-drawer__menu li.icon-only {
  border: none;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.mobile-drawer__menu li.icon-only a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mobile-drawer__menu li.icon-only a span {
  display: none;
}

.mobile-drawer__menu li.icon-only img.mobile-icon {
  width: 45px;
  height: 45px;
}
@media (max-width: 768px) {
  .mobile-drawer__header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 20px;
    height: 60px;
  }

  .mobile-drawer__header button {
    position: absolute;
    left: 0px;
    background: none;
    border: none;
  }

  .mobile-logo {
    display: block;
    max-height: 40px;
  }

  .mobile-logo img {
    max-height: 50px;
  }
}
.announcement-bar {
  background: #f9f9f9;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  padding: 8px 0;
}

.announcement-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.announcement-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.announcement-left img {
  width: 22px;
  height: 22px;
}

.announcement-right {
  display: flex;
  gap: 10px;
}

.announcement-right img {
  width: 20px;
  height: 20px;
}

/* Responsive layout */
@media (max-width: 768px) {
  .announcement-container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .announcement-left,
  .announcement-right {
    flex: 1 1 auto;
    justify-content: center;
  }

  .announcement-left {
    justify-content: flex-start;
  }

  .announcement-right {
    justify-content: flex-end;
  }
}

/* tablet portrait only css for footer */
@media (max-width: 1024px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer .footer-logo {
    order: -1; /* Move logo to the top */
    margin-bottom: 20px;
  }

  .footer .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }

  .footer .footer-column {
    flex: 1 1 45%;
    min-width: 200px;
    margin-bottom: 20px;
  }

  .footer .contact-info {
    flex: 1 1 100%;
    margin-top: 10px;
  }
}
