/** Shopify CDN: Minification failed

Line 714:2 Unexpected "{"
Line 714:3 Expected identifier but found "%"
Line 714:82 Unexpected "{"
Line 714:83 Expected identifier but found "%"

**/
.wh-csh__price-compare {
  text-decoration: line-through;
  color: #7A6C68;
  font-size: 12px;
  margin-right: 6px;
}

.wh-csh__price-sale { color: #000; font-size: 1.6rem;}
.wh-csh__card-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0px; }
  .wh-csh {
    padding: 24px 0;
    background: #fff;
  }

  .wh-csh__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .wh-csh__heading {
    font-size: 22px;
    font-weight: 600;
    font-family: Palatino, serif;
    color: #1a1a1a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
  }

  .wh-csh__heading-arrow {
    color: #b5813a;
    font-size: 18px;
    font-weight: 400;
  }

  .wh-csh__see-all {
    font-size: 13px;
    color: #b5813a;
    text-decoration: none;
    font-family: Palatino, serif;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .wh-csh__see-all:hover {
    text-decoration: underline;
  }

  .wh-csh__wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
  }

  .wh-csh__track-outer {
    overflow: hidden;
  }

  .wh-csh__track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s ease;
    will-change: transform;
    cursor: grab;
    align-items: flex-start;
  }

  .wh-csh__track.is-dragging {
    cursor: grabbing;
  }

  .wh-csh__card {
    flex: 0 0 calc(20% - 13px);
    min-width: 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    gap: 8px;
  }

  .wh-csh__card-img-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
  }

  .wh-csh__card-img-wrap::before {
    content: '';
    display: block;
    padding-top: 100%;
  }

  .wh-csh__card-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .wh-csh__img-primary {
    transition: opacity 0.4s ease;
    z-index: 1;
  }

  .wh-csh__img-hover {
    transition: opacity 0.4s ease;
    opacity: 0;
    z-index: 2;
  }

  .wh-csh__card:hover .wh-csh__img-primary { opacity: 0; }
  .wh-csh__card:hover .wh-csh__img-hover { opacity: 1; }

  .wh-csh__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #e74c3c;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 2px;
    font-family: Palatino, serif;
    z-index: 4;
  }

  .wh-csh__atc-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 5;
    overflow: hidden;
  }

  .wh-csh__card:hover .wh-csh__atc-wrap {
    transform: translateY(0);
  }

  .wh-csh__atc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 10px 16px;
    background: #b58551;
    color: #fff !important;
    border: none;
    font-size: 15px;
    font-family: 'Open Sans';
    letter-spacing: 1.5px;
    text-transform: capitalize;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none !important;
    box-sizing: border-box;
  }

  .wh-csh__atc-btn:hover {
  background: #b58551;
  text-decoration: none !important;
  }
  .wh-csh__atc-btn:disabled { background: #999; cursor: not-allowed; }

  .wh-csh__card-info {
    padding: 4px 0;
  }

  .wh-csh__card-title {
    font-size: 16px;
    color: currentColor;
    font-family: Palatino, serif;
    margin: 0 0 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wh-csh__card-price {
    font-size: 1.6rem;
    color: currentColor;
    font-family: Palatino, serif;
    margin-Top: 0px;
  }

  .wh-csh__btn {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: background 0.2s;
  }

  .wh-csh__btn:hover { background: #f5f5f5; }
  .wh-csh__btn--prev { left: 4px; }
  .wh-csh__btn--next { right: 4px; }

  .wh-csh__divider {
    max-width: 100%;
    margin: 24px auto 0;
    border: none;
    border-top: 1px solid #e0e0e0;
  }
  .wh-csh__card-img-wrap .wh-wishlist-btn {
    opacity: 0;
    transform: scale(0.85);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .wh-csh__card:hover .wh-wishlist-btn {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
  .wh-csh__card .wh-wishlist-btn.wh-active {
    opacity: 1 !important;
    transform: scale(1) !important;
    pointer-events: auto !important;
  }
  /* Dots — sirf mobile */
.wh-csh__dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-bottom: 8px;
}
.wh-csh__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  transition: background 0.2s, transform 0.2s;
}
@media (max-width: 768px) {
  .wh-csh__btn { display: none !important; }
  .wh-csh__dots { display: flex !important; }
}
  @media (max-width: 900px) {
    .wh-csh__card { flex: 0 0 calc(33.33% - 12px); }
  }

  @media (max-width: 600px) {
    .wh-csh__card { flex: 0 0 calc(50% - 8px); }
    .wh-csh__wrapper { padding: 0 10px; }
    .wh-csh__header { padding: 0 10px; }
    .wh-csh__heading { font-size: 18px; }
    .wh-csh__btn--prev { left: 0px; z-index: 1; }
    .wh-csh__btn--next { right: 0px !important; z-index: 1; }
    .related-slider-outer { padding: 0 10px; }
  }

  @media (hover: none), (pointer: coarse) {
    .wh-wishlist-btn {
      opacity: 1 !important;
      transform: scale(1) !important;
      pointer-events: auto !important;
    }
    .wh-csh__atc-wrap {
      transform: translateY(0);
      position: absolute;
      width: auto;
      left: auto;
      right: 0;
      bottom: 0;
      overflow: visible;
    }
    .wh-csh__atc-btn {
      padding: 10px;
      width: auto;
      position: static;
    }
    .wh-csh__atc-btn .wh-atc-text { display: none; }
    .wh-csh__atc-btn .wh-atc-icon { display: flex; align-items: center; gap: 2px; }
  }
.wh-csh-group-swatches {
  position: relative;
  z-index: 10;
}

    [data-id=zsalesiq] {
    position: relative;
    z-index: 1 !important;
}
.drawer.active {
    z-index: 99999 !important;
}
  @media screen and (min-width: 990px) {
    .blog-articles,
    .blog-articles.blog-articles--collage {
      display: grid !important;
      grid-template-columns: repeat(3, 1fr) !important;
    }
    .blog-articles__article,
    .blog-articles.blog-articles--collage > .blog-articles__article {
      grid-column: unset !important;
      grid-column-end: unset !important;
      width: 100% !important;
    }
  }
  @media screen and (min-width: 750px) and (max-width: 989px) {
    .blog-articles,
    .blog-articles.blog-articles--collage {
      display: grid !important;
      grid-template-columns: repeat(2, 1fr) !important;
    }
    .blog-articles__article,
    .blog-articles.blog-articles--collage > .blog-articles__article {
      grid-column: unset !important;
      grid-column-end: unset !important;
    }
  }
  /* Square images */
  .blog-articles__article .ratio::before {
    padding-bottom: 100% !important;
  }
  /* Mobile — wishlist always visible */
@media (hover: none) {
  .wh-wishlist-btn {
    opacity: 1 !important;
    transform: scale(1) !important;
    pointer-events: auto !important;
  }
}

/* ct-card slider wishlist */
.ct-card__img-wrap { position: relative; }
.ct-card__img-wrap .wh-wishlist-btn {
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
}
.ct-card:hover .wh-wishlist-btn {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/* wh-csh slider wishlist */
.wh-csh__card-img-wrap .wh-wishlist-btn {
  opacity: 0;
  transform: scale(0.85);
  pointer-events: none;
}
.wh-csh__card:hover .wh-wishlist-btn {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

/* ATC hover on image */
.card-wrapper .quick-add {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.card-wrapper:hover .quick-add {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Collection card ATC button color */
.quick-add .wh-atc-btn,
.quick-add .quick-add__submit {
  background: #b5813a !important;
  color: #fff !important;
  border: none !important;
}
.quick-add .wh-atc-btn:hover,
.quick-add .quick-add__submit:hover {
  background: #9a6d30 !important;
}

.card__inner .wh-atc-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  text-align: center;
  text-decoration: none;
  background: #b5813a;
  color: #fff;
  padding: 14px;
  font-size: 14px;
  display: block;
}
.card-wrapper:hover .wh-atc-btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.card__inner {
  position: relative;
}
/* CardLink sirf card__content tak limited rakho */
a.full-unstyled-link[id^="CardLink"] {
  position: static !important;
}


.card-wrapper .wh-atc-btn,
.card__inner .wh-atc-btn {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-family: 'Open Sans';
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #fff;
  padding: 10px 16px;
  display: block;
  background: #b58551;
  letter-spacing: 1.5px;
}
.card-wrapper:hover .wh-atc-btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto !important;
}

.card__information .card__heading a {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  width: 100% !important;
  display: block !important;
}
.card__information {
  min-width: 0 !important; /* flexbox child truncation fix */
}
.related-products__heading {
    text-align: center;
    font-size: 30px;
}
.card__inner .quick-add {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.card-wrapper:hover .card__inner .quick-add {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.wh-atc-btn--soldout {
  background: #b5813a !important;
  opacity: 0 !important;
  pointer-events: none !important;
  color: #fff !important;
}

.card-wrapper:hover .wh-atc-btn--soldout {
  opacity: 0.6 !important;
}
.card-wrapper .wh-atc-btn {
  text-decoration: none !important;
}
.card-wrapper:hover .wh-atc-btn {
  text-decoration: none !important;
}



/* Thumbnail view (cols-12) mein wishlist aur add to cart hide karo */
#product-grid.cols-12 .card__footer,
#product-grid.cols-12 .wh-atc-btn,
#product-grid.cols-12 .wh-wishlist-btn,
#product-grid.cols-12 .card-information {
  display: none !important;
}

@media (max-width: 749px) {
  .card-wrapper .wh-atc-btn {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    
  }
  .wh-wishlist-btn { display: none; }
}


/* Desktop - text dikhao, icon hide */
.wh-atc-icon { display: none; }
.wh-atc-text { display: inline; }

/* Mobile - icon dikhao, text hide */
@media (max-width: 749px) {
  .wh-atc-text { display: none; }
  .wh-atc-icon { display: inline-flex; align-items: center; gap: 2px; }

  .card-wrapper .wh-atc-btn {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    left: auto !important;
    right: 0px !important;
    width: 50px !important;
    padding: 0 !important;
    bottom: 0 !important;
    z-index: 1;
    height: 42px;
  }
  img.icon-image{
  padding: 3px 3px 0;
  }
}

@media (max-width: 749px) {
  .ct-card .ct-card__quick-add {
    opacity: 1 !important;
    pointer-events: auto !important;
    left: auto !important;
    width: auto !important;
  }
}

.wh-sc__card-img-wrap .wh-wishlist-btn { opacity: 0; transform: scale(0.85); pointer-events: none; }
.wh-sc__card:hover .wh-wishlist-btn { opacity: 1; transform: scale(1); pointer-events: auto; }

.card-group-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
.card-group-swatch {
  width: 35px;
  height: 35px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  display: block;
  cursor: pointer;
  transition: border-color 0.2s;
  text-decoration: none;
  border-radius: 50px;
}
.card-group-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.card-group-swatch.active { border-color: #000; }
.card-group-swatch:hover { border-color: #888; }
.media--hover-effect > img:first-child {
  opacity: 1;
  transition: opacity ...;
}
.card:hover .media--hover-effect > img:first-child {
  opacity: 0; /* hover pe pehli image hide hoti hai */
}
@media only screen and (max-width: 600px){
.card-group-swatches{
display: none;
}
}

  .wh-wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    opacity: 0;
    transform: scale(0.85);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    text-decoration: none;
    color: inherit;
  }

  .card-wrapper:hover .wh-wishlist-btn {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }

  .wh-wishlist-btn.wh-active {
    opacity: 1 !important;
    transform: scale(1) !important;
    pointer-events: auto !important;
  }

  .wh-wishlist-btn svg {
    pointer-events: none;
    transition: fill 0.18s ease, stroke 0.18s ease;
  }

  .wh-wishlist-btn.wh-active svg {
    fill: #e53e3e;
    stroke: #e53e3e;
  }

  /* Product page */
  .wh-product-wishlist {
    margin-top: 0px;
    display: block;
  }
  .wh-product-wishlist .wh-wishlist-btn {
    position: static !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0px !important;
    background: transparent !important;
    border: 1px solid #d0d0d0 !important;
    padding: 5px 3px 6px 12px !important;
    font-size: 14px !important;
    box-shadow: none !important;
    color: #333 !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    display: inline-flex !important;
    gap: 8px;
  }
  .wh-product-wishlist .wh-wishlist-btn:hover{color: #e53e3e !important;}
  .wh-product-wishlist .wh-wishlist-btn::after {
    content: attr(data-label);
  }
  .wh-product-wishlist .wh-wishlist-btn.wh-active {
    border-color: #e53e3e !important;
    color: #e53e3e !important;
  }
  .wh-product-wishlist .wh-wishlist-btn.wh-active svg {
    fill: #e53e3e;
    stroke: #e53e3e;
  }

  /* Header */
  .wh-header-icon { display: flex; align-items: center; text-decoration: none; color: inherit; }
  .wh-header-icon svg { transition: fill 0.18s, stroke 0.18s; }
  {% comment %} .wh-header-icon.wh-active svg { fill: #e53e3e; stroke: #e53e3e; } {% endcomment %}

  /* Wishlist page */
  .wh-page-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 24px;
    margin-top: 32px;
  }
  .wh-page-card a { text-decoration: none; color: inherit; }
  .wh-page-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 8px; }
  .wh-page-card h3 { font-size: 14px; margin: 10px 0 4px; }
  .wh-page-card .wh-price { font-size: 13px; color: #555; }
  .wh-page-card .wh-remove {
    margin-top: 6px; font-size: 12px; color: #e53e3e;
    background: none; border: none; padding: 0; cursor: pointer;
  }
  .wh-page-empty { text-align: center; padding: 80px 20px; color: #999; }
  .wh-page-empty a {
    display: inline-block; margin-top: 16px; padding: 10px 24px;
    background: #222; color: #fff; border-radius: 4px; text-decoration: none; font-size: 14px;
  }

  /* single collection slider css */

    .wh-sc {
    padding: 0px 0;
    background: #fff;
  }

  .wh-sc__heading {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 24px;
    font-family: Palatino, serif;
    color: #1a1a1a;
  }

  .wh-sc__wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
  }

  .wh-sc__track-outer {
    overflow: hidden;
  }

  .wh-sc__track {
    display: flex;
    gap: 16px;
    transition: transform 0.4s ease;
    will-change: transform;
    cursor: grab;
    align-items: flex-start;
    user-select: none;
    -webkit-user-select: none;
  }

  .wh-sc__track.is-dragging {
    cursor: grabbing;
    transition: none;
  }

  .wh-sc__card {
    flex: 0 0 calc(20% - 12px);
    min-width: 0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    gap: 8px;
  }

  .wh-sc__card-img-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    aspect-ratio: 1 / 1;
  }

  .wh-sc__card-img-wrap::before {
    content: '';
    display: block;
    padding-top: 100%;
  }

  .wh-sc__card-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .wh-sc__img-primary {
    transition: opacity 0.4s ease;
    z-index: 1;
  }

  .wh-sc__img-hover {
    transition: opacity 0.4s ease;
    opacity: 0;
    z-index: 2;
  }

  .wh-sc__card:hover .wh-sc__img-primary { opacity: 0; }
  .wh-sc__card:hover .wh-sc__img-hover { opacity: 1; }

  .wh-sc__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #e74c3c;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 2px;
    font-family: Palatino, serif;
    z-index: 4;
  }

  .wh-sc__atc-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 5;
  }

  .wh-sc__card:hover .wh-sc__atc-wrap { transform: translateY(0); }

  .wh-sc__atc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 10px 16px;
    background: #b58551;
    color: #fff !important;
    border: none;
    font-size: 15px;
    font-family:'Open Sans';
    letter-spacing: 1.5px;
    text-transform: capitalize;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none !important;
    box-sizing: border-box;
  }

  .wh-sc__atc-btn:hover { background: #b58551; text-decoration: none !important; }
  .wh-sc__atc-btn:disabled { background: #999; cursor: not-allowed; }

  .wh-sc__card-info { padding: 4px 0; }

  .wh-sc__card-title {
    font-size: 16px;
    color: #000;
    font-family: Palatino, serif;
    margin: 0 0 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .wh-sc__card-price {
    font-size: 1.6rem;
    color: #000;
    font-family: Palatino, serif;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .wh-sc__price-compare {
    font-size: 12px;
    text-decoration: line-through;
    color: #7A6C68;
    margin-right: 0px;
  }
  .wh-sc__price-sale { color: #000; font-size: 1.6rem;}
  .wh-sc__btn {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    background: #fff;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: background 0.2s;
  }

  .wh-sc__btn:hover { background: #f5f5f5; }
  .wh-sc__btn--prev { left: 4px; }
  .wh-sc__btn--next { right: 4px; }

  @media (max-width: 900px) {
    .wh-sc__card { flex: 0 0 calc(33.33% - 12px); }
  }

  @media (max-width: 600px) {
    .wh-sc__card { flex: 0 0 calc(50% - 8px); }
    .wh-sc__wrapper { padding: 0 10px; }
    .icon-image-whct{padding: 12px 10px;}
    .wh-sc__price-compare {
    text-decoration: line-through;
    color: #7A6C68;
    font-size: 13px;
    margin-right: 0px;
  }
  .wh-sc__card-price{
  font-size: 15px;
  }
  .wh-sc__price-sale { color: #000; font-size: 13px; display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0px;}
  .wh-sc__btn { display: none !important; }
  .wh-sc__dots { display: flex !important; }
  .wh-sc__wrapper { padding: 0 10px; }

  }
  .wh-sc__btn--prev {
      left: 0px;
      z-index: 1;
  }
  .wh-sc__btn--next {
      right: 0px;
      z-index: 1;
  }
  /* Dots — sirf mobile */
.wh-sc__dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-bottom: 8px;
}

.wh-sc__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  box-shadow: none;
  transition: background 0.2s, transform 0.2s;
}

.wh-sc__dot:hover {
  background: #888;
  transform: scale(1.2);
}
  .wh-sc__atc-btn .wh-atc-text { display: inline; }
  .wh-sc__atc-btn .wh-atc-icon { display: none; }

  @media (hover: none), (pointer: coarse){
    .wh-sc__atc-wrap { transform: translateY(0); }
    .wh-sc__atc-btn {
      padding: 10px;
      width: auto;
      min-width: unset;
      position: absolute;
      right: 0;
      bottom: 0;
      left: auto;
      width: 50px;
      height: 42px;
    }
    .wh-sc__atc-btn .wh-atc-text { display: none; }
    .wh-sc__atc-btn .wh-atc-icon { display: flex; align-items: center; gap: 2px; padding: 10px;}
    .wh-sc__atc-wrap { width: auto; left: auto; right: 0; bottom: 0; width: 50px;
      height: 42px; }
  }