/** Shopify CDN: Minification failed

Line 208:0 Unexpected "}"

**/
.koh-hot-spots{
  overflow: hidden;
}
/* timer css */
.koh-hot-spots .content-over-media > :not(img, video, iframe, svg, video-media) {
    max-width: 780px;
}
.koh-hot-spots .prose .countdown-container * + :is(p, div) {
    margin-block-start: 0;
}
.koh-hot-spots .affirmation-contents {
    display: grid;
    grid-template: auto / max-content max-content;
    gap: 0 25px;
}
.koh-hot-spots .affirmation-contents .affirmation-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0 10px;
    max-width: 300px;
}
.koh-hot-spots .affirmation-contents .affirmation-inner .image-container img {
    margin-block: 0;
    max-width: 50px;
}
.koh-hot-spots .prose .affirmation-contents * + p, .koh-hot-spots .prose .affirmation-contents * + :is(p, div) {
    margin-block-start: 0;
}
.koh-hot-spots .affirmation-contents .affirmation-inner p {
    line-height: 1.2;
}
.koh-hot-spots .countdown-container {
    width: 100%;
    max-width: max-content;
    padding: 10px 20px;
    background-color: var(--timer-bg-color, #d0ecc6);
    border-radius: 40px;
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    color: var(--timer-text-color, #000);
}
.koh-hot-spots .countdown-container .countdown_label {
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 5px;
}
.koh-hot-spots .countdown-container .countdown_label svg path {
    fill: var(--timer-text-color, #000);
}
.koh-hot-spots .countdown-container .countdown {
    display: flex;
    text-align: center;
    flex-flow: row;
    gap: 15px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.koh-hot-spots .countdown-container .countdown .countdown_count {
    background-color: var(--timer-bg-time-color, #fff);
    border-radius: 4px;
    padding: 5px;
    display: flex;
    flex-flow: column;
    min-width: 35px;
    position: relative;
}
.koh-hot-spots .countdown-container .countdown .countdown_count span {
    color: var(--timer-time-time-color, #000);
}
.koh-hot-spots .countdown-container .countdown .countdown_count:not(:last-child):after {
    content: ":";
    position: absolute;
    right: -10px;
    font-size: 30px;
    top: calc(50% - 23px);
}
.koh-hot-spots .countdown-container .countdown .countdown_count span.counter {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}
.koh-hot-spots .countdown-container .countdown .countdown_count span.counter-label {
  font-size: 8px;
  line-height: 1;
}
.koh-hot-spots .ruk_rating_snippet i {
    font-size: 20px;
}
.koh-hot-spots .ruk_rating_snippet span.ruk-rating-snippet-count {
    font-size: 17px;
    font-weight: 700;
}
.koh-hot-spots price-list.price-list {
    margin-top: var(--spacing-6);
    font-size: 24px;
    gap: 20px;
    font-weight: 900;
    align-items: flex-start;
}
@media(min-width: 700px){
  .koh-hot-spots .ruk_rating_snippet {
    margin-block-start: var(--spacing-6);
  }
}
@media(min-width: 768px) and (max-width: 1024px){
  .koh-hot-spots .prose {
    width: 100%;
  }
}
@media(max-width: 1024px){
  .koh-hot-spots .content-over-media>:not(img,video,iframe,svg,video-media) {
    max-width: 400px;
  }
  .koh-hot-spots .affirmation-contents .affirmation-inner {
    max-width: 150px;
  }
  .koh-hot-spots .affirmation-contents .affirmation-inner .image-container img {
    max-width: 40px;
  }
  .koh-hot-spots .affirmation-contents .affirmation-inner p {
    font-size: 12px;
  }
}

@media(max-width: 999px){
  .koh-hot-spots .section-stack {
    gap: 0;
  }
  .koh-hot-spots .countdown-container {
    padding: 10px 0;
    border-radius: 0;
    grid-template-columns: auto auto;
    gap: 10px;
  }
  .koh-hot-spots .countdown-container .countdown_label {
    font-size: 18px;
  }
  .koh-hot-spots .countdown-container {
    padding: 10px 20px;
    border-radius: 0;
    max-width: unset;
    margin-left: -1.2rem;
    width: calc(100% + 2.4rem);
  }
  .koh-hot-spots .ruk_rating_snippet i {
    font-size: 15px;
  }
  .koh-hot-spots .ruk_rating_snippet span.ruk-rating-snippet-count {
    font-size: 14px;
  }
  .koh-hot-spots .grey-bg a.button.button--lg {
    width: 100%;
  }
  .koh-hot-spots price-list.price-list {
    font-size: 20px;
  }
  .koh-hot-spots .prose {
    width: 100%;
  }
}
@media(max-width: 575px){
  .koh-hot-spots .ruk_rating_snippet {
    margin-top: var(--spacing-6);
  }
  .koh-hot-spots h2.h2 {
    margin-block-start: var(--spacing-3);
  }
  .koh-hot-spots price-list.price-list {
    margin-top: var(--spacing-3);
  }
  .koh-hot-spots .countdown-container .countdown {
    gap: 12px;
    margin-right: 0;
  }
  .koh-hot-spots .countdown-container .countdown_label {
    font-size: 15px;
  }
  .koh-hot-spots .countdown-container .countdown .countdown_count:not(:last-child):after{
    right: -10px;
  }
  
}

@media(max-width: 375px){
   .koh-hot-spots .countdown-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .koh-hot-spots .countdown-container .countdown_label {
        font-size: 13px;
  }
  .koh-hot-spots .countdown-container .countdown_label svg.icon {
    width: 18px;
    height: 18px;
  }
}
}