/** Shopify CDN: Minification failed

Line 146:19 Unexpected "*"

**/
/* ============================================================
   VANOIR PREMIUM — Design System Override
   Curated lifestyle boutique aesthetic
   ============================================================ */

/* ── Typography Refinements ────────────────────────────────── */

/* Heading refinements — letter spacing + weight for DM Serif Display */
h1, h2, .h1, .h2,
.hxxx-large, .hxx-large {
  letter-spacing: -0.02em;
  line-height: 1.1;
}

h3, h4, .h3, .h4 {
  letter-spacing: -0.01em;
}

/* Elegant caption styling */
.caption-with-letter-spacing {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.7rem;
  opacity: 0.6;
}

/* Body text breathing room */
.rte p, .rte li {
  line-height: 1.7;
  max-width: 65ch;
}

.rte p + p {
  margin-top: 1.2em;
}

/* ── Buttons — Refined, Not Desperate ─────────────────────── */

.button,
.shopify-challenge__button,
button.shopify-payment-button__button {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 1rem 2.5rem;
  border-radius: 0 !important;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.button--secondary {
  border-width: 1.5px;
}

.button--secondary:hover {
  background: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

/* ── Cards — Elevated Product Display ─────────────────────── */

.card-wrapper {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-wrapper:hover {
  transform: translateY(-4px);
}

.card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.4s ease;
}

.card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

/* Product card image zoom on hover */
.card .media img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-wrapper:hover .card .media img {
  transform: scale(1.04);
}

/* Product card text refinement */
.card__heading {
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.card-information .price {
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ── Product Page — Premium Layout ────────────────────────── */

.product__title h1 {
  letter-spacing: -0.025em;
  line-height: 1.05;
}

.product__description .rte {
  font-size: 0.95rem;
  color: rgba(var(--color-foreground), 0.75);
}

/* Variant pills — refined */
.variant-picker .variant__label {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  font-weight: 600;
}

/* Quantity breaks — clean styling */
.quantity-break__item {
  border-radius: 8px;
  transition: all 0.3s ease;
}

.quantity-break__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* ── Sections — Spacing & Flow ────────────────────────────── */

/* More breathing room between sections */
.section-template--*+.section-template--* {
  margin-top: 0;
}

/* Image with text sections — refined spacing */
.image-with-text .grid {
  gap: 3rem;
}

.image-with-text__content {
  padding: 2rem 0;
}

/* Collection list — card refinement */
.collection-list__item .card {
  border-radius: 16px;
}

.collection-list__item .card__content {
  padding: 1rem 0.5rem;
}

.collection-list__item .card__heading {
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── Header — Clean & Premium ─────────────────────────────── */

.header {
  border-bottom: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.header__heading-logo {
  transition: opacity 0.3s ease;
}

.header__heading-logo:hover {
  opacity: 0.7;
}

/* Header icons — refined */
.header__icon {
  transition: opacity 0.3s ease;
}

.header__icon:hover {
  opacity: 0.6;
}

/* ── Horizontal Ticker — Refined ──────────────────────────── */

.horizontal-ticker {
  letter-spacing: 0.15em;
  font-weight: 500;
}

/* ── Trust / Icon Bar — Subtle ────────────────────────────── */

.icon-bar__item .icon-bar__heading {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ── Testimonials — Warm Cards ────────────────────────────── */

.testimonial-card,
.testimonials .card {
  border-radius: 16px;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover,
.testimonials .card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.testimonials .testimonial__author {
  font-style: italic;
  opacity: 0.7;
  font-size: 0.85rem;
}

/* ── Results / Stats Section ──────────────────────────────── */

.results__percentage {
  font-weight: 700;
  letter-spacing: -0.03em;
}

/* ── Collapsible Content (FAQ) ────────────────────────────── */

.collapsible-content .accordion summary {
  padding: 1.2rem 0;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: opacity 0.3s ease;
}

.collapsible-content .accordion summary:hover {
  opacity: 0.7;
}

.collapsible-content .accordion__content {
  line-height: 1.7;
  color: rgba(var(--color-foreground), 0.7);
  padding-bottom: 1.5rem;
}

/* ── Footer — Clean & Organized ───────────────────────────── */

.footer {
  border-top: 1px solid rgba(var(--color-foreground), 0.06);
}

.footer__content-top {
  padding-top: 3rem;
}

.footer-block__heading {
  text-transform: uppercase;
  font-size: 1.15rem !important;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 1.4rem;
}

.footer-block .list-menu__item,
.footer-block .list-menu__item a,
.footer-block .list-menu__item--link,
.footer .list-menu a,
.footer .list-menu__item--link {
  font-size: 1.25rem !important;
  padding: 0.5rem 0;
  transition: opacity 0.3s ease;
  text-decoration: none !important;
  border-bottom: none !important;
}

.footer-block .list-menu__item:hover,
.footer .list-menu a:hover {
  opacity: 0.6;
  text-decoration: none !important;
}

.footer .footer-block .rte,
.footer .footer-block .rte p,
.footer .footer-block .rte a,
.footer .footer-block__text,
.footer .footer-block .caption,
.footer p {
  font-size: 1.15rem !important;
  line-height: 1.6;
}

.footer .newsletter-form__field-wrapper .field__label,
.footer .newsletter-form__field-wrapper .field__input {
  font-size: 1.1rem !important;
}

.footer .newsletter-form__button,
.footer .footer__content-bottom a,
.footer .copyright {
  font-size: 1rem !important;
}

.footer h2, .footer .h2,
.footer .footer-block__heading--size-medium {
  font-size: 1.3rem !important;
}

/* Newsletter input */
.footer .newsletter-form__field-wrapper {
  border-radius: 0;
}

.footer .field__input {
  border-radius: 0;
  border-color: rgba(var(--color-foreground), 0.15);
}

/* ── Slideshow / Hero — Cinematic ─────────────────────────── */

.slideshow .banner__content {
  max-width: 600px;
}

.slideshow .banner__heading {
  letter-spacing: -0.03em;
  line-height: 1.05;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.slideshow .banner__text {
  font-size: 1rem;
  opacity: 0.9;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ── Image Banner — Full Impact ───────────────────────────── */

.banner--content-align-center .banner__content {
  text-align: center;
}

.banner .banner__box {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

/* ── Smooth Page Transitions ──────────────────────────────── */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animate sections on load */
.shopify-section {
  animation: fadeInUp 0.6s ease-out both;
}

.shopify-section:nth-child(2) { animation-delay: 0.1s; }
.shopify-section:nth-child(3) { animation-delay: 0.15s; }
.shopify-section:nth-child(4) { animation-delay: 0.2s; }
.shopify-section:nth-child(5) { animation-delay: 0.25s; }

/* ── Selection Color ──────────────────────────────────────── */

::selection {
  background: rgba(196, 91, 40, 0.15);
  color: inherit;
}

/* ── Scrollbar — Subtle ───────────────────────────────────── */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* ── Sticky Add to Cart — Minimal Override ────────────────── */
/* Let the theme handle sticky ATC positioning — only style the button */

.sticky-atc__button .button,
.sticky-atc__button .btn {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0 !important;
}

/* ── Image Treatment — Warm Consistent Tone ───────────────── */

.card .media img,
.image-with-text img,
.banner img {
  filter: saturate(0.95) contrast(1.02);
}

/* ── Price Display — Clean ────────────────────────────────── */

.price--on-sale .price-item--regular {
  text-decoration: line-through;
  opacity: 0.5;
  font-weight: 400;
}

.price--on-sale .price-item--sale {
  font-weight: 700;
  color: rgb(var(--color-foreground));
}

/* ── Badge — Refined ──────────────────────────────────────── */

.badge {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
}

/* ── Mobile Refinements ───────────────────────────────────── */

@media screen and (max-width: 749px) {
  h1, .h1, .hxxx-large {
    font-size: 2rem;
    letter-spacing: -0.02em;
  }

  h2, .h2, .hxx-large {
    font-size: 1.5rem;
  }

  .button {
    padding: 0.9rem 2rem;
    font-size: 0.8rem;
  }

  .card {
    border-radius: 10px;
  }

  /* Reduce grid gap for image-with-text on mobile */
  .image-with-text .grid {
    gap: 1.5rem;
  }

  /* Footer links — larger for mobile readability */
  .footer-block .list-menu__item {
    font-size: 1rem;
    padding: 0.5rem 0;
  }

  /* Mobile touch targets */
  .collapsible-content .accordion summary {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
}

/* ── Cart Drawer — Premium ────────────────────────────────── */

.cart-drawer {
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.1);
}

.cart-drawer__overlay {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}

/* ── Menu Drawer — Clean ──────────────────────────────────── */

.menu-drawer {
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.1);
}

.menu-drawer__menu-item {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.8rem 0;
  transition: opacity 0.3s ease;
}

.menu-drawer__menu-item:hover {
  opacity: 0.6;
}

/* ── Loading / Skeleton — Warm ────────────────────────────── */

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.skeleton {
  background: linear-gradient(
    90deg,
    rgba(var(--color-foreground), 0.03) 25%,
    rgba(var(--color-foreground), 0.06) 50%,
    rgba(var(--color-foreground), 0.03) 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

/* ── Remove Shrine Theme Cruft ────────────────────────────── */

/* Hide any remaining "Shrine" branding */
.footer__branding {
  display: none !important;
}

/* Membership banner overlay for text readability */
.img-banner .img-banner-overlay {
  background-color: rgba(0, 0, 0, 0.45) !important;
  opacity: 1 !important;
}

/* Ensure membership banner text is white and readable */
.img-banner .img-banner-content .color-white {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* Remove "Powered by Haze" */
.footer__copyright .powered-by-link {
  display: none;
}
