.modernco-hot-sopts-split *,
.modernco-hot-sopts-split :after,
.modernco-hot-sopts-split :before {
  box-sizing: border-box;
}

.modernco-hot-sopts-split :focus {
  outline: 0;
}

.modernco-hot-sopts-split .no-js .image-content__image-wrapper,
.modernco-hot-sopts-split .no-js .lazyload {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.modernco-hot-sopts-split .row {
  margin-right: calc(0px - var(--g-hgutter));
  margin-left: calc(0px - var(--g-hgutter));
}

.modernco-hot-sopts-split .image-content__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: var(--g-font-1);
  font-weight: var(--g-font-weight-title);
  font-size: 1em;
  line-height: 1.3;
  letter-spacing: var(--g-font-spacing-title);
}

.modernco-hot-sopts-split .row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.modernco-hot-sopts-split code {
  font-family: Consolas, monospace;
  font-size: 1em;
}

.modernco-hot-sopts-split .lazyloading,
.modernco-hot-sopts-split .lazyload {
  opacity: 0.3;
}

.modernco-hot-sopts-split .lazyloaded {
  opacity: 1;
  transition: opacity 0.2s;
}

.modernco-hot-sopts-split .scale-in {
  transition: transform 0.8s cubic-bezier(0, 0.14, 0.19, 1), opacity 0.8s cubic-bezier(0, 0.14, 0.19, 1);
  transition-delay: 0.5s;
  opacity: 0;
  transform: scale(1.1);
}

.modernco-hot-sopts-split .scale-in.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0s;
}

.modernco-hot-sopts-split .text-center .rte ol,
.modernco-hot-sopts-split .text-center .rte ul,
.modernco-hot-sopts-split .text-center.rte ol,
.modernco-hot-sopts-split .text-center.rte ul {
  margin-left: 0;
  list-style-position: inside;
}

.modernco-hot-sopts-split .section-title-1 {
  font-weight: var(--g-h3-font-weight);
  font-size: var(--g-h3-font-size);
  line-height: var(--g-h3-font-lineheight);
  letter-spacing: var(--g-h3-font-spacing);
}

@media only screen and (max-width: 749px) {
  .modernco-hot-sopts-split .section-title-1 {
    font-size: var(--g-h3-font-size-mobile);
  }
}

.modernco-hot-sopts-split .section-title-1>span {
  position: relative;
}

@media print {
  @page {
    .modernco-hot-sopts-split {
      margin: 0.5cm;
    }
  }
}

.modernco-hot-sopts-split .subtop {
  font-family: var(--g-font-2);
  font-weight: var(--g-font-weight-subtop);
  font-size: 12px;
  line-height: 26px;
  letter-spacing: var(--g-font-spacing-subtop);
  text-transform: uppercase;
  color: var(--g-font-color-subtop);
}

.modernco-hot-sopts-split ::-webkit-input-placeholder {
  font-size: 16px;
  color: var(--color-body-text);
  opacity: 0.6;
}

.modernco-hot-sopts-split ::-ms-input-placeholder {
  font-size: 16px;
  color: var(--color-body-text);
  opacity: 0.6;
  opacity: 1;
}

.modernco-hot-sopts-split .comment {
  margin-bottom: var(--g-gutter);
}

.modernco-hot-sopts-split .comment:last-child {
  margin-bottom: 0;
}

.modernco-hot-sopts-split .comment+.comment {
  padding-top: var(--g-gutter);
}


.modernco-hot-sopts-split .section-block {
  position: relative;
}

.modernco-hot-sopts-split .image-content__image-container {
  position: relative;
}

.modernco-hot-sopts-split .image-content__image-wrapper {
  display: block;
  margin: 0 auto;
}

.modernco-hot-sopts-split .image-content__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}

.modernco-hot-sopts-split .countdown-item-1 ul li:not(:last-child) {
  border-right: 1px solid rgba(var(--color-body-text-rgb), 0.2);
}

.modernco-hot-sopts-split .countdown-item-1 ul li {
  padding: 0 16px;
  line-height: 1;
  text-align: center;
  color: var(--g-color-heading);
}

.modernco-hot-sopts-split .countdown-item-1 ul li .countdown-time {
  font-size: var(--g-h3-font-size);
  margin-bottom: 0.5rem;
  min-width: 64px;
  text-align: center;
  display: block;
}

.modernco-hot-sopts-split .hotspot-dot {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: none;
  background: transparent;
  box-shadow: 0 0 0 8px var(--dot-color) inset, 0 1px 6px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.modernco-hot-sopts-split .hotspot-dot:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 32px;
  height: 32px;
  border: 2px solid var(--dot-color);
  opacity: 0.8;
  border-radius: 100%;
  animation: pulse 2s ease-in-out infinite;
}

.modernco-hot-sopts-split .hotspot-product .product-card {
  display: flex;
  flex-direction: row;
  width: max-content;
  max-width: 45vw;
}

.modernco-hot-sopts-split .hotspot-product {
  background: white;
}

.modernco-hot-sopts-split .hotspot-product .product-card__image-wr {
  width: 80px;
  flex: 0 0 80px;
  margin-right: 1.5rem;
}

.modernco-hot-sopts-split .hotspot-product .image-content__image-wrapper img {
  transition: none;
  transform: none !important;
}

.modernco-hot-sopts-split .popover-content {
  position: absolute;
  z-index: 1;
}

.modernco-hot-sopts-split .popover-content:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent white transparent transparent;
  border-width: 8px;

}

.modernco-hot-sopts-split .hotspot-dotwrap .popover-content {
  transition: transform 0.2s cubic-bezier(0, .14, .19, 1), opacity 0.2s cubic-bezier(0, .14, .19, 1), visibility 0.2s cubic-bezier(0, .14, .19, 1);
  opacity: 0;
  visibility: hidden;
  will-change: transform;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}

.modernco-hot-sopts-split .hotspot-dotwrap .popover-content.active {
  opacity: 1;
  visibility: visible;
}

.modernco-hot-sopts-split .hotspot-right .popover-content {
  transform: scale(0.8) translateY(-50%);
  transform-origin: top left;
  top: 50%;
  left: calc(100% + 16px);
}

.modernco-hot-sopts-split .hotspot-right .popover-content.active {
  transform: scale(1) translateY(-50%);
}

.modernco-hot-sopts-split .hotspot-right .popover-content:before {
  right: 100%;
  top: 50%;
  margin-top: -8px;
}

.modernco-hot-sopts-split .hotspot-bottom .popover-content {
  top: calc(100% + 16px);
  transform: scale(0.8) translateX(-50%);
  transform-origin: top left;
  left: 50%;
}

.modernco-hot-sopts-split .hotspot-bottom .popover-content.active {
  transform: scale(1) translateX(-50%);
}

.modernco-hot-sopts-split .hotspot-bottom .popover-content:before {
  left: 50%;
  top: -16px;
  margin-left: -8px;
  border-color: transparent transparent white transparent;
}

.modernco-hot-sopts-split .hotspot-left .popover-content {
  top: 50%;
  transform: scale(0.8) translateY(-50%);
  transform-origin: top right;
  right: calc(100% + 16px);
}

.modernco-hot-sopts-split .hotspot-left .popover-content.active {
  transform: scale(1) translateY(-50%);
}

.modernco-hot-sopts-split .hotspot-left .popover-content:before {
  left: 100%;
  top: 50%;
  margin-top: -8px;
  border-color: transparent transparent transparent white;
}

.modernco-hot-sopts-split .hotspot-top .popover-content {
  bottom: calc(100% + 16px);
  transform-origin: bottom left;
  transform: scale(0.8) translateX(-50%);
  left: 50%;
}

.modernco-hot-sopts-split .hotspot-top .popover-content.active {
  transform: scale(1) translateX(-50%);
}

.modernco-hot-sopts-split .hotspot-top .popover-content:before {
  left: 50%;
  bottom: -16px;
  margin-left: -8px;
  border-color: white transparent transparent transparent;
}

@media (max-width:749px) {
  .modernco-hot-sopts-split .hotspot-dotwrap .popover-content {
    transform: none !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    position: fixed;
    left: 0;
  }

  .hotspot-dotwrap .popover-content:before {
    display: none;
  }

  .hotspot-product .product-card {
    max-width: 100vh !important;
  }
}

.modernco-hot-sopts-split .hotspot-dotwrap.hotspot-solid {
  width: max-content;
}

.modernco-hot-sopts-split .hotspot-solid .hotspot-dot {
  max-width: 10px !important;
  max-height: 10px;
  width: 10px !important;
  height: 10px;
  box-shadow: none;
  background-color: rgba(var(--dot-color), 1);
  border: none;
  padding: 0;
}

.modernco-hot-sopts-split .hotspot-solid .hotspot-dot:after {
  width: 48px;
  height: 48px;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  border: none;
  background: radial-gradient(50% 50% at 50% 50%, rgba(var(--dot-color), 0), rgba(var(--dot-color), .3));
  animation: 2s ease-in-out infinite alternate pulse-ping;
}

.modernco-hot-sopts-split .hotspot-dotwrap {
  transition: transform 0.3s ease;
}

.modernco-hot-sopts-split .hotspot-dotwrap.active {
  transform: scale(1.3);
}

.modernco-hot-sopts-split .product-card {
  position: relative;
  display: block;
  text-align: center;
  padding: 0;
  z-index: 0;
  height: 100%;
  border: var(--g-border-product);
  isolation: isolate
}

.modernco-hot-sopts-split .product-card:focus,
.modernco-hot-sopts-split .product-card:hover {
  outline: 0
}

.modernco-hot-sopts-split .product-card:focus {
  z-index: 2
}

.modernco-hot-sopts-split .product-card__image-wr {
  position: relative;
  overflow: hidden
}

.modernco-hot-sopts-split .product-card__image {
  display: block;
}

.modernco-hot-sopts-split .product-card__name {
  font-weight: 400;
  line-height: 1.3;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  display: block;
}

.modernco-hot-sopts-split .product-dark .product-card__name {
  color: #fff;
}

.modernco-hot-sopts-split .product-card__name:hover {
  color: rgba(255, 255, 255, 0.9);
}

.modernco-hot-sopts-split .product-card__price {
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
}

.product-card__info {
  padding: 16px 24px 24px 24px;
  margin-bottom: 0 !important
}

.product-card__price {
  font-weight: 500;
  font-size: 15px;
  font-family: var(--font-family);
  color: rgba(0, 0, 0, .7)
}

@media (max-width:991px) {
  .modernco-hot-sopts-split .product-card__info {
    padding: 8px 16px 16px 16px
  }
}

@media (max-width: 749px) {
  .modernco-hot-sopts-split .countdown-item-1 ul li .countdown-time {
    font-size: var(--g-h4-font-size);
  }

  .modernco-hot-sopts-split .countdown-item-1 ul li {
    padding: 0 8px;
  }
}

.modernco-hot-sopts-split .countdown-item-1 ul li .countdown-time b {
  font-weight: 500;
}

.modernco-hot-sopts-split .countdown-item-1 ul li .countdown-text {
  font-size: 0.75rem;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  display: block;
}

@media (max-width: 749px) {
  .modernco-hot-sopts-split .gap-mobile {
    row-gap: var(--g-gutter);
  }
}