body {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
nav ul,
nav ol {
  list-style: none none;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}
body {
  color: #808080;
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.3rem;
  font-weight: 300;
  font-size: var(--fs-base);
}
p {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
abbr[title] {
  border-bottom: 1px dotted #e8e8e8;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #272727;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #e8e8e8;
  margin-bottom: 18px;
  margin-top: 18px;
}
sub,
sup {
  font-size: 84.61538462%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
dfn {
  font-style: italic;
}
h1,
.h1 {
  color: #000000;
  line-height: 1.33;
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
  font-size: var(--fs-h1);
}
h2,
.h2 {
  color: #000000;
  line-height: 1.33;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
  font-size: var(--fs-h2);
}
h3,
.h3 {
  color: #000000;
  line-height: 1.33;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1.35rem;
  margin-bottom: 0.9rem;
  font-size: var(--fs-h3);
}
h4,
.h4 {
  color: #000000;
  line-height: 1.33;
  font-size: 1.6rem;
  font-weight: 400;
  font-size: var(--fs-xl);
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: var(--fs-h4);
}
h5,
.h5 {
  color: #000000;
  line-height: 1.33;
  font-size: 1.6rem;
  font-weight: 700;
  font-size: var(--fs-xl);
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: var(--fs-h5);
}
h6,
.h6 {
  color: #000000;
  line-height: 1.33;
  font-size: 1.6rem;
  font-weight: 700;
  font-size: var(--fs-xl);
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: var(--fs-h6);
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  color: #808080;
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-weight: 300;
}
a,
.alink {
  color: #000000;
  text-decoration: underline;
}
a:visited,
.alink:visited {
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #d41c4b;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #d41c4b;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.25rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 18px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 4.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 9px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f0f0f0;
  color: #5e5e5e;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #5e5e5e;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #e8e8e8;
  color: #5e5e5e;
  line-height: 1.42857143;
  margin: 0 0 9px;
  padding: 9px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
blockquote {
  border-left: 0 solid #e8e8e8;
  margin: 0 0 18px 36px;
  padding: 0;
  color: #808080;
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.3rem;
  font-weight: 300;
  font-size: var(--fs-base);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #808080;
  line-height: 1.42857143;
  font-size: 1.1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: '';
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th,
table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 9px;
}
button,
a.btn {
  background-image: none;
  background: #e8e8e8;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 18px 15px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
a.btn:focus,
a.btn:active {
  background: rgba(232, 232, 232, 0.7);
  border: none;
  color: #000000;
}
button:hover,
a.btn:hover {
  background: rgba(232, 232, 232, 0.7);
  border: none;
  color: #000000;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
a.btn.disabled,
a.btn[disabled],
fieldset[disabled] a.btn {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
a.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 50px;
  line-height: 1.42857143;
  padding: 0 16px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
  border: 1px solid #808080;
  color: #000000;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
  opacity: 0.5;
}
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #808080;
}
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #808080;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #808080;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
select,
.custom-select {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 50px;
  line-height: 1.42857143;
  padding: 0 40px 0 16px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:focus,
.focus > .custom-select {
  border: 1px solid #808080;
  color: #000000;
}
select:disabled {
  opacity: 0.5;
}
select[multiple] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:focus {
  border: 1px solid #808080;
  color: #000000;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #808080;
}
textarea::-webkit-input-placeholder {
  color: #808080;
}
textarea:-ms-input-placeholder {
  color: #808080;
}
input[type="checkbox"]:not(.custom-control-input) {
  margin: 0 3px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:not(.custom-control-input):disabled {
  opacity: 0.5;
}
input[type="radio"]:disabled {
  opacity: 0.3;
}
input.mage-error,
select.mage-error,
textarea.mage-error,
.dna-dropdown-widget.validation-error-state .action.toggle {
  border-color: #d32f2f;
  color: #d32f2f;
}
input.valid,
select.valid,
textarea.valid,
.dna-dropdown-widget.validation-valid-state .action.toggle {
  border-color: #4caf50;
  color: #4caf50;
}
div.mage-error[generated] {
  color: #d32f2f;
  font-size: 1.2rem;
  font-size: var(--fs-s);
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
address {
  font-style: normal;
}
*:focus {
  box-shadow: none;
  outline: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
a.btn {
  -webkit-appearance: unset;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.font-xs {
  font-size: var(--fs-xs) !important;
}
.font-sm {
  font-size: var(--fs-s) !important;
}
.font-body {
  font-size: var(--fs-base) !important;
}
.font-l {
  font-size: var(--fs-l) !important;
}
.font-xl {
  font-size: var(--fs-xl) !important;
}
.text-body {
  color: #808080 !important;
}
:root {
  --fs-xl: 16px;
  --fs-l: 14px;
  --fs-base: 13px;
  --fs-s: 12px;
  --fs-xs: 11px;
  --fs-h1: 32px;
  --fs-h2: 24px;
  --fs-h3: 20px;
  --fs-h4: 16px;
  --fs-h5: 16px;
  --fs-h6: 16px;
  --layout-max-width: 1920px;
  scroll-behavior: smooth;
  --scrollbar-width: 8px;
  --actual-scrollbar-width: 8px;
  --sb-width: thin;
  --breakpoint-xxs: 320px;
  --breakpoint-xs: 480px;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1440px;
  --c-icon-width: 0px;
  --c-icon-text-gutter: 0px;
  --c-icon-border-gutter: 16px;
  --label-as-placeholder: true;
  --input-qty-h: 26px;
  --input-height: 50px;
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
  --header-height: 198px;
}
:root .abs-custom-scrollbar,
:root .page-wrapper,
:root .modals-wrapper,
:root .page-footer {
  --sb-color: #000000;
  --sb-bg: #cacaca;
  --sb-radius: 5px;
  --sb-spacing: 0;
  --sb-bs: solid;
  --sb-inactive: #333333;
  scrollbar-color: var(--sb-color, initial) var(--sb-bg);
  scrollbar-width: var(--sb-width, initial);
}
:root .abs-custom-scrollbar::-webkit-scrollbar,
:root .page-wrapper::-webkit-scrollbar,
:root .modals-wrapper::-webkit-scrollbar,
:root .page-footer::-webkit-scrollbar,
:root .abs-custom-scrollbar ::-webkit-scrollbar,
:root .page-wrapper ::-webkit-scrollbar,
:root .modals-wrapper ::-webkit-scrollbar,
:root .page-footer ::-webkit-scrollbar {
  width: var(--actual-scrollbar-width, initial);
}
:root .abs-custom-scrollbar::-webkit-scrollbar-track,
:root .page-wrapper::-webkit-scrollbar-track,
:root .modals-wrapper::-webkit-scrollbar-track,
:root .page-footer::-webkit-scrollbar-track,
:root .abs-custom-scrollbar ::-webkit-scrollbar-track,
:root .page-wrapper ::-webkit-scrollbar-track,
:root .modals-wrapper ::-webkit-scrollbar-track,
:root .page-footer ::-webkit-scrollbar-track {
  background: var(--sb-bg, initial);
}
:root .abs-custom-scrollbar::-webkit-scrollbar-thumb,
:root .page-wrapper::-webkit-scrollbar-thumb,
:root .modals-wrapper::-webkit-scrollbar-thumb,
:root .page-footer::-webkit-scrollbar-thumb,
:root .abs-custom-scrollbar ::-webkit-scrollbar-thumb,
:root .page-wrapper ::-webkit-scrollbar-thumb,
:root .modals-wrapper ::-webkit-scrollbar-thumb,
:root .page-footer ::-webkit-scrollbar-thumb {
  background-color: var(--sb-color, initial);
  border-radius: var(--sb-radius, initial);
  border-width: var(--sb-spacing, initial);
  border-style: var(--sb-bs, initial);
  border-color: var(--sb-bg, initial);
}
:root .abs-custom-scrollbar::-webkit-scrollbar-thumb:window-inactive,
:root .page-wrapper::-webkit-scrollbar-thumb:window-inactive,
:root .modals-wrapper::-webkit-scrollbar-thumb:window-inactive,
:root .page-footer::-webkit-scrollbar-thumb:window-inactive,
:root .abs-custom-scrollbar ::-webkit-scrollbar-thumb:window-inactive,
:root .page-wrapper ::-webkit-scrollbar-thumb:window-inactive,
:root .modals-wrapper ::-webkit-scrollbar-thumb:window-inactive,
:root .page-footer ::-webkit-scrollbar-thumb:window-inactive,
:root .abs-custom-scrollbar::-webkit-scrollbar-thumb :window-inactive,
:root .page-wrapper::-webkit-scrollbar-thumb :window-inactive,
:root .modals-wrapper::-webkit-scrollbar-thumb :window-inactive,
:root .page-footer::-webkit-scrollbar-thumb :window-inactive,
:root .abs-custom-scrollbar ::-webkit-scrollbar-thumb :window-inactive,
:root .page-wrapper ::-webkit-scrollbar-thumb :window-inactive,
:root .modals-wrapper ::-webkit-scrollbar-thumb :window-inactive,
:root .page-footer ::-webkit-scrollbar-thumb :window-inactive {
  background-color: var(--sb-inactive, initial);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.page-main,
.page.messages,
.breadcrumbs,
.page-layout-category-full-width .datatrics-carousel-container {
  --layout-max-width: 1530px;
}
.full-width-container,
[data-content-type='row'][data-appearance='full-bleed'],
[data-content-type='row'][data-appearance='full-width'],
.amblog-full-width-image .amblog-image-wrapper {
  position: relative;
  right: auto;
  overflow-x: hidden;
  width: calc(100vw - var(--scrollbar-width));
  left: calc((100% - 100vw + var(--scrollbar-width))/2);
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: ' ';
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 36px;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-main,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-layout-category-full-width .datatrics-carousel-container {
  padding-left: max(var(--layout-gutter), var(--sal));
  padding-right: max(var(--layout-gutter), var(--sar));
}
.header.content {
  --grid-gutter: calc(var(--layout-gutter) / 2);
}
.fieldset {
  border: 0;
  margin: 0 0 15px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 22.5px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 18px;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 10px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 4.5px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label + br,
.fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input,
.fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before,
.fieldset > .fields > .field .fields.group:before,
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  content: '';
  display: table;
}
.fieldset > .field .fields.group:after,
.fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field,
.fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field,
.fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field,
.fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field,
.fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field,
.fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon,
.fieldset > .fields > .field .addon {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea,
.fieldset > .fields > .field .addon textarea,
.fieldset > .field .addon select,
.fieldset > .fields > .field .addon select,
.fieldset > .field .addon input,
.fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore,
.fieldset > .field .addon .addafter,
.fieldset > .fields > .field .addon .addafter {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  font-family: 'DM Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 50px;
  line-height: 1.42857143;
  padding: 0 16px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:focus,
.fieldset > .fields > .field .addon .addbefore:focus,
.fieldset > .field .addon .addafter:focus,
.fieldset > .fields > .field .addon .addafter:focus {
  border: 1px solid #808080;
  color: #000000;
}
.fieldset > .field .addon .addbefore:disabled,
.fieldset > .fields > .field .addon .addbefore:disabled,
.fieldset > .field .addon .addafter:disabled,
.fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder,
.fieldset > .fields > .field .addon .addbefore::-moz-placeholder,
.fieldset > .field .addon .addafter::-moz-placeholder,
.fieldset > .fields > .field .addon .addafter::-moz-placeholder {
  color: #808080;
}
.fieldset > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder,
.fieldset > .field .addon .addafter::-webkit-input-placeholder,
.fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder {
  color: #808080;
}
.fieldset > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder,
.fieldset > .field .addon .addafter:-ms-input-placeholder,
.fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #808080;
}
.fieldset > .field .addon .addbefore,
.fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.fieldset > .field .additional,
.fieldset > .fields > .field .additional {
  margin-top: 5px;
}
.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  font-size: var(--fs-s);
  margin: 0 0 0 4.5px;
}
.fieldset > .field .note,
.fieldset > .fields > .field .note {
  font-size: 1.2rem;
  font-size: var(--fs-s);
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before,
.fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 12px;
  content: "\e618";
  font-family: 'corona-radiata-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}
.column:not(.main) .fieldset > .field .label,
.column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}
.fieldset > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch),
.fieldset > .fields > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) {
  position: relative;
}
.fieldset > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label,
.fieldset > .fields > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label {
  position: absolute;
  z-index: 10;
  margin: 0 16px;
  margin-left: calc(var(--c-icon-border-gutter) + var(--c-icon-width) + var(--c-icon-text-gutter));
  top: 0;
  bottom: auto;
  height: 50px;
  line-height: 1;
  pointer-events: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.fieldset > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label.not-empty,
.fieldset > .fields > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label.not-empty,
.fieldset > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label.multiple,
.fieldset > .fields > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label.multiple,
.fieldset > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label.focus:not(.label-select),
.fieldset > .fields > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label.focus:not(.label-select) {
  display: none;
}
.fieldset > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label:not(.not-empty):not(.focus) + .control:not(.not-empty):not(.focus) > input,
.fieldset > .fields > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label:not(.not-empty):not(.focus) + .control:not(.not-empty):not(.focus) > input {
  color: transparent;
}
.fieldset > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label:not(.not-empty):not(.focus) + .control:not(.not-empty):not(.focus) > input::-webkit-input-placeholder,
.fieldset > .fields > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label:not(.not-empty):not(.focus) + .control:not(.not-empty):not(.focus) > input::-webkit-input-placeholder {
  color: transparent;
}
.fieldset > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label:not(.not-empty):not(.focus) + .control:not(.not-empty):not(.focus) > input::-moz-placeholder,
.fieldset > .fields > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label:not(.not-empty):not(.focus) + .control:not(.not-empty):not(.focus) > input::-moz-placeholder {
  color: transparent;
}
.fieldset > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label:not(.not-empty):not(.focus) + .control:not(.not-empty):not(.focus) > input::-ms-placeholder,
.fieldset > .fields > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label:not(.not-empty):not(.focus) + .control:not(.not-empty):not(.focus) > input::-ms-placeholder {
  color: transparent;
}
.fieldset > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label:not(.not-empty):not(.focus) + .control:not(.not-empty):not(.focus) > input::placeholder,
.fieldset > .fields > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch) .label:not(.not-empty):not(.focus) + .control:not(.not-empty):not(.focus) > input::placeholder {
  color: transparent;
}
.fieldset > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch).field-icon .label,
.fieldset > .fields > .field:not(.choice):not(.field-checkbox):not(.field-radio):not(.field-switch).field-icon .label {
  margin-left: calc(var(--c-icon-border-gutter) + var(--c-icon-width) + var(--c-icon-text-gutter));
}
.fieldset > .field .field.choice,
.fieldset > .fields > .field .field.choice {
  margin-bottom: 9px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file],
.fieldset > .fields > .field input[type=file] {
  margin: 4.5px 0;
}
legend.label {
  width: auto;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend strong {
  margin-left: 4.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  display: inline-block;
  margin-top: 9px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 9px;
}
.field-error,
div.mage-error {
  margin-top: 7px;
  color: #d32f2f;
  font-size: 1.2rem;
  font-size: var(--fs-s);
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #808080;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after,
.field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #ffffff;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbbbbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content,
.field .tooltip .tooltip-toggle:focus + .tooltip-content,
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}
input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content {
  display: block;
}
._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus,
._has-datepicker ~ .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.2;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 40px;
  color: #cacaca;
  content: "\e612";
  font-family: 'corona-radiata-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 10px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
.actions-toolbar-full-width .actions-toolbar > .primary,
.actions-toolbar-full-width.actions-toolbar > .primary,
.actions-toolbar-full-width .actions-toolbar > .secondary,
.actions-toolbar-full-width.actions-toolbar > .secondary {
  float: none;
}
.actions-toolbar-full-width .actions-toolbar .primary,
.actions-toolbar-full-width.actions-toolbar .primary,
.actions-toolbar-full-width .actions-toolbar .primary > .action,
.actions-toolbar-full-width.actions-toolbar .primary > .action {
  width: 100%;
}
.product.data.items .tabs-contents > .data.item.content:not([role="tabpanel"]):not(:first-child) {
  display: none;
}
.product.data.items .tabs-titles {
  display: flex;
  /* Slider con scrollbar nascosta */
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product.data.items .tabs-titles::-webkit-scrollbar {
  display: none;
}
.sm-grid,
:root {
  --grid-gutter: 9.5px;
  --layout-gutter: 19px;
}
.abs-header-icon,
.header.content .link,
.header.content .trigger,
.header.content .link a,
.header.content .trigger a,
.header.content .nav-toggle {
  position: relative;
  color: var(--hi-c, #000000);
  cursor: pointer;
  text-decoration: none;
}
.abs-header-icon:visited,
.header.content .link:visited,
.header.content .trigger:visited,
.header.content .link a:visited,
.header.content .trigger a:visited,
.header.content .nav-toggle:visited {
  text-decoration: none;
}
.abs-header-icon:hover,
.header.content .link:hover,
.header.content .trigger:hover,
.header.content .link a:hover,
.header.content .trigger a:hover,
.header.content .nav-toggle:hover {
  --hi-c: #d41c4b;
  text-decoration: none;
}
.abs-header-icon:active,
.abs-header-icon.active,
.header.content .link:active,
.header.content .link.active,
.header.content .trigger:active,
.header.content .trigger.active,
.header.content .link a:active,
.header.content .link a.active,
.header.content .trigger a:active,
.header.content .trigger a.active,
.header.content .nav-toggle:active,
.header.content .nav-toggle.active {
  --hi-c: #d41c4b;
  text-decoration: none;
}
.abs-header-icon i,
.abs-header-icon svg,
.header.content .link i,
.header.content .link svg,
.header.content .trigger i,
.header.content .trigger svg,
.header.content .link a i,
.header.content .link a svg,
.header.content .trigger a i,
.header.content .trigger a svg,
.header.content .nav-toggle i,
.header.content .nav-toggle svg {
  display: block;
  text-align: center;
}
.abs-header-icon i:before,
.header.content .link i:before,
.header.content .trigger i:before,
.header.content .link a i:before,
.header.content .trigger a i:before,
.header.content .nav-toggle i:before {
  font-size: 22px;
  line-height: inherit;
}
.abs-header-icon svg,
.header.content .link svg,
.header.content .trigger svg,
.header.content .link a svg,
.header.content .trigger a svg,
.header.content .nav-toggle svg {
  width: 22px;
  fill: var(--hi-c);
  margin-left: auto;
  margin-right: auto;
}
.abs-header-icon .text,
.header.content .link .text,
.header.content .trigger .text,
.header.content .link a .text,
.header.content .trigger a .text,
.header.content .nav-toggle .text {
  display: var(--hi-t-d, none) !important;
}
.abs-header-icon .counter,
.header.content .link .counter,
.header.content .trigger .counter,
.header.content .link a .counter,
.header.content .trigger a .counter,
.header.content .nav-toggle .counter {
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
  border-radius: 11px;
  background-color: #ffffff;
  transform: translate(30%, -30%);
  min-width: 15px;
  text-align: center;
  color: #d41c4b;
  line-height: 15px;
  font-size: 1.1rem;
  font-weight: 700;
  font-size: var(--fs-xs);
}
.abs-header-icon .counter.empty,
.abs-header-icon .counter .counter-label,
.header.content .link .counter.empty,
.header.content .link .counter .counter-label,
.header.content .trigger .counter.empty,
.header.content .trigger .counter .counter-label,
.header.content .link a .counter.empty,
.header.content .link a .counter .counter-label,
.header.content .trigger a .counter.empty,
.header.content .trigger a .counter .counter-label,
.header.content .nav-toggle .counter.empty,
.header.content .nav-toggle .counter .counter-label {
  display: none;
}
.abs-header-icon .counter .loader > img,
.header.content .link .counter .loader > img,
.header.content .trigger .counter .loader > img,
.header.content .link a .counter .loader > img,
.header.content .trigger a .counter .loader > img,
.header.content .nav-toggle .counter .loader > img {
  max-width: 15px;
}
/**
* Prevent scrolling
 */
a.btn {
  text-align: center;
  text-decoration: none;
}
input[type=checkbox],
input[type=radio],
input.custom-switch {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  margin: 0 3px 0 0;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
input[type=checkbox]:active,
input[type=radio]:active,
input.custom-switch:active {
  filter: brightness(90%);
}
input[type=checkbox]:focus,
input[type=radio]:focus,
input.custom-switch:focus {
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(181, 181, 181, 0.25);
}
input[type=checkbox]:checked,
input[type=radio]:checked,
input.custom-switch:checked {
  background-color: #ffffff;
  border-color: #e8e8e8;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled,
input.custom-switch:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
input[type=checkbox].mage-error,
input[type=radio].mage-error,
input.custom-switch.mage-error {
  border-color: #d32f2f;
  color: #d32f2f;
}
input[type=checkbox].valid,
input[type=radio].valid,
input.custom-switch.valid {
  border-color: #4caf50;
  color: #4caf50;
}
input[type=checkbox]:checked {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 18 18" xml:space="preserve"><g transform="translate(-88 -903)"><g><path fill="%23000000" d="M94.6,916.8c-0.2,0-0.4-0.1-0.5-0.2l-3.1-3.2c-0.3-0.3-0.3-0.8,0-1.1c0.3-0.3,0.8-0.3,1.1,0l2.6,2.7l7.3-7.5c0.3-0.3,0.8-0.3,1.1,0c0.3,0.3,0.3,0.8,0,1.1l-7.9,8C95,916.7,94.8,916.8,94.6,916.8z"/></g></g></svg>');
}
input[type=checkbox]:indeterminate {
  background-color: #ffffff;
  border-color: #e8e8e8;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
input[type=radio] {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border-color: #000000;
}
input[type=radio]:focus {
  border-color: #d41c4b;
}
input[type=radio]:checked {
  border-color: #d41c4b;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d41c4b'/%3e%3c/svg%3e");
}
input[type=radio]:disabled {
  opacity: 0.3;
}
.custom-switch.custom-control {
  padding-left: 2.5em;
}
.custom-switch.custom-control input.custom-switch {
  width: 2.5em;
  border-radius: 2.5em;
  border-color: #e8e8e8;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e8e8e8'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
}
.custom-switch.custom-control input.custom-switch:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000000'/%3e%3c/svg%3e");
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch.custom-control input.custom-switch {
    transition: none;
  }
}
select,
.custom-select {
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-position: right 20px center;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select[multiple],
select[size]:not([size="1"]) {
  background-image: none;
}
select:-moz-focusring {
  color: transparent;
}
@media (prefers-reduced-motion: reduce) {
  select,
  .custom-select {
    transition: none;
  }
}
.dna-collapsible {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.dna-collapsible .title {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px 0 15px 0;
  color: #000000;
  display: flex;
  text-decoration: none;
}
.dna-collapsible .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: inherit;
  content: "\e61c";
  font-family: 'corona-radiata-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.dna-collapsible .content {
  border-top: none;
  padding: 0 0 15px 0;
  color: #000000;
}
.dna-collapsible.active .title:after {
  content: "\e60f";
}
.dna-accordion {
  border-bottom: 1px solid #e8e8e8;
}
.dna-accordion .dna-accordion-item {
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
}
.dna-accordion .dna-accordion-item .title {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 15px 0 15px 0;
  color: #000000;
  display: flex;
  text-decoration: none;
}
.dna-accordion .dna-accordion-item .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: inherit;
  content: "\e61c";
  font-family: 'corona-radiata-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.dna-accordion .dna-accordion-item .content {
  border-top: none;
  padding: 0 0 15px 0;
  color: #000000;
}
.dna-accordion .dna-accordion-item.active .title:after {
  content: "\e60f";
}
body div:not(.page-main) .widget.block-static-block {
  margin: 0;
  z-index: 20;
}
body#html-body > .widget.block-static-block {
  margin: 0;
}
body#html-body .preheader .pagebuilder-column-line {
  flex-wrap: nowrap;
}
body#html-body .preheader .pagebuilder-column-line .pagebuilder-column {
  text-align: center;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
/**
DO NOT TOUCH
 */
.payplug-payments-cards {
  list-style: none;
}
.payplug-payments-cards .card-last4 {
  font-weight: bold;
}
.bancontact-checkout-error,
.apple-pay-checkout-error,
.amex-checkout-error {
  color: #fc5656;
  margin-bottom: 15px;
}
.payplug-ppro-method.ppro-unavailable .payment-method-title label,
.payplug-ppro-method.ppro-unavailable .ppro-checkout-error {
  color: #b2b2b2;
}
.payplug-ppro-method.ppro-unavailable .payment-method-title label[data-error-type="mode-test"],
.payplug-ppro-method.ppro-unavailable .ppro-checkout-error[data-error-type="mode-test"] {
  color: #fc5656;
}
.payplug-ppro-method.ppro-unavailable img {
  opacity: 50%;
}
.oney-product {
  margin-bottom: 15px;
}
.oney-checkout-error {
  color: #b2b2b2;
}
.oney-checkout-error.active {
  margin-bottom: 15px;
}
.oney-logo-checkout {
  max-width: 150px;
}
[data-oney-container='payplug_payments_oney_without_fees'] .oney-logo-checkout {
  max-width: 170px;
}
.oneyLogo {
  background: 50% no-repeat;
  background-size: 100%;
}
.oneyLogo-3x {
  background-image: url('../Payplug_Payments/images/oney/3x.svg');
}
[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-3x {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x.svg');
}
.oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-3x {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x-it.svg');
  height: 50px;
}
.oneyLogo-4x {
  background-image: url('../Payplug_Payments/images/oney/4x.svg');
}
[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-4x {
  background-image: url('../Payplug_Payments/images/oney_without_fees/4x.svg');
}
.oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-4x {
  background-image: url('../Payplug_Payments/images/oney_without_fees/4x-it.svg');
  height: 50px;
}
.oneyLogo-x3x4 {
  background-image: url('../Payplug_Payments/images/oney/3x4x.svg');
}
.oney-without-fees .oneyLogo-x3x4 {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x4x.svg');
  margin-right: 5px;
}
.oney-it.oney-without-fees .oneyLogo-x3x4 {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x4x-it.svg');
}
.oneyLogo-tooltip {
  background-image: url('../Payplug_Payments/images/oney/tooltip.svg');
}
.oneyCta {
  display: block;
  position: relative;
  z-index: 3;
}
.oneyCta_button {
  align-items: center;
  background: none;
  border: none !important;
  box-shadow: none !important;
  color: #7ebd00;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  justify-content: center;
  margin: 0;
  padding: 3px;
  text-transform: uppercase;
  transition: color .4s;
  width: auto;
}
.oneyCta_button:hover {
  background: none !important;
  border: none;
  color: #7ebd00;
}
.oneyCta_button:focus,
.oneyCta_button:active {
  background: none !important;
  border: none;
  box-shadow: none;
  color: #7ebd00;
  outline: 0;
}
.oneyCta_button-disabled {
  color: #b2b2b2;
}
.oneyCta_button-disabled:hover,
.oneyCta_button-disabled:focus,
.oneyCta_button-disabled:active {
  color: #b2b2b2;
}
.oneyCta_button span {
  font: inherit;
  white-space: nowrap;
}
.oneyCta img {
  display: block;
  height: auto;
  max-width: 100%;
}
.oneyCta_logo {
  background-size: 110%;
  height: 23px;
  margin: 0 0 0 .25em;
  width: 106px;
}
.oney-without-fees .oneyCta_logo {
  background-size: 100%;
  width: 170px;
}
.oneyCta_button-disabled .oneyCta_logo {
  background-image: url('../Payplug_Payments/images/oney/3x4x-alt.svg');
}
.oney-without-fees .oneyCta_button-disabled .oneyCta_logo {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x4x-alt.svg');
  margin-right: 5px;
}
.oney-it.oney-without-fees .oneyCta_button-disabled .oneyCta_logo {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x4x-alt-it.svg');
}
.oneyCta_tooltip {
  height: 14px;
  width: 14px;
}
.oneyCta_button-disabled .oneyCta_tooltip {
  background-image: url('../Payplug_Payments/images/oney/tooltip-alt.svg');
}
.table tfoot tr.oneyCta_row {
  background: none;
}
.oneyCta_row td:first-child {
  background: none;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.oneyCta_field {
  background: rgba(128, 188, 0, 0.1);
  height: 46px;
  padding: 0 8px !important;
  text-align: right;
}
.oneyCta_wrapper {
  display: flex !important;
  justify-content: flex-end;
}
.oneyPopin {
  background: #ffffff;
  box-sizing: border-box;
  display: none;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
  padding: 15px;
  position: absolute;
  right: calc(110%);
  text-align: left;
  top: 0;
  transform: translateY(-15%);
  transition: opacity .4s;
  width: 350px;
}
.oneyPopin:after {
  background: #ffffff;
  border: 2px solid #7ebd00;
  border-bottom: none;
  border-left: none;
  content: '';
  height: 24px;
  position: absolute;
  right: -2px;
  top: 19.5%;
  transform: translate(50%, -50%) rotate(45deg);
  width: 24px;
}
.loading.oneyPopin {
  height: 100px;
  top: -50%;
}
.loading.oneyPopin:after {
  top: 50%;
}
.oneyPopin-open {
  border: 2px solid #7ebd00;
  display: block;
}
.oneyPopin-show {
  opacity: 1;
}
.oneyPopin-error {
  padding: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.oneyPopin-error:after {
  border: 2px solid #b2b2b2;
  border-bottom: none;
  border-left: none;
  top: 50%;
}
.oneyPopin-open.oneyPopin-error {
  border: 2px solid #b2b2b2;
}
.loading.oneyPopin-error {
  top: 50%;
}
.oneyPopin_title {
  background: url('../Payplug_Payments/images/oney/logo.svg') -11px 0 no-repeat;
  background-size: auto 36px;
  color: #7ebd00;
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 18px;
  padding: 36px 0 0;
  text-transform: uppercase;
}
.oneyPopin_title .underline {
  text-decoration: underline;
}
.oneyPopin_title strong {
  display: block;
}
.oney-without-fees.oney-it .oneyPopin_title {
  background: url('../Payplug_Payments/images/oney_without_fees/logo-it.svg') 0 0 no-repeat;
}
.oneyPopin_navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.oneyPopin_navigation li {
  border: 1px solid #e5e5e5;
  margin-bottom: 0;
  transition: all .4s;
}
.oneyPopin_navigation li:first-child {
  border-radius: 2px 2px 0 0;
}
.oneyPopin_navigation li:last-child {
  border-radius: 0 0 2px 2px;
}
.oneyPopin_navigation li + li {
  margin: -1px 0 0;
}
.oneyPopin_navigation li button,
.oneyPopin_navigation li a.btn {
  background: transparent;
  border: none;
  color: #b2b2b2;
  height: 32px;
  outline: 0;
  padding: 0 16px;
  text-align: left;
  width: 100%;
}
.oneyPopin_navigation li:hover,
.oneyPopin_navigation li.selected {
  border: 1px solid #7ebd00;
  z-index: 2;
}
.oneyPopin_navigation li:hover button,
.oneyPopin_navigation li.selected button,
.oneyPopin_navigation li:hover a.btn,
.oneyPopin_navigation li.selected a.btn {
  color: #777777;
}
.oneyPopin_navigation li.selected {
  background: rgba(126, 189, 0, 0.15);
}
.oneyPopin_option {
  border-bottom: 1px solid #7ebd00;
  display: none;
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 8px;
  padding: 4px;
  position: relative;
  width: 100%;
}
.oneyPopin_option-show {
  box-sizing: border-box;
  display: block;
}
.oneyPopin_option ul,
.oneyPopin_option p {
  margin: 0;
  padding-left: 0;
}
.oneyPopin_option p {
  padding: 4px 0;
}
.oneyPopin_option p,
.oneyPopin_option li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 17px;
  margin-bottom: 0;
  width: 100%;
}
.oneyPopin_option p:first-child,
.oneyPopin_option li:first-child,
.oneyPopin_option p:last-child,
.oneyPopin_option li:last-child {
  padding: 4px 0;
}
.oneyPopin_option[data-type='3x'] ul li:last-child {
  padding: 21px 0 4px;
}
.oneyPopin_option small {
  font-size: 80%;
  font-weight: 400;
}
.oneyPopin_legal {
  color: #8a8a8a;
  display: block;
  font-size: 10px;
  line-height: 13px;
  margin: 8px 0 0;
}
.oneyPopin_legal a {
  color: #7ebd00;
}
.oneyPopin_legal .legal-it {
  display: none;
}
.oney-it .oneyPopin_legal .legal-it {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
.oneyPopin_close {
  background: none;
  border: none;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 15px;
  text-indent: 24px;
  top: 15px;
  width: 24px;
}
.oneyPopin_close:focus {
  outline: 0;
}
.oneyPopin_close:before,
.oneyPopin_close:after {
  background: #7ebd00;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.oneyPopin_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.oneyPopin_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.oneyPopin_error {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}
.oneyPayment {
  max-height: 90px;
  overflow: hidden;
}
.oneyPayment-disabled {
  max-height: none;
}
.oneyPayment-open {
  max-height: 10000vh;
}
.oneyPayment_trigger {
  align-items: center;
  background: none;
  border: none;
  color: #333333;
  display: flex;
  font-size: 17px;
  font-weight: bold;
  height: 88px;
  letter-spacing: -1px;
  padding: 0 15px;
  position: relative;
  text-align: left;
  width: 100%;
}
.oneyPayment-disabled .oneyPayment_trigger {
  color: #b2b2b2;
  cursor: default;
}
.oneyPayment-disabled .oneyPayment_trigger:hover {
  background: #fbfbfb;
}
.oneyPayment_trigger:hover {
  background: #f6f6f6;
}
.oneyPayment-open .oneyPayment_trigger:hover {
  background: #fbfbfb;
}
.oneyPayment_trigger:focus {
  outline: 0;
}
.oneyPayment_trigger:after {
  align-items: center;
  color: #777777;
  content: '\f054';
  display: flex;
  font-size: 25px;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 30px;
}
.oneyPayment-disabled .oneyPayment_trigger:after {
  display: none;
}
.oneyPayment_label {
  display: flex;
  flex-direction: column;
  line-height: 1.3em;
}
.oneyPayment_error {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.oneyPayment_logo {
  background-size: 110%;
  display: block;
  height: 45px;
  margin: 0 15px 0 0;
  max-width: 100%;
  width: 165px;
}
.oneyPayment-disabled .oneyPayment_logo {
  background-image: url('../Payplug_Payments/images/oney/3x4x-alt.svg');
}
.oney-without-fees .oneyPayment-disabled .oneyPayment_logo {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x4x-alt.svg');
}
.oneyPayment_cta {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
  width: 100%;
}
.oneyPayment_button {
  background: #81bc00;
  border: none;
  color: #ffffff;
  font-size: 15px;
  height: 50px;
  width: 254px;
}
.oneyPayment_button-disabled {
  background: #b2b2b2;
}
.oneyPayment .more-info {
  color: #7ebd00;
  display: block;
  font-size: 13px;
  margin: 0 auto 15px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100px;
}
.oneyOption {
  align-items: center;
  border: 1px solid #dce0e8;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: 0 8px 30px;
  padding: 30px;
  position: relative;
  width: calc(50% - 16px);
}
.oneyOption:after {
  background: #81bc00;
  bottom: -14px;
  box-shadow: 0px -5px 10px 5px #ffffff inset;
  content: '';
  display: block;
  height: 13px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
}
.oneyOption:hover {
  border-color: #81bc00;
}
.oneyOption:hover:after {
  opacity: 1;
}
.oneyOption-selected {
  background: rgba(129, 188, 0, 0.15);
  border-color: #81bc00;
}
.oneyOption-selected:after {
  opacity: 1;
}
.oneyOption_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 8px;
  position: relative;
}
.oneyOption_wrapper-loading {
  justify-content: center;
  padding: 16px;
}
.oneyOption_wrapper-loading + .oneyPayment_cta {
  display: none;
}
.oneyOption_logo {
  display: block;
  height: 35px;
  max-width: 100%;
  width: 135px;
}
.oneyOption_title {
  align-items: center;
  box-sizing: border-box;
  color: #2f2930;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  height: 90px;
  justify-content: center;
  padding: 0 0 35px;
}
.oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyOption_title {
  height: 110px;
}
.oneyOption_prices {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.oneyOption_prices ul {
  color: #2f2930;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.oneyOption_prices ul li {
  border-bottom: 1px solid #dce0e8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 21px;
  padding: 0 0 16px;
}
.oneyOption_prices ul li + li {
  padding: 16px 0;
}
.oneyOption_prices ul li:last-child {
  border: none;
  margin: auto 0 0;
  padding: 16px 0 0;
}
.oneyOption_prices ul li span {
  display: flex;
  font-weight: 600;
  max-width: 50%;
}
.oneyOption_prices ul li span:first-child {
  font-weight: 500;
}
.oneyOption_prices ul li small {
  display: block;
  width: 100%;
}
.oneyOption_legend {
  color: #2f2930;
  font-weight: 400;
  margin: auto 0 0;
  text-align: center;
}
.oneyOption_radio {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyPayment_logo,
.onestepcheckout-index-index .page-layout-category-full-width .datatrics-carousel-container .aw-onestep-main .payment-method-content .oneyPayment_logo {
  margin: 0 15px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyPayment_cta,
.onestepcheckout-index-index .page-layout-category-full-width .datatrics-carousel-container .aw-onestep-main .payment-method-content .oneyPayment_cta {
  margin: 0 0 30px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyOption,
.onestepcheckout-index-index .page-layout-category-full-width .datatrics-carousel-container .aw-onestep-main .payment-method-content .oneyOption {
  margin: 0 8px 30px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyOption_prices ul,
.onestepcheckout-index-index .page-layout-category-full-width .datatrics-carousel-container .aw-onestep-main .payment-method-content .oneyOption_prices ul {
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyOption_prices ul li:last-child,
.onestepcheckout-index-index .page-layout-category-full-width .datatrics-carousel-container .aw-onestep-main .payment-method-content .oneyOption_prices ul li:last-child {
  margin: auto 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyOption_legend,
.onestepcheckout-index-index .page-layout-category-full-width .datatrics-carousel-container .aw-onestep-main .payment-method-content .oneyOption_legend {
  margin: auto 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .payplug-payments-cards li,
.onestepcheckout-index-index .page-layout-category-full-width .datatrics-carousel-container .aw-onestep-main .payment-method-content .payplug-payments-cards li {
  margin-bottom: 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .payplug-payments-cards,
.onestepcheckout-index-index .page-layout-category-full-width .datatrics-carousel-container .checkout-container .payplug-payments-cards {
  padding-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payplug-payments-cards img,
.onestepcheckout-index-index .page-layout-category-full-width .datatrics-carousel-container .checkout-container .payplug-payments-cards img {
  display: inline;
}
.prepaid-card-mention {
  display: none;
}
.prepaid-card-mention.visible {
  display: inline-block;
}
.label-oney {
  align-items: center;
  display: inline-flex;
}
.payplug-method-title {
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .oney-product {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .oneyCta {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .cart-summary .oneyCta {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .oneyCta_button {
    height: 32px;
    position: relative;
  }
  .oneyCta_field {
    background: transparent;
    height: auto;
  }
  .oneyPopin {
    background: transparent;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    right: auto;
    transform: none;
    transition: max-height 0.4s, border 0.4s, padding 0.4s;
    width: 100%;
  }
  .oneyPopin:after {
    display: none;
  }
  .loading.oneyPopin {
    border: none;
    height: 0;
    padding: 0;
  }
  .oneyPopin-open {
    max-height: 555px;
  }
  .oneyPopin-error {
    background: rgba(178, 178, 178, 0.1);
    padding: 0 8px;
    top: 0;
    transform: none;
    width: 100%;
  }
  .oneyPopin-open.oneyPopin-error {
    background: rgba(178, 178, 178, 0.1);
    padding: 8px;
  }
  .loading.oneyPopin-error {
    border: none;
    height: 0;
    padding: 0;
  }
  .oneyPopin_title {
    margin: 15px 0 24px;
  }
  .oneyPopin_legal {
    padding: 0 0 15px;
  }
  .oneyPopin_close {
    display: none;
  }
  .oneyPayment-open {
    margin-bottom: 15px;
  }
  .oneyPayment_trigger {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .oneyPayment-disabled .oneyPayment_trigger {
    height: auto;
    padding: 8px 15px;
  }
  .oneyPayment .more-info {
    margin-top: 10px;
  }
  .oneyOption {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
  }
  .oneyOption:after {
    display: none;
  }
  .oneyOption-selected {
    background: none;
    border: none;
  }
  .oneyOption_wrapper {
    padding: 89px 0 0;
    position: relative;
  }
  .oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyOption_wrapper {
    padding: 109px 0 0;
  }
  .oneyOption_wrapper-loading {
    padding: 16px;
  }
  .oneyOption_logo {
    height: 30px;
    width: 100px;
  }
  [data-oney-container='payplug_payments_oney_without_fees'] .oneyOption_logo {
    width: 150px;
  }
  .oneyOption_title {
    background: transparent;
    border: 1px solid #dce0e8;
    border-bottom: 5px solid transparent;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .oneyOption:nth-child(2) .oneyOption_title {
    border-left: none;
    left: 50%;
  }
  .oneyOption-selected .oneyOption_title {
    border-bottom: 5px solid #81bc00;
  }
  .oneyOption_prices {
    border: 1px solid #dce0e8;
    box-sizing: border-box;
    display: none;
    height: auto;
    padding: 30px 16px;
  }
  .oneyOption-selected .oneyOption_prices {
    display: block;
  }
  .oneyOption_prices ul li {
    padding: 8px 0;
  }
  .oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-3x,
  .oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-4x {
    height: 55px;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyPayment-open,
  .onestepcheckout-index-index .page-layout-category-full-width .datatrics-carousel-container .aw-onestep-main .payment-method-content .oneyPayment-open {
    margin-bottom: 15px;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyOption,
  .onestepcheckout-index-index .page-layout-category-full-width .datatrics-carousel-container .aw-onestep-main .payment-method-content .oneyOption {
    margin: 0;
  }
}
.payplug-apple-pay-method .payment-method-title,
.payplug-amex-method .payment-method-title,
.payplug-ppro-method .payment-method-title,
.payplug-apple-pay-method .payment-method-title label,
.payplug-amex-method .payment-method-title label,
.payplug-ppro-method .payment-method-title label {
  align-items: center;
  display: inline-flex;
  width: 100%;
}
.payplug-apple-pay-method .payment-method-title input[type='radio'],
.payplug-ppro-method .payment-method-title input[type='radio'],
.payplug-apple-pay-method .payment-method-title img,
.payplug-ppro-method .payment-method-title img {
  margin-right: 10px;
}
.payplug-amex-method .payment-method-title img {
  height: 50px;
}
[data-ppro-container="payplug_payments_satispay"] .payment-method-title img {
  width: 100px;
}
[data-ppro-container="payplug_payments_sofort"] .payment-method-title img {
  width: 80px;
}
[data-ppro-container="payplug_payments_giropay"] .payment-method-title img {
  width: 110px;
}
[data-ppro-container="payplug_payments_ideal"] .payment-method-title img {
  width: 50px;
}
[data-ppro-container="payplug_payments_mybank"] .payment-method-title img {
  width: 70px;
}
.form-integrated {
  width: 300px;
  margin-bottom: 30px;
}
.integrated-container.after-cards .form-integrated {
  margin-left: 40px;
}
.form-integrated .schemes-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 20px;
}
.form-integrated .schemes-container .card-title {
  color: #555D64;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.form-integrated .schemes-container .schemes .scheme {
  cursor: pointer;
}
.form-integrated .schemes-container .schemes .scheme input {
  display: none;
}
.form-integrated .schemes-container .schemes .scheme input + span {
  display: inline-block;
  width: 33px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: contain;
}
.form-integrated .schemes-container .schemes .scheme input[value="visa"] + span {
  background-image: url('../Payplug_Payments/images/icons/visa-dark.svg');
}
.form-integrated .schemes-container .schemes .scheme input[value="visa"]:checked + span {
  background-image: url('../Payplug_Payments/images/icons/visa.svg');
}
.form-integrated .schemes-container .schemes .scheme input[value="mastercard"] + span {
  background-image: url('../Payplug_Payments/images/icons/mastercard-dark.svg');
}
.form-integrated .schemes-container .schemes .scheme input[value="mastercard"]:checked + span {
  background-image: url('../Payplug_Payments/images/icons/mastercard.svg');
}
.form-integrated .schemes-container .schemes .scheme input[value="cb"] + span {
  background-image: url('../Payplug_Payments/images/icons/cb-dark.svg');
}
.form-integrated .schemes-container .schemes .scheme input[value="cb"]:checked + span {
  background-image: url('../Payplug_Payments/images/icons/cb.svg');
}
.form-integrated .input-container {
  border: 1px solid #dce0e8;
  height: 40px;
  padding: 0 16px 0 50px;
  position: relative;
  width: calc(234px);
}
.form-integrated .input-container:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 16px;
  width: 24px;
  height: 24px;
  background: #95999e 50% no-repeat;
  background-size: 100% auto;
}
.form-integrated .input-container + .error-container .invalid-field,
.form-integrated .input-container + .error-container .empty-field {
  color: #E91932;
  display: none;
}
.form-integrated .input-container.error-invalid,
.form-integrated .input-container.error-empty {
  border: 1px solid #E91932;
}
.form-integrated .input-container.error-invalid + .error-container .invalid-field,
.form-integrated .input-container.error-empty + .error-container .empty-field {
  display: block;
}
.form-integrated .cardholder-input-container:before {
  mask-image: url('../Payplug_Payments/images/icons/account.svg');
  -webkit-mask-image: url('../Payplug_Payments/images/icons/account.svg');
}
.form-integrated .pan-input-container:before {
  mask-image: url('../Payplug_Payments/images/icons/card.svg');
  -webkit-mask-image: url('../Payplug_Payments/images/icons/card.svg');
}
.form-integrated .exp-input-container:before {
  mask-image: url('../Payplug_Payments/images/icons/calendar.svg');
  -webkit-mask-image: url('../Payplug_Payments/images/icons/calendar.svg');
}
.form-integrated .cvv-input-container:before {
  mask-image: url('../Payplug_Payments/images/icons/lock.svg');
  -webkit-mask-image: url('../Payplug_Payments/images/icons/lock.svg');
}
.form-integrated .exp-cvv-container {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 10px;
}
.form-integrated .exp-cvv-container > div {
  width: calc(140px);
}
.form-integrated .exp-cvv-container > div .input-container {
  width: calc(74px);
}
.form-integrated .transaction-secured,
.form-integrated .policy {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
}
.form-integrated .transaction-secured {
  color: #212225;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.form-integrated .transaction-secured img {
  height: 16px;
}
.form-integrated .policy {
  text-align: center;
}
.form-integrated .policy a {
  display: block;
  color: #909192;
  text-decoration: underline;
}
.form-integrated .save-card-container {
  margin-top: 10px;
}
.form-integrated .message {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .form-integrated {
    margin: 0 auto 30px;
  }
}
#modal-newsletter {
  display: none;
}
.newsletter-popup #modal-newsletter {
  display: block;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
/*
 * Shipper HQ
 *
 * @category ShipperHQ
 * @package ShipperHQ_AddressAutocomplete
 * @copyright Copyright (c) 2020 Zowta LTD and Zowta LLC (http://www.ShipperHQ.com)
 * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 * @author ShipperHQ Team sales@shipperhq.com
 */
.pac-container {
  z-index: 905 !important;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.cart-totals {
  min-height: 122px;
}
.cart-totals.skeleton-easy .table-wrapper {
  visibility: hidden;
}
.cart-summary .block.discount:not([role="tablist"]) .content,
.cart-summary .block.giftcard:not([role="tablist"]) .content {
  display: none;
}
.block.block-minicart {
  margin-bottom: 0;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.product-info-price .price-box .price-from .price-label {
  display: inline;
}
.product-info-price .price-box .price-from + .price-to {
  display: none;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--layout-max-width);
  padding-left: max(var(--layout-gutter), var(--sal));
  padding-right: max(var(--layout-gutter), var(--sar));
}
.amblog-full-width-image .amblog-image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 472px;
}
.amblog-featured-post {
  position: relative;
}
.amblog-featured-post .amblog-info {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.estimated-delivery-wrapper {
  height: 70px;
  border-radius: 10px;
}
.checkout-cart-configure .before-add-to-cart {
  margin-top: 15px;
}
@keyframes shine-lines {
  0% {
    background-position: -100px;
  }
  40% {
    background-position: 140px;
  }
  100% {
    background-position: 140px;
  }
}
#fake-configurable {
  margin-bottom: 20px;
}
#fake-configurable-items-wrapper {
  color: #000000;
}
#fake-configurable-items-wrapper .skeleton {
  background-image: linear-gradient(90deg, #f2f2f2 0px, #ffffff 40px, #f2f2f2 80px) !important;
  background-size: 600px !important;
  border: unset !important;
  animation: shine-lines 1.6s infinite linear;
}
#fake-configurable-items-wrapper .skeleton.label {
  height: 18.56px;
  width: 150px;
  display: block;
}
#fake-configurable-items-wrapper .items-wrapper {
  margin-top: 10px;
}
#fake-configurable-items-wrapper .items-wrapper .items {
  display: flex;
  row-gap: 10px;
  overflow-x: auto;
  scrollbar-color: black transparent;
}
#fake-configurable-items-wrapper .items-wrapper .items .item.skeleton {
  aspect-ratio: 1;
}
#fake-configurable-items-wrapper .items-wrapper .item {
  width: 86px;
  min-width: 75px;
  margin: 0 10px 0 0;
  border-bottom: 1px solid transparent;
  flex-direction: row;
  background-color: #f8f8f8;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#fake-configurable-items-wrapper .items-wrapper .item img {
  mix-blend-mode: multiply;
}
.storelocator-index-index .page-title-wrapper-parent {
  visibility: hidden;
  height: 0;
}
.page-footer .dna-footer-item [data-content-type='row'][data-appearance="full-bleed"] {
  padding-left: max(var(--layout-gutter), var(--sal));
  padding-right: max(var(--layout-gutter), var(--sar));
}
div.datatrics-assistant {
  z-index: 10;
}
.datatrics-carousel {
  overflow: hidden;
}
.datatrics-carousel-container {
  min-height: 355px;
}
.datatrics-carousel-container:not(.loaded) {
  width: auto;
  -webkit-mask: linear-gradient(#000000 0 0) bottom right / 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background: linear-gradient(90deg, #cccccc38 40%, #fff, #cccccc38 60%) right/300% 100%;
  animation: skeleton-animation 1s linear infinite;
}
.datatrics-carousel-container:not(.loaded) .dt-box {
  visibility: hidden;
  opacity: 0;
}
.checkout-cart-index .datatrics-carousel-container {
  margin-top: 60px;
}
.products-grid .product-item-inner .actions-primary {
  display: none;
}
.toolbar-sorter-wrapper .toolbar-sorter:not(.dna-dropdown-widget) {
  position: relative;
  height: 28px;
}
.toolbar-sorter-wrapper .toolbar-sorter:not(.dna-dropdown-widget) > select {
  visibility: hidden;
  width: 32px;
  padding: 0;
  height: 23px;
}
.toolbar-sorter-wrapper .toolbar-sorter:not(.dna-dropdown-widget):after {
  width: auto;
  -webkit-mask: linear-gradient(#000000 0 0) bottom right / 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background: linear-gradient(90deg, #cccccc38 40%, #fff, #cccccc38 60%) right/300% 100%;
  animation: skeleton-animation 1s linear infinite;
  display: block;
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
}
.product-item .product-item-name .product-item-link {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-inline-box;
}
.product-item .product-item-details {
  position: relative;
}
.product-item .product-item-details .actions-secondary .action.towishlist {
  position: absolute;
  top: 0;
  right: var(--fs-l);
  width: var(--fs-l);
  line-height: var(--fs-l);
}
.product-item .product-item-details .actions-secondary .action.towishlist::before {
  font-size: var(--fs-l);
  line-height: var(--fs-l);
}
.catalog-product-view .product-options-wrapper .swatch-opt:not([data-rendered="true"]) {
  width: auto;
  -webkit-mask: linear-gradient(#000000 0 0) bottom right / 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background: linear-gradient(90deg, #cccccc38 40%, #fff, #cccccc38 60%) right/300% 100%;
  animation: skeleton-animation 1s linear infinite;
  min-height: 91px;
  border-radius: 10px;
}
.product-info-main .product-add-magic {
  height: 130px;
  position: relative;
}
.product-info-main .product-add-magic .skeleton-easy {
  position: absolute;
  width: 100%;
  height: 70px;
}
.product-info-main .product-add-magic .button-wrapper > div {
  width: 100%;
}
.product-info-main .product-add-magic .button-wrapper > div > magic-checkout {
  position: relative;
  width: 100%;
  background: white;
  height: 90px;
  top: -28px;
  visibility: hidden;
}
.product-info-main .product-add-magic .button-wrapper > div + div > magic-checkout {
  visibility: visible;
}
.product-info-main .dna-accordion .content:not([role="tabpanel"]),
.product-info-main .dna-collapsible .content:not([role="tabpanel"]) {
  display: none;
}
.catalog-displaymode-page-title {
  height: 0;
  visibility: hidden;
}
.catalog-displaymode-columns {
  min-height: 0;
}
.catalog-product-view .scalapay-text {
  width: auto;
  -webkit-mask: linear-gradient(#000000 0 0) bottom right / 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background: linear-gradient(90deg, #cccccc38 40%, #fff, #cccccc38 60%) right/300% 100%;
  animation: skeleton-animation 1s linear infinite;
  min-height: 21.56px;
}
.catalog-product-view .scalapay-text > * {
  background: white;
}
.forgot-password-container .field.note,
.create-password-container .field.note {
  margin-bottom: 40px;
}
.forgot-password-container .recaptcha-inline-text,
.create-password-container .recaptcha-inline-text {
  margin-top: 10px;
}
.forgot-password-container .actions-toolbar > .secondary .action,
.login-form-container .actions-toolbar > .secondary .action {
  display: block;
  margin-top: 15px;
}
.create-password-container .form .field.choice,
.login-form-container .form .field.choice {
  display: none;
}
.create-password-container .form .field:nth-last-child(2),
.login-form-container .form .field:nth-last-child(2) {
  margin-bottom: 0;
}
.login-form-container .field.note {
  display: none;
}
.register-form-container .action.primary {
  color: #000000;
  background: #e8e8e8;
  border: none;
}
.register-form-container .action.primary:hover,
.register-form-container .action.primary:focus {
  color: #000000;
  background: rgba(232, 232, 232, 0.7);
  border: none;
}
.register-form-container .block-content > p {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.new-account-container .field.choice {
  margin-bottom: 10px;
}
.new-account-container .field.choice.newsletter {
  margin-bottom: 0;
  text-align: left;
  color: #000000;
}
.new-account-container .fieldset.create.account {
  margin-bottom: 10px;
}
.new-account-container .fieldset.create.info {
  margin-bottom: 10px;
}
.new-account-container .fieldset.additional_info {
  text-align: left;
  color: #000000;
}
.catalog-category-view.page-layout-category-full-width.no-results .datatrics-carousel-container {
  display: none;
}
.catalog-category-view.page-layout-category-full-width.no-results .columns {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.catalog-category-view.page-layout-category-full-width.no-results .column.main {
  padding: 0;
  width: 100%;
}
.catalog-category-view.page-layout-category-full-width.no-results .info.empty {
  text-align: center;
}
body {
  overflow-x: hidden;
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main,
.page-layout-category-full-width .datatrics-carousel-container {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #e8e8e8;
}
.header.content {
  padding-top: 9px;
  position: relative;
}
.action.showcart.trigger,
.link.wishlist a,
.link.account a {
  display: block;
}
.breadcrumbs.loading {
  height: 18px;
}
.logo {
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  height: auto;
}
.page-main > .page-title-wrapper .page-title + .action,
.page-layout-category-full-width .datatrics-carousel-container > .page-title-wrapper .page-title + .action {
  margin-top: 27px;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  border-radius: 5px;
  margin: 0 0 9px;
  padding: 12px 13px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  font-size: var(--fs-base);
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #808080;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #000000;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #d41c4b;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #d41c4b;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 9px;
}
.message.global.demo {
  border-radius: 5px;
  margin: 0 0 9px;
  padding: 12px 13px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  font-size: var(--fs-base);
  background: #e8e8e8;
  border-color: none;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #000000;
}
.message.global.demo a:hover {
  color: #d41c4b;
}
.message.global.demo a:active {
  color: #d41c4b;
}
.page-header .panel.wrapper .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .panel.wrapper .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .panel.wrapper .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .panel.wrapper .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .panel.wrapper .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e622";
  font-family: 'corona-radiata-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e621";
  font-family: 'corona-radiata-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .panel.wrapper .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .panel.wrapper .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before,
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .panel.wrapper .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .panel.wrapper .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}
.page-header .panel.wrapper .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .panel.wrapper .switcher li,
.page-footer .switcher li {
  font-size: 12px;
  margin: 0;
}
.page-header .panel.wrapper .switcher .label,
.page-footer .switcher .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .panel.wrapper .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.action.skip:not(:focus) {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 9px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.nav-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-sidebar .parent > a {
  color: #000000;
  line-height: 1.33;
  font-size: 1.6rem;
  font-weight: 400;
  font-size: var(--fs-xl);
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: var(--fs-h4);
  font-weight: 600;
  margin-top: 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.nav-sidebar .parent > ul li a {
  text-decoration: none;
}
.nav-sidebar .parent > ul li strong {
  text-decoration: underline;
  font-weight: 600;
  color: #000000;
}
.nav-sidebar .parent > ul li:last-child {
  margin-bottom: 0;
}
.product-info-main .action.towishlist > span,
.product-options-bottom .action.towishlist > span,
.block-bundle-summary .action.towishlist > span {
  display: none;
}
.toolbar.wishlist-toolbar:not(.bottom) .pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toolbar.wishlist-toolbar:not(.bottom) .pages {
  display: none;
}
.toolbar.wishlist-toolbar.bottom .toolbar-amount,
.toolbar.wishlist-toolbar.bottom .limiter {
  display: none;
}
.toolbar.wishlist-toolbar.bottom .pages {
  float: unset;
  position: static;
}
.account .products-grid .product-item-inner .actions-primary {
  display: block;
}
.checkout-cart-index .floating-widget,
.checkout-index-index .floating-widget {
  display: none !important;
}
.nav-sidebar .title {
  color: #000000;
  line-height: 1.33;
  font-size: 1.6rem;
  font-weight: 400;
  font-size: var(--fs-xl);
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
  font-size: var(--fs-h4);
  font-weight: 600;
  margin-top: 0;
}
.nav-sidebar .content > ul {
  margin: 0;
  padding: 0;
}
.nav-sidebar .content > ul li a {
  text-decoration: none;
}
.nav-sidebar .content > ul li.active a {
  text-decoration: underline;
  font-weight: 600;
}
.nav-sidebar .content > ul li:last-child {
  margin-bottom: 0;
}
.logo img {
  margin: 0 auto;
}
@media all and (min-width: 1024px), print {
  :root {
    --fs-xl: 16px;
    --fs-l: 16px;
    --fs-base: 14px;
    --fs-s: 13px;
    --fs-xs: 12px;
    --fs-h1: 46px;
    --fs-h2: 32px;
    --fs-h3: 24px;
    --fs-h4: 20px;
    --fs-h5: 18px;
    --fs-h6: 16px;
  }
  h1,
  .h1 {
    margin-bottom: 36px;
  }
  body:not(.category-layout-cms) .page-main,
  body:not(.category-layout-cms) .page-layout-category-full-width .datatrics-carousel-container {
    margin-top: 20px;
  }
  .category-layout-cms .column.main {
    min-height: 0;
  }
  body#html-body .preheader .swiper-wrapper {
    justify-content: center;
  }
  body#html-body .preheader .swiper-wrapper .pagebuilder-column {
    width: unset !important;
  }
  body#html-body .preheader .pagebuilder-column-line {
    justify-content: center;
  }
  body#html-body .preheader .pagebuilder-column-line .pagebuilder-column {
    flex: unset;
    width: unset;
  }
  body#html-body .preheader .pagebuilder-column-line .pagebuilder-column:not(:first-child) {
    flex-direction: unset;
  }
  body#html-body .preheader .pagebuilder-column-line .pagebuilder-column:not(:first-child):before {
    content: "|";
    display: inline;
    left: -10px;
    position: relative;
    color: #ffffff;
  }
  .amblog-full-width-image .amblog-image-wrapper img {
    height: 520px;
  }
  .cart-estimated-delivery-wrapper > div > div {
    min-height: 50px;
  }
  .cart-estimated-delivery-wrapper > div > div.skeleton-easy {
    width: 600px;
    border-radius: 10px;
  }
  .checkout-cart-configure .before-add-to-cart {
    margin-top: 40px;
  }
  #fake-configurable {
    margin-bottom: 30px;
  }
  #fake-configurable-items-wrapper .skeleton.label {
    height: 20px;
  }
  .datatrics-carousel-container {
    min-height: 437px;
  }
  .datatrics-carousel-container:not(.loaded) {
    border-radius: 20px;
  }
  .catalog-category-view .datatrics-carousel-container {
    margin-top: 40px;
  }
  .checkout-cart-index .datatrics-carousel-container {
    margin-top: 100px;
  }
  .catalog-product-view .gallery-placeholder._block-content-loading > div {
    margin-left: calc(-1 * var(--grid-gutter));
  }
  .catalog-product-view .gallery-placeholder._block-content-loading .image-placeholder {
    height: 511px;
    margin-bottom: 20px;
  }
  .catalog-product-view .gallery-placeholder._block-content-loading .image-placeholder:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    width: auto;
    -webkit-mask: linear-gradient(#000000 0 0) bottom right / 100% 100%;
    -webkit-mask-repeat: no-repeat;
    background: linear-gradient(90deg, #cccccc38 40%, #fff, #cccccc38 60%) right/300% 100%;
    animation: skeleton-animation 1s linear infinite;
  }
  .catalog-product-view .gallery-placeholder._block-content-loading .image-placeholder:nth-child(1):before {
    border-top-left-radius: 20px;
  }
  .catalog-product-view .gallery-placeholder._block-content-loading .image-placeholder:nth-child(2):before {
    border-top-right-radius: 20px;
  }
  .catalog-product-view .gallery-placeholder._block-content-loading .image-placeholder:nth-last-child(2):before {
    border-bottom-left-radius: 20px;
  }
  .catalog-product-view .gallery-placeholder._block-content-loading .image-placeholder:nth-last-child(1):before {
    border-bottom-right-radius: 20px;
  }
  .product-info-main .product-add-magic {
    height: 140px;
  }
  .product-info-main .product-add-magic .skeleton-easy {
    height: 80px;
  }
  .product-info-main .product-add-magic .button-wrapper > div > magic-checkout {
    height: 100px;
    top: -35px;
  }
  .catalog-product-view .scalapay-text {
    min-height: 22.09px;
  }
  .forgot-password-container .field.note,
  .create-password-container .field.note {
    margin-bottom: 60px;
  }
  .forgot-password-container .actions-toolbar > .secondary .action,
  .login-form-container .actions-toolbar > .secondary .action {
    margin-top: 25px;
  }
  .register-form-container .block-new-customer p {
    min-height: calc(140px);
  }
  .new-account-container .fieldset.create.info {
    display: flex;
    margin-bottom: 0;
  }
  .new-account-container .fieldset.create.info > .field {
    width: 50%;
  }
  .new-account-container .fieldset.create.info > .field-name-firstname {
    margin-right: 10px;
  }
  .new-account-container .fieldset.create.info > .field-name-lastname {
    margin-left: 10px;
  }
  .account .nav-sections-item-content .navigation {
    display: none;
  }
  .sections.nav-sections li.level0:not(.active):not(.has-active),
  .sections.nav-sections li.level0 > .level-top {
    display: none;
  }
  .sections.nav-sections li.level0 > .submenu {
    display: block !important;
  }
  .sections.nav-sections li.level0 .column {
    display: inline-block;
  }
  .sections.nav-sections li.level0 li.active,
  .sections.nav-sections li.level0 li.has-active {
    font-weight: 700;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 13px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 4.5px;
  }
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .header.content:after {
    clear: both;
  }
  .page-header {
    border: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #d41c4b;
  }
  .page-header .header.panel {
    padding-bottom: 9px;
    padding-top: 9px;
  }
  .page-header .header.panel:before,
  .page-header .header.panel:after {
    content: '';
    display: table;
  }
  .page-header .header.panel:after {
    clear: both;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title,
  .page-layout-category-full-width .datatrics-carousel-container > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action,
  .page-layout-category-full-width .datatrics-carousel-container > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 18px;
  }
  .logo img {
    max-height: inherit;
  }
  .toolbar.wishlist-toolbar:not(.bottom) .pager {
    align-items: baseline;
  }
  .animated-text-slider {
    position: relative;
  }
  .animated-text-slider .product-items {
    position: static;
  }
  .free-product-list .pagebuilder-column-group .pagebuilder-column {
    flex: none;
  }
  .free-product-list .pagebuilder-column-group .pagebuilder-column .product-items {
    margin-right: calc(-1 * var(--grid-gutter)) !important;
    margin-left: calc(-1 * var(--grid-gutter)) !important;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --scrollbar-width: 0px;
  }
  .checkout-cart-index .cart-estimated-delivery-wrapper > div > div {
    position: relative;
    text-align: center;
    min-height: 67px;
    left: calc(-1 * var(--layout-gutter));
    width: calc(100% + (var(--layout-gutter) * 2));
    background-color: #f5f5f5;
  }
  .checkout-cart-index .cart-estimated-delivery-wrapper > div > div .estimated-delivery {
    padding: 15px var(--layout-gutter);
  }
  #stores-list-map {
    --scrollbar-width: 0px;
    position: relative;
    right: auto;
    overflow-x: hidden;
    width: calc(100vw - var(--scrollbar-width));
    left: calc((100% - 100vw + var(--scrollbar-width))/2);
  }
  .store-locator-results {
    --actual-scrollbar-width: 0;
  }
  .catalog-product-view .gallery-placeholder._block-content-loading {
    position: relative;
  }
  .catalog-product-view .gallery-placeholder._block-content-loading:after {
    content: '';
    display: block;
    position: relative;
    width: auto;
    -webkit-mask: linear-gradient(#000000 0 0) bottom right / 100% 100%;
    -webkit-mask-repeat: no-repeat;
    background: linear-gradient(90deg, #cccccc38 40%, #fff, #cccccc38 60%) right/300% 100%;
    animation: skeleton-animation 1s linear infinite;
    height: 370px;
    left: calc(-1 * var(--layout-gutter));
    width: calc(100% + (2 * var(--layout-gutter)));
  }
  .catalog-product-view .breadcrumbs.loading {
    height: unset;
  }
  .rounded-image {
    position: relative;
    right: auto;
    overflow-x: hidden;
    width: calc(100vw - var(--scrollbar-width));
    left: calc((100% - 100vw + var(--scrollbar-width))/2);
  }
  #html-body .category-slider .pagebuilder-column-line,
  #html-body .season-slider .pagebuilder-column-line {
    flex-wrap: nowrap;
  }
  #html-body .category-slider {
    position: relative;
    right: auto;
    overflow-x: hidden;
    width: calc(100vw - var(--scrollbar-width));
    left: calc((100% - 100vw + var(--scrollbar-width))/2);
    --grid-gutter: 5px;
  }
  #html-body .category-slider .pagebuilder-column-line {
    width: 79%;
    margin: auto;
  }
  #html-body .category-slider .pagebuilder-column-line .pagebuilder-column {
    flex: none;
  }
}
@media all and (min-width: 1280px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .page-layout-category-full-width .datatrics-carousel-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: var(--layout-max-width);
  }
  .page-main,
  .page-layout-category-full-width .datatrics-carousel-container {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 40px;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 40px;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 40px;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 40px;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .page-header .wrapper .panel.header {
    padding: 0;
  }
  .lg-grid,
  :root {
    --grid-gutter: 20px;
    --layout-gutter: 40px;
  }
  .items.am-labels-folding .item.-is-collapsible .am-collapse-icon:not(.-active) ~ .items {
    display: none !important;
  }
  .datatrics-carousel-container {
    min-height: 490px;
  }
  .product-item.carousel-5-columns {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .nav-sidebar .parent > a {
    margin-bottom: 30px;
    cursor: default;
  }
  .nav-sidebar .parent > ul {
    display: block !important;
  }
  .nav-sidebar .title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .account-nav .content:not([role="tabpanel"]) {
    display: none;
  }
  .nav-sidebar {
    margin-bottom: 20px;
  }
  .nav-sidebar .parent {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .nav-sidebar .parent > a {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0 15px 0;
    color: #000000;
    margin-bottom: 0;
    display: flex;
    text-decoration: none;
  }
  .nav-sidebar .parent > a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: inherit;
    content: "\e61c";
    font-family: 'corona-radiata-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sidebar .parent > ul {
    border-top: none;
    padding: 0 0 15px 0;
    color: #000000;
  }
  .nav-sidebar .parent > ul:not([role="tab-panel"]) {
    display: none;
  }
  .nav-sidebar .parent.active > a:after {
    content: "\e60f";
  }
  .nav-sidebar {
    margin-bottom: 20px;
  }
  .nav-sidebar > .nav-sidebar-collapsible {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .nav-sidebar > .nav-sidebar-collapsible .title {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0 15px 0;
    color: #000000;
    display: flex;
    text-decoration: none;
  }
  .nav-sidebar > .nav-sidebar-collapsible .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: inherit;
    content: "\e61c";
    font-family: 'corona-radiata-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sidebar > .nav-sidebar-collapsible .content {
    border-top: none;
    padding: 0 0 15px 0;
    color: #000000;
  }
  .nav-sidebar > .nav-sidebar-collapsible.active .title:after {
    content: "\e60f";
  }
  .nav-sidebar .title {
    margin-bottom: 0;
  }
  .nav-sidebar .content:not([role="tab-panel"]) {
    display: none;
  }
}
[data-content-type="products"][data-appearance="carousel"] {
  overflow: hidden;
}
[data-content-type="products"][data-appearance="carousel"] .dna-carousel {
  position: static;
}
[data-appearance="collage-centered"] .pagebuilder-banner-wrapper .pagebuilder-overlay,
[data-appearance="collage-centered"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  right: 50%;
  width: 100%;
  max-width: 540px;
}
[data-appearance="collage-centered"] .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content p,
[data-appearance="collage-centered"] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-collage-content p {
  margin: 0;
}
[data-appearance="collage-centered"] .pagebuilder-banner-wrapper .pagebuilder-overlay .pagebuilder-collage-content h1,
[data-appearance="collage-centered"] .pagebuilder-slide-wrapper .pagebuilder-overlay .pagebuilder-collage-content h1 {
  margin-bottom: 20px;
}
.rounded-image [data-content-type="image"] .pagebuilder-mobile-hidden {
  border-radius: 20px;
}
.pagebuilder-slider.dna-carousel .swiper-pagination.swiper-slide {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .panel.wrapper {
  background-color: #000000;
  color: #ffffff;
}
.header.panel > .header.links > li > a {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #ffffff;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #ffffff;
  text-decoration: underline;
}
.skeleton-easy {
  width: auto;
  -webkit-mask: linear-gradient(#000000 0 0) bottom right / 100% 100%;
  -webkit-mask-repeat: no-repeat;
  background: linear-gradient(90deg, #cccccc38 40%, #fff, #cccccc38 60%) right/300% 100%;
  animation: skeleton-animation 1s linear infinite;
}
@keyframes skeleton-animation {
  to {
    background-position: left;
  }
}
