/** Shopify CDN: Minification failed

Line 371:12 Expected identifier but found whitespace
Line 371:22 Unexpected "{"
Line 371:31 Expected ":"
Line 371:38 Expected identifier but found "0.7s"
Line 374:20 Expected percentage but found "{"
Line 374:36 Unexpected "{"
Line 403:12 Expected identifier but found whitespace
Line 403:23 Unexpected "{"
Line 403:32 Expected ":"
Line 403:39 Expected identifier but found "0.4s"
... and 5 more hidden warnings

**/
/* START_SECTION:roundcategories (INDEX:51) */
.rcn-section {
  width: 100%;
}

.rcn-heading {
  text-align: center;
  font-family: 'Brush Script MT', 'Segoe Script', cursive, Georgia, serif;
  font-size: clamp(2.8rem, 4.2vw, 3.8rem);
  font-weight: 400;
  font-style: italic;
  margin: 0 0 2.4rem;
  letter-spacing: 0.01em;
  color: rgb(var(--color-foreground));
}

.rcn-track-outer {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.rcn-track-outer::-webkit-scrollbar {
  display: none;
}

.rcn-track {
  display: flex;
  gap: 2.4rem;
  padding: 0.6rem 2rem 1rem;
  width: max-content;
  margin: 0 auto;
}

.rcn-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  text-decoration: none;
  flex-shrink: 0;
  width: 13.6rem;
}

.rcn-circle-wrap {
  position: relative;
  display: block;
  width: 13.6rem;
  height: 13.6rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  padding: 4px;
  background: conic-gradient(from 180deg, #ca5694ff, #bd4782ff, #ae5f9aff, #d38ebeff, #d591c0ff);
  box-shadow: 0 4px 14px rgba(29, 78, 216, 0.18);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  box-sizing: border-box;
}

.rcn-item:hover .rcn-circle-wrap {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 10px 26px rgba(29, 78, 216, 0.28);
}

.rcn-circle {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-sizing: border-box;
}

.rcn-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  transition: transform 0.4s ease;
}

.rcn-item:hover .rcn-img {
  transform: scale(1.08);
}

.rcn-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(29, 78, 216, 0.06);
}

.rcn-placeholder-svg {
  width: 50%;
  height: 50%;
  opacity: 0.35;
}

.rcn-shine {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  display: block;
}

.rcn-shine::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -150%;
  width: 60%;
  height: 200%;
  background: linear-gradient(100deg, transparent 30%, rgba(255, 255, 255, 0.55) 50%, transparent 70%);
  transform: rotate(8deg);
  transition: left 0.65s ease;
}

.rcn-item:hover .rcn-shine::before {
  left: 150%;
}

.rcn-label {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgb(var(--color-foreground));
  text-align: center;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.rcn-item:hover .rcn-label {
  color: #1d4ed8;
}

@media screen and (max-width: 749px) {
  .rcn-heading {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
  .rcn-track {
    gap: 1.4rem;
    padding: 0.4rem 1.6rem 0.8rem;
  }
  .rcn-item {
    width: 9.6rem;
  }
  .rcn-circle-wrap {
    width: 9.6rem;
    height: 9.6rem;
  }
  .rcn-label {
    font-size: 1.35rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 1099px) {
  .rcn-item {
    width: 11.6rem;
  }
  .rcn-circle-wrap {
    width: 11.6rem;
    height: 11.6rem;
  }
}

@media screen and (min-width: 1100px) {
  .rcn-track-outer {
    display: flex;
    justify-content: center;
  }
}
/* END_SECTION:roundcategories */
/* START_SECTION:video-reels (INDEX:53) */
.ws-section {
  width: 100%;
  overflow: hidden;
}

.ws-heading {
  text-align: center;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0 0 2.4rem;
}

.ws-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0 1.2rem;
}

.ws-track-outer {
  flex: 1;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.ws-track-outer::-webkit-scrollbar {
  display: none;
}

.ws-track {
  display: flex;
  gap: 1.6rem;
  width: max-content;
  padding: 0.2rem 0 1rem;
}

.ws-card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 22rem;
  scroll-snap-align: start;
  transition: transform 0.22s ease;
}

.ws-card:hover {
  transform: translateY(-3px);
}

.ws-media-link,
.ws-info-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.ws-media-link {
  position: relative;
  width: 100%;
  height: 100%;
}

.ws-media-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 1.4rem;
  overflow: hidden;
  background: #111;
}

.ws-video,
.ws-poster,
.ws-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.ws-card:hover .ws-video,
.ws-card:hover .ws-poster {
  transform: scale(1.04);
}

.ws-view-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(20, 20, 20, 0.62);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  backdrop-filter: blur(2px);
}

/* ── Add to cart ── */
.ws-add-to-cart {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 3;
}

.ws-add-to-cart--soldout {
  background: rgba(20, 20, 20, 0.65);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  backdrop-filter: blur(2px);
}

.ws-add-btn {
  position: relative;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.18s ease, width 0.3s ease, border-radius 0.3s ease, background 0.25s ease;
  overflow: hidden;
}

.ws-add-btn:hover { transform: scale(1.08); }
.ws-add-btn:active { transform: scale(0.92); }
.ws-add-btn svg { width: 1.8rem; height: 1.8rem; flex-shrink: 0; }

.ws-add-icon,
.ws-add-spinner,
.ws-add-check {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ws-add-spinner,
.ws-add-check {
  opacity: 0;
  transform: scale(0.6);
}

.ws-add-spinner::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.15);
  border-top-color: #111;
  animation: ws-spin-{{ section.id }} 0.7s linear infinite;
}

@keyframes ws-spin-{{ section.id }} {
  to { transform: rotate(360deg); }
}

.ws-add-btn.is-loading .ws-add-icon { opacity: 0; transform: scale(0.6); }
.ws-add-btn.is-loading .ws-add-spinner { opacity: 1; transform: scale(1); }

.ws-add-btn.is-added {
  background: #1a8c4a;
  color: #fff;
  width: 11rem;
  border-radius: 2rem;
}
.ws-add-btn.is-added .ws-add-icon,
.ws-add-btn.is-added .ws-add-spinner { opacity: 0; }
.ws-add-btn.is-added .ws-add-check {
  opacity: 1;
  transform: scale(1);
  gap: 0.5rem;
}
.ws-add-check span {
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}

.ws-add-btn.is-error {
  background: #c0392b;
  color: #fff;
  animation: ws-shake-{{ section.id }} 0.4s ease;
}

@keyframes ws-shake-{{ section.id }} {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

.ws-add-btn:disabled { cursor: default; }
.ws-add-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .ws-add-btn,
  .ws-add-icon,
  .ws-add-spinner,
  .ws-add-check {
    transition: none !important;
    animation: none !important;
  }
}

.ws-info {
  padding: 1.2rem 0.2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ws-title {
  font-size: 1.45rem;
  font-weight: 400;
  color: rgb(var(--color-foreground));
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ws-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.8rem;
}

.ws-price-current {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgb(var(--color-foreground));
}

.ws-price-compare {
  font-size: 1.3rem;
  color: rgba(var(--color-foreground), 0.45);
  text-decoration: line-through;
}

.ws-discount-pill {
  display: inline-block;
  width: fit-content;
  background: #1a8c4a;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.35rem 0.9rem;
  border-radius: 0.5rem;
}

/* ── Arrows ── */
.ws-arrow {
  flex-shrink: 0;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1a1a1a;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  transition: background 0.16s ease, transform 0.16s ease;
  z-index: 3;
}

.ws-arrow:hover {
  background: #f5f5f5;
  transform: scale(1.06);
}

.ws-arrow:disabled {
  opacity: 0.3;
  cursor: default;
  transform: none;
}

/* ── Mobile ── */
@media screen and (max-width: 749px) {
  .ws-heading {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  .ws-arrow {
    display: none;
  }

  .ws-carousel-wrap {
    padding: 0;
  }

  .ws-track {
    padding: 0.2rem 1.6rem 1rem;
    gap: 1.1rem;
  }

  .ws-card {
    width: 45vw;
    max-width: 19rem;
  }

  .ws-media-wrap {
    border-radius: 1rem;
  }

  .ws-add-to-cart {
    bottom: 0.7rem;
    right: 0.7rem;
  }

  .ws-add-btn {
    width: 3.4rem;
    height: 3.4rem;
  }

  .ws-add-btn.is-added {
    width: 9.5rem;
  }

  .ws-title {
    font-size: 1.3rem;
  }

  .ws-price-current {
    font-size: 1.35rem;
  }

  .ws-price-compare {
    font-size: 1.2rem;
  }

  .ws-discount-pill {
    font-size: 1.1rem;
    padding: 0.3rem 0.7rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 1099px) {
  .ws-card {
    width: 19rem;
  }
}
/* END_SECTION:video-reels */
