.magictime {
  animation-duration: 1s;
}
.notify-me {
  padding: 0 0 8px;
}
@media (min-width: 768px) {
  .notify-me form {
    display: flex;
  }
}
.notify-me .input-wrap {
  flex-grow: 1;
}
.notify-me .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .notify-me .btn {
    flex-grow: 1;
    width: auto;
    height: 56px;
    margin: 0 0 0 16px;
  }
}
.notify-success {
  display: none;
  border-radius: 4px;
  border: 1px solid #09CF34;
  color: #09CF34;
  text-align: center;
  padding: 25px 32px;
}
@media (min-width: 768px) {
  .notify-success {
    font-size: 20px;
    line-height: 28px;
    padding: 7px 32px;
  }
}
.review-content p {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 24px;
}
.review-product {
  padding: 20px;
  margin: 0 0 24px;
  border-radius: 4px;
  background: #F6F7FB;
}
.review-product .img {
  display: block;
  margin: 0 auto 16px;
  padding: 11px;
  min-width: 67px;
  max-width: 67px;
  height: 67px;
  background: #fff;
  border-radius: 16px;
  outline: none;
}
.review-product .name {
  display: block;
  text-align: center;
  margin: 0 0 16px;
}
.review-product .stars-input {
  margin: 0;
}
.review-form {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  order: 1;
}
@media (min-width: 768px) {
  .review-form {
    order: initial;
  }
}
.review-form .btn {
  width: 100%;
}
.review-form--hidden {
  display: none;
}
.review-form--active {
  display: block;
}
.review-upload {
  margin: 0 0 24px;
}
.review-upload__title {
  margin: 0 0 12px;
  font-weight: 700;
}
.review-upload__images {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 0 16px;
}
.review-upload__img {
  position: relative;
  padding-top: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.review-upload__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.review-upload__close {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #fff;
  border: 0;
  padding: 0;
  border-radius: 50%;
}
.review-upload__close .icon {
  display: block;
}
.review-upload__previews {
  display: grid;
  grid-template-columns: repeat(4, 80px);
  gap: 16px;
  justify-content: space-between;
}
.review-upload__previews.not-empty {
  margin-top: 16px;
}
.review-upload label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  gap: 4px;
  font-weight: 500;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
}
.review-upload label:hover {
  border-color: #242F39;
}
.review-upload label .icon {
  background-color: #242F39;
}
.stars-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .stars-input {
    margin: 0 0 50px;
  }
}
.stars-input input {
  display: none;
}
.stars-input input:checked ~ label .icon {
  background-color: #FFC700;
}
.stars-input label {
  padding: 0 5px;
  cursor: pointer;
}
.stars-input label:hover .icon {
  background-color: #FFC700;
}
.stars-input label:hover ~ label .icon {
  background-color: #FFC700;
}
.stars-input .icon {
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-color: #DCE8FA;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.relevant-products {
  position: relative;
}
@media (min-width: 768px) {
  .relevant-products {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 16px;
  }
}
.relevant-products .introtext {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .relevant-products .introtext {
    max-width: 480px;
    margin: 0 auto 24px;
  }
}
.relevant-products .product-list {
  margin: 0 0 16px;
}
.wholesale-add__right {
  text-align: right;
}
.wholesale-add__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #667894;
}
.wholesale-add__price-plt,
.wholesale-add__price-w {
  color: #FB7234;
}
.wholesale-add__discount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #667894;
}
.wholesale-add__old {
  position: relative;
}
.wholesale-add__old:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #667894;
  content: '';
}
.wholesale-add__save {
  color: #09CF34;
}
.wholesale-add__w,
.wholesale-add__panel {
  color: #667894;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .wholesale-add__panel {
    display: none;
  }
}
.wholesale-content .add-to-cart {
  align-items: flex-start;
}
.wholesale-content .label-free {
  right: auto;
  left: 26px;
}
.wholesale-faq {
  margin: 0 0 56px;
  max-width: 716px;
}
.wholesale-bottom-text {
  font-size: 16px;
  line-height: 24px;
}
.wholesale-invoice {
  margin: 0 -8px;
  padding: 28px 0 0;
}
@media (min-width: 1024px) {
  .wholesale-invoice {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0;
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  .wholesale-invoice__info {
    padding-right: 64px;
    border-right: 1px solid #DCE8FA;
  }
}
.wholesale-invoice__counter {
  position: absolute;
  top: 24px;
  left: 16px;
  display: flex;
  font-size: 14px;
  color: #667894;
}
@media (min-width: 1024px) {
  .wholesale-invoice__counter {
    top: 64px;
    left: 64px;
  }
}
.wholesale-invoice__receipt {
  display: grid;
  grid-gap: 4px;
  margin: -8px 0 0 !important;
  padding: 0;
  list-style-type: none;
}
.wholesale-invoice__receipt li {
  display: flex;
  justify-content: space-between;
}
.wholesale-invoice__receipt-product {
  margin: 0 0 12px;
  padding: 0 0 16px;
  font-weight: 700;
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .wholesale-invoice__receipt-product {
    margin: 0 0 20px;
    padding: 0 0 24px;
  }
}
.wholesale-invoice__receipt-total {
  margin: 12px 0 0;
  padding: 16px 0 0;
  font-weight: 700;
  font-size: 24px;
  border-top: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .wholesale-invoice__receipt-total {
    margin: 20px 0 0;
    padding: 24px 0 0;
  }
}
.wholesale-invoice__customer {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__customer {
    margin-top: 48px;
  }
}
.wholesale-invoice__customer ul {
  display: grid;
  grid-gap: 16px;
  margin: 0;
  padding: 4px 0 0;
  list-style-type: none;
}
.wholesale-invoice__customer li {
  display: flex;
}
.wholesale-invoice__customer span {
  min-width: 140px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__step {
    order: 1;
    padding: 40px 0 0 64px;
  }
}
.wholesale-invoice__title {
  margin: 0 0 16px !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .wholesale-invoice__title {
    margin: 28px 0 24px !important;
    font-size: 32px;
  }
}
.wholesale-invoice__subtitle {
  margin-bottom: 16px !important;
  font-weight: 700;
  font-size: 18px;
}
.wholesale-invoice__subtitle:not(:first-child) {
  margin-top: 24px;
}
.wholesale-invoice__address {
  display: grid;
  grid-template-columns: 1fr 94px;
  grid-gap: 16px;
}
.wholesale-invoice__btns {
  display: grid;
  grid-template-columns: 84px 1fr;
  grid-gap: 16px;
  margin: 24px 0 32px;
}
@media (min-width: 1024px) {
  .wholesale-invoice__btns {
    margin: 24px 0 0;
  }
}
.wholesale-invoice__resend {
  margin: -8px 0 0 !important;
  font-size: 14px;
  color: #667894;
}
.wholesale-invoice__resend .otp-resend-btn {
  font-weight: 500;
  text-decoration: underline;
}
.wholesale-invoice__privacy {
  margin: -16px 0 32px !important;
  font-size: 14px;
  color: #667894;
}
@media (min-width: 1024px) {
  .wholesale-invoice__privacy {
    margin: 24px 0 0 !important;
  }
}
.wholesale-invoice .checkbox {
  margin-top: -8px;
}
.wholesale-invoice .radios {
  display: flex;
  gap: 24px;
  margin: 0 0 8px;
}
.wholesale-invoice .btn {
  height: 56px;
  margin: 0;
}
.faq-box {
  border-radius: 12px;
  background: #F6F7FB;
  overflow: hidden;
  margin: 0 0 24px;
  padding: 16px;
}
.faq-box + .faq-box {
  margin-top: -8px;
}
.faq-box.is-open .faq-box-title:after {
  transform: rotate(180deg);
}
.faq-box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  cursor: pointer;
}
.faq-box-title:after {
  display: block;
  height: 24px;
  width: 24px;
  background-color: #242F39;
  font-style: normal;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-image: url(/resources/89ce7d08581d79ebd3b1.svg);
  mask-image: url(/resources/89ce7d08581d79ebd3b1.svg);
  transition: all 0.3s;
  content: '';
}
.faq-box-body {
  display: none;
  max-width: 665px;
  padding: 16px 0 0;
}
.faq-box-body p:last-child {
  margin: 0;
}
.faq-box-body a {
  text-decoration: underline;
  color: #117FF5;
}
.faq-box + h2 {
  margin-top: 30px;
}
.add-again {
  display: none;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  color: #117FF5;
}
@media (max-width: 768px) {
  .add-again.unavailable {
    flex-direction: column;
    align-items: flex-start;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .add-again.unavailable .btn {
    width: 100%;
    margin: 20px 0 0;
  }
}
.add-again .btn {
  color: #117FF5;
  border-color: #117FF5;
  white-space: nowrap;
  margin: 0 0 0 15px;
}
.add-again .icon {
  margin: 0 0 0 6px;
  background-color: #117FF5;
}
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.review {
  position: relative;
  margin: 0 0 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .review {
    display: flex;
    align-items: flex-start;
  }
}
.review:last-child {
  margin: 0;
}
.review-info {
  flex-grow: 1;
  margin: 0 -16px;
  padding: 0 16px;
  overflow: hidden;
}
.review-us {
  margin: 40px 0 0;
}
@media (min-width: 768px) {
  .review-us {
    display: block;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .review-us {
    text-align: left;
  }
}
.review-us a {
  font-weight: 700;
  color: #117FF5;
}
.review .avatar {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 40px;
  max-width: 40px;
  border-radius: 50%;
  margin: 0 12px 0 0;
}
@media (min-width: 768px) {
  .review .avatar {
    position: relative;
    min-width: 60px;
    max-width: 60px;
    margin: 0 40px 0 0;
  }
}
.review .avatar + .review-info .stars {
  padding: 12px 0 12px 56px;
}
@media (min-width: 768px) {
  .review .avatar + .review-info .stars {
    padding: 0;
  }
}
.review .stars {
  margin: 0 0 12px;
}
.review .icon {
  height: 15px;
  width: 15px;
  background-color: #DCE8FA;
  mask-size: 100%;
  transition: all 0.2s;
}
.review .icon.icon-star {
  background-color: #FFC700;
}
.review .text {
  white-space: pre-wrap;
  padding: 0 0 8px;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.review .name {
  margin: 0 4px 0 0;
  font-weight: 700;
}
.review .date {
  margin: 0 0 0 auto;
}
.review .gallery {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 -16px;
  padding: 0 16px;
  overflow: auto;
}
@media (min-width: 1024px) {
  .review .gallery {
    flex-wrap: wrap;
  }
}
.review .gallery:hover .gallery-img {
  opacity: 0.8;
}
.review .gallery:hover .gallery-img:hover {
  opacity: 1;
}
.review .gallery-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  width: 126px;
  height: 126px;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.2s;
}
.review .gallery-img img {
  object-fit: cover;
}
.review .review-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  margin: 0 0 8px;
}
.review .review-top .stars {
  margin: 0 auto 0 0;
}
.review .review-top .name,
.review .review-top .date {
  opacity: 0.4;
}
.review .review-top .name {
  font-weight: 500;
}
.review .review-top .link {
  width: 100%;
}
.review .review-top .link a {
  color: #242F39;
  opacity: 0.4;
}
.review-bottom {
  display: flex;
  opacity: 0.4;
  font-size: 12px;
  line-height: 18px;
}
.product-page {
  padding: 24px 16px 40px;
}
@media (min-width: 1024px) {
  .product-page {
    display: grid;
    grid-template-areas: 'breadcrumbs breadcrumbs' 'left labels' 'left right' 'bleft right' 'bleft bright';
    gap: 0 20px;
    grid-template-rows: auto auto auto auto 1fr;
    grid-template-columns: 1fr 540px;
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 56px 16px 40px;
  }
}
@media (min-width: 1440px) {
  .product-page {
    gap: 0 100px;
  }
}
.product-page .breadcrumbs {
  margin: 0 0 24px;
  padding-right: 90px;
  grid-area: breadcrumbs;
}
.product-page .breadcrumbs ul {
  flex-wrap: wrap;
}
.product-page .breadcrumbs ul li {
  white-space: nowrap;
}
.product-page .breadcrumbs ul li.ellipsis-last {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-page .parameters {
  display: flex;
  width: 100%;
  margin: 0 0 8px;
}
@media (min-width: 1024px) {
  .product-page .parameters {
    margin: 0 0 2px;
  }
}
.product-page .parameters label {
  flex-grow: 1;
  min-width: 72px;
  margin: 0 8px 8px 0;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  background: #F3F8FE;
  color: #117FF5;
  border: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .product-page .parameters label {
    flex-grow: initial;
  }
}
.product-page .parameters label:hover,
.product-page .parameters label:focus {
  background: #ddecff;
  color: #117FF5;
}
.product-page .parameters input:checked ~ label {
  background: #117FF5;
  border-color: #117FF5;
  color: #fff;
}
.product-page .parameters a {
  margin: 0 10px 10px 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .product-page .parameters a {
    line-height: 44px;
  }
}
.product-page .parameters a:hover {
  border-color: #117FF5;
  color: #667894;
}
.product-page .product-images-slider {
  border: 0;
}
.product-page .tab-nav {
  border-bottom: 1px solid #DCE8FA;
}
.product-page .tab-nav li {
  flex-grow: 0;
  margin-right: 16px;
}
.product-page .tab-nav a,
.product-page .tab-nav span {
  padding: 0;
  width: auto;
  height: 40px;
  background: transparent;
  border-radius: 0;
  border-bottom: 5px solid transparent;
}
.product-page .tab-nav a:hover,
.product-page .tab-nav span:hover {
  color: #117FF5;
}
.product-page .tab-nav a.active,
.product-page .tab-nav span.active {
  background: transparent;
  border-color: #117FF5;
  color: #117FF5;
}
.product-page .tab-nav a:not(.active),
.product-page .tab-nav span:not(.active) {
  color: #667894;
}
.product-page .tab-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  font-weight: 500;
}
.product-page .tab-bottom .btn-link {
  padding: 0;
}
.product-page .tab-bottom .btn-link:hover .icon {
  background-color: #FB7234;
}
.product-page .tab-body {
  padding: 0;
}
.product-page .tab-body .box {
  margin: 0;
}
.product-page .faq-box-title {
  font-size: 16px;
  line-height: 1.4;
}
.product-labels {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px 8px;
  grid-area: labels;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .product-labels {
    margin: 0 0 12px;
    padding: 0 90px 0 0;
    min-height: 24px;
  }
}
.product-labels--empty {
  margin: 0 0 8px;
}
.product-labels .label-clearance {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px 0 8px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  background: #FB7234;
  border-radius: 30px;
}
.product-labels .label-clearance img {
  max-width: 18px;
  margin-top: -2px;
}
.product-labels .label-free {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  padding-top: 2px;
  border-radius: 30px;
  font-size: 14px;
}
.product-labels .label-free img {
  min-width: 18px;
  width: 18px;
}
.product-labels .label[data-ca-tooltip] {
  pointer-events: auto;
  cursor: pointer;
}
.product-labels .label-o {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #DCE8FA;
  border-radius: 30px;
}
.product-labels .label-o img {
  max-height: 15px;
}
.product-labels .label-wholesale {
  position: relative;
  top: 0;
  right: 0;
  font-size: 14px;
  height: 22px;
  padding-top: 2px;
}
.product-labels .available {
  position: absolute;
  top: -46px;
  right: 0;
  font-weight: 500;
  font-size: 14px;
  color: #09CF34;
}
@media (min-width: 768px) {
  .product-labels .available {
    top: 2px;
  }
}
.product-labels .available.not {
  color: #667894;
}
@media (min-width: 768px) {
  .product-labels .available.not {
    position: relative;
    top: 0;
  }
}
.product-labels .available.limited {
  color: #FD4040;
}
.product-labels .available.backorder {
  color: #FB7234;
}
@media (min-width: 768px) {
  .product-labels .available.left {
    position: relative;
  }
}
.product-left {
  position: relative;
  grid-area: left;
  margin: 0 -16px 32px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-left {
    margin: 0 0 32px;
  }
}
.product-left .sticky-box {
  position: relative;
}
@media (min-width: 1024px) {
  .product-left .sticky-box-thumbs {
    padding: 0 0 0 80px;
  }
}
@media (min-width: 1440px) {
  .product-left .sticky-box-thumbs {
    padding: 0 0 0 120px;
  }
}
.product-upsale {
  position: relative;
  margin: -8px -16px 40px;
  padding: 16px 133px 16px 16px;
  background: #FFF5F1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-upsale {
    margin: -16px 0 40px;
    border-radius: 4px;
  }
}
.product-upsale__title {
  max-width: 226px;
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 20px;
}
.product-upsale__text {
  max-width: 226px;
  margin: 0 0 12px;
}
.product-upsale__btn {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: 500;
  color: #FB7234;
}
.product-upsale img {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 222px;
  margin-left: -125px;
}
@media (min-width: 1024px) {
  .product-upsale img {
    left: 280px;
    margin-left: 0;
  }
}
.product-right {
  position: relative;
  grid-area: right;
  padding: 0 0 40px;
}
.product-right h1,
.product-right .h1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 8px;
}
@media (min-width: 1024px) {
  .product-right h1,
  .product-right .h1 {
    font-size: 32px;
  }
}
.product-right .credit {
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 8px 15px;
  margin: 0 -15px;
  background: #003087;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .product-right .credit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
  }
}
.product-right .credit:hover,
.product-right .credit:focus {
  color: #fff;
}
.product-right .credit img {
  margin: 0 0 0 auto;
}
.product-right-list {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-right-list-headline {
  margin: 0 0 10px;
}
.product-right-list-expand {
  max-height: 120px;
  overflow: hidden;
}
.product-right-list .cm-ajax {
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
  cursor: pointer;
}
.product-right-list .cm-ajax span:nth-child(2) {
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.product-right-list .cm-ajax:hover {
  color: #117FF5;
}
.product-right-list .cm-ajax:hover span:nth-child(2) {
  color: #117FF5;
}
.product-right-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #667894;
}
.product-right-list li.hide {
  display: none;
}
.product-right-list li:not(:last-child) {
  margin: 0 0 10px;
}
.product-right-list li:first-child {
  margin: 0 0 12px;
}
.product-right-list b,
.product-right-list a,
.product-right-list .as-a {
  display: block;
  font-weight: 700;
  color: #242F39;
}
.product-right-list b {
  margin-right: auto;
  font-size: 20px;
  line-height: 1.4;
}
.product-right-list a,
.product-right-list .as-a {
  border-bottom: 1px solid rgba(102, 120, 148, 0.29);
}
.product-right-list span:nth-child(2) {
  color: #242F39;
}
.product-right-shadow {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  margin: 0 !important;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.1));
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-right.is-show .product-certified,
  .product-right.is-show .product-subscribe,
  .product-right.is-show .product-upsale,
  .product-right.is-show .product-options {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .product-right.is-show .add-cart-wrapper {
    margin-top: 16px;
  }
}
.product-subscribe {
  margin: 0 -16px 24px;
  padding: 24px 16px;
  background: #F6F7FB url(/resources/c695ad56cd09f1223950.svg) no-repeat calc(100% - 16px) 24px;
}
@media (min-width: 768px) {
  .product-subscribe {
    margin: 0 0 24px;
    padding: 24px 24px 24px 80px;
    background: #F6F7FB url(/resources/c695ad56cd09f1223950.svg) no-repeat 24px 24px;
    border-radius: 4px;
  }
}
.product-subscribe__title {
  margin: 0 0 12px;
  padding-right: 64px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
}
.product-subscribe__text {
  margin: 0 0 24px;
}
.product-subscribe__privacy {
  margin: 24px 0 0;
  color: #667894;
  line-height: 1.33;
  font-size: 12px;
}
.product-subscribe__privacy a {
  color: #667894;
  text-decoration: underline;
}
.product-subscribe__privacy a:hover {
  color: #117FF5;
}
.product-subscribe__subscribed {
  position: relative;
  max-width: 568px;
  margin-top: 24px;
  padding: 16px 24px;
  font-weight: 500;
  color: #09CF34;
  background: #DBFFE3;
  border: 4px solid #fff;
  border-radius: 4px;
}
.product-subscribe__subscribed > div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}
.product-subscribe__subscribed .icon {
  min-width: 24px;
  background-color: #09CF34;
}
.product-subscribe form {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .product-subscribe form {
    grid-template-columns: 1fr 155px;
  }
}
@media (min-width: 768px) {
  .product-subscribe .disclosure {
    grid-column: span 2;
  }
}
.product-subscribe .input-wrap {
  margin: 0;
}
.product-subscribe .btn {
  width: 100%;
  height: 56px;
}
@media (max-width: 375px) {
  .product-subscribe br {
    display: none;
  }
}
.product-bottom-left {
  grid-area: bleft;
}
.product-bottom-left .box {
  margin: 0 0 56px;
}
.product-bottom-left .box--blur .box-body {
  max-height: 490px;
  overflow: hidden;
}
.product-bottom-left .box.is-open .box-title .icon {
  transform: rotate(180deg);
}
.product-bottom-left .box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .product-bottom-left .box-title {
    margin: 0 0 24px;
    font-size: 40px;
  }
}
.product-bottom-left .box-title p {
  margin: 0;
}
.product-bottom-left .box-title .count {
  font-weight: 400;
  color: #667894;
}
@media (min-width: 1024px) {
  .product-bottom-left .box-title .count {
    display: none;
  }
}
@media (min-width: 1024px) {
  .product-bottom-left .box-title .icon {
    display: none;
  }
}
.product-bottom-left .box-title .btn-blue-o {
  gap: 4px;
  margin: 0 0 0 auto;
  padding: 0 8px 0 16px;
  width: auto;
  height: 34px;
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .product-bottom-left .box-title .btn-blue-o {
    margin: 0 auto 0 8px;
  }
}
.product-bottom-left .box-title .btn-blue-o .icon {
  display: block;
}
.product-bottom-left .box-body h2,
.product-bottom-left .box-body .h2,
.product-bottom-left .box-body h3,
.product-bottom-left .box-body .h3,
.product-bottom-left .box-body h4,
.product-bottom-left .box-body .h4 {
  font-weight: 500;
  line-height: 1.2;
}
.product-bottom-left .box-body h2:first-child,
.product-bottom-left .box-body .h2:first-child,
.product-bottom-left .box-body h3:first-child,
.product-bottom-left .box-body .h3:first-child,
.product-bottom-left .box-body h4:first-child,
.product-bottom-left .box-body .h4:first-child {
  margin-top: 0;
}
.product-bottom-left .box-body h2,
.product-bottom-left .box-body .h2 {
  margin: 40px 0 12px;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .product-bottom-left .box-body h2,
  .product-bottom-left .box-body .h2 {
    margin: 40px 0 16px;
    font-size: 32px;
  }
}
.product-bottom-left .box-body h3,
.product-bottom-left .box-body .h3,
.product-bottom-left .box-body h4,
.product-bottom-left .box-body .h4 {
  margin: 32px 0 12px;
}
@media (min-width: 1024px) {
  .product-bottom-left .box-body h3,
  .product-bottom-left .box-body .h3,
  .product-bottom-left .box-body h4,
  .product-bottom-left .box-body .h4 {
    margin: 32px 0 16px;
  }
}
.product-bottom-left .box-body h3,
.product-bottom-left .box-body .h3 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .product-bottom-left .box-body h3,
  .product-bottom-left .box-body .h3 {
    font-size: 24px;
  }
}
.product-bottom-left .box-body h4,
.product-bottom-left .box-body .h4 {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .product-bottom-left .box-body h4,
  .product-bottom-left .box-body .h4 {
    font-size: 20px;
  }
}
.product-bottom-left .box-body .video-container {
  margin: 16px 0 32px;
}
@media (min-width: 1024px) {
  .product-bottom-left .box-body .video-container {
    margin: 32px 0;
  }
}
.product-bottom-left .box-body .video-container iframe {
  display: block;
}
.product-bottom-left .box-more {
  position: relative;
  bottom: -2px;
  display: flex;
  align-items: flex-end;
  height: 80px;
  margin: -80px 0 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.78), #ffffff 100%);
  cursor: pointer;
}
.product-bottom-left .box-more:hover button {
  color: #FB7234;
}
.product-bottom-left .box-more button {
  padding: 0;
  font-weight: 500;
  color: #117FF5;
  background: transparent;
  border: 0;
}
.product-bottom-left .box-more button:hover {
  color: #FB7234;
}
.product-bottom-left .box .as-a,
.product-bottom-left .box a {
  color: #117FF5;
}
.product-bottom-left .box .as-a:hover,
.product-bottom-left .box a:hover {
  opacity: 0.8;
}
.product-bottom-left iframe {
  max-width: 100%;
}
.product-bottom-left p:last-child {
  margin: 0;
}
.product-bottom-left .btn-blue-o {
  margin: 24px 0 0;
  width: 100%;
}
.product-bottom-left .no-reviews--margin {
  margin-top: 20px;
}
.product-bottom-left .product-preview__params .as-a {
  color: #242F39;
}
.product-bottom-left .product-preview__params .as-a:hover {
  color: #117FF5;
}
.product-bottom-right {
  display: none;
  grid-area: bright;
}
@media (min-width: 1024px) {
  .product-bottom-right {
    display: block;
    min-width: 540px;
    width: 540px;
  }
}
.product-bottom-right .product-right {
  opacity: 0;
  position: sticky;
  top: 70px;
  width: 540px;
  max-width: 100%;
  margin: 0 0 0 auto;
  transition: opacity 0.2s ease-in-out;
}
.product-bottom-right .product-right.is-show {
  opacity: 1;
}
.product-slider {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .product-slider {
    padding: 0;
  }
}
.product-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 315px;
  max-height: 578px;
  margin-block: 0;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
.product-slider .swiper-slide-3d {
  height: 100%;
  border: 1px solid #dae1e8;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .product-slider .swiper-slide-3d {
    border-radius: 4px;
    height: 475px;
  }
}
@media (min-width: 1024px) {
  .product-slider .swiper-slide-video {
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {
  .product-slider .swiper-slide {
    height: 475px;
  }
}
@media (min-width: 1200px) {
  .product-slider .swiper-slide {
    height: 578px;
  }
}
.product-slider .swiper-slide figcaption {
  display: none;
}
.product-slider .video {
  position: relative;
  padding-bottom: 56.25%;
  width: calc(100% - 32px);
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .product-slider .video {
    width: calc(100% - 40px);
  }
}
.product-slider .video iframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.product-slider img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.product-slider-thumbs {
  padding: 24px 16px 0;
}
@media (min-width: 768px) {
  .product-slider-thumbs {
    padding: 34px 0;
  }
}
@media (min-width: 1024px) {
  .product-slider-thumbs {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 510px;
  }
}
@media (min-width: 1200px) {
  .product-slider-thumbs {
    height: 578px;
  }
}
@media (min-width: 1024px) {
  .product-slider-thumbs:before,
  .product-slider-thumbs:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 24px;
    background: #fff;
    z-index: 2;
    content: '';
  }
}
.product-slider-thumbs:before {
  top: 0;
}
.product-slider-thumbs:after {
  bottom: 0;
}
.product-slider-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  padding: 5px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
  cursor: pointer;
  background: #fff;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .product-slider-thumbs .swiper-slide {
    height: 60px;
    width: 60px;
    padding: 10px;
    border-color: transparent;
  }
}
@media (min-width: 1440px) {
  .product-slider-thumbs .swiper-slide {
    height: 100px;
    width: 100px;
  }
}
.product-slider-thumbs .swiper-slide:hover {
  opacity: 1;
}
.product-slider-thumbs .swiper-slide-3d,
.product-slider-thumbs .swiper-slide-play {
  border-color: #DCE8FA;
  opacity: 1;
}
.product-slider-thumbs .swiper-slide-3d:hover,
.product-slider-thumbs .swiper-slide-play:hover {
  background: #F6F7FB;
}
.product-slider-thumbs .swiper-slide-thumb-active {
  border-color: #117FF5;
  opacity: 1;
}
.product-slider-thumbs .thumbs-prev,
.product-slider-thumbs .thumbs-next {
  display: none;
}
@media (min-width: 1024px) {
  .product-slider-thumbs .thumbs-prev,
  .product-slider-thumbs .thumbs-next {
    position: absolute;
    left: 0;
    z-index: 3;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    background: #fff;
    border: 1px solid #DCE8FA;
    cursor: pointer;
  }
}
@media (min-width: 1440px) {
  .product-slider-thumbs .thumbs-prev,
  .product-slider-thumbs .thumbs-next {
    width: 100px;
  }
}
.product-slider-thumbs .thumbs-prev.swiper-button-disabled,
.product-slider-thumbs .thumbs-next.swiper-button-disabled {
  cursor: initial;
}
.product-slider-thumbs .thumbs-prev.swiper-button-disabled .icon,
.product-slider-thumbs .thumbs-next.swiper-button-disabled .icon {
  opacity: 0.54;
}
.product-slider-thumbs .thumbs-prev .icon,
.product-slider-thumbs .thumbs-next .icon {
  background-color: #242F39;
}
.product-slider-thumbs .thumbs-prev {
  top: 0;
  border-radius: 4px 4px 0 0;
}
.product-slider-thumbs .thumbs-prev .icon {
  transform: rotate(180deg);
}
.product-slider-thumbs .thumbs-next {
  bottom: 0;
  border-radius: 0 0 4px 4px;
}
.product-slider--out {
  opacity: 0.54;
}
.product-actions {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: grid;
  gap: 16px;
}
.product-actions a,
.product-actions button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 0;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  cursor: pointer;
}
.product-actions a:hover .icon,
.product-actions button:hover .icon {
  background-color: #117FF5;
}
.product-actions a .icon,
.product-actions button .icon {
  background-color: #667894;
}
.product-actions a.active .icon,
.product-actions button.active .icon {
  background-color: #117FF5;
}
.product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}
.product-price-additional {
  color: #667894;
  margin: -12px 0 8px;
}
.product-price .current {
  margin-right: 8px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
.product-price .current sup {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1024px) {
  .product-price .current sup {
    top: -1.2em;
  }
}
.product-price .pw {
  margin-right: 8px;
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 1024px) {
  .product-price .pw {
    font-size: 32px;
  }
}
.product-price .pw span {
  font-size: 16px;
  line-height: 1.5;
  color: #667894;
}
@media (min-width: 1024px) {
  .product-price .pw span {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .product-price .pw sup {
    top: -1.6em;
  }
}
.product-price .product-extra-off {
  min-height: 32px;
  margin: 0;
  font-size: 16px;
}
.product-price .product-extra-off img {
  width: 20px;
}
.product-price .save {
  margin-right: 10px;
  color: #09CF34;
  font-size: 16px;
}
.product-price .save sup {
  top: -0.6em;
}
.product-price sup {
  top: -1em;
  font-size: 10px;
  line-height: 1;
}
.product-price_wholesale .old {
  font-size: 24px;
}
.product-price .previous {
  color: #000;
}
.product-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px 10px 16px;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #117FF5;
  background: #F3F8FE;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .product-more {
    display: inline-flex;
    padding: 8px 8px 8px 16px;
    margin: 0 16px 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.product-more:hover {
  background: rgba(17, 127, 245, 0.2);
}
.product-more .icon {
  margin-left: 4px;
  background-color: #117FF5;
}
.product-short-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .product-short-info {
    margin: 0 0 24px;
  }
}
.product-short-info > div {
  display: flex;
  align-items: center;
}
.product-short-info .under {
  margin-left: 5px;
}
.product-short-info .stars {
  display: flex;
  align-items: flex-start;
}
.product-short-info .paypal {
  height: 18px;
  margin-top: 2px;
}
.product-attachments {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.product-attachments-header {
  margin: 24px 0 12px !important;
}
.product-attachments .under {
  padding: 0;
  font-weight: 400;
}
.product-attachments .under:hover {
  color: #117FF5;
}
.product-attachments-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.product-attachments-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #242F39 !important;
}
.product-attachments-list a:before {
  display: block;
  width: 24px;
  height: 24px;
  background: url(/resources/1c5e8bf0cd549c7aac67.svg) no-repeat center center;
  content: '';
}
.product-question {
  margin: 0 0 24px;
}
.product-question:first-child {
  margin-top: 20px;
}
.product-question__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 8px;
  opacity: 0.4;
}
.product-question__info .name {
  font-weight: 500;
}
.product-question__answer {
  padding: 16px 24px 0;
}
.product-question__author {
  margin: 0 0 8px;
  font-weight: 700;
}
.product-question__author img {
  width: 19px;
  margin-right: 6px;
}
.product-certified {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 16px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #667894 !important;
  cursor: pointer;
}
.product-certified > * {
  pointer-events: none;
}
.product-certified + .product-price-additional {
  margin-top: 0;
}
.product-certified div {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.product-certified span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 44px;
  padding: 4px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
.product-certified img {
  max-height: 25px;
  margin: 0 0 2px;
}
.product-certified .icon {
  background-color: #667894;
}
.product-cleanfi {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  font-weight: 500;
}
.product-cleanfi a {
  color: #117FF5;
  text-decoration: underline;
}
.product-cleanfi a:hover {
  color: #FB7234;
}
.product-palletized {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  .product-palletized {
    margin: -16px 0 24px;
  }
}
.product-palletized div {
  padding-top: 2px;
}
.product-interest {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 24px;
  color: #09CF34;
}
.product-hub {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .product-hub {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .product-hub {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product-hub .product-card a,
.product-hub .product-preview a,
.product-hub .product-card .as-a,
.product-hub .product-preview .as-a {
  color: #242F39;
}
.product-hub .add-to-cart {
  padding: 6px 16px;
}
@media (min-width: 576px) {
  .product-hub .add-to-cart {
    justify-content: center;
    width: calc(100% - 32px);
    margin: 0 16px 16px;
    padding: 8px 16px;
    background: #FFE7DD;
    border-radius: 4px;
  }
  .product-hub .add-to-cart:hover {
    background: #ffe0d3;
  }
}
.product-hub .prices-pc {
  display: none;
}
@media (min-width: 576px) {
  .product-hub .prices-pc {
    display: block;
    padding: 16px;
    font-weight: 500;
    font-size: 16px;
  }
}
.product-hub .prices-pc .current {
  color: #FB7234;
}
.product-hub .prices-mobile {
  font-size: 12px;
  text-align: left;
}
@media (min-width: 576px) {
  .product-hub .prices-mobile {
    display: none;
  }
}
.product-hub .prices-mobile .current {
  display: block;
  font-weight: 700;
  font-size: 16px;
}
.product-delivery {
  position: relative;
  margin: -54px 0 24px;
}
.product-delivery .badge {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  padding: 0 8px;
  background: #242F39;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
}
.product-delivery .badge.cheapest {
  background: #FB7234;
}
.product-delivery .badge.best-deal {
  background: #09CF34;
}
.product-delivery__unavailable {
  margin: 0 0 16px;
  padding: 16px;
  background: #F6F7FB;
  border-radius: 4px;
}
.product-delivery__unavailable .title {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .product-delivery__unavailable .title {
    font-size: 20px;
  }
}
.product-delivery__unavailable .title span {
  margin-left: 4px;
  border-bottom: 1px solid #DCE8FA;
}
.product-delivery__unavailable .text {
  margin: 0;
  font-size: 12px;
  color: #667894;
}
@media (min-width: 1024px) {
  .product-delivery__unavailable .text {
    font-size: 14px;
  }
}
.product-delivery__zip {
  display: flex;
  align-items: flex-end;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .product-delivery__zip {
    align-items: center;
  }
}
.product-delivery__zip span {
  margin: 0 0 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  color: #667894;
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .product-delivery__zip span {
    margin: 4px 0 0 8px;
  }
}
.product-delivery__pickup-header {
  padding: 0 16px 24px;
}
@media (min-width: 1024px) {
  .product-delivery__pickup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 24px;
  }
}
.product-delivery__pickup-header div {
  display: flex;
  align-items: center;
}
.product-delivery__pickup-header img {
  margin-right: 12px;
}
.product-delivery__pickup-header button {
  margin: 4px 0 0 36px;
  padding: 0;
  background: transparent;
  font-weight: 500;
  line-height: 1.4;
  border: 0;
  border-bottom: 1px solid #DCE8FA;
}
.product-delivery__pickup-header button:hover {
  color: #117FF5;
}
.product-delivery__pickup-list {
  margin: 0 0 16px;
  border: 1px solid #DCE8FA;
  border-radius: 4px;
}
.product-delivery__pickup-list .item {
  position: relative;
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 65px 80px;
  gap: 12px;
  padding: 16px 56px 16px 16px;
  transition: all 0.2s;
  cursor: pointer;
}
.product-delivery__pickup-list .item.is-selected,
.product-delivery__pickup-list .item:hover {
  background: #DCE8FA;
}
.product-delivery__pickup-list .item:not(:last-child) {
  border-bottom: 1px solid #DCE8FA;
}
.product-delivery__pickup-list .title {
  margin: 0 auto 0 0;
}
@media (min-width: 1024px) {
  .product-delivery__pickup-list .title {
    display: flex;
    align-items: center;
  }
}
.product-delivery__pickup-list .mi {
  color: #667894;
}
@media (min-width: 1024px) {
  .product-delivery__pickup-list .mi {
    margin: 0 0 0 4px;
  }
}
@media (min-width: 1024px) {
  .product-delivery__pickup-list .mi:before {
    margin: 0 4px 0 0;
    content: '•';
  }
}
.product-delivery__pickup-list .discount {
  text-align: right;
  font-weight: 700;
  color: #FB7234;
  font-size: 14px;
  line-height: 24px;
}
.product-delivery__pickup-list .icon {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #117FF5;
}
.product-delivery__about {
  color: #667894;
  border-bottom: 1px solid rgba(102, 120, 148, 0.2);
  cursor: pointer;
}
@media (min-width: 1024px) {
  .product-delivery__about {
    margin-left: 4px;
  }
}
.product-delivery__shipping {
  display: block;
  padding: 16px;
  background: #DCE8FA;
}
@media (min-width: 1024px) {
  .product-delivery__shipping {
    border-radius: 4px;
  }
}
.product-delivery__shipping-header {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-gap: 8px 12px;
  margin: 0 0 12px;
  padding-right: 40px;
}
@media (min-width: 1024px) {
  .product-delivery__shipping-header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.product-delivery__shipping-header div {
  display: flex;
  align-items: center;
}
.product-delivery__shipping-header div:first-child {
  width: 100%;
}
@media (min-width: 1024px) {
  .product-delivery__shipping-header div:first-child {
    width: auto;
  }
}
.product-delivery__shipping-header img {
  margin-right: 12px;
}
.product-delivery__shipping-header button {
  padding: 0;
  background: transparent;
  font-weight: 500;
  border: 0;
  border-bottom: 1px solid #DCE8FA;
}
.product-delivery__shipping-header button:hover {
  color: #117FF5;
}
.product-delivery__shipping-header b {
  white-space: nowrap;
}
.product-delivery__shipping-header .icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #117FF5;
}
.product-delivery__shipping-header .badge {
  margin: 0 0 0 36px;
}
@media (min-width: 1024px) {
  .product-delivery__shipping-header .badge {
    margin: 0 0 0 auto;
  }
}
.product-delivery__shipping .orange {
  cursor: pointer;
}
.product-delivery__estimated {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 1024px) {
  .product-delivery__estimated {
    flex-direction: row;
  }
}
.product-delivery .tabs {
  margin: 0 -16px;
}
@media (min-width: 1024px) {
  .product-delivery .tabs {
    margin: 0;
  }
}
.product-delivery .tab-nav {
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .product-delivery .tab-nav {
    margin: 0 0 24px;
  }
}
.product-delivery .tab-nav li {
  width: 50%;
  margin: 0;
}
.product-delivery .tab-nav span {
  height: 40px;
}
.product-receiving {
  margin: 0 0 40px;
}
@media (min-width: 1024px) {
  .product-receiving {
    margin: 0 0 20px;
  }
}
.product-receiving__body {
  display: none;
}
.product-receiving__body[style*="display:block"] + .product-receiving__checklist,
.product-receiving__body[style*="display: block"] + .product-receiving__checklist {
  padding-top: 8px;
  margin-top: 0;
  margin-bottom: -12px;
}
.product-receiving__tabs {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 0 -16px 16px;
}
@media (min-width: 1024px) {
  .product-receiving__tabs {
    margin: 0 0 24px;
  }
}
.product-receiving__tab {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-rows: 24px 1fr;
  gap: 8px;
  padding: 16px 12px 16px 16px;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  color: #242F39;
  background: transparent;
  border: 1px solid #DCE8FA;
  transition: all 0.2s;
}
.product-receiving__tab:hover:not(:has(.product-receiving__zip:hover)) {
  background: rgba(17, 127, 245, 0.05);
}
@media (min-width: 1024px) {
  .product-receiving__tab:first-child {
    border-radius: 4px 0 0 4px;
  }
}
.product-receiving__tab:last-child {
  border-left: 0;
}
@media (min-width: 1024px) {
  .product-receiving__tab:last-child {
    border-radius: 0 4px 4px 0;
  }
}
.product-receiving__tab.active {
  background: #DDECFF;
}
.product-receiving__tab.active .icon-check {
  display: block;
}
.product-receiving__tab.is-disable {
  pointer-events: none;
  color: #667894 !important;
}
.product-receiving__tab.is-disable .green {
  color: #667894 !important;
}
.product-receiving__tab.is-disable .product-receiving__zip {
  pointer-events: auto;
}
.product-receiving__tab .icon-question-o {
  vertical-align: text-top;
  margin-left: 4px;
  background-color: #667894;
}
.product-receiving__tab .icon-check {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  background-color: #117FF5;
}
.product-receiving__title {
  display: flex;
  align-items: end;
  gap: 8px;
  min-height: 24px;
}
.product-receiving__title b {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .product-receiving__title b {
    font-size: 20px;
  }
}
.product-receiving__zip {
  font-size: 14px;
  line-height: 20px;
  color: #667894;
  border-bottom: 1px solid rgba(102, 120, 148, 0.3);
}
.product-receiving__zip:hover {
  color: #117FF5;
  border-color: #117FF5;
}
.product-receiving__subtitle {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 8px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .product-receiving__subtitle {
    padding-left: 24px;
  }
}
.product-receiving__subtitle img {
  min-width: 24px;
}
.product-receiving__checklist {
  color: #667894;
}
.product-receiving__checklist:nth-child(3) {
  margin-top: -8px;
}
@media (min-width: 1024px) {
  .product-receiving__checklist {
    padding-left: 24px;
  }
}
.product-receiving__checklist .checkbox label {
  display: block;
  color: #242F39;
  font-size: 16px;
  line-height: 1.5;
}
.product-receiving__checklist .checkbox label:before,
.product-receiving__checklist .checkbox label:after {
  top: 11px !important;
  margin: 0 !important;
}
.product-receiving__checklist .icon {
  margin-left: 4px;
  background-color: #667894;
}
.product-receiving__all {
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
  padding: 0;
  font-weight: 700;
  line-height: 24px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(102, 120, 148, 0.3);
}
@media (min-width: 1024px) {
  .product-receiving__all {
    margin: 16px 0 4px 24px;
  }
}
.product-receiving__all:hover {
  color: #117FF5;
  border-color: #117FF5;
}
.product-receiving__list {
  display: grid;
  margin: 0 -16px;
  border-top: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .product-receiving__list {
    margin: 0;
    border-right: 1px solid #DCE8FA;
    border-left: 1px solid #DCE8FA;
    border-radius: 4px;
  }
}
.product-receiving__warehouse {
  position: relative;
  padding: 16px 56px 16px 16px;
  border-bottom: 1px solid #DCE8FA;
  transition: all 0.2s;
  cursor: pointer;
}
.product-receiving__warehouse:hover {
  background: rgba(17, 127, 245, 0.05);
}
.product-receiving__warehouse.active {
  background: #DCE8FA;
}
.product-receiving__warehouse.active .icon-check {
  display: block;
}
@media (min-width: 1024px) {
  .product-receiving__warehouse {
    padding: 16px 64px 16px 24px;
  }
}
.product-receiving__warehouse .icon-check {
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
  background-color: #117FF5;
}
@media (min-width: 1024px) {
  .product-receiving__warehouse .icon-check {
    right: 24px;
  }
}
.product-receiving__row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.product-receiving__city {
  margin-right: auto;
  font-weight: 700;
}
.product-receiving__add {
  font-weight: 700;
  color: #FB7234;
}
.product-receiving__label {
  min-width: 76px;
  padding: 0 8px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  background: #242F39;
  border-radius: 4px;
  white-space: nowrap;
}
.product-receiving__label.cheapest {
  background: #FB7234;
}
.product-receiving__label.best-deal {
  background: #09CF34;
}
.product-receiving__mi {
  margin-top: 4px;
  font-weight: 400;
  color: #667894;
}
@media (min-width: 1024px) {
  .product-receiving__mi {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 0 4px;
  }
  .product-receiving__mi:before {
    content: '•';
  }
}
.product-options {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  margin: 40px 0;
}
@media (min-width: 1024px) {
  .product-options {
    margin: 0 0 24px;
  }
}
.product-option__label {
  margin: 0 0 8px;
}
.product-option__list {
  display: flex;
  align-items: center;
  max-width: 100vw;
  overflow: auto;
  margin: 0 -16px;
  padding: 0 16px 2px 0;
}
@media (min-width: 1024px) {
  .product-option__list {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    overflow: initial;
  }
}
.product-option__list--packs {
  padding-top: 10px;
  align-items: normal;
}
@media (min-width: 1024px) {
  .product-option__list--packs {
    padding-top: 0;
  }
}
.product-option__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin: 0 0 4px;
  background: #D9D9D9;
  border-radius: 2px;
  overflow: hidden;
}
.product-option__img img {
  max-height: 100%;
}
.product-option__pack {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 109px;
  margin: 0 -1px -1px 0;
  padding: 8px 12px;
  border: 1px solid #DCE8FA;
}
.product-option__pack:hover {
  color: #242F39;
  background: rgba(17, 127, 245, 0.05);
}
.product-option__pack.is-active {
  position: relative;
  z-index: 1;
  border-color: #117FF5;
}
.product-option__free {
  position: absolute;
  top: -10px;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 20px;
  color: #fff;
  background: #09CF34;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  transform: translateX(-50%);
}
.product-option__title {
  white-space: nowrap;
  font-weight: 700;
}
.product-option__price {
  font-size: 12px;
  line-height: 20px;
}
.product-option__price span {
  color: #667894;
}
.product-option__discount {
  font-size: 12px;
  line-height: 20px;
  text-decoration: line-through;
  color: #667894;
}
.product-option__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 40px;
  min-width: 80px;
  padding: 8px;
  margin: 0 -1px -1px 0;
  background: #fff;
  border: 1px solid #DCE8FA;
}
.product-option__item:hover {
  color: #242F39;
  background: rgba(17, 127, 245, 0.05);
}
.product-option__item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #667894;
}
.product-option__item.is-active {
  position: relative;
  z-index: 1;
  font-weight: 700;
  border-color: #117FF5;
}
@media (max-width: 576px) {
  #productFeatures .box-body {
    overflow-x: auto;
  }
}
.related-materials .item:first-child .title {
  font-weight: 500;
}
.related-materials .item:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DCE8FA;
}
@media (min-width: 1024px) {
  .related-materials .item:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
.related-materials .item-info {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0 0 12px;
  color: #667894;
  font-size: 14px;
  line-height: 20px;
}
.related-materials .item-info li {
  margin: 0 12px 0 0;
}
.related-materials .item-info a {
  display: block;
  padding: 0 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  border-radius: 4px;
  background: #F3F8FE;
  color: #117FF5;
  text-transform: uppercase;
}
.related-materials .title {
  margin: 0;
  font-size: 16px;
  line-height: 1.33;
}
@media (min-width: 768px) {
  .related-materials .title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .related-materials .title {
    font-size: 24px;
  }
}
.related-materials .title a {
  color: #242F39;
}
.related-materials .title a:hover {
  color: #117FF5;
}
.related-materials .img {
  display: block;
  margin: 0 0 16px;
}
.related-materials .img img {
  width: 100%;
  border-radius: 8px;
}
.return-policy {
  position: relative;
  z-index: 1;
}
.return-policy-label,
.return-policy a {
  display: block;
  font-weight: 700;
  color: #242F39;
  border-bottom: 1px solid rgba(102, 120, 148, 0.29);
  cursor: pointer;
}
.return-policy .tippy-box a {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
.from-list {
  display: grid;
  grid-gap: 8px;
  width: 100%;
  margin: 12px 0 8px;
}
@media (min-width: 1024px) {
  .from-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 12px 0 0;
  }
}
.from-list .item {
  padding: 0 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #117FF5;
  text-align: center;
  background: #F3F8FE;
  border-radius: 4px;
  transition: all 0.2s;
  cursor: pointer;
  display: none;
}
.from-list .item:hover {
  background: #DDECFF;
}
.from-list .item span {
  font-weight: 400;
  color: #667894;
}
.add-cart {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media (min-width: 1024px) {
  .add-cart {
    margin: 0 0 32px;
  }
  .add-cart-free-delivery {
    margin: 0 0 24px;
  }
}
.add-cart-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 12px 16px 16px;
  background: #fff;
  border-top: 1px solid #D2E4FF;
}
@media (min-width: 1024px) {
  .add-cart-wrapper {
    position: relative;
    padding: 0;
    border: 0;
  }
}
.add-cart .qty-input {
  margin-right: 16px;
  min-width: 50%;
}
.add-cart .btn {
  flex-grow: 1;
  padding: 0 6px;
}
.free-delivery-alert .orange {
  cursor: pointer;
}
.free-delivery-alert.desktop {
  display: none;
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .free-delivery-alert.desktop {
    display: block;
  }
}
.free-delivery-alert.mobile {
  display: block;
  margin: 0 0 8px;
}
@media (min-width: 1024px) {
  .free-delivery-alert.mobile {
    display: none;
  }
}
.table-specification {
  width: 100%;
}
.table-specification tr:last-child td {
  border-bottom: 0;
}
.table-specification tr:not(:last-child) {
  padding: 0;
  border-bottom: 0;
}
@media (max-width: 576px) {
  .table-specification tr:not(:last-child) {
    padding: 12px 0;
    border-bottom: 1px solid #DCE8FA;
  }
}
.table-specification tr:first-child {
  padding-top: 0;
}
.table-specification td {
  padding: 10px 0;
  border-bottom: 1px solid #DCE8FA;
  vertical-align: middle;
  line-height: 22px;
}
@media (max-width: 576px) {
  .table-specification td {
    padding: 0;
    border: 0;
  }
}
.table-specification td:nth-child(1) {
  padding: 10px 10px 10px 0;
  color: #667894;
}
@media (max-width: 576px) {
  .table-specification td:nth-child(1) {
    padding: 0;
  }
}
.table-specification ul {
  padding-left: 20px;
  margin: 0;
}
.table-specification .icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #667894;
}
.table-specification .icon:hover {
  background-color: #117FF5;
}
@media (max-width: 576px) {
  .table-specification table,
  .table-specification tbody,
  .table-specification tr,
  .table-specification td {
    display: block;
  }
}
#productDescription ul,
#productDescription ol {
  margin: 16px 0 24px;
  padding-left: 0;
}
#productDescription ul {
  list-style-type: none;
}
#productDescription ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #242F39;
  content: '';
}
#productDescription li {
  position: relative;
  padding-left: 20px;
}
#productDescription li:not(:last-child) {
  margin: 0 0 12px;
}
.change-quantity {
  display: none;
  flex-wrap: wrap;
  border-radius: 4px;
  border: 1px solid #DCE8FA;
  padding: 16px 16px 13px 24px;
  margin-bottom: 13px;
  margin-top: -16px;
}
.change-quantity__headline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.change-quantity__headline .icon {
  width: 18px;
  height: 18px;
}
@media (max-width: 1024px) {
  .change-quantity__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.change-quantity__body p {
  color: #667894;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
@media (min-width: 1024px) {
  .change-quantity__body .blue {
    display: block;
    margin-top: 12px;
    font-size: 14px;
  }
}
.change-quantity__body .blue:hover {
  text-decoration: underline;
}
.change-quantity__arrow {
  display: none;
  position: relative;
  left: 74px;
  color: #fff;
  z-index: 1;
}
@media (min-width: 1024px) {
  .change-quantity__arrow {
    display: block;
  }
}
.change-quantity__arrow:after {
  position: absolute;
  left: 0;
  z-index: -1;
  border-color: transparent;
  border-style: solid;
  content: '';
  top: -24px;
  border-width: 0 8px 8px;
  border-bottom-color: #D8D8D8;
}
.change-quantity__arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  top: -23px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.add-to-cart__disabled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #FAFCFF;
  border-radius: 4px;
  opacity: 0.5;
}
.reviews-trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 12px;
}
.reviews-trust img {
  display: block;
  max-width: 194px;
}
.reviews-verified {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 14px;
}
.reviews-toggle {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 -16px 16px;
  padding: 0 16px;
  overflow: auto;
}
.reviews-toggle .btn {
  padding-inline: 0;
  font-weight: 700;
  color: #667894;
  background: transparent;
  white-space: nowrap;
}
.reviews-toggle .btn.is-active {
  color: #117FF5;
}
.reviews-toggle .btn:hover {
  color: #117FF5;
}
.reviews-trustpilot {
  position: relative;
  width: 60px;
  height: 34px;
}
.reviews-trustpilot .trustpilot-widget {
  position: absolute !important;
  top: 0;
  left: 50%;
  width: 60px;
  transform: translateX(-50%);
}
.reviews--blur {
  max-height: 510px;
  overflow: hidden;
}
#reviewsQuestions .tabs-btn .tab-nav {
  margin: 12px 0 8px;
}
.product-delivery .tabs-btn .tab-nav .disabled {
  opacity: 0.5;
}

