/** Shopify CDN: Minification failed

Line 513:19 Unexpected "*"

**/
/* ============================================
   RECOVLY — Custom CSS Overrides for Dawn
   Premium lifestyle brand: blanc, beige, sobre
   ============================================ */

/* --- Typography --- */
:root {
  --font-body-family: "DM Sans", sans-serif;
  --font-heading-family: "Playfair Display", serif;
  --font-heading-weight: 700;
  --font-body-weight: 400;
  --font-body-weight-bold: 600;
  --recovly-gold: #C9A96E;
  --recovly-border: #E8E8E4;
  --recovly-muted: #6B6B6B;
  --recovly-hover: #F5F5F2;
}

body {
  font-family: var(--font-body-family);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5,
.hxl, .hxxl {
  font-family: var(--font-heading-family);
  letter-spacing: -0.02em;
  font-weight: var(--font-heading-weight);
}

/* Reduce Dawn's aggressive letter-spacing on body text */
body,
.rte,
.rte p,
p {
  letter-spacing: 0;
}

/* --- Selection color --- */
::selection {
  background: rgba(201, 169, 110, 0.25);
}

/* --- Buttons: pill shape, gold CTA --- */
.button,
.shopify-payment-button__button {
  border-radius: 40px !important;
  letter-spacing: 0.02em;
  font-family: var(--font-body-family);
  font-weight: 600;
  transition: all 0.25s ease;
}

.button--secondary {
  background-color: transparent;
}

.button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(201, 169, 110, 0.25);
}

/* Focus states for accessibility */
a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 2px solid var(--recovly-gold);
  outline-offset: 2px;
}

/* ATC button on product page — gold, prominent */
.product-form__submit {
  min-height: 56px;
  font-size: 1rem;
  border-radius: 40px !important;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* Trust strip — compact, no fluff */
.trust-strip .multicolumn-card__info h3,
.section-trust_strip .multicolumn-card__info h3 {
  font-family: var(--font-body-family);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--recovly-muted);
}

/* --- Cards: clean, minimal hover --- */
.card-wrapper {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.card {
  border-radius: 16px;
  overflow: hidden;
}

.card__content {
  padding: 1.2rem 1rem;
}

.card__heading {
  font-family: var(--font-body-family);
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.4;
  letter-spacing: 0;
}

/* Price styling */
.price-item--regular,
.price-item--sale {
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
}

.price-item--regular.price-item--last:not(:only-child) {
  color: var(--recovly-muted);
  font-weight: 400;
  font-size: 0.85rem;
}

/* Badges: subtle */
.badge {
  border-radius: 40px;
  font-family: var(--font-body-family);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* --- Header refinements --- */
.header {
  font-family: var(--font-body-family);
  border-bottom: 1px solid var(--recovly-border);
}

.header__heading-link .h2 {
  font-family: var(--font-heading-family);
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Nav links: centered + bigger */
.header__inline-menu {
  justify-content: center;
}

.header__menu-item {
  font-family: var(--font-body-family);
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  text-transform: none;
  padding: 0.8rem 1rem;
}

@media (min-width: 1920px) {
  .header__menu-item {
    font-size: 1.2rem;
    padding: 0.8rem 1.2rem;
  }
}

/* Clean cart icon */
.cart-count-bubble {
  font-family: var(--font-body-family);
  font-weight: 600;
}

/* --- Banner / Hero refinements --- */
/* Never take full viewport — always show next section */
.banner,
.banner__media {
  max-height: 82vh;
}

.banner__heading {
  font-family: var(--font-heading-family);
  letter-spacing: -0.03em;
  line-height: 1;
}

.banner__text {
  font-family: var(--font-body-family);
  font-weight: 300;
  max-width: 42ch;
  margin-inline: auto;
}

.banner__buttons .button {
  padding: 16px 36px;
}

/* Hero image fallback — if no Shopify image is assigned */
.banner:not(:has(.banner__media img[src])) .banner__media,
.banner .banner__media:empty {
  background-image: url('recovly-hero-background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 520px;
}

/* Ensure hero text is visible on dark background */
.banner .banner__content {
  position: relative;
  z-index: 2;
}

.banner .banner__heading,
.banner .banner__text {
  color: #FFFFFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* --- Testimonials section --- */
.testimonials .multicolumn-card__info .rte p:first-child {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.75;
}

.testimonials .multicolumn-card__info .rte p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.testimonials .multicolumn-card__info .rte strong {
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--recovly-gold);
}

/* --- Section titles --- */
.title,
.collection__title,
.rich-text__heading {
  font-family: var(--font-heading-family);
  letter-spacing: -0.02em;
}

/* Caption / eyebrow text */
.caption,
.caption-with-letter-spacing {
  font-family: var(--font-body-family);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--recovly-muted);
}

/* --- Multicolumn (trust badges / features) --- */
.multicolumn-card__info h3 {
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 1.15rem;
}

.multicolumn-card__info .rte {
  color: var(--recovly-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* --- Collapsible content (FAQ) — row layout with image --- */
.collapsible-content-wrapper-narrow {
  max-width: 100%;
}

.collapsible-content__header {
  margin-bottom: 1.5rem;
}

/* Image in row layout */
.collapsible-content__media {
  border-radius: 16px;
  overflow: hidden;
}

.accordion summary {
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--recovly-border);
  cursor: pointer;
}

.accordion__title {
  font-family: var(--font-body-family);
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: 0;
}

.accordion__content .rte {
  color: var(--recovly-muted);
  font-size: 1rem;
  line-height: 1.75;
  padding: 0.8rem 0 0.5rem;
}

/* --- Footer: dark and clean --- */
.footer {
  font-family: var(--font-body-family);
  padding-top: 4rem;
  padding-bottom: 2rem;
  color: #FFFFFF;
}

.footer-block__heading {
  font-family: var(--font-heading-family);
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1.2rem;
  color: #FFFFFF;
}

.footer .list-menu {
  gap: 0.6rem;
}

.footer .list-menu__item--link {
  font-weight: 400;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.25s;
}

.footer .list-menu__item--link:hover {
  color: #FFFFFF;
}

/* Footer description block */
.footer-block--text .footer-block__details p,
.footer-block--text .rte {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

/* Newsletter section in footer */
.footer .newsletter-form__field-wrapper {
  max-width: 400px;
}

.footer .newsletter-form__message,
.footer h2 {
  color: #FFFFFF;
  font-size: 1.05rem;
}

/* Copyright & policies bar */
.footer .copyright {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .copyright__content {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}

/* Policy links */
.footer .policies {
  margin-top: 0.8rem;
}

.footer .policies .policy__item,
.footer .policies a,
.footer__content-bottom-wrapper a {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  text-transform: none;
  letter-spacing: 0;
  transition: color 0.25s;
}

.footer .policies a:hover,
.footer__content-bottom-wrapper a:hover {
  color: rgba(255, 255, 255, 0.9);
}

/* Payment icons */
.footer .payment-icons {
  margin-top: 1rem;
  opacity: 0.7;
}

/* "Propulsé par Shopify" */
.footer .copyright a {
  color: rgba(255, 255, 255, 0.45);
}

/* --- Product page refinements --- */
.product__title {
  font-family: var(--font-heading-family);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.product__text {
  color: var(--recovly-muted);
  line-height: 1.7;
}

/* Variant pickers: pill shape */
.product-form__input input[type="radio"] + label {
  border-radius: 40px;
  font-family: var(--font-body-family);
  font-weight: 500;
}

/* --- Rich text section --- */
.rich-text .rich-text__text .rte {
  font-weight: 300;
  line-height: 1.8;
  color: var(--recovly-muted);
}

/* --- Image with text --- */
.image-with-text__heading {
  font-family: var(--font-heading-family);
}

/* --- Newsletter section --- */
.newsletter__heading {
  font-family: var(--font-heading-family);
}

.newsletter-form__field-wrapper .field__input {
  border-radius: 40px;
}

.newsletter-form__button {
  border-radius: 40px;
}

/* --- Slideshow --- */
.slideshow__heading {
  font-family: var(--font-heading-family);
  letter-spacing: -0.03em;
}

/* --- Quick add button --- */
.quick-add__submit {
  border-radius: 40px;
  font-family: var(--font-body-family);
  font-weight: 600;
}

/* --- Cart drawer --- */
.cart-drawer__heading {
  font-family: var(--font-heading-family);
}

/* --- Misc global tweaks --- */

/* Remove aggressive uppercase from Dawn defaults */
.list-menu__item {
  text-transform: none;
}

/* Smoother transitions */
a, button, .card, .card-wrapper, .button {
  transition: all 0.2s ease;
}

/* Softer link color */
a:not(.button) {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* Announcement bar: Recovly style */
.announcement-bar {
  font-family: var(--font-body-family);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.04em;
  padding: 12px 0;
}

@media (min-width: 1920px) {
  .announcement-bar {
    font-size: 1.1rem;
    padding: 14px 0;
  }
}

/* Section spacing: more air */
.section-template--*:not(:first-child) {
  margin-top: 2rem;
}

/* Search modal */
.search-modal__content {
  font-family: var(--font-body-family);
}

/* Predictive search */
.predictive-search__heading {
  font-family: var(--font-heading-family);
}

/* ============================================
   RECOVLY — CRO & Layout Enhancements
   ============================================ */

/* === SECTION IMAGE-WITH-TEXT : Flatlay === */
.image-with-text__media img {
  object-fit: cover;
  border-radius: 12px;
}

/* === TESTIMONIALS : quote marks décoratifs === */
.multicolumn-card::before {
  content: '\201C';
  font-family: var(--font-heading-family);
  font-size: 4rem;
  line-height: 1;
  color: var(--recovly-gold);
  opacity: 0.4;
  display: block;
  margin-bottom: -1rem;
}

/* === SOCIAL PROOF BAR : sous le hero === */
.scroll-trigger.animate--slide-in {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* === PRODUCT PAGE : amélioration layout === */
.product__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.product-form__submit {
  width: 100%;
  margin-top: 1.5rem;
}

/* === COLLECTION PAGE : grille propre === */
.collection {
  padding-top: 3rem;
}

.collection__title {
  text-align: center;
  margin-bottom: 2.5rem;
}

/* === CARDS : image uniformisée === */
.card__media .media img {
  object-fit: cover;
  object-position: center;
}

/* === BOUTON "VOIR TOUTE LA COLLECTION" === */
.collection__view-all .button {
  background-color: transparent;
  color: var(--recovly-gold);
  border: 2px solid var(--recovly-gold);
  padding: 14px 32px;
}

.collection__view-all .button:hover {
  background-color: var(--recovly-gold);
  color: white;
}

/* === ANNOUNCEMENT BAR === */
.announcement-bar__message {
  letter-spacing: 0.04em;
  font-size: 1rem !important;
}

/* === FOOTER : newsletter input === */
.email-signup-banner .field__input,
.newsletter-form__field-wrapper .field__input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
}

.email-signup-banner .field__input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* === SEO : headings hiérarchie === */
.featured-collection .collection__title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

/* === SPACING GLOBAL : plus d'air === */
.section-template--index:not(:first-child) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* ============================================
   RECOVLY — Animations au scroll
   ============================================ */

/* Fade-in au scroll (Dawn's native animate--slide-in enhanced) */
.scroll-trigger.animate--slide-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-trigger.animate--slide-in.scroll-trigger--offscreen {
  opacity: 0;
  transform: translateY(24px);
}

.scroll-trigger.animate--slide-in:not(.scroll-trigger--offscreen) {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delay for grid items */
.scroll-trigger.animate--slide-in:nth-child(2) { transition-delay: 0.08s; }
.scroll-trigger.animate--slide-in:nth-child(3) { transition-delay: 0.16s; }
.scroll-trigger.animate--slide-in:nth-child(4) { transition-delay: 0.24s; }
.scroll-trigger.animate--slide-in:nth-child(5) { transition-delay: 0.32s; }
.scroll-trigger.animate--slide-in:nth-child(6) { transition-delay: 0.40s; }

/* Fade-in for sections */
.scroll-trigger.animate--fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.scroll-trigger.animate--fade-in:not(.scroll-trigger--offscreen) {
  opacity: 1;
}

/* Card hover lift — smoother */
.card-wrapper {
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              box-shadow 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

/* Button press feedback */
.button:active {
  transform: translateY(0) scale(0.98);
  transition-duration: 0.1s;
}

/* Image zoom on product cards — refined */
.card__media .media img {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* Accordion smooth open */
.accordion__content {
  transition: max-height 0.35s ease, opacity 0.3s ease;
}

/* ============================================
   RECOVLY — Page 404 brandée
   ============================================ */

.main-404 {
  text-align: center;
  padding: 4rem 2rem;
}

.main-404 .heading {
  font-family: var(--font-heading-family);
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.main-404 .rte {
  color: var(--recovly-muted);
  font-size: 1rem;
  max-width: 45ch;
  margin: 0 auto 2rem;
  line-height: 1.7;
}

.main-404 .button {
  margin-top: 0.5rem;
}

/* ============================================
   RECOVLY — Blog & article pages
   ============================================ */

.article-template .article-template__hero-container {
  margin-bottom: 2rem;
}

.article-template__title {
  font-family: var(--font-heading-family);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.article-template__content .rte {
  font-size: 1.05rem;
  line-height: 1.85;
  max-width: 72ch;
  margin: 0 auto;
}

.article-template__content .rte h2,
.article-template__content .rte h3 {
  font-family: var(--font-heading-family);
  margin-top: 2.5rem;
  margin-bottom: 0.8rem;
}

.blog-articles__article .card__heading {
  font-family: var(--font-heading-family);
  font-weight: 600;
}

/* ============================================
   RECOVLY — "Notre histoire" page
   ============================================ */

.page-notre-histoire .image-with-text__content {
  padding: 3rem;
}

.page-notre-histoire .rich-text__text .rte {
  max-width: 65ch;
  margin: 0 auto;
}

/* ============================================
   RECOVLY — Large screen enhancements (24"+)
   ============================================ */

@media (min-width: 1920px) {
  .section-template--index {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .banner__heading {
    font-size: clamp(3rem, 4.5vw, 5rem);
  }

  .multicolumn-card__info h3 {
    font-size: 1.3rem;
  }

  .testimonials .multicolumn-card__info .rte p:first-child {
    font-size: 1.2rem;
  }

  .testimonials .multicolumn-card__info .rte p,
  .testimonials .multicolumn-card__info .rte strong {
    font-size: 1.15rem;
  }

  .accordion__title {
    font-size: 1.2rem;
  }

  .accordion__content .rte {
    font-size: 1.1rem;
  }
}

@media (min-width: 2560px) {
  .section-template--index {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .banner__heading {
    font-size: clamp(3.5rem, 5vw, 6rem);
  }

  .banner__text {
    font-size: 1.2rem;
    max-width: 50ch;
  }

  .card__content {
    padding: 1.5rem 1.3rem;
  }

  .footer-block__heading {
    font-size: 1.2rem;
  }

  .footer .list-menu__item--link {
    font-size: 1.1rem;
  }
}
