
*, *::before, *::after {
    box-sizing: border-box!important;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
html {
  font-size: 10px;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: Ubuntu, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.333333;
  color: #231f20;
  background-color: #ffffff;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 991.98px) {
  body {
    font-size: 14px;
    line-height: 1.42857;
  }
}

img {
  display: block;
  max-width: 100%;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  margin-bottom: 28px;
}
@media (max-width: 575.98px) {
  .splide {
    margin-bottom: 19px;
  }
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  max-width: 100%;
}

.splide__spinner {
  display: none;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__arrows {
  visibility: hidden;
}
.is-initialized .splide__arrows {
  visibility: visible;
}

.splide__arrow {
  align-items: center;
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 32px;
  width: 32px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  color: #dc092e;
  box-shadow: 0 0 8px rgba(35, 31, 32, 0.1);
  transition: box-shadow 200ms ease;
  will-change: box-shadow;
}
@media (max-width: 991.98px) {
  .splide__arrow {
    display: none;
  }
}
.splide__arrow:hover {
  color: #b7141f;
}

.splide__arrow:hover:not(:disabled) {
  box-shadow: 0 0 8px rgba(35, 31, 32, 0.4);
}

.splide__arrow:disabled {
  display: none;
}

.splide__arrow--prev {
  left: 0;
  transform: rotate(90deg) translate(-50%, 50%);
}
@media (max-width: 1559.98px) {
  .splide__arrow--prev {
    left: 8px;
  }
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 0;
  transform: rotate(-90deg) translate(50%, 50%);
}
@media (max-width: 1559.98px) {
  .splide__arrow--next {
    right: 8px;
  }
}

.splide__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -28px;
}
@media (max-width: 575.98px) {
  .splide__pagination {
    bottom: -19px;
  }
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  pointer-events: auto;
}
.splide__pagination__page {
  border: 0;
  display: block;
  opacity: 0.7;
  padding: 0;
  width: 32px;
  height: 20px;
  background-color: transparent;
  margin: 0 4px;
}
@media (max-width: 767.98px) {
  .splide__pagination__page {
    width: 16px;
  }
}
.splide__pagination__page::after {
  content: "";
  transition: background-color 200ms ease;
  height: 2px;
  border-radius: 2px;
  display: block;
  background-color: #bdbbbc;
}
.splide__pagination__page.is-active::after {
  background-color: #dc092e;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

button {
  font-family: Ubuntu, Helvetica, Arial, sans-serif;
  border-radius: 0;
}
button:focus {
  outline: none;
}

.btn {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 8px 20px;
  font-size: 15px;
  line-height: 1.466666;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #bdbcbd;
  border-radius: 10px;
  transition: all 100ms ease-in-out;
  user-select: none;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .btn {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.btn:hover, .btn:focus-visible {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}
.btn:active, .btn.active {
  transform: translateY(1px);
}
.btn.disabled, .btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}
.btn.disabled:active, .btn.disabled.active, .btn[disabled]:active, .btn[disabled].active {
  transform: translateY(0);
}
.btn + .btn {
  margin-left: 10px;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  background: #dc092e;
  border-color: #dc092e;
  color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus-visible, .btn-primary:active, .btn-primary.active {
  background: #b7141f;
  border-color: #b7141f;
  color: #ffffff;
}
.btn-primary.disabled, .btn-primary[disabled] {
  background: #bdbbbc;
  border-color: #bdbbbc;
}

.btn-secondary {
  background: #ffffff;
  border-color: #dc092e;
  color: #dc092e;
}
.btn-secondary:hover, .btn-secondary:focus-visible, .btn-secondary:active, .btn-secondary.active {
  background: #b7141f;
  border-color: #b7141f;
  color: #ffffff;
}
.btn-secondary.disabled, .btn-secondary[disabled] {
  background: #bdbbbc;
  border-color: #bdbbbc;
  color: #ffffff;
}

.btn-lg {
  padding: 12px 20px;
}
@media (max-width: 991.98px) {
  .btn-lg {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.btn-sm {
  padding: 4px 20px 5px;
}
@media (max-width: 991.98px) {
  .btn-sm {
    padding-bottom: 4px;
  }
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

ul {
  list-style-type: none;
}

.content ul:not(.list-reset),
.content ol:not(.list-reset) {
  margin: 21px 0 25px;
  padding: 0 0 0 21px;
}
.content ul:not(.list-reset) li,
.content ol:not(.list-reset) li {
  position: relative;
  margin: 0 0 12px;
}
.content ul:not(.list-reset) li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M4.08638 9L0 5.02258L1.34551 3.71613L4.08638 6.36774L10.6545 0L12 1.30645L4.08638 9Z' fill='%23DC092E'/%3E%3C/svg%3E");
  font-size: 16px;
  position: absolute;
  left: -21px;
  top: 5px;
  color: #dc092e;
}

.list-reset, .content .list-reset {
  padding: 0;
  margin: 0;
}

ol.list-reset, .content ol.list-reset {
  list-style-type: none;
}

b,
strong {
  font-weight: 700;
}

i {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  border: 0;
  font-size: 17px;
  position: relative;
}
hr::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: repeating-linear-gradient(90deg, #e5e5e5, #e5e5e5 2px, transparent 2px, transparent 5px);
}

mark,
.mark {
  color: #dc092e;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: #007eff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
  transition: all 0.25s ease;
}
a:not([class]):hover {
  color: #175fc7;
}
a:not([class]):hover, a:not([class]):focus, a:not([class]):active {
  outline: none;
}

.product-set {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 50px 0 70px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .product-set {
    gap: 0;
    margin: 0;
  }
}
.product-set ul {
  list-style-type: none;
}
.product-set a {
  text-decoration: none;
}
.product-set .splide__arrow {
  fill: #dc092e;
}
.product-set .splide__arrow--prev {
  transform: rotate(0deg) translate(-50%, -50%);
}
.product-set .splide__arrow--next {
  transform: rotate(0deg) translate(50%, -50%);
}
.product-set .splide__arrow svg {
  width: 14px;
  height: 21px;
}
.product-set .splide__arrow:hover {
  fill: #b7141f;
}

.product-block {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 32px;
  padding: 16px 32px;
  width: min(1118px, 100%);
  border-radius: 10px;
  box-shadow: 0 -2px 4px 0 rgba(35, 31, 32, 0.05), 0 4px 8px 0 rgba(35, 31, 32, 0.1);
}
@media (max-width: 767.98px) {
  .product-block {
    flex-direction: column;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    gap: 8px;
  }
}
.product-block__name {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #231f20;
}
.product-block__name:visited {
  color: inherit;
}
@media (max-width: 767.98px) {
  .product-block__name {
    font-size: 12px;
    line-height: 15px;
  }
}
.product-block__info {
  display: flex;
  align-items: start;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .product-block__info {
    width: 100%;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
  }
}
.product-block__info img {
  width: 72px;
  height: 72px;
}
@media (max-width: 767.98px) {
  .product-block__info img {
    width: 121px;
    height: 121px;
  }
}
.product-block__description {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  max-height: 44px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .product-block__description {
    max-height: 80px;
    font-size: 12px;
    line-height: 16px;
  }
}
.product-block__description.open {
  max-height: 9999px;
}
.product-block__description-info br {
  display: none;
}
.product-block__description-info b {
  font-weight: 500;
  margin-right: 4px;
}
.product-block__description-more {
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  color: #007eff;
  background-color: #ffffff;
  cursor: pointer;
}
.product-block__description-more.open {
  position: static;
}
.product-block__description-more.open span:first-child {
  display: none;
}
.product-block__description-more.open span:last-child {
  display: inline-block;
}
.product-block__description-more span:last-child {
  display: none;
}
.product-block__spec {
  display: flex;
  gap: 7px;
  flex-direction: column;
  justify-content: start;
  max-width: 615px;
}
@media (max-width: 767.98px) {
  .product-block__spec {
    max-width: 195px;
  }
}
.product-block__rating {
  margin-left: auto;
}
.product-block__rating a {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767.98px) {
  .product-block__rating a {
    font-size: 12px;
    line-height: 12px;
  }
}
.product-block__rating.vis-desk {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.product-block__rating.vis-desk .star-rating {
  height: 20px;
}
.product-block__rating.vis-mob {
  display: none;
}
.product-block__rating.vis-mob .star-rating {
  height: 12px;
}
@media (max-width: 767.98px) {
  .product-block__rating {
    width: 100%;
  }
  .product-block__rating.vis-desk {
    display: none;
  }
  .product-block__rating.vis-mob {
    display: flex;
    align-items: center;
    gap: 4px;
  }
}
.product-block__actions {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .product-block__actions {
    width: 100%;
  }
}
.product-block__cost {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 46px;
}
@media (max-width: 767.98px) {
  .product-block__cost {
    gap: 40px;
    height: auto;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .product-block__cost .price-wrapper {
    width: 121px;
  }
}
.product-block__cost-price {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}
@media (max-width: 767.98px) {
  .product-block__cost-price {
    font-size: 28px;
  }
}
.product-block__cost-price span {
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 767.98px) {
  .product-block__cost-price span {
    font-size: 24px;
    line-height: 27.58px;
  }
}
.product-block__cost-discount .price__old {
  font-size: 12px;
  line-height: 13.79px;
  text-decoration: line-through;
  color: #8c8c8c;
  font-weight: 400;
  margin-right: 3px;
}
@media (max-width: 767.98px) {
  .product-block__cost-discount .price__old {
    font-size: 16px;
    line-height: 20px;
    margin-right: 4px;
  }
}
.product-block__cost-discount .price__perc {
  font-size: 12px;
  line-height: 13.79px;
  color: #dc092e;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .product-block__cost-discount .price__perc {
    font-size: 16px;
    line-height: 20px;
  }
}
.product-block__cost .btn {
  max-width: 152px;
}
@media (max-width: 767.98px) {
  .product-block__cost .btn {
    max-width: 195px;
    flex-grow: 1;
    font-size: 14px;
    padding: 11px 20px 13px;
  }
}

.divider-dashed {
  display: none;
  width: 100%;
  height: 1px;
  background: repeating-linear-gradient(90deg, #e5e5e5, #e5e5e5 2px, transparent 2px, transparent 5px);
}
@media (max-width: 767.98px) {
  .divider-dashed {
    display: block;
  }
}

.product-slider {
  width: 100%;
  margin-top: 70px;
}
.product-slider .product-images.splide {
  margin-bottom: 11px;
}
@media (max-width: 767.98px) {
  .product-slider .product-images.splide {
    margin-bottom: 13px;
  }
}
.product-slider .product-images.splide .splide__pagination {
  bottom: -11px;
}
@media (max-width: 767.98px) {
  .product-slider .product-images.splide .splide__pagination {
    bottom: -13px;
  }
}
@media (max-width: 767.98px) {
  .product-slider .splide__shadow {
    padding: 22px 0;
  }
}

.hdt {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .hdt {
    flex-direction: column;
    align-items: start;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.hdt .splide__slide {
  padding: 6px;
}
@media (max-width: 767.98px) {
  .hdt .splide__slide {
    padding: 6px 4px;
  }
}
.hdt__title {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .hdt__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.hdt__tabs {
  overflow: hidden;
  margin-bottom: 0;
}
.hdt__item {
  padding: 5px 12px 7px;
  display: block;
  background: #f4f4f4;
  border-radius: 4px;
  color: #231f20;
  border: 1px solid #f4f4f4;
  font-size: 15px;
  line-height: 20px;
}
.hdt__item:not(.active) {
  cursor: pointer;
  will-change: box-shadow;
  transition: box-shadow 200ms ease;
}
.hdt__item:not(.active):hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .hdt__item {
    padding: 6px 8px 7px;
    font-size: 14px;
  }
}
.hdt__item.active {
  cursor: default;
  background: #ffffff;
  border-color: #231f20;
}

.product-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 -2px 4px 0 rgba(35, 31, 32, 0.05), 0 4px 8px 0 rgba(35, 31, 32, 0.1);
  padding: 41px 20px 13px;
  margin: 8px;
}
.product-card:hover {
  box-shadow: 0 -2px 8px rgba(35, 31, 32, 0.15), 0 4px 13px rgba(35, 31, 32, 0.19);
}
@media (max-width: 767.98px) {
  .product-card {
    padding: 28px 12px 12px;
    margin: 0;
    box-shadow: 3px -2px 4px rgba(35, 31, 32, 0.05), 3px 4px 8px rgba(35, 31, 32, 0.1);
    border-radius: 0;
    border-left: 1px solid #e5e5e5;
  }
}
.product-card__images {
  overflow: hidden;
}
.product-card__images > .splide.is-overflow > .splide__pagination {
  display: flex;
}
.product-card__images .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 246px;
}
@media (max-width: 767.98px) {
  .product-card__images .splide__slide {
    height: 144px;
  }
}
.product-card__images .splide__slide.only {
  margin-bottom: 11px;
}
@media (max-width: 767.98px) {
  .product-card__images .splide__slide.only {
    margin-bottom: 13px;
  }
}
.product-card__images .splide__slide img {
  height: 100%;
  object-fit: contain;
}
.product-card__images .splide__pagination__page {
  width: 11px;
  height: 10px;
  margin: 0;
  padding: 0 3px;
}
@media (max-width: 575.98px) {
  .product-card__images .splide__pagination__page {
    width: 10px;
    height: 8px;
  }
}
.product-card__images .splide__pagination__page::after {
  border-radius: 50%;
  height: 5px;
}
@media (max-width: 575.98px) {
  .product-card__images .splide__pagination__page::after {
    height: 4px;
  }
}
.product-card__rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  margin-top: 13px;
}
@media (max-width: 767.98px) {
  .product-card__rating {
    height: 13px;
  }
}
.product-card__rating-code {
  font-size: 14px;
  line-height: 16.09px;
}
@media (max-width: 575.98px) {
  .product-card__rating-code {
    font-size: 10px;
    line-height: 13px;
  }
}
.product-card__name {
  color: #0e0e0e;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.333333;
  height: 40px;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .product-card__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    width: 144px;
    height: 30px;
    margin-top: 4px;
  }
}
.product-card__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .product-card__actions {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}
.product-card__actions-price {
  display: flex;
  flex-direction: column;
  margin-top: 2px;
}
@media (max-width: 767.98px) {
  .product-card__actions-price {
    margin-top: 5px;
  }
}
.product-card__actions-price .price-wrapper {
  display: flex;
  flex-direction: column;
  height: 45px;
}
@media (max-width: 767.98px) {
  .product-card__actions-price .price-wrapper {
    flex-direction: row;
    align-items: baseline;
    gap: 5px;
    height: 21px;
  }
}
.product-card__actions-sale {
  display: inline-flex;
  height: 21px;
}
@media (max-width: 575.98px) {
  .product-card__actions-sale {
    height: 17px;
  }
}
.product-card__actions-sale span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  display: block;
  padding: 2px 6px 3px;
  color: #dc092e;
  border-radius: 4px;
  border: 1px solid #dc092e;
}
@media (max-width: 575.98px) {
  .product-card__actions-sale span {
    font-size: 11px;
    line-height: 14px;
    padding: 1px 4px 2px;
  }
}
.product-card__actions-cost {
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .product-card__actions-cost {
    font-size: 18px;
    line-height: 21px;
  }
}
.product-card__actions-cost span {
  font-size: 19px;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .product-card__actions-cost span {
    font-size: 14px;
    line-height: 16px;
  }
}
.product-card__actions-discount {
  display: inline-flex;
  align-items: baseline;
  height: 17px;
}
.product-card__actions-discount .price__old {
  font-size: 15px;
  line-height: 17.24px;
  text-decoration: line-through;
  color: #8c8c8c;
  font-weight: 400;
  margin-right: 4px;
}
@media (max-width: 767.98px) {
  .product-card__actions-discount .price__old {
    font-size: 12px;
    line-height: 11px;
    margin-right: 2px;
  }
}
.product-card__actions-discount .price__perc {
  font-size: 15px;
  line-height: 17.24px;
  color: #dc092e;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .product-card__actions-discount .price__perc {
    font-size: 12px;
    line-height: 11px;
  }
}
.product-card__actions .btn {
  height: 40px;
}
@media (max-width: 767.98px) {
  .product-card__actions .btn {
    height: 32px;
    width: 100%;
    margin-top: 12px;
  }
}

.star-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.star-rating__wrapper {
  position: relative;
  top: 1px;
}
.star-rating svg {
  width: 16px;
  height: 16px;
  color: #ffb000;
}
@media (max-width: 575.98px) {
  .star-rating svg {
    width: 12px;
    height: 12px;
  }
}
.star-rating__number {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857;
  color: #ffb000;
}
@media (max-width: 575.98px) {
  .star-rating__number {
    font-size: 12px;
    line-height: 12px;
  }
}
.star-rating._zero .star-rating__number {
  color: #bdbbbc;
}
.star-rating._zero svg {
  fill: #bdbbbc;
}