:root{
  --rds-black:#000000;
  --rds-gold:#ffe6b5;
  --rds-brown:#806b64;
  --rds-white:#ffffff;
  --rds-max:1360px;
  --rds-radius:22px;
  --rds-card:#121212;
  --rds-card2:#1a1a1a;
  --rds-shadow:0 18px 60px rgba(0,0,0,.45);
  --rds-font-stack:system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: var(--rds-font-stack);
  background: var(--rds-black);
  color: var(--rds-white);
}

a{color:inherit;text-decoration:none}
a:hover{opacity:.9}
.container{max-width:var(--rds-max);margin:0 auto;padding:0 10px}

/* ===== Header global ===== */
.rds-topbar{
  position:sticky;
  top:0;
  z-index:2000;
  background: var(--rds-brown);
  border-bottom:1px solid rgba(255,230,181,.18);
}

.rds-topbar .container{
  max-width: 1380px;
}

.rds-topbar .inner{
  display:grid;
  grid-template-columns: 1fr auto 1fr;
  align-items:center;
  gap:18px;
  height:86px;
}

.left-group{
  display:flex;
  align-items:center;
  gap:105px;
  justify-self:start;
  min-width:0;
}

.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  min-width:auto;
}

.brand img{
  width:70px;
  height:70px;
  max-width:100%;
  object-fit:contain;
  display:block;
}

.nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:35px;
  min-width:0;
  white-space:nowrap;
  justify-self:center;
  font-weight:500;
}

.nav a{
  position: relative;
  color: #fff;
  opacity: .95;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s ease, opacity .25s ease;
}

.nav a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,230,181,.15), #ffe6b5, rgba(255,230,181,.15));
  border-radius: 999px;
  transform: translateX(-50%);
  transition: width .28s ease;
}

.nav a:hover{
  opacity: 1;
  color: #ffe6b5;
}

.nav a:hover::after{
  width: 100%;
}

.nav a.active{
  text-decoration: none;
  opacity: 1;
}

.nav a.active::after{
  width: 100%;
}

.spacer{
  display:none;
}

.rds-topbar .top-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  flex-wrap:nowrap;
  justify-self:end;
  min-width:0;
  margin-right:0;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  border: 2px solid rgba(255,230,181,.75);
  background: transparent;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1.2;
}

.btn.primary{
  background:#000;
  color:#fff;
  border-color:rgba(255,230,181,.85);
}

.btn.small{
  padding:10px 16px;
  font-size:.95rem;
}

.btn:hover{
  transform:translateY(-1px);
}

#rds-header-cart{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  white-space:nowrap;
}

.rds-cart-label{
  display:inline-flex;
  align-items:center;
}

.rds-cart-badge{
  min-width:26px;
  height:26px;
  padding:0 7px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#d52b1e;
  color:#fff;
  font-size:.95rem;
  font-weight:800;
  line-height:1;
  box-shadow:0 4px 12px rgba(0,0,0,.28);
}

.rds-cart-badge[hidden]{
  display:none !important;
}

.hero{
  background: linear-gradient(
    to bottom,
    #806b64 0%,
    #806b64 22%,
    #000000 100%
  );
  padding:64px 0 44px;
  text-align:center;
}

.hero h1{
  font-family: var(--rds-font-stack);
  font-weight:700;
  letter-spacing:.06em;
  color: var(--rds-gold);
  font-size: clamp(52px, 7vw, 88px);
  margin: 14px 0 10px;
}
.hero .orn{
  display:flex;align-items:center;justify-content:center;
  gap:18px;margin: 6px 0 20px;
}
.hero .orn .line{
  height:3px;width:500px;background:linear-gradient(90deg, transparent, var(--rds-gold), transparent);
  border-radius:999px;opacity:.9
}
.hero .tag{
  font-family: var(--rds-font-stack);
  color: rgba(255,230,181,.92);
  font-size: clamp(20px, 2.2vw, 22px);
  letter-spacing:.02em;
  margin: 0 0 6px;
}

.strip{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #000;
  padding: 8px 0;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(90deg, #b59d91 0%, #d9c2a8 50%, #a58c81 100%) !important;
}

.strip::before{
  content: "";
  position: absolute;
  top: -30%;
  left: -100%;
  width: 300%;
  height: 160%;
  z-index: 0;
  pointer-events: none;

  background: repeating-linear-gradient(
  90deg,
  rgba(128,107,100,0.00) 0%,
  rgba(255,230,181,0.16) 8%,
  rgba(255,230,181,0.40) 16%,
  rgba(255,230,181,0.72) 24%,
  rgba(128,107,100,0.26) 32%,
  rgba(255,230,181,0.64) 40%,
  rgba(255,230,181,0.30) 48%,
  rgba(128,107,100,0.00) 56%
  );

  filter: blur(18px);
  opacity: 1;
  animation: stripFlowSmooth 6.5s linear infinite;
}

.strip::after{
  content: "";
  position: absolute;
  inset: -25%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 50%, rgba(255,230,181,.16) 0%, transparent 18%),
    radial-gradient(circle at 75% 45%, rgba(128,107,100,.14) 0%, transparent 20%),
    radial-gradient(circle at 55% 70%, rgba(255,230,181,.12) 0%, transparent 16%);
  filter: blur(18px);
  opacity: .6;
  animation: stripFloat 14s ease-in-out infinite alternate;
}

.strip > *{
  position: relative;
  z-index: 1;
}

@keyframes stripFlowSmooth{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(33.3333%);
  }
}

@keyframes stripFloat{
  0%{
    transform: translate3d(-1%, 0, 0) scale(1.02);
  }
  50%{
    transform: translate3d(1.5%, -1%, 0) scale(1.04);
  }
  100%{
    transform: translate3d(-1%, 1%, 0) scale(1.02);
  }
}

.section{
  padding: 25px 0;
  background: transparent !important;
}

.page-home .section.dark{
  background: transparent !important;
}

.page-boutique .section.dark, .page-contact .section.dark{
  background: black !important;
}

body,
#rds-page{
  background: linear-gradient(
    to bottom,
    #000000 0%,
    #000000 10%,
    #000000 25%,
    #000000 75%,
    #806b64 100%
  );
}

.h2{
  font-family: var(--rds-font-stack);
  font-size: clamp(34px, 3.4vw, 54px);
  margin:0 0 8px;
  font-weight:700;
}
.sub{
  opacity:.85;margin:0 0 26px;
}

.center{display:flex;justify-content:center}

.cta-wide{
  width:min(760px, 100%);
}

.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}

.badge{
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border:1px solid rgba(255,230,181,.18);
  border-radius: 18px;
  padding: 18px 18px;
  box-shadow: var(--rds-shadow);
}
.badge .t{font-weight:800;font-size:1.05rem;margin:0 0 6px}
.badge .d{opacity:.85;margin:0;font-size:.95rem}

.florale{
  position:relative;
  overflow:hidden;
  border-radius: 22px;
  box-shadow: var(--rds-shadow);
  min-height: 360px;
}
.florale::before{
  content:"";
  position:absolute;inset:0;
  background-image: url("/assets/img/bg-florale-1600.webp");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}
.florale::after{
  content:"";
  position:absolute;inset:0;
  background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.25) 55%, rgba(0,0,0,.55));
}
.florale .content{
  position:relative;z-index:2;
  padding: 62px 28px;
  text-align:center;
}
.florale h3{
  margin:0;
  font-size: clamp(36px, 4.2vw, 74px);
  font-weight:800;
}
.florale p{
  margin: 12px auto 22px;
  max-width: 720px;
  opacity:.92;
}
.florale .actions{display:flex;gap:128px;justify-content:center;flex-wrap:wrap}
.florale .actions .btn{
  background: rgba(255,230,181,.92);
  border-color: rgba(128,107,100,.92);
  color:#000;
}

.florale .actions .btn:hover{
  background: rgba(128,107,100,.92);
  border-color: rgba(255,230,181,.92);
  color:#000;
}

.florale .actions .btn.secondary{
  background: rgba(128,107,100,.92);
  border-color: rgba(255,230,181,.92);
  color:#000;
}

@media (max-width: 820px){
  .florale::before{
    background-image: url("/assets/img/bg-florale-960.webp");
  }
}

.florale .actions .btn.secondary:hover{
  background: rgba(255,230,181,.92);
  border-color: rgba(128,107,100,.92);
  color:#000;
}

.about{
  display:grid;
  grid-template-columns:1.35fr .75fr;
  gap:34px;
  align-items:start;
}

.about > div:first-child{
  min-width:0;
}

.about > div:first-child p,
.kv p{
  margin:0 0 18px;
  line-height:1.45;
  font-size:clamp(1.04rem, 1.15vw, 1.18rem);
}

.about > div:first-child p strong,
.kv p strong{
  font-weight:800;
}

.kv h4{
  margin:0 0 18px;
}

.kv p{
  margin:0 0 10px;
}

.photo{
  margin:24px 0 0;
  width:calc(155.5556% + 34px);
  max-width:none;
  border-radius:22px;
  overflow:hidden;
  box-shadow: var(--rds-shadow);
  border:1px solid rgba(255,230,181,.14);
  background:#111;
}

.photo img{
  width:100%;
  height:640px;
  object-fit:cover;
  object-position:center;
  display:block;
}

.footer{
  background: var(--rds-brown);
  padding: 0 0 36px;
  margin-top: 0px;
  color:#fff;
}
.footer .photo-wrap{
  max-width: var(--rds-max);
  margin: 0 auto;
  padding: 18px;
}
.footer .photo-wrap .photo{
  margin:0;
}
.footer .cols{
  max-width: var(--rds-max);
  margin: 0 auto;
  padding: 8px 18px 0;
  display:grid;
  grid-template-columns: 1.1fr 1fr 1.2fr;
  gap: 24px;
  color:#fff;
}

.footer h4{
  margin: 14px 0 10px;
  font-family: var(--rds-font-stack);
  font-size: 30px;
}
.footer ul{margin:0;padding-left:18px}
.footer li{margin:6px 0}
.footer a, .footer li, .footer div, .footer h4{color:#fff}
.footer a:hover{opacity:1;text-decoration:underline}
.footer .small{opacity:1;color:#fff}
.footer .social{display:flex;gap:12px;align-items:center;margin-top:12px}
.footer .social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.42);color:#fff}
.footer .bottom{
  text-align:center;
  padding: 18px 18px 0;
  opacity:1;
  color:#fff;
  font-size:.95rem;
}

.input{
  width:100%;
  padding:14px 14px;
  border-radius: 12px;
  border:1px solid rgba(0,0,0,.15);
  outline:none;
  font-size:1rem;
}
.form-row{display:flex;gap:12px;align-items:center}

.form-row .btn{min-width:170px}

.whatsapp{
  position:fixed;
  right:18px;bottom:18px;
  width:66px;height:66px;border-radius:999px;
  background:#0aa568;
  display:flex;align-items:center;justify-content:center;
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
  z-index:2500;
}
.whatsapp svg{width:34px;height:34px;fill:#fff}

.notice{
  max-width: var(--rds-max);
  margin: 0 auto;
  padding: 10px 18px 0;
  display:none;
}
.notice.on{display:block}
.notice .box{
  background: rgba(255,230,181,.12);
  border: 1px solid rgba(255,230,181,.28);
  color: #fff;
  border-radius: 14px;
  padding: 12px 14px;
}

/* ================================
   RDS Currency selector + header layout
================================ */
.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

.rds-currency-switch{
  position:relative;
  display:flex;
  align-items:center;
  flex:0 0 auto;
}

.rds-currency-native{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
}

.rds-currency-select{
  min-width:112px;
  height:52px;
  padding:0 42px 0 18px;
  border-radius:999px;
  border:2px solid rgba(255,230,181,.75);
  background:transparent;
  color:#fff;
  font-weight:600;
  font-size:1rem;
  white-space:nowrap;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-repeat:no-repeat,no-repeat;
  background-position:right 40px center, right 16px center;
  background-size:18px 18px, 14px 14px;
}

.rds-currency-select:focus,
.rds-currency-trigger:focus-visible,
.rds-currency-option:focus-visible{
  outline:none;
}

.rds-currency-trigger{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  font-family:inherit;
  line-height:1;
  text-align:left;
  box-shadow:0 6px 16px rgba(0,0,0,.10);
}

.rds-currency-trigger::-moz-focus-inner{
  border:0;
}

.rds-currency-current{
  display:inline-flex;
  align-items:center;
  pointer-events:none;
}

.rds-currency-menu{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  z-index:2500;
  min-width:136px;
  padding:10px;
  border-radius:20px;
  border:2px solid rgba(255,230,181,.78);
  background:#8e7b72;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
}

.rds-currency-menu[hidden]{
  display:none !important;
}

.rds-currency-option{
  width:100%;
  min-height:44px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:10px 42px 10px 16px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:#ffffff;
  font:inherit;
  font-weight:600;
  text-align:left;
  cursor:pointer;
  background-repeat:no-repeat;
  background-position:right 14px center;
  background-size:18px 18px;
  transition:transform .46s ease-in-out, background-color .46s ease-in-out, color .46s ease-in-out, box-shadow .46s ease-in-out;
}

.rds-currency-option[data-currency="CHF"]{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='%23D52B1E'/%3E%3Cpath d='M8.75 5.25h2.5v9.5h-2.5z' fill='white'/%3E%3Cpath d='M5.25 8.75h9.5v2.5h-9.5z' fill='white'/%3E%3C/svg%3E");
}

.rds-currency-option[data-currency="EUR"]{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='%2300399B'/%3E%3Cg fill='%23FFCC00'%3E%3Ccircle cx='10' cy='3.5' r='0.8'/%3E%3Ccircle cx='13.25' cy='4.35' r='0.8'/%3E%3Ccircle cx='15.65' cy='6.75' r='0.8'/%3E%3Ccircle cx='16.5' cy='10' r='0.8'/%3E%3Ccircle cx='15.65' cy='13.25' r='0.8'/%3E%3Ccircle cx='13.25' cy='15.65' r='0.8'/%3E%3Ccircle cx='10' cy='16.5' r='0.8'/%3E%3Ccircle cx='6.75' cy='15.65' r='0.8'/%3E%3Ccircle cx='4.35' cy='13.25' r='0.8'/%3E%3Ccircle cx='3.5' cy='10' r='0.8'/%3E%3Ccircle cx='4.35' cy='6.75' r='0.8'/%3E%3Ccircle cx='6.75' cy='4.35' r='0.8'/%3E%3C/g%3E%3C/svg%3E");
}

.rds-currency-option.is-active,
.rds-currency-option:hover,
.rds-currency-option:focus-visible{
  background-color:rgba(0,0,0,.28);
  box-shadow:none;
}

.rds-currency-option:hover,
.rds-currency-option:focus-visible{
  transform:scale(1.02);
}

/* ===== Currency flags inside selector (closed state only) ===== */
.rds-currency-select[data-currency="CHF"]{
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='%23D52B1E'/%3E%3Cpath d='M8.75 5.25h2.5v9.5h-2.5z' fill='white'/%3E%3Cpath d='M5.25 8.75h9.5v2.5h-9.5z' fill='white'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23ffe6b5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.rds-currency-select[data-currency="EUR"]{
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='%2300399B'/%3E%3Cg fill='%23FFCC00'%3E%3Ccircle cx='10' cy='3.5' r='0.8'/%3E%3Ccircle cx='13.25' cy='4.35' r='0.8'/%3E%3Ccircle cx='15.65' cy='6.75' r='0.8'/%3E%3Ccircle cx='16.5' cy='10' r='0.8'/%3E%3Ccircle cx='15.65' cy='13.25' r='0.8'/%3E%3Ccircle cx='13.25' cy='15.65' r='0.8'/%3E%3Ccircle cx='10' cy='16.5' r='0.8'/%3E%3Ccircle cx='6.75' cy='15.65' r='0.8'/%3E%3Ccircle cx='4.35' cy='13.25' r='0.8'/%3E%3Ccircle cx='3.5' cy='10' r='0.8'/%3E%3Ccircle cx='4.35' cy='6.75' r='0.8'/%3E%3Ccircle cx='6.75' cy='4.35' r='0.8'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23ffe6b5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.rds-currency-switch.is-open .rds-currency-trigger{
  box-shadow:0 12px 28px rgba(0,0,0,.18) !important;
}

.rds-currency-switch.is-open .rds-currency-trigger[data-currency="CHF"]{
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='%23D52B1E'/%3E%3Cpath d='M8.75 5.25h2.5v9.5h-2.5z' fill='white'/%3E%3Cpath d='M5.25 8.75h9.5v2.5h-9.5z' fill='white'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 12.5L10 7.5L15 12.5' stroke='%23ffe6b5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.rds-currency-switch.is-open .rds-currency-trigger[data-currency="EUR"]{
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='%2300399B'/%3E%3Cg fill='%23FFCC00'%3E%3Ccircle cx='10' cy='3.5' r='0.8'/%3E%3Ccircle cx='13.25' cy='4.35' r='0.8'/%3E%3Ccircle cx='15.65' cy='6.75' r='0.8'/%3E%3Ccircle cx='16.5' cy='10' r='0.8'/%3E%3Ccircle cx='15.65' cy='13.25' r='0.8'/%3E%3Ccircle cx='13.25' cy='15.65' r='0.8'/%3E%3Ccircle cx='10' cy='16.5' r='0.8'/%3E%3Ccircle cx='6.75' cy='15.65' r='0.8'/%3E%3Ccircle cx='4.35' cy='13.25' r='0.8'/%3E%3Ccircle cx='3.5' cy='10' r='0.8'/%3E%3Ccircle cx='4.35' cy='6.75' r='0.8'/%3E%3Ccircle cx='6.75' cy='4.35' r='0.8'/%3E%3C/g%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 12.5L10 7.5L15 12.5' stroke='%23ffe6b5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* ===== Header compact + hover propre ===== */
.rds-topbar .btn{
  padding:10px 16px !important;
  font-size:0.95rem !important;
  min-height:40px !important;
}

.rds-topbar .top-actions{
  gap:8px !important;
}

.rds-topbar .btn.primary,
.rds-topbar .btn.cart{
  padding:10px 16px !important;
  min-height:40px !important;
}

.rds-topbar .rds-currency-trigger{
  min-width:110px !important;
  height:40px !important;
  padding:0 34px 0 14px !important;
  font-size:0.92rem !important;
  border-radius:999px;
}

.rds-topbar .rds-currency-switch{
  transform:none !important;
  box-shadow:none !important;
}

/* ===== Header hover unifié : devise + mon compte + panier ===== */
.rds-topbar .btn,
.rds-topbar .rds-currency-trigger,
.rds-currency-option{
  transition:transform .46s ease-in-out, box-shadow .46s ease-in-out, background-color .46s ease-in-out !important;
  transform-origin:center center;
}

.rds-topbar .btn.primary,
.rds-topbar .btn.cart,
.rds-topbar .rds-currency-trigger{
  box-shadow:0 6px 16px rgba(0,0,0,.10) !important;
}

.rds-topbar .btn:hover,
.rds-topbar .rds-currency-trigger:hover{
  transform:scale(1.026) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.16) !important;
}

.rds-topbar .btn:active,
.rds-topbar .rds-currency-trigger:active{
  transform:scale(.995) !important;
  box-shadow:0 5px 12px rgba(0,0,0,.10) !important;
}

.shop-hero-title{
  font-size: 1.25rem;
  line-height: 1.3;
}

.shop-products-title{
  font-size: 2rem;
  line-height: 1.1;
}

.hero h1{
  white-space: nowrap;
}

/* Boutique collée en haut */
.shop-wrap{
  padding-top: 0 !important;
}

.shop-card{
  margin-top: 25px !important;
}

html, body{
  overflow-x:hidden;
}
body{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}
img, svg, video, canvas, iframe{
  max-width:100%;
}
.container,
.footer .photo-wrap,
.footer .cols,
.notice{
  width:min(100%, var(--rds-max));
}

.rds-topbar .inner,
.rds-topbar .top-actions,
.left-group,
.footer .cols,
.footer .cols > *,
.about,
.about > *,
.grid4 > *,
.form-row > *,
.notice,
.notice > *{
  min-width:0;
}


/* ==================================
   Responsive breakpoints
   1920 / 1600 / 1280 / 1024 / 640 / 420
================================== */

@media (min-width: 1920px){
  :root{
    --rds-max: 1540px;
  }

  .rds-topbar .container{
    max-width: 1600px;
  }

  .rds-topbar .inner{
    gap: 24px;
    height: 92px;
  }

  .left-group{
    gap: 120px;
  }

  .nav{
    gap: 42px;
  }

  .hero{
    padding: 76px 0 52px;
  }

  .hero h1{
    font-size: clamp(68px, 5.4vw, 102px);
  }

  .hero .orn .line{
    width: 620px;
  }

  .hero .tag{
    font-size: clamp(22px, 1.4vw, 26px);
  }

  .florale{
    min-height: 400px;
  }

  .florale .content{
    padding: 76px 32px;
  }

  .about{
    gap: 40px;
  }

  .photo img{
    height: 720px;
  }

  .footer h4{
    font-size: 32px;
  }
}

@media (max-width: 1600px){
  :root{
    --rds-max: 1320px;
  }

  .rds-topbar .container{
    max-width: 1360px;
  }

  .left-group{
    gap: 84px;
  }

  .nav{
    gap: 30px;
  }

  .hero h1{
    font-size: clamp(50px, 6.2vw, 82px);
  }

  .hero .orn .line{
    width: 420px;
  }

  .about{
    gap: 28px;
  }

  .photo{
    width: calc(138% + 28px);
  }

  .photo img{
    height: 600px;
  }
}

@media (max-width: 1280px){
  :root{
    --rds-max: 1160px;
  }

  .rds-topbar .container{
    max-width: 1220px;
  }

  .rds-topbar .inner{
    gap: 14px;
    height: 80px;
  }

  .left-group{
    gap: 44px;
  }

  .brand img{
    width: 62px;
    height: 62px;
  }

  .nav{
    gap: 22px;
  }

  .nav a{
    font-size: .95rem;
  }

  .rds-topbar .btn,
  .rds-topbar .btn.primary,
  .rds-topbar .btn.cart{
    padding: 10px 15px;
    font-size: .92rem;
  }

  .rds-topbar .rds-currency-trigger{
    min-width: 108px;
    padding: 0 32px 0 14px;
    font-size: .9rem;
  }

  .hero{
    padding: 56px 0 38px;
  }

  .hero h1{
    font-size: clamp(44px, 6vw, 72px);
  }

  .hero .orn .line{
    width: 300px;
  }

  .hero .tag{
    font-size: clamp(17px, 1.8vw, 20px);
  }

  .h2{
    font-size: clamp(32px, 3vw, 48px);
  }

  .grid4{
    grid-template-columns: repeat(2, 1fr);
  }

  .florale{
    min-height: 320px;
  }

  .florale .content{
    padding: 48px 24px;
  }

  .florale .actions{
    gap: 28px;
  }

  .about{
    grid-template-columns: 1.15fr .85fr;
    gap: 24px;
  }

  .photo{
    width: calc(118% + 24px);
  }

  .photo img{
    height: 520px;
  }

  .footer .cols{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer .cols > :last-child{
    grid-column: 1 / -1;
  }
}

@media (max-width: 1024px){
  :root{
    --rds-max: 960px;
  }

  .container,
  .footer .photo-wrap,
  .footer .cols,
  .notice{
    padding-left: 14px;
    padding-right: 14px;
  }

  .rds-topbar .inner{
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    height: 74px;
  }

  .left-group{
    gap: 18px;
  }

  .brand img{
    width: 56px;
    height: 56px;
  }

  .nav{
    gap: 16px;
  }

  .nav a{
    font-size: .92rem;
  }

  .rds-topbar .top-actions{
    gap: 8px;
  }

  .rds-topbar .btn,
  .rds-topbar .btn.primary,
  .rds-topbar .btn.cart{
    padding: 9px 14px;
    font-size: .9rem;
  }

  .rds-topbar .rds-currency-trigger{
    min-width: 104px;
    height: 38px;
    font-size: .88rem;
  }

  .rds-cart-badge{
    min-width: 24px;
    height: 24px;
    font-size: .88rem;
  }

  .hero{
    padding: 46px 0 34px;
  }

  .hero h1{
    font-size: clamp(38px, 6.8vw, 60px);
    letter-spacing: .04em;
  }

  .hero .orn{
    gap: 14px;
    margin: 4px 0 16px;
  }

  .hero .orn .line{
    width: 220px;
  }

  .hero .tag{
    font-size: clamp(15px, 2.2vw, 18px);
  }

  .h2{
    font-size: clamp(30px, 4vw, 42px);
  }

  .florale .actions{
    gap: 16px;
  }

  .about{
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .photo{
    width: 100%;
  }

  .photo img{
    height: 500px;
  }

  .form-row{
    flex-wrap: wrap;
  }

  .form-row .btn{
    min-width: 0;
  }

  .whatsapp{
    width: 60px;
    height: 60px;
  }

  .whatsapp svg{
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 640px){
  :root{
    --rds-max: 100%;
  }

  .container,
  .footer .photo-wrap,
  .footer .cols,
  .notice{
    padding-left: 12px;
    padding-right: 12px;
  }

  .rds-topbar{
    position: sticky;
  }

  .hero{
    padding: 34px 0 26px;
  }

  .hero h1{
    font-size: clamp(28px, 8.6vw, 44px);
    line-height: 1.04;
    letter-spacing: .03em;
    white-space: normal;
  }

  .hero .orn{
    gap: 12px;
    margin: 2px 0 14px;
  }

  .hero .orn .line{
    width: 120px;
  }

  .hero .tag{
    font-size: clamp(13px, 4vw, 16px);
  }

  .strip{
    padding: 7px 0;
  }

  .strip .container{
    font-size: .94rem;
  }

  .section{
    padding: 20px 0;
  }

  .h2{
    font-size: clamp(28px, 8vw, 40px);
  }

  .sub{
    margin-bottom: 20px;
  }

  .grid4{
    grid-template-columns: 1fr;
  }

  .florale{
    min-height: 0;
  }

  .florale .content{
    padding: 30px 18px;
  }

  .florale h3{
    font-size: clamp(30px, 10vw, 48px);
  }

  .florale p{
    margin-bottom: 18px;
  }

  .florale .actions{
    flex-direction: column;
    gap: 12px;
  }

  .florale .actions .btn,
  .form-row .btn{
    width: 100%;
  }

  .about > div:first-child p,
  .kv p{
    font-size: 1rem;
  }

  .photo img{
    height: 380px;
  }

  .footer .photo-wrap{
    padding-top: 14px;
  }

  .footer .cols{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer .cols > :last-child{
    grid-column: auto;
  }

  .footer h4{
    font-size: 26px;
  }

  .form-row{
    flex-direction: column;
    align-items: stretch;
  }

  .whatsapp{
    right: 14px;
    bottom: 14px;
    width: 58px;
    height: 58px;
  }

  .whatsapp svg{
    width: 30px;
    height: 30px;
  }

  .shop-hero-title{
    font-size: 1.15rem;
  }

  .shop-products-title{
    font-size: 1.7rem;
  }
}

@media (max-width: 420px){
  .container,
  .footer .photo-wrap,
  .footer .cols,
  .notice{
    padding-left: 10px;
    padding-right: 10px;
  }

  .rds-topbar .inner{
    gap: 8px;
    padding: 10px 0;
  }

  .left-group{
    gap: 10px;
  }

  .brand img{
    width: 48px;
    height: 48px;
  }

  .nav{
    gap: 10px 14px;
  }

  .nav a{
    font-size: .86rem;
  }

  .rds-topbar .top-actions{
    gap: 8px;
  }

  .rds-topbar .btn,
  .rds-topbar .btn.primary,
  .rds-topbar .btn.cart{
    padding: 9px 12px;
    font-size: .86rem;
  }

  .rds-topbar .rds-currency-trigger{
    min-width: 96px;
    height: 38px;
    padding: 0 30px 0 12px;
    font-size: .84rem;
    background-position: right 30px center, right 12px center;
    background-size: 16px 16px, 12px 12px;
  }

  .rds-cart-badge{
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    font-size: .78rem;
  }

  .hero{
    padding: 28px 0 22px;
  }

  .hero h1{
    font-size: clamp(24px, 10.8vw, 36px);
    line-height: 1.02;
    letter-spacing: .02em;
  }

  .hero .orn{
    gap: 10px;
    margin-bottom: 12px;
  }

  .hero .orn .line{
    width: 88px;
  }

  .hero .tag{
    font-size: 12px;
  }

  .strip .container{
    font-size: .88rem;
  }

  .h2{
    font-size: clamp(26px, 10vw, 34px);
  }

  .badge{
    padding: 16px;
  }

  .florale .content{
    padding: 26px 14px;
  }

  .florale h3{
    font-size: clamp(28px, 11vw, 40px);
  }

  .photo img{
    height: 300px;
  }

  .footer h4{
    font-size: 24px;
  }

  .footer .bottom{
    font-size: .9rem;
  }

  .whatsapp{
    right: 10px;
    bottom: 10px;
    width: 52px;
    height: 52px;
  }

  .whatsapp svg{
    width: 28px;
    height: 28px;
  }

  .shop-hero-title{
    font-size: 1.05rem;
  }

  .shop-products-title{
    font-size: 1.5rem;
  }
}

/* ===== Menu mobile (burger) ===== */
.rds-mobile-toggle,
.rds-mobile-nav,
.rds-mobile-nav-backdrop{
  display:none;
}

.rds-mobile-toggle{
  width:44px;
  height:44px;
  border-radius:999px;
  border:2px solid rgba(255,230,181,.75);
  background:#000;
  color:#fff;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  box-shadow:0 6px 16px rgba(0,0,0,.10);
}

.rds-mobile-toggle span{
  width:18px;
  height:2px;
  border-radius:999px;
  background:#ffe6b5;
  transition:transform .28s ease, opacity .2s ease;
}

.rds-mobile-nav-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.56);
  backdrop-filter:blur(2px);
  z-index:99970;
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}

.rds-mobile-nav{
  position:fixed;
  top:0;
  left:0;
  width:min(360px, 92vw);
  height:100vh;
  background:linear-gradient(180deg, #8c756f 0%, #5a4743 55%, #171313 100%);
  border-right:1px solid rgba(255,230,181,.18);
  box-shadow:0 24px 60px rgba(0,0,0,.38);
  z-index:99980;
  transform:translateX(-104%);
  transition:transform .24s ease;
  overflow:auto;
}

.rds-mobile-nav-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 16px 14px;
  border-bottom:1px solid rgba(255,230,181,.14);
}

.rds-mobile-nav-title{
  color:#ffe6b5;
  font-size:1.05rem;
  font-weight:700;
}

.rds-mobile-nav-close{
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,230,181,.3);
  background:rgba(0,0,0,.32);
  color:#ffe6b5;
  font-size:1.6rem;
  line-height:1;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}

.rds-mobile-nav-links{
  display:flex;
  flex-direction:column;
  padding:16px;
  gap:10px;
}

.rds-mobile-nav-links a{
  display:flex;
  align-items:center;
  min-height:52px;
  padding:0 16px;
  border-radius:16px;
  border:1px solid rgba(255,230,181,.14);
  background:rgba(0,0,0,.22);
  color:#fff;
  text-decoration:none;
  font-weight:600;
}

.rds-mobile-nav-links a.active,
.rds-mobile-nav-links a:hover{
  color:#ffe6b5;
  border-color:rgba(255,230,181,.32);
  background:rgba(0,0,0,.34);
}

html.rds-mobile-nav-open,
html.rds-mobile-nav-open body{
  overflow:hidden !important;
}

html.rds-mobile-nav-open .rds-mobile-nav-backdrop{
  opacity:1;
  pointer-events:auto;
}

html.rds-mobile-nav-open .rds-mobile-nav{
  transform:translateX(0);
}

html.rds-mobile-nav-open .rds-mobile-toggle span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

html.rds-mobile-nav-open .rds-mobile-toggle span:nth-child(2){
  opacity:0;
}

html.rds-mobile-nav-open .rds-mobile-toggle span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

/* ===== Mobile header v3 : logo | panier centré | burger ===== */
@media (max-width: 920px){
  .rds-mobile-toggle,
  .rds-mobile-nav,
  .rds-mobile-nav-backdrop{
    display:flex;
  }

  .rds-topbar .inner{
    display:grid !important;
    grid-template-columns:auto 1fr auto !important;
    align-items:center !important;
    gap:10px !important;
    height:auto !important;
    padding:10px 0 !important;
  }

  .left-group{
    display:contents !important;
  }

  .brand{
    order:1;
  }

  .brand img{
    width:54px !important;
    height:54px !important;
  }

  .rds-currency-switch{
    display:none !important;
  }

  .nav{
    display:none !important;
  }

  .rds-mobile-toggle{
    order:3;
    justify-self:end;
    margin-left:0 !important;
    width:46px;
    height:46px;
    flex:0 0 46px;
  }

  .rds-topbar .top-actions{
    order:2;
    width:auto !important;
    margin:0 !important;
    justify-content:center !important;
    justify-self:center;
    flex:0 1 auto !important;
    gap:0 !important;
  }

  .rds-topbar .top-actions .btn.primary{
    display:none !important;
  }

  .rds-topbar .top-actions .btn.cart{
    flex:0 0 auto !important;
    min-width:142px;
    padding:11px 20px !important;
  }
}

@media (max-width: 640px){
  .brand img{
    width:52px !important;
    height:52px !important;
  }
}

/* ===== Mobile menu : devise à gauche, mon compte à droite ===== */

/* .rds-mobile-nav-tools est dans .rds-mobile-nav-links
   — on écrase le flex-direction:column du parent avec une grille 2 colonnes */

.rds-mobile-nav-tools{
  display:grid !important;
  grid-template-columns:1fr auto !important;
  align-items:center !important;
  gap:12px !important;
  width:100%;
  padding:0;
  margin-bottom:2px;
}

/* Sélecteur de devise dans le panneau */
.rds-mobile-currency-switch{
  position:relative;
  display:flex;
  width:100%;
  min-width:0;
  z-index:2;
}

.rds-mobile-currency-trigger{
  display:inline-flex !important;
  align-items:center !important;
  width:100% !important;
  min-width:0 !important;
  height:44px !important;
  padding:0 42px 0 14px !important;
  font-size:.92rem !important;
  font-weight:600;
  border-radius:999px !important;
  border:2px solid rgba(255,230,181,.75) !important;
  background-color:transparent !important;
  color:#fff !important;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  background-repeat:no-repeat;
  background-position:right 14px center !important;
  background-size:12px 12px !important;
  box-shadow:0 6px 16px rgba(0,0,0,.10) !important;
  white-space:nowrap;
  /* annule les styles btn hérités */
  border-radius:999px !important;
}

.rds-mobile-currency-menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  width:100%;
  min-width:136px;
  padding:8px;
  border-radius:18px;
  border:2px solid rgba(255,230,181,.78);
  background:#8e7b72;
  box-shadow:0 18px 40px rgba(0,0,0,.28);
  z-index:2500;
}

.rds-mobile-currency-menu[hidden]{
  display:none !important;
}

.rds-mobile-currency-menu-option{
  width:100%;
  min-height:40px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:9px 38px 9px 12px;
  border:0;
  border-radius:12px;
  background:transparent;
  color:#fff;
  font:inherit;
  font-weight:600;
  text-align:left;
  cursor:pointer;
  background-repeat:no-repeat;
  background-position:right 10px center;
  background-size:16px 16px;
  transition:transform .25s ease, background-color .25s ease;
}

.rds-mobile-currency-menu-option[data-currency="CHF"]{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='%23D52B1E'/%3E%3Cpath d='M8.75 5.25h2.5v9.5h-2.5z' fill='white'/%3E%3Cpath d='M5.25 8.75h9.5v2.5h-9.5z' fill='white'/%3E%3C/svg%3E");
}

.rds-mobile-currency-menu-option[data-currency="EUR"]{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='9' fill='%2300399B'/%3E%3Cg fill='%23FFCC00'%3E%3Ccircle cx='10' cy='3.5' r='0.8'/%3E%3Ccircle cx='13.25' cy='4.35' r='0.8'/%3E%3Ccircle cx='15.65' cy='6.75' r='0.8'/%3E%3Ccircle cx='16.5' cy='10' r='0.8'/%3E%3Ccircle cx='15.65' cy='13.25' r='0.8'/%3E%3Ccircle cx='13.25' cy='15.65' r='0.8'/%3E%3Ccircle cx='10' cy='16.5' r='0.8'/%3E%3Ccircle cx='6.75' cy='15.65' r='0.8'/%3E%3Ccircle cx='4.35' cy='13.25' r='0.8'/%3E%3Ccircle cx='3.5' cy='10' r='0.8'/%3E%3Ccircle cx='4.35' cy='6.75' r='0.8'/%3E%3Ccircle cx='6.75' cy='4.35' r='0.8'/%3E%3C/g%3E%3C/svg%3E");
}

.rds-mobile-currency-menu-option.is-active,
.rds-mobile-currency-menu-option:hover{
  background-color:rgba(0,0,0,.28);
  transform:scale(1.02);
}

/* Bouton Mon compte dans le panneau — écrase le style .rds-mobile-nav-links a */
.rds-mobile-nav-links .rds-mobile-nav-tools a.rds-mobile-nav-account{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
  height:44px !important;
  padding:0 8px !important;
  border-radius:999px !important;
  border:2px solid rgba(255,230,181,.85) !important;
  background:#000 !important;
  color:#fff !important;
  font-weight:600 !important;
  font-size:.78rem !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  box-shadow:0 6px 16px rgba(0,0,0,.10) !important;
  text-decoration:none !important;
  min-width:0 !important;
  width:100% !important;
  max-width:100% !important;
}

.rds-mobile-nav-links .rds-mobile-nav-tools a.rds-mobile-nav-account:hover,
.rds-mobile-nav-links .rds-mobile-nav-tools a.rds-mobile-nav-account.active{
  color:#fff !important;
  border-color:rgba(255,230,181,.92) !important;
  background:#111 !important;
  opacity:1 !important;
}

