﻿/** Shopify CDN: Minification failed

Line 247:17 Unterminated string token
Line 404:17 Unterminated string token

**/
.ilado-site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: transparent;
  color: #fff;
  border-bottom: 0;
}

.ilado-site-header--solid {
  position: relative;
  background: #fffaf5;
  color: #342820;
  border-bottom: 1px solid #eadfd5;
}

.ilado-site-header--solid .ilado-nav__brand {
  color: #dfd0c4;
}

.ilado-site-header--solid .ilado-nav__brand img {
  filter: none;
}

.ilado-announcement {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #cdb091;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.ilado-announcement__account {
  position: absolute;
  right: 96px;
  text-transform: none;
  font-size: 13px;
}

.ilado-nav {
  min-height: 88px;
  width: calc(100vw - 74px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.ilado-nav__brand {
  justify-self: center;
  display: flex;
  align-items: center;
  transform: translateY(-3px);
  width: 126px;
  min-height: 49px;
  justify-content: center;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: url("ilado-logo.jpg") center / contain no-repeat;
  filter: brightness(0) invert(1);
}

.ilado-nav__brand img {
  display: block;
  width: 126px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0;
}

.ilado-nav > nav,
.ilado-nav__left,
.ilado-nav__tools {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ilado-nav > nav,
.ilado-nav__left {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ilado-nav__tools {
  justify-content: flex-end;
}

.ilado-nav a,
.ilado-site-footer a {
  color: inherit;
  text-decoration: none;
}

.ilado-nav > nav a,
.ilado-nav__left a,
.ilado-nav__tools a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: 0;
}

.ilado-nav__bola {
  width: 94px;
  display: inline-block;
  white-space: normal;
}

.ilado-nav__bola span {
  display: block;
}

.ilado-nav__left a[href="/collections/bebe"]::before {
  content: "B\00c9B\00c9";
}

.ilado-nav__left a[href="/collections/ventes-privees"]::before {
  content: "VENTES PRIV\00c9ES";
}

.ilado-nav > nav a:not(:last-child)::after,
.ilado-nav__left .has-child::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  margin-left: 7px;
  transform: translateY(-2px) rotate(45deg);
}

.ilado-search-icon,
.ilado-cart-icon {
  position: relative;
  width: 28px;
  height: 28px;
  overflow: hidden;
  text-indent: -999px;
}

.ilado-search-icon::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 13px;
  height: 13px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.ilado-search-icon::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 19px;
  width: 10px;
  height: 3px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: left center;
}

.ilado-cart-icon::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 20px;
  height: 17px;
  border: 3px solid currentColor;
  border-radius: 2px 2px 5px 5px;
}

.ilado-cart-icon::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 1px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}

.ilado-cart-icon span {
  position: absolute;
  right: 0;
  bottom: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #cdb091;
  color: #fff;
  text-indent: 0;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}

.ilado-site-footer {
  background: #cdb091;
  color: #342820;
  margin-top: 64px;
}

.ilado-product {
  width: min(1220px, calc(100vw - 32px));
  margin: 54px auto 80px;
  color: #342820;
}

.ilado-breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  color: #9b7a62;
  font-size: 13px;
}

.ilado-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.ilado-breadcrumb a::after {
  content: "鈥?;
  margin-left: 10px;
}

.ilado-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 46px;
  align-items: start;
}

.ilado-product__media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ilado-product__media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #f2ece5;
}

.ilado-product__info {
  position: sticky;
  top: 24px;
  padding-top: 8px;
}

.ilado-product__pager {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  font-size: 13px;
  color: #9b7a62;
}

.ilado-product__pager a {
  color: inherit;
  text-decoration: none;
}

.ilado-product h1 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.18;
}

.ilado-product__reviews {
  margin-bottom: 20px;
  color: #9b7a62;
  font-size: 13px;
}

.ilado-product__price {
  margin-bottom: 26px;
  font-size: 20px;
}

.ilado-product__description {
  line-height: 1.7;
  font-size: 15px;
}

.ilado-product__description h2,
.ilado-product__description .ilado-product-details h2,
.ilado-product__description .ilado-product-options h2 {
  margin: 28px 0 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #9b7a62;
}

.ilado-product-form {
  margin-top: 26px;
}

.ilado-product-option {
  border: 0;
  margin: 0 0 18px;
  padding: 0;
}

.ilado-product-option legend {
  margin-bottom: 10px;
  color: #9b7a62;
}

.ilado-product-option label {
  display: inline-flex;
  margin-right: 8px;
}

.ilado-product-option input {
  position: absolute;
  opacity: 0;
}

.ilado-product-option span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid #d9c7b8;
}

.ilado-product-option input:checked + span {
  background: #cdb091;
  color: #fff;
}

.ilado-quantity {
  display: inline-grid;
  grid-template-columns: 42px 54px 42px;
  height: 44px;
  border: 1px solid #d9c7b8;
  margin-right: 10px;
  vertical-align: middle;
}

.ilado-quantity button,
.ilado-quantity input {
  border: 0;
  background: #fff;
  text-align: center;
  color: #342820;
}

.ilado-add {
  min-height: 46px;
  min-width: 220px;
  border: 0;
  background: #b99a7d;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.ilado-product__shipping {
  margin: 24px 0 18px;
  color: #9b7a62;
}

.ilado-product__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
  color: #9b7a62;
  font-size: 13px;
}

.ilado-product__benefits span::before {
  content: "鈼?;
  margin-right: 8px;
}

.ilado-product__details {
  border-top: 1px solid #e3d8cd;
  padding: 18px 0;
}

.ilado-product__details:last-child {
  border-bottom: 1px solid #e3d8cd;
}

.ilado-product__details summary {
  cursor: pointer;
  text-transform: uppercase;
  color: #9b7a62;
}

.ilado-product__details div {
  margin-top: 16px;
  line-height: 1.7;
}

.ilado-product__details h2 {
  margin: 18px 0 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  color: #9b7a62;
}

shopify-privacy-banner,
#shopify-pc__banner,
[id*="shopify-pc"][role="dialog"],
[class*="privacy-banner"],
[class*="PrivacyBanner"] {
  display: none !important;
}

.ilado-footer-benefits,
.ilado-footer-main {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.ilado-footer-benefits {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 36px max(18px, calc((100vw - 1295px) / 2));
  border-bottom: 0;
  background: #f6eee8;
  text-align: center;
  color: #d0af8e;
}

.ilado-footer-benefits strong,
.ilado-footer-benefits span,
.ilado-footer-main a,
.ilado-footer-main p {
  display: block;
  font-size: 13px;
  line-height: 1.6;
}

.ilado-footer-benefits strong,
.ilado-footer-main h3 {
  text-transform: uppercase;
}

.ilado-footer-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  width: 58px;
  height: 44px;
  color: #d0af8e;
}

.ilado-footer-icon svg {
  display: block;
  width: 58px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ilado-footer-benefits > div .ilado-footer-icon:empty::before,
.ilado-footer-benefits > div .ilado-footer-icon:not(:has(svg))::before {
  content: "";
  display: block;
  width: 58px;
  height: 44px;
  background-color: currentColor;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 58px 44px;
}

.ilado-footer-benefits > div .ilado-footer-icon:not(:has(svg)) {
  font-size: 0 !important;
}

.ilado-footer-benefits > div:nth-child(1) .ilado-footer-icon:not(:has(svg))::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 48'%3E%3Crect x='7' y='8' width='50' height='32' rx='4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M7 18h50' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='42' cy='31' r='5' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='49' cy='31' r='5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 48'%3E%3Crect x='7' y='8' width='50' height='32' rx='4' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M7 18h50' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='42' cy='31' r='5' fill='none' stroke='black' stroke-width='2'/%3E%3Ccircle cx='49' cy='31' r='5' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ilado-footer-benefits > div:nth-child(2) .ilado-footer-icon:not(:has(svg))::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 48'%3E%3Cpath d='M8 15h48v29H8z' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 15 32 32 56 15' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M32 29c-6-5-10-8-10-13a6 6 0 0 1 10-4 6 6 0 0 1 10 4c0 5-4 8-10 13z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 48'%3E%3Cpath d='M8 15h48v29H8z' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M8 15 32 32 56 15' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M32 29c-6-5-10-8-10-13a6 6 0 0 1 10-4 6 6 0 0 1 10 4c0 5-4 8-10 13z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ilado-footer-benefits > div:nth-child(3) .ilado-footer-icon:not(:has(svg))::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 48'%3E%3Cpath d='M24 41H10V23h14z' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M24 24c5-4 8-10 8-17 0-2 2-4 4-4 4 0 6 4 6 9 0 3-1 6-2 9h11c4 0 6 3 5 7l-3 12c-1 4-4 6-8 6H30c-3 0-5-1-6-2z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 48'%3E%3Cpath d='M24 41H10V23h14z' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M24 24c5-4 8-10 8-17 0-2 2-4 4-4 4 0 6 4 6 9 0 3-1 6-2 9h11c4 0 6 3 5 7l-3 12c-1 4-4 6-8 6H30c-3 0-5-1-6-2z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ilado-footer-benefits > div:nth-child(4) .ilado-footer-icon:not(:has(svg))::before {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 48'%3E%3Cpath d='M22 7c-3 1-7 3-9 6-3 4 1 14 10 23 9 9 19 13 23 10 3-2 5-6 6-9l-10-6-6 5c-4-2-7-4-10-7s-5-6-7-10l5-6z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 48'%3E%3Cpath d='M22 7c-3 1-7 3-9 6-3 4 1 14 10 23 9 9 19 13 23 10 3-2 5-6 6-9l-10-6-6 5c-4-2-7-4-10-7s-5-6-7-10l5-6z' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ilado-footer-benefits strong {
  margin-bottom: 7px;
  color: #d0af8e;
  font-size: 16px;
  font-weight: 400;
}

.ilado-footer-benefits span:not(.ilado-footer-icon) {
  color: #d0af8e;
  font-size: 16px;
}

.ilado-footer-main {
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 84px;
  width: min(1295px, calc(100vw - 48px));
  padding: 86px 0 70px;
  color: #fff;
}

.ilado-footer-main::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 262px;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}

.ilado-footer-brand {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: start;
  padding-bottom: 104px;
}

.ilado-footer-brand p {
  max-width: 640px;
  font-weight: 700;
  color: #fff;
}

.ilado-footer-socials {
  display: flex;
  gap: 28px;
  padding-right: 75px;
  color: #fff;
  font-size: 0;
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: end;
  margin-top: 4px;
}

.ilado-footer-socials a {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
}

.ilado-footer-socials svg {
  display: block;
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.ilado-footer-socials a[aria-label="Instagram"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.ilado-footer-socials a[aria-label="YouTube"] svg path:first-child {
  fill: currentColor;
}

.ilado-footer-socials a[aria-label="YouTube"] svg path:last-child {
  fill: #cdb091;
}

.ilado-footer-main h2,
.ilado-footer-main h3 {
  margin: 0 0 14px;
  font-weight: 400;
}

.ilado-footer-main h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 48px;
  line-height: 1;
  color: #fff;
}

.ilado-footer-main h3 {
  margin-bottom: 28px;
  font-size: 16px;
  color: #fff;
}

.ilado-footer-main a {
  margin: 0 0 8px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.ilado-footer-bottom {
  width: min(1295px, calc(100vw - 48px));
  margin: 0 auto;
  border-top: 0;
  padding: 0 0 32px;
  color: #fff;
  text-align: left;
  font-size: 15px;
}

.ilado-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #cdb091;
}

.ilado-hero__media {
  position: absolute;
  inset: 0;
}

.ilado-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("ilado-slide-bola.webp");
  background-position: center;
  background-size: cover;
  animation: iladoHeroImage 25s infinite;
}

.ilado-hero__media img {
  opacity: 0;
}

.ilado-hero__content h1,
.ilado-hero__content p {
  font-size: 0 !important;
}

.ilado-hero__content h1::before,
.ilado-hero__content p::before {
  display: block;
  color: #fff;
}

.ilado-hero__content h1::before {
  content: "BOLA DE GROSSESSE";
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(29px, 2.05vw, 40px);
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
  animation: iladoHeroTitle 25s infinite;
}

.ilado-hero__content p::before {
  content: "tissez un lien unique avec votre b\00e9b\00e9";
  margin-bottom: 52px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.5vw, 38px);
  font-style: italic;
  line-height: 1.2;
  text-transform: lowercase;
  animation: iladoHeroSubtitle 25s infinite;
}

@keyframes iladoHeroImage {
  0%, 18% { background-image: url("ilado-slide-bola.webp"); }
  20%, 38% { background-image: url("ilado-slide-bijoux.jpg"); }
  40%, 58% { background-image: url("ilado-slide-cocon.jpg"); }
  60%, 78% { background-image: url("ilado-slide-rituels.webp"); }
  80%, 98% { background-image: url("ilado-slide-tisanes.webp"); }
  100% { background-image: url("ilado-slide-bola.webp"); }
}

@keyframes iladoHeroTitle {
  0%, 18% { content: "BOLA DE GROSSESSE"; }
  20%, 38% { content: "BIJOUX DE MATERNIT\00c9"; }
  40%, 58% { content: "COCON D'EMMAILLOTAGE"; }
  60%, 78% { content: "LES RITUELS BIEN-\00caTRE"; }
  80%, 98% { content: "TISANES BIO MAMA"; }
  100% { content: "BOLA DE GROSSESSE"; }
}

@keyframes iladoHeroSubtitle {
  0%, 18% { content: "tissez un lien unique avec votre b\00e9b\00e9"; }
  20%, 38% { content: "d\00e9couvrez notre s\00e9lection"; }
  40%, 58% { content: "enveloppez votre b\00e9b\00e9 de douceur"; }
  60%, 78% { content: "avant, pendant et apr\00e8s la grossesse"; }
  80%, 98% { content: "votre alli\00e9 bien-\00eatre \00e0 chaque \00e9tape"; }
  100% { content: "tissez un lien unique avec votre b\00e9b\00e9"; }
}

.ilado-slides,
.ilado-slide {
  position: absolute;
  inset: 0;
}

.ilado-slide {
  opacity: 0;
  pointer-events: none;
  transition: none;
  color: #fff;
  text-decoration: none;
}

.ilado-slide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.ilado-slide:not(.is-active) .ilado-hero__content {
  visibility: hidden;
}

.ilado-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ilado-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(54, 39, 27, 0.12);
}

.ilado-hero__content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 118px 24px 0;
  text-shadow: none;
}

.ilado-section-title p,
.ilado-story article p:first-child {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
}

.ilado-hero__title {
  display: block;
  margin: 0;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(29px, 2.05vw, 40px);
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: 0;
}

.ilado-hero__subtitle {
  display: block;
  margin: 0 0 52px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 2.5vw, 38px);
  font-style: italic;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: lowercase;
}

.ilado-hero__button,
.ilado-story a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 48px;
  border: 0;
  background: #cdb091;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.ilado-hero__dots {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 28px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.ilado-hero__dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  opacity: 0.78;
}

.ilado-hero__dots .is-active {
  background: #d4b38f;
}

.ilado-newsletter-tab {
  position: fixed;
  z-index: 30;
  right: 0;
  top: 46%;
  width: 50px;
  height: 184px;
  border: 0;
  background: #cdb091;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.ilado-newsletter-close {
  position: fixed;
  z-index: 31;
  right: 49px;
  top: calc(46% + 160px);
  width: 19px;
  height: 19px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #000;
  color: #fff;
  line-height: 16px;
  font-size: 18px;
}

.ilado-moments,
.ilado-product-grid,
.ilado-trust {
  width: min(1180px, calc(100vw - 32px));
  margin: 56px auto;
  display: grid;
  gap: 18px;
}

.ilado-moments {
  width: 100vw;
  margin: 0 0 0 calc(50% - 50vw);
  padding: 50px max(16px, calc((100vw - 970px) / 2));
  display: flex;
  justify-content: center;
  gap: 18px;
  background: #f2f2ef;
}

.ilado-moments a,
.ilado-product-card {
  color: #342820;
  text-decoration: none;
}

.ilado-moments a {
  position: relative;
  display: block;
  flex: 0 0 180px;
  height: 135px;
  overflow: hidden;
  color: #fff;
  background: #ddd5cd;
}

.ilado-moments a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(54, 39, 27, 0.18);
}

.ilado-moments img,
.ilado-product-card img,
.ilado-story img {
  width: 100%;
  display: block;
  object-fit: cover;
  background: #eee5dc;
}

.ilado-moments img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.ilado-moments span {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.05;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.ilado-founder {
  width: min(1300px, calc(100vw - 32px));
  margin: 86px auto 76px;
  display: grid;
  grid-template-columns: 0.9fr 1.12fr;
  align-items: center;
  gap: 80px;
  color: #405464;
}

.ilado-founder__text {
  max-width: 440px;
  margin-left: 64px;
}

.ilado-founder blockquote {
  margin: 0;
  color: #405464;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 600;
}

.ilado-founder p {
  margin: 32px 0 28px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 27px;
  font-style: italic;
  color: #405464;
}

.ilado-founder a,
.ilado-feature-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 215px;
  min-height: 53px;
  padding: 0 28px;
  background: #d0af8e;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}

.ilado-founder__images {
  position: relative;
  min-height: 610px;
}

.ilado-founder__portrait {
  width: min(536px, 70%);
  height: 610px;
  margin-left: auto;
  display: block;
  object-fit: cover;
}

.ilado-founder__product {
  position: absolute;
  left: 0;
  top: 24%;
  width: 322px;
  height: 322px;
  object-fit: cover;
}

.ilado-products {
  padding: 58px 0 76px;
  background: #fff;
}

.ilado-products--new,
.ilado-blog {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 62px max(18px, calc((100vw - 1300px) / 2)) 88px;
  background: #f7efeb;
}

.ilado-section-title {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto 28px;
  text-align: center;
  color: #342820;
}

.ilado-section-title h2,
.ilado-feature-card h2,
.ilado-newsletter h2 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.05;
  text-transform: uppercase;
  color: #405464;
}

.ilado-section-title p,
.ilado-feature-card p,
.ilado-newsletter p {
  margin: 2px 0 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 27px;
  line-height: 1.05;
  color: #405464;
}

.ilado-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
  margin-bottom: 0;
  width: min(1295px, calc(100vw - 48px));
  gap: 20px;
}

.ilado-product-card img {
  aspect-ratio: 1 / 1.25;
  height: auto;
}

.ilado-product-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ilado-product-grid--three .ilado-product-card img,
.ilado-product-grid--three .ilado-product-card__missing {
  aspect-ratio: 1 / 1.23;
}

.ilado-product-card {
  position: relative;
}

.ilado-product-card__title,
.ilado-product-card__price {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 17px;
  line-height: 1.25;
  color: #4b5b62;
}

.ilado-product-card__price {
  font-family: inherit;
  color: #8b6d55;
}

.ilado-badge {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  padding: 7px 10px;
  border-radius: 11px;
  background: #fff;
  color: #405464;
  font-size: 13px;
}

.ilado-product-card__missing {
  display: grid;
  place-items: center;
  background: #fff;
  color: #777;
  text-align: center;
  font-size: 46px;
  line-height: 1.05;
}

.ilado-feature-pair {
  width: min(1295px, calc(100vw - 32px));
  margin: 64px auto 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 90px;
  padding-top: 58px;
  border-top: 1px solid #e6ded8;
}

.ilado-feature-card {
  text-align: center;
}

.ilado-feature-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.37 / 1;
  display: block;
  object-fit: cover;
  margin-bottom: 24px;
}

.ilado-feature-card--cocon {
  padding-top: 2px;
}

.ilado-feature-card--cocon img {
  margin-top: 28px;
  margin-bottom: 0;
}

.ilado-feature-card a {
  margin-top: 18px;
}

.ilado-doudous {
  width: min(1370px, calc(100vw - 56px));
  margin: 0 auto 92px;
  display: grid;
  grid-template-columns: 640px 1fr;
  gap: 138px;
  align-items: start;
  padding: 22px 0 0;
  background: #fff;
}

.ilado-doudous__image img {
  width: 640px;
  height: 770px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.ilado-doudous__content {
  min-width: 0;
  padding-top: 0;
  text-align: center;
}

.ilado-doudous .ilado-section-title {
  width: 100%;
  margin: 0 auto 14px;
}

.ilado-doudous .ilado-section-title h2 {
  font-size: 30px;
  line-height: 1.05;
}

.ilado-doudous .ilado-section-title p {
  margin-top: 0;
  font-size: 29px;
  text-transform: none;
}

.ilado-doudous__track {
  position: relative;
  display: flex;
  align-items: center;
  width: 400px;
  margin: 0 auto;
  overflow: visible;
}

.ilado-doudous__viewport {
  position: relative;
  width: 400px;
  min-height: 590px;
}

.ilado-doudou-card {
  display: none;
  color: #4b5b62;
  text-decoration: none;
}

.ilado-doudou-card.is-active {
  display: block;
}

.ilado-doudou-card img {
  width: 400px;
  height: 490px;
  display: block;
  object-fit: cover;
  object-position: center;
  margin: 0 auto 20px;
}

.ilado-doudous__arrow {
  position: absolute;
  top: 214px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: rgb(255 255 255 / 72%);
  color: #c4b7ae;
  font-family: Georgia, serif;
  font-size: 34px;
  line-height: 34px;
  cursor: pointer;
}

.ilado-doudous__arrow--prev {
  left: -30px;
}

.ilado-doudous__arrow--next {
  right: -30px;
}

.ilado-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 80px;
}

.ilado-carousel-dots span,
.ilado-carousel-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d0d0d0;
  cursor: pointer;
}

.ilado-carousel-dots span:first-child,
.ilado-carousel-dots button.is-active {
  background: #d0af8e;
}

.ilado-blog__grid {
  width: min(1295px, calc(100vw - 48px));
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.ilado-blog-card {
  color: #4b5b62;
  text-decoration: none;
}

.ilado-blog-card img {
  width: 100%;
  aspect-ratio: 1.78 / 1;
  object-fit: cover;
  display: block;
}

.ilado-blog-card strong {
  display: block;
  margin-top: 44px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  line-height: 1.25;
  color: #4b5b62;
}

.ilado-blog-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #69787c;
  border: 0;
  background: transparent;
}

.ilado-blog-card span::after {
  content: "\203A";
  width: 13px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #d0af8e;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 13px;
}

.ilado-newsletter {
  width: min(900px, calc(100vw - 48px));
  margin: 48px auto 50px;
  text-align: center;
}

.ilado-newsletter__form {
  display: grid;
  grid-template-columns: 1fr 146px;
  margin-top: 10px;
  border: 1px solid #d0af8e;
}

.ilado-newsletter__form input,
.ilado-newsletter__form button {
  min-height: 54px;
  border: 0;
  font-size: 16px;
}

.ilado-newsletter__form input {
  padding: 0 24px;
}

.ilado-newsletter__form button {
  margin: 5px;
  background: #d0af8e;
  color: #fff;
  text-transform: uppercase;
}

.ilado-trust {
  display: none;
}

@media (max-width: 749px) {
  .ilado-site-header {
    position: absolute;
  }

  .ilado-announcement {
    min-height: 38px;
    font-size: 12px;
  }

  .ilado-announcement__account {
    display: none;
  }

  .ilado-nav {
    grid-template-columns: 1fr auto;
    width: calc(100vw - 28px);
    min-height: 88px;
  }

  .ilado-nav__left {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 12px;
  }

  .ilado-nav__brand {
    grid-row: 1;
    font-size: 44px;
  }

  .ilado-hero {
    min-height: 100vh;
  }

  .ilado-moments,
  .ilado-product-grid,
  .ilado-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ilado-story {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ilado-footer-benefits,
  .ilado-footer-main {
    grid-template-columns: 1fr;
  }
}

.ilado-nav__left a[href="/collections/bebe"],
.ilado-nav__left a[href="/collections/ventes-privees"] {
  font-size: 14px !important;
}

.ilado-nav__left a[href="/collections/bebe"]::before,
.ilado-nav__left a[href="/collections/ventes-privees"]::before {
  content: none !important;
  display: none !important;
}

.ilado-search-icon,
.ilado-cart-icon {
  width: 28px !important;
  height: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
  text-indent: 0 !important;
}

.ilado-search-icon svg,
.ilado-cart-icon svg {
  display: block !important;
  width: 28px !important;
  height: 28px !important;
}

.ilado-search-icon:has(svg)::before,
.ilado-search-icon:has(svg)::after,
.ilado-cart-icon:has(svg)::before,
.ilado-cart-icon:has(svg)::after,
.ilado-cart-icon:has(svg) span {
  content: none !important;
  display: none !important;
}

