/* Tools */ *, *:before, *:after {
  box-sizing: border-box;
}

ul{
  margin-block-start: 0rem;
  margin-block-end: 0rem;
  padding-inline-start: 0rem
} /* NOTE: if you can change this please change tailwind.config.js as well */

:root {
  --color-black: #222222;
  --color-grey: #4c5d66;
  --color-grey-75: #79868c;
  --color-grey-50: #a5adb2;
  --color-grey-25: #d2d6d8;
  --color-red: #ff0000;
  --color-blue: #5959FF;
  --color-light-blue: #c7e3ff;
  --color-light-blue-60: #ddeeff;
  --color-peach: #ffa180;
  --color-cream: #f2eada;
  --color-cream-25: #f8f4ec;
  --color-cream-10: #f5f4f1;
  --color-green: #64ff3e;
  --color-btnBack: #EAEBEC;
  --color-menuItem-separator: rgba(76, 93, 102, 0.05);
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

ul{
  margin-block-start: 0rem;
  margin-block-end: 0rem;
  padding-inline-start: 0rem
} body {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  color: #222;
  font-family: "DM sans", sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

svg > path {
  color: inherit;
}

img.lazyload:not([src]) {
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .container-gap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .container-gap {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .container-page-gap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 768px) {
  .container-page-gap {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 767.98px) {
  .container-empty-gap {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 768px) {
  .container-empty-gap {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
  }
}

@media (max-width: 767.98px) {
  .mb-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* lazyload css start */
.common__img-wrapper_lazy {
  position: relative;
  display: block;
  width: 100%;
}

.common__img-wrapper_lazy img {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.common__img-wrapper_lazy img.lazyloaded {
  height: auto;
}

.common__img-wrapper_lazy img.img-full-width {
  width: 100%;
  height: unset;
  max-height: unset;
  margin: unset;
}


/* lazyload css end */
/* common mask and title start */
.common__mask_title {
  position: relative;
}

.common__mask_title img {
  transition: all 0.5s;
}

.common__mask_title::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.common__mask_title::after {
  content: attr(title);
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  padding: 0 1.875rem;
  word-break: break-word;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .common__mask_title::after {
    font-size: 1.25rem;
    padding: 0 0.9375rem;
  }
}

@media (max-width: 767.98px) {
  .common__mask_title::after {
    font-size: 1.125rem;
    padding: 0 0.9375rem;
  }
}

@media (max-width: 376px) {
  .common__mask_title::after {
    font-size: 1rem;
  }
}

@media (max-width: 321px) {
  .common__mask_title::after {
    font-size: 0.875rem;
  }
}

.common__mask_title:hover img {
  transform: translate(-50%, -50%) scale(1.1) !important;
}

.common__mask_title:hover::before {
  background: rgba(0, 0, 0, 0.3);
}

/* common mask and title end */
/* product.liquid css start */
.product-snippet {
  position: relative;
}

.product-snippet__soldout {
  position: absolute;
  width: 100%;
  background: #999;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 2px 0;
  left: 0;
  bottom: 0;
}

.product-snippet__img-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}

.product-snippet__img-wrapper .product-snippet__mask {
  display: flex;
  position: absolute;
  z-index: 2;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.product-snippet__img-wrapper .product-snippet__mask .product-snippet__btn {
  margin-bottom: 1.875rem;
  width: 70%;
  height: 2.25rem;
  font-size: 0.8125rem;
  white-space: nowrap;
}

.product-snippet__img-wrapper:hover .product-snippet__mask {
  opacity: 1;
  transition: all 0.3s linear;
}

.product-snippet__img-wrapper:hover img,
.product-snippet__img-wrapper:hover video {
  opacity: 0;
}

.product-snippet__img-wrapper:hover img:first-child,
.product-snippet__img-wrapper:hover video:first-child {
  opacity: 1 !important;
}

.product-snippet__title-normal {
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .product-snippet__title-normal {
    margin-top: 0.9375rem;
  }
}

.product-snippet__title-plus {
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
  margin: 0.9375rem 0 0.25rem;
}

@media (min-width: 768px) {
  .product-snippet__title-plus {
    margin: 1.25rem 0 0.25rem;
  }
}

.product-snippet__price-wrapper {
  margin-top: 0.8125rem;
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .product-snippet__price-wrapper {
    margin-top: 0.625rem;
  }
}

.product-snippet__price-wrapper span,
.product-snippet__price-wrapper del {
  display: inline-block;
  max-width: 100%;
  padding: 0 0.3125rem;
  vertical-align: middle;
  line-height: 1;
}

/* product.liquid css end */
/* 标题价格规范： 超过一行，两行及三行省略 一行用bootstrap的.text-truncate */
.two_line_text_truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.three_line_text_truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* loading start */
.sep-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.sep-loading__content,
.sep-loading__content::after {
  width: 3em;
  height: 3em;
  border-radius: 50%;
}

.sep-loading__content {
  position: relative;
  font-size: 10px;
  border-top: 0.16em solid #f0f0f0;
  border-right: 0.16em solid #f0f0f0;
  border-bottom: 0.16em solid #f0f0f0;
  border-left: 0.16em solid #c4c4c4;
  transform: translateZ(0);
  animation: load 1.1s infinite linear;
}

@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* loading end */
/* toast starts */
.sep-toast {
  position: fixed;
  z-index: 1060;
  background: #fff;
  color: #000;
  font-size: 1rem;
  width: 30rem;
  min-height: 56px;
  line-height: 1.5;
  padding: 0.9375rem;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  top: 50%;
  left: 50%;
  transform: scale(0.5);
}

@media (max-width: 767.98px) {
  .sep-toast {
    width: 16.375rem;
    min-height: 2.5625rem;
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.15);
  }
}

.sep-toast.error {
  color: #b60400;
}

.sep-toast.show {
  transform: scale(1);
}

.sep-toast.isShowing {
  transition: transform 0.3s ease-out;
}

.sep-toast.isLeave {
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* toast ends */
/* common products gap start */
@media (max-width: 767.98px) {
  .common__product-gap {
    margin-bottom: 2.03125rem;
    padding: 0 0.46875rem;
  }
}

@media (min-width: 768px) {
  .common__product-gap {
    padding: 0 0.75rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .common__product-row {
    margin: 0 -0.46875rem;
  }
}

@media (min-width: 768px) {
  .common__product-row {
    margin: 0 -1.6875rem;
  }
}

.common-card-title {
  text-align: center;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .common-card-title {
    font-size: 1.375rem;
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  .common-card-title {
    font-size: 2.125rem;
    margin-bottom: 2.5rem;
  }
}

/* common products gap end */
/* common image mask start */
.common__mask {
  position: relative;
  overflow: hidden;
}

.common__mask:hover::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.3;
}

/* common image mask end */
/* common desc start */
.common__img-desc {
  position: relative;
}

.common__img-desc::before {
  content: attr(data-title);
  position: absolute;
  z-index: 1;
  bottom: 0.9375rem;
  right: 0.9375rem;
  color: #999;
  font-size: 1rem;
}

/* common desc end */
/* common sort start */
.common__select {
  position: relative;
  display: inline-block;
}

.common__select select {
  -webkit-appearance: none;
  font-size: 0.875rem;
  padding-right: 1.5625rem !important;
  color: inherit;
  cursor: pointer;
  width: 10.3125rem;
  border-color: #d4d4d4;
}

@media (min-width: 768px) {
  .common__select select {
    width: 11.25rem;
  }
}

.common__select::after {
  content: "";
  color: #212121;
  width: 0.53125rem;
  height: 0.53125rem;
  border: 2px solid;
  border-top: none;
  border-right: none;
  position: absolute;
  right: 1rem;
  top: 0.8125rem;
  transform: rotate(-45deg);
}

/* common sort end */
/* common load-more start */
.common__load-more-btn {
  color: #777;
  font-size: 11px;
  cursor: pointer;
}

/* common load-more end */
/* common group start */
.common__group {
  height: 7.0625rem;
}

@media (max-width: 767.98px) {
  .common__group {
    height: 6.125rem;
  }
}

/* common group end */
/* common input start */
.common__input {
  width: 28.75rem;
  height: 2.75rem;
  background: white;
  border: 1px solid #dfdfdf;
  padding-left: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
}

.common__input:focus {
  border-radius: 0;
  border: 1px solid black;
}

.common__input:-ms-input-placeholder {
  font-size: 0.875rem;
  color: #bcbcbc;
  line-height: 1.125rem;
}

.common__input:-webkit-input-placeholder {
  font-size: 0.875rem;
  color: #bcbcbc;
  line-height: 1.125rem;
}

@media (max-width: 767.98px) {
  .common__input {
    width: 100%;
    height: 2.75rem;
    border: 0.0625rem solid #d7dcde;
    padding-left: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.03125rem;
    border-radius: 0;
  }
  .common__input:focus {
    border-radius: 0;
    border: 0.0625rem solid black;
  }
  .common__input:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #777777;
    line-height: 1.03125rem;
  }
  .common__input:-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #777777;
    line-height: 1.03125rem;
  }
}

.common__input_error {
  border: 1px solid #e24247 !important;
}

.common__input_error:focus {
  border: 1px solid #e24247 !important;
}

/* common input end */
/* common label start */
.common__label {
  height: 1rem;
  font-size: 0.875rem;
  color: #777777;
  line-height: 1rem;
  margin-bottom: 0.75rem;
  display: block;
}

@media (max-width: 767.98px) {
  .common__label {
    font-size: 0.875rem;
    line-height: 1.03125rem;
    margin-bottom: 0.65625rem;
  }
}

/* common label end */
@media (min-width: 768px) {
  .col-md-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* common img start */
.common__img_hover:hover {
  opacity: 0.7;
}

/* common img end */
@media (min-width: 768px) {
  .hero--large {
    height: 600px;
  }
  .hero--medium {
    height: 500px;
  }
  .hero--small {
    height: 400px;
  }
  .hero .page-width {
    padding: 0 55px;
    max-width: 750px;
  }
  .hero .mega-subtitle {
    margin: 24px auto 0;
  }
  .hero .mega-title-large {
    font-size: 48px;
  }
  .hero .mega-subtitle-large {
    font-size: 18px;
  }
  .hero .mega-title-medium {
    font-size: 36px;
  }
  .hero .mega-subtitle-medium {
    font-size: 16px;
  }
  .hero .mega-title-small {
    font-size: 24px;
  }
  .hero .mega-subtitle-small {
    font-size: 14px;
  }
  .hero .hero-btn {
    font-size: 14px;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 50px;
  }
  .hero .hero-btn:hover {
    background: #f5f5f5;
    font-weight: 500;
  }
}

@media (max-width: 767.98px) {
  .hero--large {
    height: 28.6875rem;
  }
  .hero--medium {
    height: 25rem;
  }
  .hero--small {
    height: 18.75rem;
  }
  .hero .page-width {
    padding: 0 0.6875rem;
    max-width: 21.5625rem;
  }
  .hero .mega-subtitle {
    margin: 0.9375rem auto 0;
    max-width: 21.875rem;
  }
  .hero .mega-title-large {
    font-size: 1.875rem;
  }
  .hero .mega-subtitle-large {
    font-size: 1.125rem;
  }
  .hero .mega-title-medium {
    font-size: 1.5rem;
  }
  .hero .mega-subtitle-medium {
    font-size: 1rem;
  }
  .hero .mega-title-small {
    font-size: 1.125rem;
  }
  .hero .mega-subtitle-small {
    font-size: 0.875rem;
  }
  .hero .hero-btn {
    cursor: pointer;
    font-size: 0.875rem;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 1.875rem;
  }
  .hero .hero-btn:hover {
    background: #f5f5f5;
    font-weight: 500;
  }
}

.hero {
  position: relative;
}

@media (min-width: 768px) {
  .hero .col-12 {
    padding: 0;
  }
}

.hero .hover-zoom {
  transition: all 0.5s;
}

.hero a[href] .hover-zoom:hover {
  transform: scale(1.1);
}

.hero.url-cursor {
  cursor: pointer;
}

.hero.hover-enlarge {
  transition: transform 0.3s linear;
}

.hero.hover-enlarge:hover {
  transform: scale(1.1);
}

.hero.hover-enlarge:hover.hero__overlay::before {
  opacity: 0.3;
}

.hero .hero__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.hero .hero__inner .mega-title,
.hero .hero__inner .mega-subtitle {
  color: #fff;
}

/* common collection gap start */
@media (max-width: 767.98px) {
  .common__collection-gap {
    margin-bottom: 0.9375rem;
    padding: 0 0.46875rem;
  }
}

@media (min-width: 768px) {
  .common__collection-gap {
    padding: 0 0.375rem;
    margin-bottom: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .common__collection-row {
    margin: 0 -0.46875rem;
  }
}

@media (min-width: 768px) {
  .common__collection-row {
    margin: 0 -1.3125rem;
  }
}

/* common collection gap end */
/* modal override */
.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

.modal__header {
  width: 100%;
  text-align: center;
  display: flex;
  border-bottom: 1px solid #ddd;
  justify-content: center;
}

.modal__close.close {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  background: none;
  z-index: 1051;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  color: #212121;
  opacity: 1;
}

.modal__close.close:hover {
  color: #212121 !important;
  opacity: 0.7 !important;
}

@media (max-width: 767.98px) {
  .modal__close.close {
    top: 0.3125rem;
    right: 0.3125rem;
  }
}

.container {
  position: relative;
}

.dj-mce-view img {
  position: relative;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.dj-mce-view iframe {
  width: 100%;
}

.dj-mce-view table {
  max-width: 100%;
}

.dj-mce-view table td,
.dj-mce-view table th {
  border: 1px solid #ddd;
}

.dj-mce-view blockquote {
  margin: 1em 40px;
}

/* 阿语适配 */
html[dir="rtl"] body {
  text-align: right;
}

html[dir="rtl"] .common__input {
  padding-right: 0.9375rem;
}

html[dir="rtl"] .common__select::after {
  right: unset;
  left: 1rem !important;
}

.dj_skin_link {
  opacity: 1;
}

.dj_skin_link:hover {
  opacity: 0.7;
}

.placeholder-noblocks {
  padding: 40px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .product-info__social-sharing {
    display: none;
  }
}

.product-info__label {
  position: absolute;
  top: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  z-index: 1;
}

.product-info__label-flag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 0;
  min-height: 30px;
  max-width: 120px;
  padding: 2px 5px 2px 14px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10px 50%);
}

@media (max-width: 576px) {
  .product-info__label-flag {
    max-width: 105px;
    line-height: 1.1;
    font-size: 11px;
  }
}

.product-info__label-badge {
  left: 10px;
  min-width: 40px;
  padding: 2px 5px 10px;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    50% 100%,
    0 calc(100% - 10px)
  );
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 10px),
    50% 100%,
    0 calc(100% - 10px)
  );
}

.product-info__label-badge .product-info__save-label,
.product-info__label-badge .product-info__discount-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2px;
}

@media (max-width: 576px) {
  .product-info__label-badge {
    font-size: 11px;
  }
}

.product-info__label-triangle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  right: 0;
  max-width: 108px;
  min-height: 30px;
  padding-bottom: 5px;
  transform: translateX(30%) rotate(45deg) translateZ(1px);
  transform-origin: left top;
}

.product-info__label-triangle
  div:first-child[class*="product-info__save-label"] {
  display: flex;
  flex-direction: column;
}

@media (max-width: 576px) {
  .product-info__label-triangle {
    max-width: 75px;
    min-height: 20px;
    font-size: 10px;
  }
}

.text_toggle {
  position: relative;
  padding-right: 15px;
  word-break: break-all;
}
.text_toggle [for^="text_limit"] {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
.text_toggle [for^="text_limit"] i {
  font-size: 12px;
}

.text_toggle:checked + .three_line_text_truncate {
  -webkit-line-clamp: unset !important;
}

.text_toggle:checked + .three_line_text_truncate [for^="text_limit"] {
  transform: rotateZ(180deg);
} /* Objects */ 

/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

html {
 scroll-behavior: smooth;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

.tools-content{padding-top:106px;}
@media (max-width: 767.98px){
  .tools-content{padding-top:92px;}
}
@media (min-width: 767.98px) and (max-width: 1439.98px){
   .tools-content{padding-top:146px;}
} .content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
} /* Elements */ /* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

/* p {
  font-size: 1rem;
  margin: 0
} */

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

/* Lists */

ul,
ol {
  margin: 0
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
} button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
} /* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  width: 100%;
  padding: 0.7rem;
}


form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

 /* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
} /* Components */ /* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
} /* Utilities */ /* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
} ul {padding-left: 1.5rem;}