@charset "utf-8";
@font-face {
font-family: "Manrope";
src: url(//cristaldeco.fr/wp-content/themes/flatsome-child/assets/homepage-v1/fonts/manrope-latin.woff2) format("woff2");
font-style: normal;
font-weight: 400 700;
font-display: swap;
}
@font-face {
font-family: "Newsreader";
src: url(//cristaldeco.fr/wp-content/themes/flatsome-child/assets/homepage-v1/fonts/newsreader-latin.woff2) format("woff2");
font-style: normal;
font-weight: 500 600;
font-display: swap;
}
:root {
--cd-ink: #17343a;
--cd-water: #236d79;
--cd-water-deep: #185863;
--cd-paper: #fcfcf9;
--cd-white: #ffffff;
--cd-crystal: #f4f9f8;
--cd-pale-water: #ddedef;
--cd-gold: #a77c43;
--cd-text: #1d292b;
--cd-muted: #4b5b5b;
--cd-line: rgba(23, 52, 58, 0.16);
--cd-shadow: 0 22px 60px rgba(23, 52, 58, 0.11);
--cd-radius-sm: 14px;
--cd-radius-md: 20px;
--cd-radius-lg: 28px;
--cd-shell: 1240px;
}
html {
scroll-behavior: smooth;
}
body.cd-homepage-v1 {
margin: 0;
overflow-x: hidden;
background: var(--cd-paper);
color: var(--cd-text);
font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
}
.cd-homepage-v1 *,
.cd-homepage-v1 *::before,
.cd-homepage-v1 *::after {
box-sizing: border-box;
}
.cd-homepage-v1 img {
display: block;
max-width: 100%;
}
.cd-homepage-v1 a {
color: inherit;
text-decoration: none;
}
.cd-homepage-v1 button,
.cd-homepage-v1 a {
-webkit-tap-highlight-color: transparent;
}
.cd-homepage-v1 :where(a, button, summary):focus-visible {
outline: 3px solid #3b8e9b;
outline-offset: 3px;
}
.cd-homepage-v1 h1,
.cd-homepage-v1 h2,
.cd-homepage-v1 h3,
.cd-homepage-v1 p,
.cd-homepage-v1 figure,
.cd-homepage-v1 ul {
margin-top: 0;
}
.cd-homepage-v1 h1,
.cd-homepage-v1 h2,
.cd-homepage-v1 h3 {
color: var(--cd-ink);
font-family: "Newsreader", Georgia, serif;
font-weight: 600;
letter-spacing: -0.025em;
text-transform: none;
}
.cd-homepage-v1 h1 em,
.cd-homepage-v1 h2 em {
color: var(--cd-water);
font-style: italic;
font-weight: 500;
}
.cd-site-wrapper,
.cd-main {
width: 100%;
max-width: none;
margin: 0;
padding: 0;
background: var(--cd-paper);
}
.cd-main {
min-height: 80vh;
}
.cd-shell {
width: min(calc(100% - 80px), var(--cd-shell));
margin-inline: auto;
}
.cd-skip-link {
position: fixed;
z-index: 9999;
top: 12px;
left: 12px;
padding: 12px 18px;
transform: translateY(-150%);
border-radius: 10px;
background: var(--cd-ink);
color: var(--cd-white) !important;
font-weight: 700;
transition: transform 160ms ease;
}
.cd-skip-link:focus {
transform: translateY(0);
} .cd-header {
position: sticky;
z-index: 1000;
top: 0;
width: 100%;
border-bottom: 1px solid transparent;
background: rgba(252, 252, 249, 0.94);
backdrop-filter: blur(14px);
transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.cd-header.is-scrolled {
border-color: var(--cd-line);
background: rgba(252, 252, 249, 0.98);
box-shadow: 0 10px 35px rgba(23, 52, 58, 0.08);
}
.cd-header__inner {
display: grid;
grid-template-columns: 210px minmax(0, 1fr) auto;
align-items: center;
width: min(calc(100% - 48px), 1380px);
min-height: 88px;
margin-inline: auto;
gap: 30px;
transition: min-height 180ms ease;
}
.cd-header.is-scrolled .cd-header__inner {
min-height: 70px;
}
.cd-brand {
display: grid;
width: 210px;
min-height: 48px;
grid-template-columns: 70px minmax(0, 1fr);
align-items: center;
gap: 10px;
}
.cd-brand__image {
width: 70px;
height: 46px;
object-fit: contain;
object-position: center;
}
.cd-brand__fallback {
display: block;
width: 56px;
height: 38px;
border: 2px solid var(--cd-gold);
border-radius: 50% 50% 45% 45%;
}
.cd-brand__name {
color: var(--cd-ink);
font-family: "Newsreader", Georgia, serif;
font-size: 23px;
font-weight: 600;
letter-spacing: -0.035em;
line-height: 1;
white-space: nowrap;
}
.cd-nav--desktop > ul {
display: flex;
align-items: center;
justify-content: center;
gap: clamp(14px, 1.55vw, 28px);
margin: 0;
padding: 0;
list-style: none;
}
.cd-nav--desktop a {
position: relative;
display: inline-flex;
min-height: 44px;
align-items: center;
color: var(--cd-ink);
font-size: 14px;
font-weight: 700;
letter-spacing: 0.015em;
white-space: nowrap;
}
.cd-nav--desktop a::after {
position: absolute;
right: 0;
bottom: 7px;
left: 0;
height: 2px;
transform: scaleX(0);
transform-origin: right;
background: var(--cd-water);
content: "";
transition: transform 180ms ease;
}
.cd-nav--desktop a:hover::after,
.cd-nav--desktop a[aria-current="page"]::after {
transform: scaleX(1);
transform-origin: left;
}
.cd-header__actions {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 8px;
}
.cd-icon-link {
position: relative;
display: inline-flex;
min-width: 48px;
min-height: 48px;
align-items: center;
justify-content: center;
gap: 7px;
padding: 6px 8px;
border-radius: 12px;
color: var(--cd-ink);
font-size: 14px;
font-weight: 700;
}
.cd-icon-link:hover {
background: var(--cd-crystal);
}
.cd-icon-link svg {
width: 22px;
height: 22px;
fill: none;
stroke: currentColor;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 1.7;
}
.cd-cart-count {
display: inline-grid;
min-width: 20px;
height: 20px;
place-items: center;
padding: 0 5px;
border-radius: 999px;
background: var(--cd-water);
color: var(--cd-white);
font-size: 14px;
line-height: 1;
}
.cd-menu-toggle {
display: none;
min-width: 52px;
min-height: 48px;
align-items: center;
justify-content: center;
gap: 8px;
margin: 0;
padding: 8px 10px;
border: 0;
border-radius: 12px;
background: transparent;
box-shadow: none;
color: var(--cd-ink);
font-family: "Manrope", sans-serif;
font-size: 14px;
font-weight: 700;
letter-spacing: 0;
text-transform: none;
}
.cd-menu-toggle:hover {
background: var(--cd-crystal);
}
.cd-menu-toggle__lines {
display: grid;
width: 21px;
gap: 6px;
}
.cd-menu-toggle__lines span {
display: block;
width: 100%;
height: 2px;
border-radius: 999px;
background: currentColor;
transition: transform 180ms ease;
}
.cd-menu-toggle[aria-expanded="true"] .cd-menu-toggle__lines span:first-child {
transform: translateY(4px) rotate(45deg);
}
.cd-menu-toggle[aria-expanded="true"] .cd-menu-toggle__lines span:last-child {
transform: translateY(-4px) rotate(-45deg);
}
.cd-mobile-menu {
position: absolute;
top: 100%;
right: 0;
left: 0;
max-height: calc(100vh - 70px);
overflow-y: auto;
border-top: 1px solid var(--cd-line);
border-bottom: 1px solid var(--cd-line);
background: var(--cd-paper);
box-shadow: 0 28px 50px rgba(23, 52, 58, 0.14);
}
.cd-mobile-menu[hidden] {
display: none !important;
}
.cd-mobile-menu ul {
width: min(calc(100% - 40px), 620px);
margin: 0 auto;
padding: 18px 0 26px;
list-style: none;
}
.cd-mobile-menu a {
display: flex;
min-height: 52px;
align-items: center;
justify-content: space-between;
border-bottom: 1px solid var(--cd-line);
color: var(--cd-ink);
font-size: 17px;
font-weight: 700;
}
.cd-mobile-menu a::after {
content: "↗";
color: var(--cd-water);
font-weight: 400;
}
body.cd-menu-open {
overflow: hidden;
} .cd-eyebrow {
margin-bottom: 14px;
color: var(--cd-water);
font-size: 14px;
font-weight: 700;
letter-spacing: 0.14em;
line-height: 1.35;
text-transform: uppercase;
}
.cd-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.cd-button {
display: inline-flex !important;
min-height: 52px;
align-items: center;
justify-content: center;
padding: 13px 23px !important;
border: 1px solid transparent !important;
border-radius: 14px !important;
box-shadow: none !important;
font-family: "Manrope", sans-serif;
font-size: 14px !important;
font-weight: 700 !important;
letter-spacing: 0 !important;
line-height: 1.2 !important;
text-align: center;
text-transform: none !important;
transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}
.cd-button:hover {
transform: translateY(-2px);
}
.cd-button--primary {
background: var(--cd-water) !important;
color: var(--cd-white) !important;
}
.cd-button--primary:hover {
background: var(--cd-water-deep) !important;
}
.cd-button--secondary {
border-color: var(--cd-line) !important;
background: rgba(255, 255, 255, 0.65) !important;
color: var(--cd-ink) !important;
}
.cd-button--secondary:hover {
border-color: var(--cd-water) !important;
background: var(--cd-white) !important;
}
.cd-button--light {
background: var(--cd-white) !important;
color: var(--cd-ink) !important;
}
.cd-text-link {
display: inline-flex;
min-height: 44px;
align-items: center;
gap: 9px;
color: var(--cd-ink) !important;
font-size: 14px;
font-weight: 700;
}
.cd-text-link span {
color: var(--cd-water);
font-size: 19px;
transition: transform 160ms ease;
}
.cd-text-link:hover span {
transform: translateX(4px);
}
.cd-section {
position: relative;
padding: 80px 0;
}
.cd-section-heading {
max-width: 700px;
margin-bottom: 38px;
}
.cd-section-heading--center {
margin-right: auto;
margin-left: auto;
text-align: center;
}
.cd-section-heading--split {
display: grid;
max-width: none;
grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
align-items: end;
gap: 64px;
}
.cd-section-heading h2 {
margin-bottom: 14px;
font-size: clamp(40px, 4.6vw, 58px);
line-height: 1.02;
}
.cd-section-heading p:last-child {
margin-bottom: 0;
color: var(--cd-muted);
font-size: 17px;
}
.cd-section-link {
margin: 34px 0 0;
text-align: center;
} .cd-hero {
position: relative;
overflow: hidden;
padding: 64px 0 72px;
background:
radial-gradient(circle at 84% 25%, rgba(35, 109, 121, 0.13), transparent 32%),
linear-gradient(135deg, #fcfcf9 0%, #f4f9f8 58%, #eef7f6 100%);
}
.cd-hero::before,
.cd-hero::after {
position: absolute;
border: 1px solid rgba(35, 109, 121, 0.14);
border-radius: 50%;
content: "";
pointer-events: none;
}
.cd-hero::before {
top: 8%;
right: -110px;
width: 330px;
height: 330px;
}
.cd-hero::after {
right: 20%;
bottom: -130px;
width: 260px;
height: 260px;
}
.cd-hero__grid {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
align-items: center;
gap: clamp(54px, 7vw, 110px);
}
.cd-hero__content {
min-width: 0;
}
.cd-hero h1 {
margin-bottom: 25px;
font-size: clamp(56px, 5.4vw, 76px);
line-height: 0.98;
}
.cd-hero__intro {
max-width: 590px;
margin-bottom: 30px;
color: var(--cd-muted);
font-size: clamp(17px, 1.55vw, 20px);
line-height: 1.6;
}
.cd-hero__hint {
display: flex;
align-items: center;
gap: 10px;
margin: 27px 0 0;
color: var(--cd-muted);
font-size: 14px;
font-weight: 700;
letter-spacing: 0.045em;
}
.cd-hero__hint span {
display: inline-grid;
width: 28px;
height: 28px;
place-items: center;
border: 1px solid var(--cd-line);
border-radius: 50%;
color: var(--cd-water);
}
.cd-hero__visuals {
display: grid;
min-width: 0;
grid-template-columns: minmax(0, 1.42fr) minmax(145px, 0.58fr);
align-items: end;
gap: 16px;
}
.cd-hero-proof {
position: relative;
overflow: hidden;
margin: 0;
border: 7px solid rgba(255, 255, 255, 0.92);
background: var(--cd-white);
box-shadow: var(--cd-shadow);
}
.cd-hero-proof--transform {
aspect-ratio: 4 / 3.35;
border-radius: var(--cd-radius-lg);
}
.cd-hero-proof--creation {
aspect-ratio: 3 / 4.35;
border-radius: 22px;
transform: translateY(-28px);
}
.cd-hero-proof__image {
width: 100%;
height: 100%;
object-fit: cover;
}
.cd-hero-proof figcaption {
position: absolute;
right: 10px;
bottom: 10px;
left: 10px;
display: flex;
min-height: 42px;
align-items: center;
justify-content: center;
gap: 8px;
padding: 8px 11px;
border-radius: 11px;
background: rgba(252, 252, 249, 0.93);
color: var(--cd-ink);
font-size: 14px;
font-weight: 700;
line-height: 1.25;
text-align: center;
backdrop-filter: blur(8px);
}
.cd-hero-proof--transform figcaption span:nth-child(2) {
color: var(--cd-water);
font-size: 16px;
} .cd-process {
background: var(--cd-paper);
}
.cd-process__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 22px;
}
.cd-step-card {
overflow: hidden;
border: 1px solid var(--cd-line);
border-radius: var(--cd-radius-md);
background: var(--cd-white);
}
.cd-step-card__media {
aspect-ratio: 4 / 3;
overflow: hidden;
background: var(--cd-crystal);
}
.cd-step-card__media img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 450ms ease;
}
.cd-step-card:hover .cd-step-card__media img {
transform: scale(1.025);
}
.cd-step-card__body {
display: grid;
grid-template-columns: 38px 1fr;
padding: 21px 21px 23px;
column-gap: 13px;
}
.cd-step-card__body > span {
display: grid;
width: 34px;
height: 34px;
place-items: center;
grid-row: 1 / 3;
border-radius: 50%;
background: var(--cd-pale-water);
color: var(--cd-water-deep);
font-size: 14px;
font-weight: 700;
}
.cd-step-card h3 {
margin-bottom: 7px;
font-size: 30px;
line-height: 1;
}
.cd-step-card p {
margin-bottom: 0;
color: var(--cd-muted);
font-size: 14px;
line-height: 1.6;
} .cd-kits {
background: var(--cd-crystal);
}
.cd-kits__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 28px;
}
.cd-product-card {
display: grid;
min-width: 0;
grid-template-columns: minmax(240px, 0.95fr) minmax(250px, 1.05fr);
overflow: hidden;
border: 1px solid rgba(23, 52, 58, 0.12);
border-radius: var(--cd-radius-lg);
background: var(--cd-white);
box-shadow: 0 14px 44px rgba(23, 52, 58, 0.07);
}
.cd-product-card__media {
display: grid;
min-height: 340px;
place-items: center;
padding: 20px;
overflow: hidden;
background: linear-gradient(145deg, #ffffff 0%, #eef6f5 100%);
}
.cd-product-card__image {
width: 100%;
height: 100%;
max-height: 295px;
object-fit: contain;
transition: transform 300ms ease;
}
.cd-product-card__media:hover .cd-product-card__image {
transform: scale(1.025);
}
.cd-product-card__body {
display: flex;
min-width: 0;
flex-direction: column;
justify-content: center;
padding: 28px;
}
.cd-product-card__position {
margin-bottom: 15px;
color: var(--cd-water);
font-size: 14px;
font-weight: 700;
letter-spacing: 0.09em;
text-transform: uppercase;
}
.cd-product-card__heading h3 {
margin-bottom: 12px;
font-size: clamp(30px, 3vw, 42px);
line-height: 1;
}
.cd-product-card__heading h3 a:hover {
color: var(--cd-water);
}
.cd-product-card__price {
margin-bottom: 16px;
color: var(--cd-ink);
font-size: 20px;
font-weight: 700;
}
.cd-product-card__stock {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 18px;
color: var(--cd-muted);
font-size: 14px;
font-weight: 600;
}
.cd-product-card__stock span {
width: 8px;
height: 8px;
border-radius: 50%;
background: #b65f52;
}
.cd-product-card__stock.is-in-stock span {
background: #3d7866;
} .cd-gift {
background: var(--cd-paper);
}
.cd-gift__inner {
display: grid;
height: 520px;
grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
align-items: stretch;
overflow: hidden;
border: 1px solid rgba(167, 124, 67, 0.2);
border-radius: var(--cd-radius-lg);
background: linear-gradient(135deg, #fbf7f0 0%, #f4faf9 100%);
box-shadow: 0 18px 48px rgba(23, 52, 58, 0.08);
}
.cd-gift__media {
min-height: 350px;
margin: 0;
overflow: hidden;
}
.cd-gift__media img {
width: 100%;
height: 100%;
object-fit: cover;
}
.cd-gift__content {
align-self: center;
padding: clamp(36px, 5vw, 62px);
}
.cd-gift__content h2 {
max-width: 680px;
margin-bottom: 17px;
font-size: clamp(39px, 4.4vw, 58px);
line-height: 1.02;
}
.cd-gift__content > p:not(.cd-eyebrow) {
max-width: 660px;
margin-bottom: 25px;
color: var(--cd-muted);
font-size: 16px;
} .cd-uses {
background: var(--cd-paper);
}
.cd-uses__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.cd-use-card {
position: relative;
display: block;
min-height: 300px;
overflow: hidden;
border-radius: var(--cd-radius-md);
background: var(--cd-ink);
}
.cd-use-card img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1), opacity 300ms ease;
}
.cd-use-card::after {
position: absolute;
inset: 0;
background: linear-gradient(180deg, transparent 36%, rgba(11, 31, 35, 0.8) 100%);
content: "";
}
.cd-use-card > span {
position: absolute;
z-index: 1;
right: 24px;
bottom: 21px;
left: 24px;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 16px;
color: var(--cd-white);
}
.cd-use-card strong {
max-width: 70%;
font-family: "Newsreader", Georgia, serif;
font-size: 28px;
font-weight: 600;
letter-spacing: -0.02em;
line-height: 1.05;
}
.cd-use-card small {
max-width: 95px;
font-size: 14px;
font-weight: 700;
line-height: 1.3;
text-align: right;
text-transform: uppercase;
}
.cd-use-card:hover img {
transform: scale(1.045);
opacity: 0.92;
} .cd-transformation {
overflow: hidden;
background: linear-gradient(135deg, #eaf4f3 0%, #f8fbfa 100%);
color: var(--cd-text);
}
.cd-transformation::before {
position: absolute;
top: -30%;
right: -12%;
width: 620px;
height: 620px;
border: 1px solid rgba(35, 109, 121, 0.13);
border-radius: 50%;
content: "";
}
.cd-transformation__grid {
position: relative;
display: grid;
grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1.22fr);
align-items: center;
gap: clamp(55px, 8vw, 120px);
}
.cd-transformation .cd-eyebrow {
color: var(--cd-water);
}
.cd-transformation h2 {
margin-bottom: 25px;
color: var(--cd-ink);
font-size: clamp(42px, 4.7vw, 58px);
line-height: 1.02;
}
.cd-transformation__content > p:not(.cd-eyebrow) {
max-width: 510px;
color: var(--cd-muted);
font-size: 17px;
}
.cd-transformation__legend {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 13px;
margin-top: 28px;
font-size: 14px;
font-weight: 700;
}
.cd-transformation__legend span {
display: inline-flex;
align-items: center;
gap: 8px;
}
.cd-dot {
display: inline-block;
width: 11px;
height: 11px;
border: 2px solid rgba(35, 109, 121, 0.42);
border-radius: 50%;
}
.cd-dot--dry {
background: rgba(23, 52, 58, 0.2);
}
.cd-dot--wet {
background: #74b8c0;
}
.cd-transformation__media {
position: relative;
min-height: 430px;
}
.cd-proof-image {
position: absolute;
overflow: hidden;
margin: 0;
border: 7px solid rgba(255, 255, 255, 0.92);
background: var(--cd-white);
box-shadow: 0 22px 56px rgba(23, 52, 58, 0.16);
}
.cd-proof-image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.cd-proof-image figcaption {
position: absolute;
right: 10px;
bottom: 10px;
left: 10px;
padding: 8px 11px;
border-radius: 10px;
background: rgba(252, 252, 249, 0.92);
color: var(--cd-ink);
font-size: 14px;
font-weight: 700;
text-align: center;
}
.cd-proof-image--main {
inset: 0 76px 36px 0;
border-radius: var(--cd-radius-lg);
}
.cd-proof-image--detail {
right: 0;
bottom: 0;
width: 35%;
height: 42%;
border-radius: var(--cd-radius-md);
}
.cd-proof-image--main figcaption {
right: 102px;
} .cd-colours {
background: var(--cd-paper);
}
.cd-colour-products {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
margin-bottom: 30px;
}
.cd-colour-link {
display: grid;
min-width: 0;
min-height: 90px;
grid-template-columns: 40px minmax(0, 1fr) auto;
align-items: center;
gap: 13px;
padding: 16px;
border: 1px solid var(--cd-line);
border-radius: var(--cd-radius-sm);
background: var(--cd-white);
transition: border-color 160ms ease, transform 160ms ease;
}
.cd-colour-link:hover {
transform: translateY(-2px);
border-color: rgba(35, 109, 121, 0.5);
}
.cd-colour-link__swatch {
width: 38px;
height: 52px;
border: 1px solid rgba(23, 52, 58, 0.13);
border-radius: 11px 11px 16px 16px;
box-shadow: inset 0 8px 15px rgba(255, 255, 255, 0.25);
}
.cd-colour-link--blue .cd-colour-link__swatch {
background: #35699a;
}
.cd-colour-link--yellow .cd-colour-link__swatch {
background: #d6ad39;
}
.cd-colour-link--red .cd-colour-link__swatch {
background: #a44542;
}
.cd-colour-link--fuchsia .cd-colour-link__swatch {
background: #a63e76;
}
.cd-colour-link__body {
min-width: 0;
}
.cd-colour-link__body strong,
.cd-colour-link__body small {
display: block;
}
.cd-colour-link__body strong {
color: var(--cd-ink);
font-size: 15px;
}
.cd-colour-link__body small {
margin-top: 3px;
overflow: hidden;
color: var(--cd-muted);
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
}
.cd-colour-link > span:last-child {
color: var(--cd-water);
font-size: 17px;
}
.cd-colour-gallery {
display: grid;
grid-template-columns: 1.15fr 1fr 1fr;
gap: 18px;
}
.cd-colour-gallery figure {
position: relative;
height: 380px;
overflow: hidden;
margin: 0;
border-radius: var(--cd-radius-md);
}
.cd-colour-gallery img {
width: 100%;
height: 100%;
object-fit: cover;
}
.cd-colour-gallery figcaption {
position: absolute;
right: 14px;
bottom: 14px;
padding: 8px 12px;
border-radius: 10px;
background: rgba(252, 252, 249, 0.92);
color: var(--cd-ink);
font-size: 14px;
font-weight: 700;
}
.cd-note {
display: flex;
max-width: 850px;
align-items: flex-start;
gap: 11px;
margin: 24px auto 0;
color: var(--cd-muted);
font-size: 14px;
text-align: left;
}
.cd-note > span {
display: grid;
width: 23px;
height: 23px;
flex: 0 0 auto;
place-items: center;
border: 1px solid var(--cd-line);
border-radius: 50%;
color: var(--cd-water);
font-weight: 700;
} .cd-videos {
overflow: hidden;
background: var(--cd-water-deep);
color: var(--cd-white);
}
.cd-videos::after {
position: absolute;
right: -190px;
bottom: -240px;
width: 560px;
height: 560px;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 50%;
content: "";
}
.cd-section-heading--light {
position: relative;
z-index: 1;
}
.cd-section-heading--light .cd-eyebrow {
color: #b7dce0;
}
.cd-section-heading--light h2 {
color: var(--cd-white);
}
.cd-section-heading--light p:last-child {
color: rgba(255, 255, 255, 0.75);
}
.cd-video-stage {
position: relative;
z-index: 1;
min-height: 320px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.24);
border-radius: var(--cd-radius-lg);
background: #102d32;
box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}
.cd-video-stage > img {
width: 100%;
height: 100%;
min-height: 320px;
object-fit: cover;
opacity: 0.65;
}
.cd-video-stage::after {
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(9, 33, 38, 0.86) 0%, rgba(9, 33, 38, 0.25) 70%);
content: "";
}
.cd-video-stage__overlay {
position: absolute;
z-index: 1;
top: 50%;
left: clamp(28px, 6vw, 80px);
max-width: 510px;
transform: translateY(-50%);
}
.cd-status {
display: inline-flex;
margin-bottom: 18px;
padding: 7px 11px;
border: 1px solid rgba(255, 255, 255, 0.38);
border-radius: 999px;
background: rgba(255, 255, 255, 0.1);
font-size: 14px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.cd-video-stage h3 {
margin-bottom: 14px;
color: var(--cd-white);
font-size: clamp(38px, 4vw, 48px);
line-height: 1;
}
.cd-video-stage p {
margin-bottom: 0;
color: rgba(255, 255, 255, 0.78);
font-size: 16px;
}
.cd-video-topics {
position: relative;
z-index: 1;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
margin-top: 14px;
}
.cd-video-topics > div {
display: grid;
min-height: 94px;
grid-template-columns: 40px minmax(0, 1fr);
align-content: center;
padding: 15px 20px;
border: 1px solid rgba(255, 255, 255, 0.18);
border-radius: var(--cd-radius-sm);
background: rgba(255, 255, 255, 0.07);
column-gap: 10px;
}
.cd-video-topics span {
grid-row: 1 / 3;
color: #b7dce0;
font-size: 14px;
font-weight: 700;
}
.cd-video-topics strong,
.cd-video-topics small {
display: block;
}
.cd-video-topics strong {
color: var(--cd-white);
font-size: 14px;
}
.cd-video-topics small {
color: rgba(255, 255, 255, 0.64);
font-size: 14px;
} .cd-inspirations {
background: var(--cd-crystal);
}
.cd-inspiration-grid {
display: grid;
grid-auto-flow: dense;
grid-auto-rows: 225px;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 14px;
}
.cd-inspiration-card {
position: relative;
display: block;
min-width: 0;
overflow: hidden;
border-radius: 18px;
background: var(--cd-ink);
}
.cd-inspiration-card--large {
grid-column: span 2;
grid-row: span 2;
}
.cd-inspiration-card--wide {
grid-column: span 2;
}
.cd-inspiration-card img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 450ms ease, opacity 250ms ease;
}
.cd-inspiration-card::after {
position: absolute;
inset: 40% 0 0;
background: linear-gradient(180deg, transparent, rgba(8, 30, 34, 0.78));
content: "";
}
.cd-inspiration-card span {
position: absolute;
z-index: 1;
right: 17px;
bottom: 14px;
left: 17px;
color: var(--cd-white);
font-size: 14px;
font-weight: 700;
}
.cd-inspiration-card:hover img {
transform: scale(1.04);
opacity: 0.92;
} .cd-facts {
background: var(--cd-paper);
}
.cd-facts__grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
border-top: 1px solid var(--cd-line);
border-bottom: 1px solid var(--cd-line);
}
.cd-facts__grid article {
min-width: 0;
padding: 34px 28px;
border-right: 1px solid var(--cd-line);
}
.cd-facts__grid article:last-child {
border-right: 0;
}
.cd-facts__grid article > span {
display: inline-block;
margin-bottom: 24px;
color: var(--cd-gold);
font-family: "Newsreader", Georgia, serif;
font-size: 25px;
font-weight: 600;
}
.cd-facts__grid h3 {
margin-bottom: 10px;
font-size: 25px;
line-height: 1.05;
}
.cd-facts__grid p {
margin-bottom: 0;
color: var(--cd-muted);
font-size: 14px;
} body.cd-homepage-v1 #footer .payment-icons {
display: none !important;
visibility: hidden !important;
} .cd-faq {
background: var(--cd-crystal);
}
.cd-faq__layout {
display: grid;
grid-template-columns: minmax(280px, 0.7fr) minmax(520px, 1.3fr);
align-items: start;
gap: clamp(55px, 8vw, 120px);
}
.cd-faq .cd-section-heading {
position: sticky;
top: 120px;
margin-bottom: 0;
}
.cd-faq__items {
border-top: 1px solid var(--cd-line);
}
.cd-faq details {
border-bottom: 1px solid var(--cd-line);
}
.cd-faq summary {
position: relative;
display: flex;
min-height: 86px;
align-items: center;
justify-content: space-between;
gap: 24px;
padding: 20px 48px 20px 0;
color: var(--cd-ink);
cursor: pointer;
font-family: "Newsreader", Georgia, serif;
font-size: 23px;
font-weight: 600;
letter-spacing: -0.015em;
line-height: 1.15;
list-style: none;
}
.cd-faq summary::-webkit-details-marker {
display: none;
}
.cd-faq summary span,
.cd-faq summary span::after {
position: absolute;
width: 18px;
height: 2px;
border-radius: 2px;
background: var(--cd-water);
content: "";
transition: transform 180ms ease;
}
.cd-faq summary span {
right: 5px;
}
.cd-faq summary span::after {
transform: rotate(90deg);
}
.cd-faq details[open] summary span::after {
transform: rotate(0);
}
.cd-faq details > p {
max-width: 720px;
margin: -4px 50px 26px 0;
color: var(--cd-muted);
font-size: 14px;
} .cd-final-cta {
position: relative;
overflow: hidden;
padding: 74px 0;
background: var(--cd-water);
color: var(--cd-white);
}
.cd-final-cta::before,
.cd-final-cta::after {
position: absolute;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 50%;
content: "";
}
.cd-final-cta::before {
top: -180px;
left: -90px;
width: 360px;
height: 360px;
}
.cd-final-cta::after {
right: -110px;
bottom: -210px;
width: 430px;
height: 430px;
}
.cd-final-cta__inner {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: space-between;
gap: 50px;
}
.cd-final-cta .cd-eyebrow {
color: #d9eff1;
}
.cd-final-cta h2 {
max-width: 850px;
margin-bottom: 0;
color: var(--cd-white);
font-size: clamp(45px, 5.5vw, 72px);
line-height: 0.96;
}
.cd-final-cta__copy {
max-width: 720px;
margin: 16px 0 0;
color: rgba(255, 255, 255, 0.82);
font-size: 16px;
} .cd-homepage-v1 #footer {
background: var(--cd-paper);
color: var(--cd-ink);
font-family: "Manrope", sans-serif;
}
@media (max-width: 1180px) {
.cd-header__inner {
grid-template-columns: 200px minmax(0, 1fr) auto;
}
.cd-nav--desktop,
.cd-icon-link--account {
display: none;
}
.cd-menu-toggle {
display: inline-flex;
}
.cd-header__actions {
grid-column: 3;
}
.cd-product-card {
grid-template-columns: 1fr;
}
.cd-product-card__media {
min-height: 260px;
}
.cd-product-card__body {
padding: 26px;
}
}
@media (max-width: 1023px) {
.cd-shell {
width: min(calc(100% - 64px), var(--cd-shell));
}
.cd-section {
padding: 64px 0;
}
.cd-hero__grid,
.cd-transformation__grid {
grid-template-columns: 1fr;
}
.cd-hero {
padding: 50px 0 60px;
}
.cd-hero__content {
max-width: 760px;
}
.cd-hero__visuals {
max-width: 780px;
}
.cd-process__grid {
gap: 15px;
}
.cd-step-card__body {
grid-template-columns: 34px 1fr;
padding: 21px 18px 24px;
}
.cd-kits__grid {
gap: 20px;
}
.cd-transformation__media {
min-height: 460px;
}
.cd-colour-products {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cd-colour-gallery figure {
height: 330px;
}
.cd-inspiration-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cd-facts__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cd-facts__grid article:nth-child(2) {
border-right: 0;
}
.cd-facts__grid article:nth-child(-n + 2) {
border-bottom: 1px solid var(--cd-line);
}
.cd-faq__layout {
grid-template-columns: 1fr;
gap: 38px;
}
.cd-faq .cd-section-heading {
position: static;
}
}
@media (max-width: 767px) {
.cd-shell {
width: min(calc(100% - 40px), var(--cd-shell));
}
.cd-header__inner {
width: calc(100% - 28px);
min-height: 68px;
grid-template-columns: 142px minmax(0, 1fr) auto;
gap: 8px;
}
.cd-header.is-scrolled .cd-header__inner {
min-height: 62px;
}
.cd-brand {
width: 142px;
min-height: 44px;
grid-template-columns: 48px minmax(0, 1fr);
gap: 6px;
}
.cd-brand__image {
width: 48px;
height: 36px;
}
.cd-brand__name {
font-size: 17px;
}
.cd-icon-link--cart {
min-width: 46px;
padding: 5px;
}
.cd-icon-link--cart > span:not(.cd-cart-count) {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
}
.cd-cart-count {
position: absolute;
top: 1px;
right: 0;
}
.cd-menu-toggle {
min-width: 46px;
padding: 5px;
}
.cd-menu-toggle__label {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
}
.cd-section {
padding: 48px 0;
}
.cd-section-heading,
.cd-section-heading--split {
display: block;
margin-bottom: 26px;
}
.cd-section-heading--split > p {
margin-top: 16px;
}
.cd-section-heading h2 {
font-size: clamp(38px, 11vw, 46px);
line-height: 1.02;
}
.cd-section-heading p:last-child {
font-size: 15px;
}
.cd-hero {
padding: 30px 0 40px;
}
.cd-hero__grid {
gap: 28px;
}
.cd-hero h1 {
margin-bottom: 18px;
font-size: clamp(38px, 12vw, 50px);
line-height: 1;
}
.cd-hero__intro {
margin-bottom: 20px;
font-size: 16px;
line-height: 1.5;
}
.cd-hero .cd-actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
}
.cd-hero .cd-button {
min-height: 50px;
padding: 10px 12px !important;
font-size: 14px !important;
}
.cd-hero__hint {
display: none;
}
.cd-hero__visuals {
grid-template-columns: minmax(0, 1.45fr) minmax(90px, 0.55fr);
gap: 8px;
}
.cd-hero-proof {
border-width: 4px;
}
.cd-hero-proof--transform {
height: 205px;
aspect-ratio: auto;
border-radius: 18px;
}
.cd-hero-proof--creation {
height: 180px;
aspect-ratio: auto;
border-radius: 15px;
transform: translateY(-12px);
}
.cd-hero-proof figcaption {
right: 6px;
bottom: 6px;
left: 6px;
min-height: 34px;
gap: 4px;
padding: 5px 6px;
border-radius: 8px;
font-size: 14px;
}
.cd-process__grid,
.cd-kits__grid {
grid-template-columns: 1fr;
}
.cd-process__grid {
gap: 14px;
}
.cd-step-card {
display: grid;
grid-template-columns: 42% 58%;
}
.cd-step-card__media {
height: 100%;
min-height: 158px;
aspect-ratio: auto;
}
.cd-step-card__body {
align-content: center;
padding: 18px;
}
.cd-step-card h3 {
font-size: 26px;
}
.cd-step-card p {
font-size: 14px;
}
.cd-product-card__media {
min-height: 210px;
padding: 14px;
}
.cd-product-card__body {
padding: 22px;
}
.cd-gift__inner {
height: auto;
grid-template-columns: 1fr;
}
.cd-gift__media {
height: 190px;
min-height: 190px;
max-height: 190px;
}
.cd-gift__content {
padding: 24px 22px 26px;
}
.cd-gift__content h2 {
font-size: clamp(36px, 10.4vw, 42px);
}
.cd-uses__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
.cd-use-card {
min-height: 220px;
border-radius: 15px;
}
.cd-use-card > span {
right: 14px;
bottom: 14px;
left: 14px;
}
.cd-use-card small {
display: none;
}
.cd-use-card strong {
max-width: none;
font-size: 22px;
}
.cd-transformation h2 {
font-size: clamp(38px, 11vw, 46px);
}
.cd-transformation__media {
min-height: 320px;
}
.cd-proof-image {
border-width: 4px;
}
.cd-proof-image--main {
inset: 0 36px 26px 0;
border-radius: 18px;
}
.cd-proof-image--detail {
width: 38%;
height: 39%;
border-radius: 15px;
}
.cd-proof-image figcaption {
right: 6px;
bottom: 6px;
left: 6px;
padding: 5px;
font-size: 14px;
}
.cd-proof-image--main figcaption {
right: 58px;
}
.cd-colour-products {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 9px;
}
.cd-colour-link {
min-height: 78px;
grid-template-columns: 30px minmax(0, 1fr);
gap: 9px;
padding: 11px;
}
.cd-colour-link__swatch {
width: 29px;
height: 42px;
}
.cd-colour-link__body strong {
font-size: 15px;
}
.cd-colour-link__body small {
font-size: 14px;
overflow: visible;
line-height: 1.25;
text-overflow: clip;
white-space: normal;
}
.cd-colour-link > span:last-child {
display: none;
}
.cd-colour-gallery {
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.cd-colour-gallery figure {
height: 245px;
}
.cd-colour-gallery figure:first-child {
grid-column: 1 / -1;
height: 285px;
}
.cd-video-stage,
.cd-video-stage > img {
min-height: 290px;
}
.cd-video-stage__overlay {
right: 20px;
left: 20px;
}
.cd-video-stage h3 {
font-size: 34px;
}
.cd-video-stage p {
font-size: 14px;
}
.cd-video-topics {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 6px;
}
.cd-video-topics > div {
min-height: 72px;
grid-template-columns: 1fr;
padding: 10px;
}
.cd-video-topics span {
grid-row: auto;
}
.cd-video-topics small {
display: none;
}
.cd-inspiration-grid {
grid-auto-rows: 160px;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
}
.cd-inspiration-card--large,
.cd-inspiration-card--wide {
grid-column: span 2;
}
.cd-inspiration-card--large {
grid-row: span 2;
}
.cd-facts__grid {
grid-template-columns: 1fr;
}
.cd-facts__grid article,
.cd-facts__grid article:nth-child(2) {
padding: 27px 12px;
border-right: 0;
border-bottom: 1px solid var(--cd-line);
}
.cd-facts__grid article:last-child {
border-bottom: 0;
}
.cd-facts__grid article > span {
margin-bottom: 10px;
}
.cd-faq summary {
min-height: 76px;
padding-right: 42px;
font-size: 20px;
}
.cd-faq details > p {
margin-right: 20px;
font-size: 15px;
}
.cd-final-cta {
padding: 58px 0;
}
.cd-final-cta__inner {
display: block;
}
.cd-final-cta h2 {
margin-bottom: 0;
font-size: 45px;
}
.cd-final-cta__copy {
margin: 14px 0 24px;
}
}
@media (min-width: 360px) and (max-width: 767px) {
.cd-product-card {
grid-template-columns: minmax(135px, 0.84fr) minmax(0, 1.16fr);
}
.cd-product-card__media {
height: 100%;
min-height: 300px;
padding: 0;
}
.cd-product-card__image {
width: 100%;
height: 100%;
max-height: none;
object-fit: cover;
}
.cd-product-card__body {
padding: 18px 16px;
}
.cd-product-card__position {
margin-bottom: 10px;
}
.cd-product-card__heading h3 {
margin-bottom: 8px;
font-size: 27px;
}
.cd-product-card__price {
margin-bottom: 10px;
font-size: 18px;
}
.cd-product-card__stock {
margin-bottom: 12px;
}
}
@media (max-width: 359px) {
.cd-shell {
width: calc(100% - 32px);
}
.cd-header__inner {
width: calc(100% - 20px);
}
.cd-hero {
padding-top: 28px;
}
.cd-hero h1 {
font-size: 42px;
}
.cd-hero .cd-actions {
grid-template-columns: 1fr;
}
.cd-hero-proof--transform {
height: 182px;
}
.cd-hero-proof--creation {
height: 158px;
}
.cd-step-card {
grid-template-columns: 38% 62%;
}
.cd-step-card__body {
grid-template-columns: 1fr;
padding: 17px;
}
.cd-step-card__body > span {
display: none;
}
.cd-use-card {
min-height: 230px;
}
.cd-uses__grid {
grid-template-columns: 1fr;
}
.cd-colour-products {
grid-template-columns: 1fr;
}
.cd-colour-link {
grid-template-columns: 34px minmax(0, 1fr) auto;
}
.cd-colour-link > span:last-child {
display: block;
}
.cd-transformation__legend {
font-size: 14px;
}
.cd-inspiration-grid {
grid-auto-rows: 170px;
}
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
.cd-homepage-v1 *,
.cd-homepage-v1 *::before,
.cd-homepage-v1 *::after {
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
}
.cd-button:hover,
.cd-use-card:hover img,
.cd-inspiration-card:hover img,
.cd-step-card:hover .cd-step-card__media img,
.cd-product-card__media:hover .cd-product-card__image {
transform: none;
}
}body.cd-site-v1-page {
margin: 0;
overflow-x: hidden;
background: var(--cd-paper);
color: var(--cd-text);
font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
font-size: 16px;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
}
.cd-site-v1-page *,
.cd-site-v1-page *::before,
.cd-site-v1-page *::after {
box-sizing: border-box;
}
.cd-site-v1-page img {
display: block;
max-width: 100%;
}
.cd-site-v1-page a {
color: inherit;
text-decoration: none;
}
.cd-site-v1-page :where(a, button, summary):focus-visible {
outline: 3px solid #17343a;
outline-offset: 3px;
box-shadow: 0 0 0 6px #fff;
}
.cd-editorial-page {
--cd-page-accent: var(--cd-water);
--cd-page-soft: #e4f1f1;
--cd-page-glow: rgba(35, 109, 121, 0.22);
width: 100%;
max-width: none;
margin: 0;
padding: 0;
background: var(--cd-paper);
}
.cd-editorial-page :where(h1, h2, h3, p, figure, ol, ul) {
margin-top: 0;
}
.cd-editorial-page :where(h1, h2, h3) {
color: var(--cd-ink);
font-family: "Newsreader", Georgia, serif;
font-weight: 600;
letter-spacing: -0.03em;
text-transform: none;
}
.cd-page-hero--violet {
--cd-page-accent: #754b9d;
--cd-page-soft: #eee7f5;
--cd-page-glow: rgba(117, 75, 157, 0.24);
}
.cd-page-hero--leaf {
--cd-page-accent: #3f7555;
--cd-page-soft: #e5efe6;
--cd-page-glow: rgba(63, 117, 85, 0.24);
}
.cd-page-hero--night {
--cd-page-accent: #315c69;
--cd-page-soft: #e0eaec;
--cd-page-glow: rgba(49, 92, 105, 0.28);
}
.cd-page-hero--aqua {
--cd-page-accent: #157d81;
--cd-page-soft: #dff1f0;
--cd-page-glow: rgba(21, 125, 129, 0.23);
}
.cd-page-hero--blush {
--cd-page-accent: #a85476;
--cd-page-soft: #f5e5eb;
--cd-page-glow: rgba(168, 84, 118, 0.22);
}
.cd-page-hero--amber,
.cd-page-hero--heritage {
--cd-page-accent: #9a6d37;
--cd-page-soft: #f3eadc;
--cd-page-glow: rgba(154, 109, 55, 0.22);
}
.cd-page-kicker {
margin-bottom: 13px;
color: var(--cd-page-accent, var(--cd-water));
font-size: 12px;
font-weight: 800;
letter-spacing: 0.15em;
line-height: 1.3;
text-transform: uppercase;
}
.cd-page-hero {
position: relative;
isolation: isolate;
overflow: hidden;
padding: clamp(54px, 7vw, 104px) 0 clamp(60px, 8vw, 116px);
background:
radial-gradient(circle at 78% 20%, var(--cd-page-glow) 0, transparent 34%),
linear-gradient(145deg, #fbfbf7 8%, var(--cd-page-soft) 130%);
}
.cd-page-hero::before,
.cd-page-hero::after {
position: absolute;
z-index: -1;
border: 1px solid color-mix(in srgb, var(--cd-page-accent) 22%, transparent);
border-radius: 999px;
content: "";
}
.cd-page-hero::before {
top: -210px;
right: -130px;
width: 510px;
height: 510px;
}
.cd-page-hero::after {
bottom: -260px;
left: -170px;
width: 410px;
height: 410px;
}
.cd-page-hero__layout {
display: grid;
grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
align-items: center;
gap: clamp(52px, 7vw, 108px);
}
.cd-page-hero__copy {
position: relative;
z-index: 2;
max-width: 600px;
}
.cd-page-hero h1 {
max-width: 770px;
margin-bottom: 24px;
font-size: clamp(46px, 5.3vw, 78px);
line-height: 0.98;
}
.cd-editorial-page--guide .cd-page-hero h1,
.cd-editorial-page--professionnels .cd-page-hero h1,
.cd-editorial-page--notre-histoire .cd-page-hero h1 {
font-size: clamp(44px, 4.9vw, 72px);
}
.cd-page-hero__intro {
max-width: 620px;
margin-bottom: 32px;
color: #405152;
font-size: clamp(17px, 1.35vw, 20px);
line-height: 1.7;
}
.cd-page-backlink,
.cd-text-arrow {
display: inline-flex;
min-height: 44px;
align-items: center;
gap: 10px;
color: var(--cd-ink);
font-size: 14px;
font-weight: 800;
}
.cd-page-backlink span,
.cd-text-arrow span {
color: var(--cd-page-accent, var(--cd-water));
font-size: 19px;
transition: transform 180ms ease;
}
.cd-page-backlink:hover span,
.cd-text-arrow:hover span {
transform: translateX(4px);
}
.cd-page-hero__figure {
position: relative;
width: 100%;
margin: 0;
}
.cd-page-hero__figure::before {
position: absolute;
z-index: -1;
right: -26px;
bottom: -26px;
width: 70%;
height: 70%;
border-radius: 40px;
background: var(--cd-page-accent);
content: "";
opacity: 0.13;
}
.cd-page-hero__image {
width: 100%;
min-height: 470px;
max-height: 650px;
aspect-ratio: 5 / 4;
border-radius: 34px 110px 34px 34px;
box-shadow: 0 34px 84px rgba(23, 52, 58, 0.17);
object-fit: cover;
}
.cd-editorial-page--fleurs .cd-page-hero__image,
.cd-editorial-page--germination-bulbes .cd-page-hero__image {
object-position: center 58%;
}
.cd-editorial-page--guide .cd-page-hero__image,
.cd-editorial-page--notre-histoire .cd-page-hero__image {
aspect-ratio: 6 / 5;
object-position: center;
}
.cd-page-hero figcaption {
position: absolute;
right: 20px;
bottom: 20px;
max-width: calc(100% - 40px);
padding: 10px 15px;
border: 1px solid rgba(255, 255, 255, 0.58);
border-radius: 999px;
background: rgba(255, 255, 255, 0.86);
box-shadow: 0 8px 26px rgba(23, 52, 58, 0.12);
color: var(--cd-ink);
font-size: 12px;
font-weight: 750;
line-height: 1.3;
backdrop-filter: blur(12px);
}
.cd-page-section {
padding: clamp(72px, 8.5vw, 124px) 0;
scroll-margin-top: 112px;
}
.cd-page-section--tint {
background: #eff5f3;
}
.cd-page-section--ink {
background:
radial-gradient(circle at 90% 15%, rgba(57, 136, 144, 0.26), transparent 29%),
linear-gradient(135deg, #122f35, #1b4850);
color: #f7fbfa;
}
.cd-page-section--heritage {
background:
radial-gradient(circle at 16% 20%, rgba(204, 162, 104, 0.26), transparent 28%),
linear-gradient(140deg, #18363a, #29484a);
color: #f9f5ee;
}
.cd-page-heading {
max-width: 760px;
margin-bottom: clamp(36px, 5vw, 62px);
}
.cd-page-heading h2 {
margin-bottom: 16px;
font-size: clamp(36px, 4vw, 57px);
line-height: 1.04;
}
.cd-page-heading > p:last-child {
max-width: 680px;
margin-bottom: 0;
color: var(--cd-muted);
font-size: 17px;
}
.cd-page-heading--center {
margin-right: auto;
margin-left: auto;
text-align: center;
}
.cd-page-heading--inline {
display: flex;
max-width: none;
align-items: flex-end;
justify-content: space-between;
gap: 36px;
}
.cd-page-heading--inline h2 {
margin-bottom: 0;
}
.cd-page-heading--light h2,
.cd-page-heading--light > p:last-child,
.cd-page-section--ink h2,
.cd-page-section--ink h3,
.cd-page-section--heritage h2,
.cd-page-section--heritage h3 {
color: inherit;
}
.cd-page-heading--light .cd-page-kicker {
color: #91d9db;
} .cd-editorial-card-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 24px;
}
.cd-editorial-card {
position: relative;
display: block;
overflow: hidden;
border: 1px solid var(--cd-line);
border-radius: 24px;
background: var(--cd-white);
box-shadow: 0 16px 44px rgba(23, 52, 58, 0.07);
transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.cd-editorial-card:hover {
transform: translateY(-7px);
border-color: rgba(35, 109, 121, 0.35);
box-shadow: 0 26px 58px rgba(23, 52, 58, 0.13);
}
.cd-editorial-card__media {
display: block;
position: relative;
overflow: hidden;
aspect-ratio: 4 / 3;
background: var(--cd-crystal);
}
.cd-editorial-card__visual-note {
position: absolute;
right: 12px;
bottom: 12px;
padding: 7px 10px;
border: 1px solid rgba(255, 255, 255, 0.58);
border-radius: 999px;
background: rgba(255, 255, 255, 0.88);
color: var(--cd-ink);
font-size: 10px;
font-style: normal;
font-weight: 800;
letter-spacing: 0.04em;
line-height: 1.2;
text-transform: uppercase;
backdrop-filter: blur(10px);
}
.cd-editorial-card__media img {
width: 100%;
height: 100%;
transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
object-fit: cover;
}
.cd-editorial-card:hover .cd-editorial-card__media img {
transform: scale(1.035);
}
.cd-editorial-card__body {
position: relative;
display: grid;
min-height: 184px;
padding: 25px 62px 27px 26px;
align-content: start;
}
.cd-editorial-card__body small {
margin-bottom: 10px;
color: var(--cd-water);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.13em;
}
.cd-editorial-card__body strong {
margin-bottom: 7px;
color: var(--cd-ink);
font-family: "Newsreader", Georgia, serif;
font-size: 28px;
letter-spacing: -0.025em;
line-height: 1.05;
}
.cd-editorial-card__body > span {
color: var(--cd-muted);
font-size: 14px;
line-height: 1.55;
}
.cd-editorial-card__body i {
position: absolute;
right: 24px;
bottom: 24px;
display: grid;
width: 35px;
height: 35px;
place-items: center;
border-radius: 50%;
background: var(--cd-pale-water);
color: var(--cd-water);
font-size: 18px;
font-style: normal;
}
.cd-proof-story__layout {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
align-items: center;
gap: clamp(50px, 7vw, 100px);
}
.cd-proof-story__figure,
.cd-real-proof {
margin: 0;
}
.cd-proof-story__figure img {
width: 100%;
aspect-ratio: 5 / 4;
border-radius: 30px;
box-shadow: var(--cd-shadow);
object-fit: cover;
}
.cd-proof-story figcaption,
.cd-real-proof figcaption {
margin-top: 13px;
color: var(--cd-muted);
font-size: 12px;
font-weight: 700;
}
.cd-proof-story__copy h2 {
margin-bottom: 20px;
font-size: clamp(38px, 4vw, 57px);
line-height: 1.04;
}
.cd-proof-story__copy > p:not(.cd-page-kicker) {
margin-bottom: 30px;
color: var(--cd-muted);
font-size: 17px;
}
.cd-inline-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 22px;
} .cd-compact-story {
padding-top: clamp(64px, 7vw, 100px);
padding-bottom: clamp(64px, 7vw, 100px);
}
.cd-compact-story__layout {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
align-items: center;
gap: clamp(52px, 8vw, 112px);
}
.cd-compact-story .cd-page-heading {
margin-bottom: 32px;
}
.cd-compact-steps {
margin: 0;
padding: 0;
border-top: 1px solid var(--cd-line);
list-style: none;
counter-reset: compact-step;
}
.cd-compact-steps li {
position: relative;
display: grid;
min-height: 91px;
padding: 22px 0 22px 56px;
border-bottom: 1px solid var(--cd-line);
counter-increment: compact-step;
}
.cd-compact-steps li::before {
position: absolute;
top: 23px;
left: 0;
display: grid;
width: 35px;
height: 35px;
place-items: center;
border-radius: 50%;
background: var(--cd-pale-water);
color: var(--cd-water);
content: counter(compact-step, decimal-leading-zero);
font-size: 10px;
font-weight: 800;
}
.cd-compact-steps strong {
margin-bottom: 3px;
color: var(--cd-ink);
font-size: 14px;
}
.cd-compact-steps span {
color: var(--cd-muted);
font-size: 14px;
line-height: 1.55;
}
.cd-real-proof img {
width: 100%;
aspect-ratio: 4 / 5;
border-radius: 28px 78px 28px 28px;
box-shadow: var(--cd-shadow);
object-fit: cover;
}
.cd-editorial-page--plantes .cd-real-proof img {
object-position: center 62%;
}
.cd-editorial-page--germination-bulbes .cd-real-proof img {
aspect-ratio: 5 / 4;
}
.cd-compact-notes {
padding-top: clamp(58px, 6vw, 82px);
padding-bottom: clamp(58px, 6vw, 82px);
}
.cd-note-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
.cd-note-grid article {
min-height: 190px;
padding: clamp(26px, 3vw, 38px);
border: 1px solid rgba(23, 52, 58, 0.12);
border-radius: 22px;
background: rgba(255, 255, 255, 0.68);
}
.cd-note-grid h3 {
margin-bottom: 10px;
font-size: 26px;
}
.cd-note-grid p {
margin-bottom: 0;
color: var(--cd-muted);
font-size: 14px;
} .cd-page-final {
padding: clamp(58px, 6.5vw, 88px) 0;
background:
radial-gradient(circle at 88% 25%, rgba(84, 154, 161, 0.3), transparent 26%),
linear-gradient(135deg, #173a40, #1b535c);
color: var(--cd-white);
}
.cd-page-final__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 45px;
}
.cd-page-final .cd-page-kicker {
color: #9bdfe1;
}
.cd-page-final h2 {
max-width: 690px;
margin-bottom: 0;
color: inherit;
font-size: clamp(34px, 3.7vw, 52px);
line-height: 1.05;
}
.cd-page-final__inner > div > p:last-child:not(.cd-page-kicker) {
max-width: 720px;
margin: 14px 0 0;
color: rgba(255, 255, 255, 0.76);
}
.cd-text-arrow--light {
color: var(--cd-white);
}
.cd-text-arrow--light span {
color: #a9e4e5;
} .cd-guide-nav {
position: sticky;
z-index: 80;
top: 70px;
border-top: 1px solid rgba(23, 52, 58, 0.08);
border-bottom: 1px solid var(--cd-line);
background: rgba(252, 252, 249, 0.94);
backdrop-filter: blur(12px);
}
.cd-guide-nav .cd-shell {
display: flex;
min-height: 62px;
align-items: center;
justify-content: center;
gap: clamp(18px, 4vw, 54px);
}
.cd-guide-nav a {
position: relative;
display: inline-flex;
min-height: 44px;
align-items: center;
color: var(--cd-muted);
font-size: 13px;
font-weight: 800;
}
.cd-guide-nav a::after {
position: absolute;
right: 0;
bottom: 3px;
left: 0;
height: 2px;
transform: scaleX(0);
background: var(--cd-water);
content: "";
transition: transform 180ms ease;
}
.cd-guide-nav a:hover,
.cd-guide-nav a[aria-current="location"] {
color: var(--cd-ink);
}
.cd-guide-nav a:hover::after,
.cd-guide-nav a[aria-current="location"]::after {
transform: scaleX(1);
}
.cd-guide-steps {
display: grid;
margin: 0;
padding: 0;
grid-template-columns: repeat(3, minmax(0, 1fr));
border-top: 1px solid var(--cd-line);
border-left: 1px solid var(--cd-line);
list-style: none;
}
.cd-guide-steps li {
position: relative;
min-height: 245px;
padding: clamp(28px, 3.5vw, 44px);
border-right: 1px solid var(--cd-line);
border-bottom: 1px solid var(--cd-line);
background: var(--cd-white);
}
.cd-guide-steps li > span {
display: inline-grid;
width: 38px;
height: 38px;
margin-bottom: 32px;
place-items: center;
border-radius: 50%;
background: var(--cd-pale-water);
color: var(--cd-water);
font-size: 11px;
font-weight: 800;
}
.cd-guide-steps h3 {
margin-bottom: 10px;
font-size: 27px;
}
.cd-guide-steps p {
margin-bottom: 0;
color: var(--cd-muted);
font-size: 14px;
}
.cd-mix-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
}
.cd-mix-card {
min-height: 285px;
padding: clamp(28px, 3vw, 38px);
border: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 24px;
background: rgba(255, 255, 255, 0.07);
}
.cd-mix-card > div {
position: relative;
width: 142px;
height: 72px;
margin-bottom: 34px;
}
.cd-mix-card :where(i, b) {
position: absolute;
top: 0;
display: block;
width: 72px;
height: 72px;
border: 3px solid rgba(255, 255, 255, 0.5);
border-radius: 50%;
}
.cd-mix-card i:first-child {
left: 0;
}
.cd-mix-card i:nth-child(2) {
left: 48px;
}
.cd-mix-card b {
z-index: 2;
top: 15px;
left: 96px;
width: 42px;
height: 42px;
border-width: 2px;
}
.cd-mix-card--green i:first-child,
.cd-mix-card--violet i:nth-child(2) {
background: #3a77bd;
}
.cd-mix-card--green i:nth-child(2),
.cd-mix-card--orange i:nth-child(2) {
background: #e9c748;
}
.cd-mix-card--orange i:first-child,
.cd-mix-card--violet i:first-child {
background: #c94a53;
}
.cd-mix-card--green b {
background: #56a766;
}
.cd-mix-card--orange b {
background: #df8438;
}
.cd-mix-card--violet b {
background: #8255a7;
}
.cd-mix-card h3 {
margin-bottom: 3px;
font-size: 27px;
}
.cd-mix-card p {
margin-bottom: 0;
color: rgba(255, 255, 255, 0.7);
}
.cd-mix-card p strong {
color: var(--cd-white);
}
.cd-gradient-rule {
display: grid;
margin-top: 20px;
padding: 24px 28px;
grid-template-columns: 190px minmax(0, 1fr);
gap: 22px;
border: 1px solid rgba(255, 255, 255, 0.16);
border-radius: 18px;
background: linear-gradient(90deg, rgba(42, 126, 132, 0.35), rgba(255, 255, 255, 0.06));
}
.cd-gradient-rule span {
color: rgba(255, 255, 255, 0.76);
font-size: 14px;
}
.cd-care-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
.cd-care-card {
min-height: 285px;
padding: clamp(28px, 4vw, 46px);
border: 1px solid var(--cd-line);
border-radius: 24px;
background: var(--cd-white);
box-shadow: 0 16px 42px rgba(23, 52, 58, 0.06);
}
.cd-care-card--wide {
grid-column: 1 / -1;
min-height: 230px;
background: linear-gradient(120deg, #eef7f5, #fff);
}
.cd-care-card > span {
display: grid;
width: 46px;
height: 46px;
margin-bottom: 26px;
place-items: center;
border-radius: 50%;
background: var(--cd-pale-water);
color: var(--cd-water);
font-size: 20px;
font-weight: 800;
}
.cd-care-card--warning > span {
background: #f4e8dc;
color: #8d4e2c;
}
.cd-care-card h3 {
margin-bottom: 12px;
font-size: 30px;
}
.cd-care-card p {
max-width: 900px;
margin-bottom: 0;
color: var(--cd-muted);
}
.cd-practical-guide__layout {
display: grid;
grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.12fr);
gap: clamp(54px, 8vw, 120px);
}
.cd-check-list {
margin: 0;
padding: 0;
list-style: none;
}
.cd-check-list li {
position: relative;
padding: 21px 0 21px 48px;
border-bottom: 1px solid var(--cd-line);
color: var(--cd-muted);
}
.cd-check-list li:first-child {
border-top: 1px solid var(--cd-line);
}
.cd-check-list li::before {
position: absolute;
top: 23px;
left: 4px;
display: grid;
width: 25px;
height: 25px;
place-items: center;
border-radius: 50%;
background: var(--cd-pale-water);
color: var(--cd-water);
content: "✓";
font-size: 12px;
font-weight: 900;
}
.cd-check-list strong {
color: var(--cd-ink);
}
.cd-guide-faq__layout {
display: grid;
grid-template-columns: minmax(270px, 0.65fr) minmax(0, 1.35fr);
align-items: start;
gap: clamp(50px, 8vw, 118px);
}
.cd-accordion {
border-top: 1px solid var(--cd-line);
}
.cd-accordion details {
border-bottom: 1px solid var(--cd-line);
}
.cd-accordion summary {
position: relative;
padding: 24px 52px 24px 0;
color: var(--cd-ink);
cursor: pointer;
font-size: 15px;
font-weight: 800;
list-style: none;
}
.cd-accordion summary::-webkit-details-marker {
display: none;
}
.cd-accordion summary span {
position: absolute;
top: 50%;
right: 7px;
width: 22px;
height: 22px;
transform: translateY(-50%);
}
.cd-accordion summary span::before,
.cd-accordion summary span::after {
position: absolute;
top: 10px;
left: 4px;
width: 14px;
height: 2px;
background: var(--cd-water);
content: "";
transition: transform 180ms ease;
}
.cd-accordion summary span::after {
transform: rotate(90deg);
}
.cd-accordion details[open] summary span::after {
transform: rotate(0deg);
}
.cd-accordion details p {
max-width: 720px;
margin-bottom: 0;
padding: 0 46px 25px 0;
color: var(--cd-muted);
font-size: 14px;
} .cd-pro-process,
.cd-pro-properties__grid {
display: grid;
margin: 0;
padding: 0;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
list-style: none;
}
.cd-pro-process li {
min-height: 260px;
padding: clamp(28px, 3vw, 40px);
border: 1px solid var(--cd-line);
border-radius: 24px;
background: var(--cd-white);
box-shadow: 0 15px 42px rgba(23, 52, 58, 0.06);
}
.cd-pro-process li > span {
display: inline-block;
margin-bottom: 42px;
color: var(--cd-water);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.14em;
}
.cd-pro-process h3,
.cd-pro-properties h3 {
margin-bottom: 12px;
font-size: 29px;
}
.cd-pro-process p,
.cd-pro-properties p {
margin-bottom: 0;
}
.cd-pro-process p {
color: var(--cd-muted);
}
.cd-pro-material__guide {
margin: 34px 0 0;
text-align: center;
}
.cd-pro-properties__grid article {
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.14);
border-radius: 24px;
background: rgba(255, 255, 255, 0.07);
}
.cd-pro-properties__grid img {
width: 100%;
height: 260px;
object-fit: cover;
}
.cd-pro-properties__grid article:first-child img {
object-fit: contain;
background: #eef4ef;
}
.cd-pro-properties__grid article > div {
padding: 28px 28px 32px;
}
.cd-pro-properties__grid p {
color: rgba(255, 255, 255, 0.78);
font-size: 14px;
}
.cd-sector-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 20px;
}
.cd-sector-grid article {
min-height: 300px;
padding: clamp(28px, 3.5vw, 42px);
border: 1px solid var(--cd-line);
border-radius: 24px;
background: var(--cd-white);
box-shadow: 0 15px 42px rgba(23, 52, 58, 0.06);
}
.cd-sector-grid article > span {
display: inline-block;
margin-bottom: 56px;
color: var(--cd-water);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.14em;
}
.cd-sector-grid h3 {
margin-bottom: 12px;
font-size: 29px;
}
.cd-sector-grid p {
margin-bottom: 0;
color: var(--cd-muted);
font-size: 14px;
}
.cd-pro-brief__layout {
display: grid;
grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
gap: clamp(54px, 8vw, 116px);
}
.cd-pro-brief ol {
margin: 0;
padding: 0;
border-top: 1px solid var(--cd-line);
list-style: none;
}
.cd-pro-brief li {
display: grid;
padding: 25px 0;
grid-template-columns: 135px minmax(0, 1fr);
gap: 20px;
border-bottom: 1px solid var(--cd-line);
}
.cd-pro-brief li > span {
color: var(--cd-ink);
font-weight: 800;
}
.cd-pro-brief li p {
margin-bottom: 0;
color: var(--cd-muted);
}
.cd-page-final--pro {
background:
radial-gradient(circle at 82% 25%, rgba(181, 136, 76, 0.28), transparent 28%),
linear-gradient(135deg, #273f3e, #173a40);
} .cd-history-story__layout {
display: grid;
grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
gap: clamp(60px, 9vw, 135px);
}
.cd-history-story__lead h2 {
margin-bottom: 0;
font-size: clamp(42px, 5vw, 66px);
line-height: 1;
}
.cd-history-story__copy {
padding-top: 26px;
border-top: 1px solid var(--cd-line);
}
.cd-history-story__copy p {
max-width: 760px;
margin-bottom: 19px;
color: #36494b;
font-family: "Newsreader", Georgia, serif;
font-size: clamp(22px, 2.4vw, 31px);
line-height: 1.4;
}
.cd-history-facts__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 20px;
}
.cd-history-facts__grid article {
min-height: 285px;
padding: clamp(28px, 3vw, 40px);
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 24px;
background: rgba(255, 255, 255, 0.06);
}
.cd-history-facts__grid article > span {
display: grid;
width: 58px;
height: 58px;
margin-bottom: 46px;
place-items: center;
border: 1px solid rgba(255, 255, 255, 0.28);
border-radius: 50%;
color: #e7c28b;
font-size: 13px;
font-weight: 800;
letter-spacing: 0.08em;
}
.cd-history-facts__grid h3 {
margin-bottom: 10px;
font-size: 27px;
}
.cd-history-facts__grid p {
margin-bottom: 0;
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
}
@media (max-width: 1080px) {
.cd-page-hero__layout {
grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1fr);
gap: 45px;
}
.cd-page-hero__image {
min-height: 420px;
}
.cd-editorial-card-grid,
.cd-guide-steps {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cd-mix-grid,
.cd-pro-process,
.cd-pro-properties__grid,
.cd-sector-grid,
.cd-history-facts__grid {
gap: 14px;
}
}
@media (max-width: 820px) {
.cd-page-hero__layout,
.cd-proof-story__layout,
.cd-compact-story__layout,
.cd-practical-guide__layout,
.cd-guide-faq__layout,
.cd-pro-brief__layout,
.cd-history-story__layout {
grid-template-columns: 1fr;
}
.cd-page-hero__layout {
gap: 46px;
}
.cd-page-hero__copy {
max-width: 690px;
}
.cd-page-hero__figure {
width: min(100%, 680px);
}
.cd-page-hero__image {
min-height: 0;
aspect-ratio: 16 / 10;
}
.cd-compact-story__layout {
gap: 46px;
}
.cd-real-proof {
width: min(100%, 620px);
}
.cd-real-proof img {
aspect-ratio: 16 / 10;
}
.cd-editorial-page--plantes .cd-real-proof img,
.cd-editorial-page--evenements .cd-real-proof img {
object-fit: contain;
object-position: center;
background: #f5f7f4;
}
.cd-mix-grid,
.cd-pro-process,
.cd-pro-properties__grid,
.cd-sector-grid,
.cd-history-facts__grid {
grid-template-columns: 1fr;
}
.cd-mix-card,
.cd-pro-process li,
.cd-sector-grid article,
.cd-history-facts__grid article {
min-height: 0;
}
.cd-sector-grid article > span,
.cd-history-facts__grid article > span {
margin-bottom: 32px;
}
.cd-practical-guide__layout,
.cd-guide-faq__layout,
.cd-pro-brief__layout {
gap: 18px;
}
.cd-page-final__inner {
align-items: flex-start;
flex-direction: column;
}
.cd-history-story__copy {
padding-top: 30px;
}
}
@media (max-width: 767px) {
.cd-site-v1-page .cd-shell {
width: min(calc(100% - 40px), var(--cd-shell));
}
.cd-page-hero {
padding: 42px 0 66px;
}
.cd-page-hero h1,
.cd-editorial-page--guide .cd-page-hero h1,
.cd-editorial-page--professionnels .cd-page-hero h1,
.cd-editorial-page--notre-histoire .cd-page-hero h1 {
margin-bottom: 18px;
font-size: clamp(39px, 12vw, 56px);
}
.cd-page-hero__intro {
margin-bottom: 24px;
font-size: 16px;
}
.cd-page-hero__image {
border-radius: 24px 62px 24px 24px;
}
.cd-page-hero figcaption {
right: 12px;
bottom: 12px;
max-width: calc(100% - 24px);
white-space: normal;
}
.cd-page-section {
padding: 68px 0;
scroll-margin-top: 146px;
}
.cd-page-heading {
margin-bottom: 36px;
}
.cd-page-heading h2 {
font-size: clamp(34px, 10vw, 47px);
}
.cd-page-heading--inline {
align-items: flex-start;
flex-direction: column;
gap: 14px;
}
.cd-editorial-card-grid,
.cd-guide-steps,
.cd-note-grid,
.cd-care-grid {
grid-template-columns: 1fr;
}
.cd-editorial-card__body {
min-height: 160px;
}
.cd-proof-story__layout {
gap: 44px;
}
.cd-proof-story__copy h2 {
font-size: 42px;
}
.cd-real-proof img {
border-radius: 24px 58px 24px 24px;
}
.cd-care-card--wide {
grid-column: auto;
}
.cd-guide-nav {
top: 64px;
overflow-x: auto;
overscroll-behavior-inline: contain;
scrollbar-width: none;
}
.cd-guide-nav::-webkit-scrollbar {
display: none;
}
.cd-guide-nav .cd-shell {
width: max-content;
min-width: 100%;
min-height: 56px;
justify-content: flex-start;
gap: 25px;
padding: 0 20px;
}
.cd-guide-steps li {
min-height: 0;
}
.cd-mix-card {
min-height: 250px;
}
.cd-gradient-rule {
grid-template-columns: 1fr;
gap: 8px;
}
.cd-care-card {
min-height: 0;
}
.cd-pro-brief li {
grid-template-columns: 1fr;
gap: 5px;
}
.cd-history-story__copy p {
font-size: 24px;
}
.cd-page-final__inner {
gap: 30px;
}
}
@media (max-width: 479px) {
.cd-editorial-card-grid {
grid-template-columns: 1fr;
}
.cd-editorial-card__media {
aspect-ratio: 16 / 10;
}
.cd-editorial-card__body {
min-height: 0;
padding: 24px 62px 25px 24px;
}
.cd-page-hero__image {
aspect-ratio: 4 / 3;
}
.cd-inline-actions {
align-items: stretch;
flex-direction: column;
}
.cd-inline-actions .cd-button {
width: 100%;
}
.cd-page-final .cd-inline-actions {
width: 100%;
}
.cd-page-final .cd-button {
width: 100%;
}
.cd-page-final__inner > .cd-button {
width: 100%;
}
}
@media (prefers-reduced-motion: reduce) {
.cd-site-v1-page *,
.cd-site-v1-page *::before,
.cd-site-v1-page *::after {
scroll-behavior: auto !important;
transition-duration: 0.01ms !important;
}
}body.cd-site-v1-page--germination-bulbes {
--cd-germination-ink: #12363c;
--cd-germination-petrol: #174a52;
--cd-germination-water: #1f737c;
--cd-germination-leaf: #527459;
--cd-germination-paper: #fcfbf7;
--cd-germination-crystal: #edf6f5;
--cd-germination-crystal-deep: #dcebea;
--cd-germination-champagne: #d6b77b;
--cd-germination-blush: #f5e5eb;
--cd-germination-muted: #4c5e61;
--cd-germination-line: rgba(18, 54, 60, 0.15);
overflow-x: hidden;
background: var(--cd-germination-paper);
color: var(--cd-germination-ink);
font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.cd-site-v1-page--germination-bulbes .cd-editorial-page--germination-bulbes {
width: 100%;
overflow: clip;
background: var(--cd-germination-paper);
color: var(--cd-germination-ink);
}
body.cd-site-v1-page--germination-bulbes .cd-editorial-page--germination-bulbes :where(h1, h2, h3) {
color: var(--cd-germination-ink);
font-family: "Newsreader", Georgia, serif;
font-weight: 600;
letter-spacing: -0.03em;
}
body.cd-site-v1-page--germination-bulbes .cd-page-kicker {
color: var(--cd-germination-water);
} body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero {
--cd-page-accent: #a85476;
--cd-page-soft: var(--cd-germination-blush);
--cd-page-glow: rgba(168, 84, 118, 0.2);
padding: clamp(52px, 5.8vw, 82px) 0 clamp(58px, 6.5vw, 92px);
background:
radial-gradient(circle at 84% 16%, rgba(168, 84, 118, 0.18) 0, transparent 31%),
radial-gradient(circle at 8% 92%, rgba(82, 116, 89, 0.14) 0, transparent 25%),
linear-gradient(145deg, #fcfbf7 10%, #f5e5eb 132%);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__layout {
grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.78fr);
gap: clamp(44px, 6vw, 84px);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero .cd-page-hero__copy {
max-width: 700px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero h1 {
max-width: 700px;
margin-bottom: 22px;
font-size: clamp(45px, 4.35vw, 60px);
line-height: 0.99;
text-wrap: balance;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero .cd-page-hero__intro {
max-width: 660px;
margin-bottom: 28px;
color: var(--cd-germination-muted);
font-size: clamp(17px, 1.25vw, 19px);
line-height: 1.68;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__actions {
gap: 12px 22px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__actions :where(.cd-button, .cd-page-backlink) {
min-height: 48px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__actions .cd-page-backlink {
padding-inline: 2px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__actions .cd-button span {
margin-left: 6px;
font-size: 17px;
transition: transform 180ms ease;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__actions .cd-button:hover span {
transform: translateY(3px);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero .cd-page-hero__figure {
width: min(100%, 540px);
justify-self: end;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero .cd-page-hero__figure::before {
right: -22px;
bottom: -22px;
width: 74%;
height: 68%;
border-radius: 30px 78px 30px 30px;
background: var(--cd-germination-champagne);
opacity: 0.18;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__image {
width: 100%;
height: auto;
min-height: 0;
max-height: none;
aspect-ratio: auto;
border-radius: 30px 84px 30px 30px;
background: var(--cd-germination-blush);
box-shadow: 0 30px 76px rgba(18, 54, 60, 0.17);
object-fit: contain;
object-position: center;
} body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses {
padding: clamp(68px, 6.8vw, 96px) 0;
scroll-margin-top: 118px;
background:
radial-gradient(circle at 92% 12%, rgba(214, 183, 123, 0.13), transparent 23%),
#f9faf7;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses__heading {
max-width: 940px;
margin-bottom: clamp(34px, 4vw, 48px);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses__heading h2,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs__heading h2,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions__heading h2 {
margin-bottom: 14px;
font-size: clamp(39px, 3.8vw, 54px);
line-height: 1.04;
text-wrap: balance;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses__heading > p:last-child,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs__heading > p:last-child {
max-width: 800px;
color: var(--cd-germination-muted);
font-size: 16px;
line-height: 1.65;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 20px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-use-card {
min-width: 0;
min-height: 236px;
padding: clamp(28px, 3vw, 38px);
border: 1px solid var(--cd-germination-line);
border-radius: 24px;
background: rgba(255, 255, 255, 0.84);
box-shadow: 0 14px 36px rgba(18, 54, 60, 0.055);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-use-card:first-child {
border-top: 4px solid rgba(31, 115, 124, 0.76);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-use-card:last-child {
border-top: 4px solid rgba(168, 84, 118, 0.68);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-use-card h3 {
margin: 0 0 12px;
font-size: 32px;
line-height: 1.05;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-use-card p {
margin: 0;
color: var(--cd-germination-muted);
font-size: 15px;
line-height: 1.65;
} body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process {
padding: clamp(72px, 7vw, 100px) 0;
background: var(--cd-germination-paper);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__layout {
display: grid;
grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.72fr);
align-items: center;
gap: clamp(48px, 6vw, 82px);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__content {
min-width: 0;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process .cd-page-heading {
max-width: 760px;
margin-bottom: 34px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process .cd-page-heading h2 {
margin-bottom: 15px;
font-size: clamp(39px, 3.55vw, 53px);
line-height: 1.03;
text-wrap: balance;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process .cd-page-heading > p:last-child {
max-width: 660px;
color: var(--cd-germination-muted);
font-size: 16px;
line-height: 1.65;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-step-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
margin: 0;
padding: 0;
gap: 0 26px;
list-style: none;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-step-list li {
display: grid;
min-width: 0;
min-height: 170px;
grid-template-columns: 40px minmax(0, 1fr);
align-content: start;
gap: 14px;
padding: 22px 0 20px;
border-top: 1px solid var(--cd-germination-line);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-step-list__number {
display: grid;
width: 40px;
height: 40px;
place-items: center;
border: 1px solid rgba(31, 115, 124, 0.18);
border-radius: 13px;
background: var(--cd-germination-crystal);
color: var(--cd-germination-water);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.09em;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-step-list h3 {
margin: 1px 0 7px;
font-size: 23px;
line-height: 1.08;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-step-list p {
margin: 0;
color: var(--cd-germination-muted);
font-size: 14px;
line-height: 1.55;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__figure {
position: relative;
width: min(100%, 480px);
margin: 0;
justify-self: end;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__figure::before {
position: absolute;
z-index: 0;
top: 18px;
right: -18px;
bottom: -18px;
left: 18px;
border: 1px solid rgba(214, 183, 123, 0.56);
border-radius: 26px 72px 26px 26px;
content: "";
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__image {
position: relative;
z-index: 1;
display: block;
width: 100%;
height: auto;
max-height: none;
aspect-ratio: auto;
border-radius: 26px 72px 26px 26px;
background: var(--cd-germination-crystal);
box-shadow: 0 24px 58px rgba(18, 54, 60, 0.13);
object-fit: contain;
} body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs {
padding: clamp(66px, 6.6vw, 90px) 0;
background:
linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 62%),
var(--cd-germination-crystal);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs__heading,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions__heading {
max-width: 900px;
margin-bottom: clamp(32px, 4vw, 44px);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulb-card {
min-width: 0;
min-height: 240px;
padding: clamp(24px, 2.6vw, 32px);
border: 1px solid rgba(18, 54, 60, 0.12);
border-radius: 20px;
background: rgba(255, 255, 255, 0.76);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulb-card__number {
display: grid;
width: 40px;
height: 40px;
place-items: center;
margin-bottom: 24px;
border: 1px solid rgba(168, 84, 118, 0.18);
border-radius: 13px;
background: var(--cd-germination-blush);
color: #934668;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.09em;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulb-card h3 {
margin: 0 0 9px;
font-size: 27px;
line-height: 1.07;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulb-card p {
margin: 0;
color: var(--cd-germination-muted);
font-size: 14px;
line-height: 1.6;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs__guide {
display: flex;
width: max-content;
max-width: 100%;
margin-top: 24px;
} body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions {
padding: clamp(68px, 6.8vw, 94px) 0;
background: var(--cd-germination-paper);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions__grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-condition-card {
min-width: 0;
min-height: 172px;
padding: clamp(24px, 2.6vw, 32px);
border: 1px solid var(--cd-germination-line);
border-top: 3px solid rgba(82, 116, 89, 0.64);
border-radius: 20px;
background: #fff;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-condition-card h3 {
margin: 0 0 10px;
color: var(--cd-germination-leaf);
font-family: "Manrope", system-ui, sans-serif;
font-size: 12px;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-condition-card p {
margin: 0;
color: var(--cd-germination-muted);
font-size: 14.5px;
line-height: 1.62;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions__plants-link {
display: inline-flex;
min-height: 44px;
align-items: center;
margin-top: 24px;
border-bottom: 1px solid rgba(31, 115, 124, 0.28);
color: var(--cd-germination-muted);
font-size: 14px;
font-weight: 700;
line-height: 1.5;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions__plants-link:hover {
border-color: var(--cd-germination-water);
color: var(--cd-germination-ink);
} body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq {
padding: clamp(68px, 6.8vw, 94px) 0;
background: #f9faf7;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__layout {
display: grid;
grid-template-columns: minmax(270px, 0.63fr) minmax(0, 1.37fr);
align-items: start;
gap: clamp(50px, 7vw, 105px);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__heading {
margin: 0;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__heading h2 {
margin: 0;
font-size: clamp(39px, 3.8vw, 53px);
line-height: 1.04;
text-wrap: balance;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__content {
min-width: 0;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__accordion {
border-top: 1px solid var(--cd-germination-line);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__accordion details {
border-bottom: 1px solid var(--cd-germination-line);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__accordion summary {
min-height: 64px;
padding: 21px 52px 21px 0;
color: var(--cd-germination-ink);
line-height: 1.45;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__accordion summary span::before,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__accordion summary span::after {
background: var(--cd-germination-water);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__accordion details p {
padding: 0 46px 24px 0;
color: var(--cd-germination-muted);
line-height: 1.65;
} body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing {
padding: clamp(58px, 6vw, 80px) 0;
background:
radial-gradient(circle at 88% 18%, rgba(214, 183, 123, 0.2), transparent 28%),
linear-gradient(135deg, #12363c, #174a52);
color: var(--cd-germination-paper);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__inner {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(370px, auto);
align-items: center;
gap: clamp(38px, 5vw, 70px);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__copy {
max-width: 720px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing .cd-page-kicker {
margin-bottom: 11px;
color: var(--cd-germination-champagne);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing h2 {
max-width: 700px;
margin-bottom: 14px;
color: var(--cd-germination-paper);
font-size: clamp(38px, 3.6vw, 52px);
line-height: 1.04;
text-wrap: balance;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__copy > p:last-child {
max-width: 680px;
margin: 0;
color: rgba(252, 251, 247, 0.78);
font-size: 16px;
line-height: 1.65;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__actions {
display: flex;
min-width: 0;
align-items: flex-end;
flex-direction: column;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__actions .cd-inline-actions {
justify-content: flex-end;
gap: 12px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-button--outline {
border-color: rgba(252, 251, 247, 0.54) !important;
background: transparent !important;
color: var(--cd-germination-paper) !important;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-button--outline:hover {
border-color: var(--cd-germination-paper) !important;
background: rgba(252, 251, 247, 0.1) !important;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__plants-link {
width: max-content;
max-width: 100%;
margin-top: 12px;
color: var(--cd-germination-paper);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__plants-link span {
color: var(--cd-germination-champagne);
}
@media (max-width: 1080px) {
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__layout {
grid-template-columns: minmax(0, 1fr) minmax(350px, 0.76fr);
gap: 42px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero h1 {
font-size: clamp(42px, 5vw, 55px);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__layout {
grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.68fr);
gap: 42px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-step-list {
grid-template-columns: 1fr;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-step-list li {
min-height: 0;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__inner {
grid-template-columns: minmax(0, 1fr) minmax(330px, 0.72fr);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__actions .cd-inline-actions {
align-items: stretch;
flex-direction: column;
}
}
@media (max-width: 820px) {
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__layout,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__layout,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__layout,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__inner {
grid-template-columns: minmax(0, 1fr);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__layout {
gap: 36px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero .cd-page-hero__figure {
width: min(100%, 540px);
justify-self: start;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__layout {
gap: 46px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-step-list {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__figure {
width: min(100%, 560px);
justify-self: start;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses__grid,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs__grid,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions__grid {
gap: 14px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulb-card,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-condition-card {
min-height: 0;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__layout {
gap: 18px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__actions {
align-items: flex-start;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__actions .cd-inline-actions {
align-items: center;
flex-direction: row;
justify-content: flex-start;
}
}
@media (max-width: 767px) {
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero {
padding: 38px 0 52px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero h1 {
max-width: 650px;
margin-bottom: 17px;
font-size: clamp(36px, 6.3vw, 46px);
line-height: 1.01;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero .cd-page-hero__intro {
margin-bottom: 22px;
font-size: 16px;
line-height: 1.62;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero .cd-page-hero__figure::before {
right: -14px;
bottom: -14px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq {
padding: 58px 0;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses__heading,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process .cd-page-heading,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs__heading,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions__heading {
margin-bottom: 30px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses__heading h2,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process .cd-page-heading h2,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs__heading h2,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions__heading h2,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__heading h2 {
font-size: clamp(34px, 7vw, 43px);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__figure::before {
right: -12px;
bottom: -12px;
left: 12px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing {
padding: 56px 0;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__inner {
gap: 28px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing h2 {
font-size: clamp(35px, 7.2vw, 43px);
}
}
@media (max-width: 680px) {
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses__grid,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs__grid,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions__grid {
grid-template-columns: 1fr;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-use-card {
min-height: 0;
}
}
@media (max-width: 620px) {
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-step-list {
grid-template-columns: 1fr;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__actions,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__actions .cd-inline-actions {
width: 100%;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__actions .cd-inline-actions {
align-items: stretch;
flex-direction: column;
}
}
@media (max-width: 479px) {
body.cd-site-v1-page--germination-bulbes .cd-site-wrapper .cd-shell {
width: min(calc(100% - 40px), var(--cd-shell));
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero {
padding: 32px 0 46px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__layout {
gap: 28px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero h1 {
font-size: clamp(31px, 9.4vw, 37px);
line-height: 1.03;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__actions {
align-items: stretch;
gap: 8px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__actions .cd-button {
width: 100%;
min-height: 52px;
white-space: normal;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__actions .cd-page-backlink {
width: max-content;
max-width: 100%;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__image {
border-radius: 22px 56px 22px 22px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq {
padding: 50px 0;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-uses__heading h2,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process .cd-page-heading h2,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulbs__heading h2,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-conditions__heading h2,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__heading h2 {
font-size: clamp(31px, 9vw, 38px);
line-height: 1.05;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-use-card,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-bulb-card,
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-condition-card {
padding: 22px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-use-card h3 {
font-size: 28px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-step-list li {
grid-template-columns: 38px minmax(0, 1fr);
gap: 12px;
padding: 18px 0;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-step-list__number {
width: 38px;
height: 38px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__figure {
width: calc(100% - 12px);
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-process__image {
border-radius: 22px 54px 22px 22px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__accordion summary {
min-height: 60px;
padding: 18px 44px 18px 0;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-faq__accordion details p {
padding-right: 14px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing {
padding: 50px 0;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing h2 {
font-size: clamp(34px, 9.5vw, 40px);
line-height: 1.05;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__copy > p:last-child {
font-size: 15px;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__actions .cd-button {
width: 100%;
min-height: 52px;
white-space: normal;
}
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-closing__plants-link {
margin-top: 10px;
}
}
@media (prefers-reduced-motion: reduce) {
body.cd-site-v1-page--germination-bulbes .cd-germination-v2-hero__actions .cd-button span {
transition-duration: 0.01ms !important;
}
}:root {
--cd-consent-porcelain: #f7f3ea;
--cd-consent-porcelain-deep: #eee8dc;
--cd-consent-petrol: #0c4f50;
--cd-consent-petrol-dark: #083d3e;
--cd-consent-ink: #173f40;
--cd-consent-muted: #5d6d6c;
--cd-consent-line: rgba(12, 79, 80, 0.2);
--cd-consent-shadow: 0 18px 55px rgba(8, 61, 62, 0.18);
}
.cd-consent[hidden] {
display: none !important;
}
.cd-consent,
.cd-consent button,
.cd-cookie-manager {
font-family: Manrope, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.cd-consent {
color: var(--cd-consent-ink);
font-size: 15px;
line-height: 1.55;
}
.cd-consent-banner {
position: fixed;
z-index: 99998;
right: 24px;
bottom: 24px;
left: 24px;
max-width: 1180px;
margin: 0 auto;
padding: 22px;
border: 1px solid var(--cd-consent-line);
border-radius: 18px;
background: var(--cd-consent-porcelain);
box-shadow: var(--cd-consent-shadow);
}
.cd-consent-banner__inner {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(480px, auto);
gap: 24px;
align-items: center;
}
.cd-consent-banner__copy {
min-width: 0;
}
.cd-consent__eyebrow {
margin: 0 0 5px;
color: var(--cd-consent-petrol);
font-size: 12px;
font-weight: 800;
letter-spacing: 0.12em;
line-height: 1.35;
text-transform: uppercase;
}
.cd-consent__description,
.cd-consent-panel__intro {
margin: 0;
color: var(--cd-consent-ink);
}
.cd-consent__actions {
display: grid;
gap: 10px;
}
.cd-consent__actions--banner,
.cd-consent__actions--panel {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cd-consent__button {
min-height: 46px;
margin: 0;
padding: 10px 15px;
border: 1px solid var(--cd-consent-petrol);
border-radius: 999px;
font-size: 13px;
font-weight: 750;
letter-spacing: 0;
line-height: 1.25;
text-align: center;
text-transform: none;
transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.cd-consent__button--primary {
color: #fff;
background: var(--cd-consent-petrol);
}
.cd-consent__button--secondary {
color: var(--cd-consent-petrol);
background: transparent;
}
.cd-consent__button:hover,
.cd-consent__button:focus-visible {
color: #fff;
background: var(--cd-consent-petrol-dark);
box-shadow: 0 6px 18px rgba(8, 61, 62, 0.18);
transform: translateY(-1px);
}
.cd-consent__button:focus-visible,
.cd-consent-panel__close:focus-visible,
.cd-cookie-manager:focus-visible,
.cd-consent-toggle input:focus-visible + .cd-consent-toggle__track {
outline: 3px solid rgba(12, 79, 80, 0.28);
outline-offset: 3px;
}
.cd-consent-panel {
position: fixed;
z-index: 99999;
right: 24px;
bottom: 24px;
left: 24px;
width: min(680px, calc(100% - 48px));
max-height: calc(100vh - 48px);
margin: 0 auto;
padding: 24px;
overflow-y: auto;
border: 1px solid var(--cd-consent-line);
border-radius: 20px;
background: var(--cd-consent-porcelain);
box-shadow: var(--cd-consent-shadow);
overscroll-behavior: contain;
}
.cd-consent-panel__header {
display: flex;
gap: 18px;
align-items: flex-start;
justify-content: space-between;
}
.cd-consent-panel__title {
margin: 0;
color: var(--cd-consent-petrol-dark);
font-size: clamp(23px, 3vw, 30px);
font-weight: 650;
letter-spacing: -0.025em;
line-height: 1.15;
}
.cd-consent-panel__close {
display: inline-grid;
flex: 0 0 44px;
width: 44px;
height: 44px;
margin: -6px -6px 0 0;
padding: 0;
place-items: center;
border: 1px solid var(--cd-consent-line);
border-radius: 50%;
color: var(--cd-consent-petrol);
background: transparent;
font-size: 27px;
font-weight: 400;
line-height: 1;
}
.cd-consent-panel__close:hover {
color: #fff;
background: var(--cd-consent-petrol);
}
.cd-consent-panel__intro {
margin-top: 12px;
color: var(--cd-consent-muted);
}
.cd-consent-categories {
display: grid;
gap: 10px;
margin: 20px 0;
}
.cd-consent-category {
display: flex;
gap: 20px;
align-items: center;
justify-content: space-between;
min-height: 72px;
margin: 0;
padding: 14px 16px;
border: 1px solid var(--cd-consent-line);
border-radius: 14px;
background: rgba(255, 255, 255, 0.42);
cursor: pointer;
}
.cd-consent-category--locked {
background: var(--cd-consent-porcelain-deep);
cursor: default;
}
.cd-consent-category__copy {
display: grid;
gap: 2px;
min-width: 0;
}
.cd-consent-category__copy strong {
color: var(--cd-consent-petrol-dark);
font-size: 15px;
font-weight: 750;
}
.cd-consent-category__copy > span {
color: var(--cd-consent-muted);
font-size: 13px;
font-weight: 450;
}
.cd-consent-toggle {
position: relative;
display: inline-flex;
flex: 0 0 auto;
}
.cd-consent-toggle input {
position: absolute;
width: 1px;
height: 1px;
opacity: 0;
}
.cd-consent-toggle__track {
position: relative;
display: block;
width: 48px;
height: 28px;
border: 1px solid rgba(12, 79, 80, 0.35);
border-radius: 999px;
background: #d8d8d1;
transition: background-color 160ms ease;
}
.cd-consent-toggle__track::after {
position: absolute;
top: 3px;
left: 3px;
width: 20px;
height: 20px;
border-radius: 50%;
background: #fff;
box-shadow: 0 2px 6px rgba(8, 61, 62, 0.2);
content: "";
transition: transform 160ms ease;
}
.cd-consent-toggle input:checked + .cd-consent-toggle__track {
background: var(--cd-consent-petrol);
}
.cd-consent-toggle input:checked + .cd-consent-toggle__track::after {
transform: translateX(20px);
}
.cd-consent-toggle input:disabled + .cd-consent-toggle__track {
opacity: 0.72;
}
.cd-consent-panel__policy {
margin: -4px 0 18px;
font-size: 13px;
}
.cd-consent-panel__policy a {
color: var(--cd-consent-petrol);
text-decoration: underline;
text-underline-offset: 3px;
}
.cd-cookie-manager {
display: inline-flex;
min-height: 44px;
margin: 0 0 0 10px;
padding: 3px 0;
align-items: center;
border: 0;
color: inherit;
background: transparent;
font-size: 12px;
font-weight: 500;
letter-spacing: 0;
line-height: 1.3;
text-decoration: underline;
text-transform: none;
text-underline-offset: 3px;
opacity: 0.8;
}
.cd-cookie-manager:hover,
.cd-cookie-manager:focus-visible {
color: inherit;
background: transparent;
opacity: 1;
}
@media (max-width: 900px) {
.cd-consent-banner__inner {
grid-template-columns: 1fr;
gap: 16px;
}
}
@media (max-width: 520px) {
.cd-consent-banner,
.cd-consent-panel {
right: 8px;
bottom: max(8px, env(safe-area-inset-bottom));
left: 8px;
width: auto;
max-height: calc(100vh - 16px - env(safe-area-inset-bottom));
padding: 18px;
border-radius: 16px;
}
.cd-consent {
font-size: 14px;
}
.cd-consent__actions--banner,
.cd-consent__actions--panel {
grid-template-columns: 1fr;
}
.cd-consent__button {
width: 100%;
}
.cd-consent-panel__title {
font-size: 23px;
}
.cd-consent-category {
min-height: 68px;
padding: 12px 13px;
}
.cd-cookie-manager {
margin-left: 0;
}
}
@media (prefers-reduced-motion: reduce) {
.cd-consent *,
.cd-cookie-manager {
scroll-behavior: auto !important;
transition: none !important;
}
}
.woocommerce-cart .cart_totals:has(.blockUI),.woocommerce-cart .woocommerce-cart-form:has(.blockUI),.woocommerce-checkout-review-order:has(.blockUI),.woocommerce-mini-cart-item:has(.blockUI){opacity:.5}.woocommerce-cart .cart_totals .blockUI.blockOverlay,.woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay,.woocommerce-checkout-review-order .blockUI.blockOverlay,.woocommerce-mini-cart-item .blockUI.blockOverlay{background-color:transparent!important;opacity:.5!important}.woocommerce-cart .cart_totals .blockUI.blockOverlay:before,.woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay:before,.woocommerce-checkout-review-order .blockUI.blockOverlay:before,.woocommerce-mini-cart-item .blockUI.blockOverlay:before{animation:spin .6s linear infinite;border-bottom:3px solid rgba(0,0,0,.1)!important;border-left:3px solid var(--fs-color-primary);border-radius:50%;border-right:3px solid rgba(0,0,0,.1)!important;border-top:3px solid rgba(0,0,0,.1)!important;content:"";display:block;font-size:2em;height:30px;left:50%;line-height:1;margin-left:-.5em;margin-top:-.5em;pointer-events:none;position:absolute;text-align:center;top:50%;width:30px}.dark .woocommerce-cart .cart_totals .blockUI.blockOverlay:before,.dark .woocommerce-cart .woocommerce-cart-form .blockUI.blockOverlay:before,.dark .woocommerce-checkout-review-order .blockUI.blockOverlay:before,.dark .woocommerce-mini-cart-item .blockUI.blockOverlay:before{border:3px solid rgba(0,0,0,.1)!important;border-left-color:#fff!important}.product-summary .ux-product-brands{display:inline-flex;flex-wrap:wrap;gap:15px}.product-summary .ux-product-brands a:hover{opacity:.7}@media(min-width:1000px){.product-summary .ux-product-brands{flex-direction:column;float:right;margin-block:0;margin-inline-start:15px}.product-summary .ux-product-brands a{background-color:#fff;border:1px solid #e0e0e0;max-width:100px;min-height:70px;padding:5px;transition:border-color .2s ease-in-out}.product-summary .ux-product-brands a:hover{border-color:#969696;opacity:1}}.product-summary.text-center .ux-product-brands{justify-content:space-evenly}@media(min-width:1000px){.product-summary.text-center .ux-product-brands{align-items:center;flex-direction:row;float:none;margin-inline:0}.product-summary.text-center .ux-product-brands a{border:none}.product-summary.text-right .ux-product-brands{float:left;margin-inline-end:15px;margin-inline-start:0}}.brands_index{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;padding:30px 0 0}.brands_index li{margin:0!important}.dark ul.brands_index li span{opacity:.3}.category-page-row{padding-top:30px}.price_slider_amount input{display:none}.woocommerce-result-count{display:inline-block;margin:0 1em 0 auto}.woocommerce-ordering,.woocommerce-ordering select{display:inline-block;margin:5px 0}.add_to_cart_button.added{display:none}a.added_to_cart{display:inline-block;font-size:.9em;font-weight:700;padding:10px 0;text-transform:uppercase}a.added_to_cart:after{content:" →"}.grid-style-3 .title-wrapper{flex:1;min-width:60%;overflow:hidden;padding-right:15px;text-overflow:ellipsis}.grid-style-3 .price-wrapper{text-align:right}.grid-style-3 .star-rating{margin:.2em 0;text-align:right}.grid-style-3 .price del{display:block}.grid-style-3 .price del span.amount{margin:0}.price-wrapper .review-count{margin-left:4px}.products .box-vertical .box-text{font-size:1.1em}.page-numbers.button.current{opacity:.6;pointer-events:none}.grid-tools{backface-visibility:hidden;display:flex;margin-bottom:-1px;padding:0!important;white-space:nowrap;width:100%}.grid-tools a{background-color:var(--fs-color-primary);color:#f1f1f1;display:block;font-size:.85em;font-weight:700;opacity:.95;padding:.4em 0 .5em;text-overflow:ellipsis;text-transform:uppercase;transition:opacity .3s;width:100%}.grid-tools a.quick-view:focus-visible{outline-offset:-4px}.grid-tools a+a{border-left:1px solid hsla(0,0%,100%,.1)}.grid-tools a:hover{color:#fff;opacity:1}.grid-tools .add-to-cart-grid{width:0}@media(max-width:849px){.category-filter-row{padding:10px 0}}.filter-button{display:inline-block;margin-top:.5em}.box-image .out-of-stock-label{background:#fff;background:hsla(0,0%,100%,.9);color:#333;font-weight:700;left:0;opacity:.9;padding:20px 0;position:absolute;right:0;text-align:center;text-transform:uppercase;top:40%}.featured-title .woocommerce-result-count{display:none}.widget_product_categories>ul>li{align-items:center;display:flex;flex-flow:row wrap}.widget_product_categories>ul>li span{font-size:.85em;opacity:.4}.widget_product_categories>ul>li ul span.count{display:none}.message-wrapper+.login{background-color:rgba(0,0,0,.03);padding:30px}.woocommerce-form-login .button{margin-bottom:0}.woocommerce-billing-fields{border-top:2px solid #ddd;padding-top:15px}.woocommerce-billing-fields p{margin-bottom:.5em}form.checkout h3{font-size:1.1em;font-weight:bolder;overflow:hidden;padding-top:10px;text-transform:uppercase}form.checkout input[type=checkbox]{margin-bottom:0;margin-right:.5em;margin-top:0}.payment_methods li+li{border-top:1px solid #ececec;padding-top:7px}.payment_methods p{font-size:.9em}.payment_method_paypal img{margin:0 10px;max-width:130px}a.about_paypal{font-size:.8em}.woocommerce-privacy-policy-text{font-size:85%}.form-row-wide{clear:both}.form-row-push{margin-top:-15px}@media(min-width:550px){.form-row-first,.form-row-last{float:left;width:48%}.form-row-first{margin-right:4%}}button#place_order{font-size:1.2em;line-height:1.2;margin-right:0;padding-bottom:.5em;padding-top:.5em;white-space:normal;width:100%}#ship-to-different-address{padding-top:0}#ship-to-different-address label{font-weight:400;text-transform:none}#billing_address_2_field>label,#shipping_address_2_field>label{opacity:0;overflow:hidden;white-space:nowrap;width:0}@media(max-width:549px){#billing_address_2_field>label,#shipping_address_2_field>label{display:none}}.wc-terms-and-conditions{border-top:1px solid #ececec;margin-top:-15px;padding:15px 0}.wc-terms-and-conditions input{margin-bottom:0}.wc-terms-and-conditions label{font-weight:400}div.create-account{clear:both}.form-row.create-account{font-size:1.1em;margin:0}.form-row.create-account label{font-weight:400}.page-checkout-simple{padding:3% 0}@media(max-width:849px){.page-checkout-simple .medium-text-center #logo{margin:0 auto}}.js_active .woocommerce-account-fields p.create-account+div.create-account,.js_active .woocommerce-shipping-fields #ship-to-different-address+div.shipping_address{display:none}.widget_price_filter form{margin:0}.widget_price_filter .price_slider{background:#f1f1f1;margin-bottom:1em}.widget_price_filter .price_label{padding-top:6px}.widget_price_filter span{font-weight:700}.widget_price_filter .price_slider_amount{font-size:.8751em;line-height:1;text-align:right}.widget_price_filter .price_slider_amount .button{background-color:#666;border-radius:99px;float:left;font-size:.85em}.widget_price_filter .ui-slider{position:relative;text-align:left}.widget_price_filter .ui-slider .ui-slider-handle{background-color:#666;border-radius:999px;cursor:pointer;height:15px;outline:none;position:absolute;top:-5px;width:15px;z-index:2}.widget_price_filter .ui-slider .ui-slider-handle:last-child{margin-left:-10px}.widget_price_filter .ui-slider .ui-slider-range{background-color:#666;border:0;border-radius:99px;display:block;font-size:10px;opacity:.5;position:absolute;z-index:1}.widget_price_filter .ui-slider-horizontal{border-radius:99px;height:5px}.widget_price_filter .ui-slider-horizontal .ui-slider-range{height:100%;top:0}.widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.widget li.chosen a:before{color:currentColor;content:"x";display:inline-block;margin-right:5px;opacity:.6;position:relative;top:-2px}.wc-layered-nav-term.chosen>a:before{background-color:#f1f1f1;border:1px solid rgba(0,0,0,.1);border-radius:99px;height:18px;line-height:12px;text-align:center;width:18px}.dark .wc-layered-nav-term.chosen>a:before{background-color:rgba(0,0,0,.5)}.widget_layered_nav_filters ul li.chosen{border:0!important;display:inline-block;margin-right:10px}.widget_layered_nav_filters ul li.chosen a{background-color:#f1f1f1;border:1px solid rgba(0,0,0,.1);border-radius:99px;display:inline-block;font-size:.85em;font-weight:400;opacity:.9;padding:0 7px}.dark .widget_layered_nav_filters ul li.chosen a{background-color:rgba(0,0,0,.5);color:#fff}.widget_layered_nav_filters ul li.chosen a:before{content:"x";margin-right:3px;opacity:.4;position:relative;top:-1px}.widget_layered_nav_filters ul li.chosen a:hover:before{opacity:1}.woocommerce-product-gallery .woocommerce-product-gallery__wrapper{margin:0}.message-wrapper{margin:0;padding-bottom:.5em}#wrapper>.message-wrapper{font-size:1.1em;margin-bottom:10px;outline:0;padding-bottom:.75em;padding-top:.75em}ul.message-wrapper li{list-style:none}.message-container span{font-weight:700}.message-container .wc-forward{display:none}.message-container a{margin:0 15px 0 0}.container .message-container{padding-left:0;padding-right:0}.message-wrapper+main .product-main{padding-top:0}.demo_store{background-color:#000;color:#fff;margin:0;padding:5px;text-align:center}#wrapper>.has-transparent~.message-wrapper{background-color:#fff;box-shadow:1px 1px 10px 1px rgba(0,0,0,.1);left:50%;max-width:800px;padding:20px 25px;position:fixed;top:calc(var(--flatsome-scroll-padding-top) + 30px);transform:translate(-50%);transition:top .6s;width:80vw;z-index:1002}#wrapper>.has-transparent.transparent~.message-wrapper{top:150px}.form-row input[type=submit]{margin:0}.form-row input[type=submit]+label{margin-left:15px}.my-account-header.featured-title .page-title-inner{min-height:100px}.my-account-header .button{margin-bottom:5px;margin-top:5px}.woocommerce-form-register .woocommerce-privacy-policy-text{margin-bottom:1.5em}form.lost_reset_password{padding:30px 0}.dashboard-links{display:flex;flex-wrap:wrap;font-size:1.3em;line-height:1;list-style:none}.dashboard-links a{border:1px solid #ddd;border-radius:5px;display:block;margin-right:10px;padding:20px 0;text-align:center;transition:all .3s}.dashboard-links .active{display:none}.dashboard-links a:hover{background-color:#333;color:#fff}.dashboard-links li{width:33.333%}@media(max-width:849px){.dashboard-links li{width:50%}}@media(max-width:549px){.dashboard-links li{width:100%}}@media(max-width:849px){.account-container:has(.woocommerce-form-register)>.row>.col-1{border-bottom:1px solid #ececec;margin-bottom:30px;padding-bottom:30px!important}}.password-input{display:block;position:relative}.password-input input:focus~.show-password-input,.password-input:hover .show-password-input{visibility:visible}.woocommerce-EditAccountForm input[type=password],.woocommerce-form input[type=password]{padding:0 2em 0 .75em}.show-password-input{cursor:pointer;line-height:1.35;padding:.618em;position:absolute;right:0;top:0;visibility:hidden}.show-password-input:after{content:"";font-family:fl-icons}.show-password-input.display-password:after{content:"";font-family:fl-icons}#login-form-popup .woocommerce-notices-wrapper:not(:empty){padding:20px 20px 0}#login-form-popup .woocommerce-form{margin-bottom:0}#login-form-popup:not(:has(.account-register-inner)){max-width:440px}#login-form-popup .account-container.lightbox-inner>.account-login-inner{padding-left:15px;padding-right:15px}.price{line-height:1}.product-info .price{font-size:1.5em;font-weight:bolder;margin:.5em 0}.woocommerce-variation-price{border-top:1px dashed #ddd;font-size:.8em;padding:7.5px 0}.price-wrapper .price{display:block}span.amount{color:#111;font-weight:700;white-space:nowrap}.dark .price,.dark .price del,.dark span.amount{color:#fff}.header-cart-title span.amount{color:currentColor}del span.amount{font-weight:400;margin-right:.3em;opacity:.6}.no-prices .amount{display:none!important}ul.product_list_widget li{line-height:1.33;list-style:none;margin-bottom:0;min-height:80px;overflow:hidden;padding:10px 0 5px 75px;position:relative;vertical-align:top}ul.product_list_widget li+li{border-top:1px solid #ececec}.dark ul.product_list_widget li{border-color:hsla(0,0%,100%,.2)}.widget_shopping_cart ul.product_list_widget li{padding-right:30px}ul.product_list_widget li>span.reviewer{font-size:.8em}ul.product_list_widget li a:not(.remove){display:block;line-height:1.3;margin-bottom:5px;overflow:hidden;padding:0;text-overflow:ellipsis}ul.product_list_widget li a.remove{position:absolute;right:0}ul.product_list_widget li dl{font-size:.8em;margin:0}ul.product_list_widget li img{height:60px;left:0;margin-bottom:5px;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;position:absolute;top:10px;width:60px}ul.product_list_widget li .quantity{display:block;font-size:.85em;margin-top:3px;opacity:.6}ul.product_list_widget li .quantity.buttons_added{display:flex}.product-main{padding:40px 0}.page-title:not(.featured-title)+main .product-main{padding-top:15px}.product-info{padding-top:10px}.product-summary .woocommerce-Price-currencySymbol{display:inline-block;font-size:.75em;vertical-align:top}.product-summary .variations_button{padding:.5em 0}.product-summary table tr+tr{border-top:1px dashed #ddd}form.cart a.added_to_cart.wc-forward{display:none}.woocommerce-variation-add-to-cart,form.cart{display:flex;flex-wrap:wrap;gap:1em;width:100%}.woocommerce-variation-add-to-cart>*,form.cart>*{flex:1 1 100%;margin:0}.woocommerce-variation-add-to-cart :where(.ux-quantity,.single_add_to_cart_button,.ux-buy-now-button),form.cart :where(.ux-quantity,.single_add_to_cart_button,.ux-buy-now-button){flex:0 0 auto}.text-center .woocommerce-variation-add-to-cart,.text-center form.cart{justify-content:center}.text-right .woocommerce-variation-add-to-cart,.text-right form.cart{justify-content:end}.product_meta{font-size:.8em;margin-bottom:1em}.product_meta>span{border-top:1px dotted #ddd;display:block;padding:5px 0}.product-info p.stock{font-size:.8em;font-weight:700;line-height:1.3;margin-bottom:1em}p.in-stock{color:var(--fs-color-success)}.group_table .quantity{margin:0}.group_table .price{font-size:1em}.group_table .label label{margin:0;padding:0}.product-gallery,.product-thumbnails .col{padding-bottom:0!important}.product-gallery-slider img,.product-thumbnails img{width:100%}.product-gallery-slider .woocommerce-product-gallery__image a:focus-visible{outline:none!important}.product-gallery-wide{position:relative}@media screen and (min-width:850px){.product-gallery-stacked{overflow:auto!important;white-space:normal!important;width:auto!important}.product-gallery-stacked .flickity-slider,.product-gallery-stacked .flickity-viewport{height:auto!important}.product-gallery-stacked .flickity-slider,.product-gallery-stacked .slide{left:0!important;position:relative!important;right:0!important;transform:none!important}.product-gallery-stacked .slide{overflow:hidden}.product-gallery-stacked .slide:not(:last-child){margin-bottom:1.5em}.product-gallery-stacked.product-gallery-grid-layout .flickity-slider,.product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled){display:grid;gap:10px}.product-gallery-stacked.product-gallery-grid-layout .flickity-slider .slide,.product-gallery-stacked.product-gallery-grid-layout:not(.flickity-enabled) .slide{margin-bottom:0!important}.product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider,.product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled){grid-template-columns:repeat(2,1fr)}.product-gallery-stacked.product-gallery-grid-layout--1-2 .flickity-slider .slide:first-child,.product-gallery-stacked.product-gallery-grid-layout--1-2:not(.flickity-enabled) .slide:first-child{grid-column:1/3}.product-gallery-stacked.product-gallery-grid-layout--2 .flickity-slider,.product-gallery-stacked.product-gallery-grid-layout--2:not(.flickity-enabled){grid-template-columns:repeat(2,1fr)}.product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:first-child{grid-column:span 6;order:4}.product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(2){grid-column:span 2;order:1}.product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(3){grid-column:span 2;order:2}.product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(4){grid-column:span 2;order:3}.product-gallery-stacked.product-gallery-grid-layout--3-1-2 .slide:nth-child(n+5){grid-column:span 3;order:5}.product-stacked-info{padding:5vh 5% 2vh}}.product-thumbnails{padding-top:0}.product-thumbnails a{background-color:#fff;border:1px solid transparent;display:block;overflow:hidden;transform:translateY(0)}.product-thumbnails .is-nav-selected a,.product-thumbnails a:hover{border-color:rgba(0,0,0,.2)}.product-thumbnails img{backface-visibility:hidden;margin-bottom:-5px;opacity:.5;transition:transform .6s,opacity .6s}.product-thumbnails .is-nav-selected a img,.product-thumbnails a:hover img{border-color:rgba(0,0,0,.3);opacity:1;transform:translateY(-5px)}.vertical-thumbnails .row-slider:not(.flickity-enabled){opacity:0}@media screen and (min-width:850px){.vertical-thumbnails{overflow-x:hidden;overflow-y:auto}.vertical-thumbnails .col{left:0!important;margin-left:1px;max-width:100%!important;min-height:0!important;padding:0 0 15px!important;position:relative!important;right:0!important;width:95%!important}.vertical-thumbnails .flickity-slider,.vertical-thumbnails .flickity-viewport{height:auto!important;overflow:visible!important;transform:none!important}}.product-footer .woocommerce-tabs{border-top:1px solid #ececec;padding:30px 0}.product-footer .woocommerce-tabs>.nav-line-grow,.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical){margin-top:-31px}#product-sidebar .next-prev-thumbs{margin:0 0 3em}.mfp-content #product-sidebar{display:block!important}.mfp-content #product-sidebar:where(:not(:has(>.sidebar-inner))){padding:30px 20px}.mfp-content #product-sidebar:where(:has(>.sidebar-inner)){padding:0}.product-sidebar-small{font-size:.9em}.product-sidebar-small .widget-title{text-align:center}.product-sidebar-small .is-divider{margin-left:auto;margin-right:auto}.product-sidebar-small ul.product_list_widget li{padding-left:60px}.product-sidebar-small ul.product_list_widget li img{height:50px;width:50px}.product-section{border-top:1px solid #ececec}.easyzoom-notice{display:none}.easyzoom-flyout{animation-delay:1s;animation:stuckFadeIn .6s;background:#fff;height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;transition:opacity 1s;width:100%;z-index:1}@media(max-width:849px){.easyzoom-flyout{display:none!important}}.product-gallery-slider .slide .easyzoom-flyout img{max-width:1000px!important;width:1000px!important}.woocommerce-product-gallery__trigger{display:none}.product-info .composite_form .composite_navigation .page_button{font-size:1em;font-weight:400;line-height:1.2}.woocommerce-pagination ul.links li{margin-left:inherit}.has-sticky-product-cart{padding-bottom:60px}.has-sticky-product-cart .back-to-top.active{bottom:10px}.sticky-add-to-cart__product{align-items:center;display:none;padding:3px}.sticky-add-to-cart__product .product-title-small{line-height:1;margin-right:1em;max-width:180px}.sticky-add-to-cart__product .sticky-add-to-cart-img{border-radius:5px;height:45px;margin-right:1em;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:45px}.sticky-add-to-cart--active{align-items:center;animation:stuckMoveUp .6s;background-color:hsla(0,0%,100%,.9);border-top:1px solid #ddd;bottom:0;display:flex;flex-wrap:wrap;font-size:.9em;justify-content:center;left:0;padding:3px;position:fixed;right:0;z-index:20}.sticky-add-to-cart--active .variations,.sticky-add-to-cart--active .woocommerce-variation-description{display:none}.sticky-add-to-cart--active .single_variation_wrap,.sticky-add-to-cart--active .woocommerce-variation-add-to-cart{align-items:center;display:flex;flex-wrap:no-wrap}.sticky-add-to-cart--active .product-page-price,.sticky-add-to-cart--active .stock,.sticky-add-to-cart--active .woocommerce-variation-price{border:0;font-size:15px;margin-bottom:0;margin-right:.9em;margin-top:0;padding:0}.sticky-add-to-cart--active .stock{font-size:.8em;font-weight:700}.sticky-add-to-cart--active .quantity,.sticky-add-to-cart--active button,.sticky-add-to-cart--active form{margin-bottom:0}.sticky-add-to-cart--active .sticky-add-to-cart__product{display:flex}@media(max-width:550px){.sticky-add-to-cart--active{font-size:.8em}.sticky-add-to-cart--active .stock{display:none}}.flex-viewport{cursor:pointer;max-height:2000px;transition:all 1s ease}.flex-viewport a{display:block}.flex-viewport img{width:100%}.flex-control-thumbs{display:flex;flex-wrap:wrap;margin:10px -5px 0}.flex-control-thumbs li{cursor:pointer;list-style:none;padding:0 5px;width:25%}.flex-control-thumbs li img{opacity:.6}.flex-control-thumbs li img.flex-active{opacity:1}.quantity,.text-center .quantity{display:inline-flex;opacity:1;vertical-align:top;white-space:nowrap}.quantity .button.minus{border-bottom-right-radius:0!important;border-right:0!important;border-top-right-radius:0!important}.quantity .button.plus{border-bottom-left-radius:0!important;border-left:0!important;border-top-left-radius:0!important}.quantity .minus,.quantity .plus{padding-left:.4em;padding-right:.4em}.quantity input{display:inline-block;margin:0;padding-left:0;padding-right:0;vertical-align:top}.quantity input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;border-radius:0!important;font-size:1em;max-width:2.5em;text-align:center;width:2.5em}@media(max-width:549px){.quantity input[type=number]{width:2em}}.quantity input[type=number]::-webkit-inner-spin-button,.quantity input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.box-text .ux-quantity{margin-top:1em}.box-text .ux-quantity__button{margin-top:0}.ux-free-shipping{display:grid;gap:10px}.nav-dropdown .ux-free-shipping{min-width:300px}.ux-free-shipping__bar{background:#ddd;border-radius:5px;height:8px}.ux-free-shipping__bar--striped{background-image:linear-gradient(135deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:30px 30px}.ux-free-shipping__bar-progress{background:var(--fs-color-primary);border-radius:5px;display:block;height:8px}.widget_shopping_cart_content .ux-free-shipping{margin-bottom:10px}.woocommerce-cart .ux-free-shipping{padding-bottom:30px}.woocommerce-checkout .ux-free-shipping{padding:30px 0}.cart-icon,.cart-icon strong{display:inline-block}.cart-icon strong{border:2px solid var(--fs-color-primary);border-radius:0;color:var(--fs-color-primary);font-family:Helvetica,Arial,Sans-serif;font-size:1em;font-weight:700;height:2.2em;line-height:1.9em;margin:.3em 0;position:relative;text-align:center;vertical-align:middle;width:2.2em}.cart-icon strong:after{border:2px solid var(--fs-color-primary);border-bottom:0;border-top-left-radius:99px;border-top-right-radius:99px;bottom:100%;content:" ";height:8px;left:50%;margin-bottom:0;margin-left:-7px;pointer-events:none;position:absolute;transition:height .1s ease-out;width:14px}.cart-icon:hover strong,.current-dropdown .cart-icon strong{background-color:var(--fs-color-primary);color:#fff}.cart-icon:hover strong:after,.current-dropdown .cart-icon strong:after{height:10px}.nav-small .cart-icon{font-size:.66em}.nav-dark .cart-icon strong{border-color:#fff;color:#fff}.nav-dark .cart-icon:hover strong,.nav-dark .current-dropdown .cart-icon strong{background-color:#fff;color:var(--fs-color-primary)}.nav-dark .cart-icon strong:after{border-color:#fff}.woocommerce-mini-cart__empty-message{text-align:center}.loading .cart-icon strong,.loading .cart-icon strong:after{border-color:var(--fs-color-success);color:var(--fs-color-success)}.loading .cart-icon:hover strong{background-color:var(--fs-color-success);color:#fff}.header-cart-icon{position:relative}.header-cart-icon img[width="1"][height="1"]{width:32px}.cart-popup-title>span{display:block;font-size:1.125em}.cross-sells h2{font-size:1.2em;margin-bottom:1em}.checkout ul li,.shop_table ul li{list-style:none;margin:0}.shop_table .quantity{margin:0}td.product-thumbnail{max-width:90px;min-width:60px;width:90px}td.product-remove{padding:0;width:20px}.shop_table tfoot th{font-size:85%;letter-spacing:0;text-transform:inherit}.cart_totals tbody tr td,.shop_table tfoot tr td,.shop_table thead tr th:last-of-type,.shop_table tr td:last-of-type,td.product-total{text-align:right}.shop_table .order-total td,.shop_table .order-total th,.shop_table thead th{border-width:3px}.shop_table th:last-child{border-right:0}.shop_table .cart_item td{padding-bottom:15px;padding-top:15px}.shop_table .actions{border:0;padding:30px 0 15px}.shop_table .submit-col{padding-left:30px}@media(max-width:849px){.shop_table{font-size:.9em}.shop_table tr.shipping th{width:50%}.shop_table .product-name{min-width:80px}.shop_table .product-remove{position:relative;width:0}.shop_table .product-remove a{font-size:18px!important;height:24px;left:0;line-height:18px!important;position:absolute;top:10px;width:24px}.shop_table .mobile-product-price{margin:.5em 0}}@media(max-width:549px){.shop_table .product-price,.shop_table .product-subtotal{display:none}.product-quantity{text-align:right}.cross-sells{overflow:hidden}}.cart_totals tbody th{font-size:.9em;font-weight:400;letter-spacing:0;text-transform:inherit}.cart_totals>h2{display:none}.cart_totals .button{display:block;margin-right:0;min-width:100%}.cart_totals th.product-name{border-width:3px}.cart_totals .wc-proceed-to-checkout{margin:1.5em 0}.shipping__table{margin:0}.shipping__inner{border:0;font-size:1em;padding:0}.shipping__list{margin-bottom:0}.shipping__list_item{align-items:center;display:flex;min-height:2em}.shipping__list_label{flex:1;font-weight:400;margin:0;opacity:.8;padding:.5em 0}.shipping.shipping--boxed .shipping__list{padding:0}.shipping.shipping--boxed .shipping__list_item{background-color:rgba(0,0,0,.01);border:1px solid rgba(0,0,0,.1);border-radius:3px;margin-bottom:5px;min-height:2.4em;padding:.3em .6em}.shipping__table--multiple{display:block;text-align:left}.shipping__table--multiple tbody,.shipping__table--multiple td,.shipping__table--multiple th,.shipping__table--multiple tr{display:block;padding-left:0;text-align:left}.shipping__table--multiple th{border:0}.shipping__table--multiple .shipping__list{padding:0 .2em}.shipping__table--multiple .shipping__list_label,.shipping__table--multiple .woocommerce-shipping-calculator,.shipping__table--multiple .woocommerce-shipping-destination{text-align:left}tr.shipping input:checked+label,tr.shipping input:hover+label,tr.shipping label:hover{opacity:1}tr.shipping input:checked+label{font-weight:700}tr.shipping input{margin-bottom:0;margin-top:-2px}tr.shipping span.amount{margin-left:.2em}.woocommerce-shipping-calculator{margin-bottom:0;margin-top:.5em}.shipping-calculator-button,.woocommerce-shipping-destination{font-size:.9em}.shipping-calculator-form{background-color:rgba(0,0,0,.03);border-radius:5px;margin-top:5px;padding:15px 15px 10px}.cart-discount{background-color:rgba(var(--fs-color-success),.2);font-size:.85em}.cart-discount td,.cart-discount th{padding:10px 5px}.cart-sidebar .widget-title{border-bottom:3px solid #ececec;font-size:.95em;margin-bottom:15px;padding-bottom:10px}.woocommerce-cart-form .coupon{font-size:1rem}.woocommerce-cart-form .coupon .widget-title{font-size:.95em;margin-bottom:15px}.woocommerce-cart-form .coupon input{margin:0}.woocommerce-cart-form .coupon .button{margin:0;padding-inline:15px!important}.widget_shopping_cart .woocommerce-mini-cart__buttons .button{margin:.5em 0 0;width:100%}.widget_shopping_cart li.empty{margin:0;min-height:0;padding:0 10px!important;text-align:center}.widget_shopping_cart p.total{border-bottom:2px solid #ececec;border-top:1px solid #ececec;margin-bottom:.5em;padding:10px 0;text-align:center}.dark .widget_shopping_cart p.total{border-color:hsla(0,0%,100%,.2)}.nav-dropdown .product_list_widget{-webkit-overflow-scrolling:touch;max-height:500px;max-height:50vh;overflow-y:auto}.woocommerce-mini-cart-item .variation{margin-bottom:10px}.woocommerce-mini-cart-item .ux-mini-cart-qty{margin-right:-30px;margin-top:3px}.woocommerce-mini-cart__total{display:flex;gap:15px;justify-content:space-between}.nav-dropdown ul.woocommerce-mini-cart{margin-bottom:10px}.nav-dropdown ul.woocommerce-mini-cart .price-wrapper{font-size:.85em;opacity:.6}.cart-popup-inner{display:flex;flex-direction:column;padding-bottom:0}.cart-popup-inner>:last-child{margin-bottom:30px}.cart-popup-inner .widget_shopping_cart{margin-bottom:0}.cart-popup-inner .widget_shopping_cart,.cart-popup-inner .widget_shopping_cart_content{display:flex;flex:1;flex-direction:column}.cart-popup-inner .widget_shopping_cart_content .price-wrapper{font-size:.85em;opacity:.6}.cart-popup-inner .woocommerce-mini-cart{display:flex;flex:1;flex-direction:column;margin-bottom:30px}.cart-popup-inner .woocommerce-mini-cart__buttons:last-child{margin-bottom:0}@media(min-height:500px){.cart-popup-inner--sticky{min-height:calc(100vh - var(--wp-admin--admin-bar--height, 0px))}.cart-popup-inner--sticky .ux-mini-cart-footer{background-color:#fff;border-top:1px solid #f1f1f1;bottom:0;position:sticky}.cart-popup-inner--sticky .ux-mini-cart-footer .woocommerce-mini-cart__total:first-child{border-top:0}}.ux-mini-cart-footer .ux-free-shipping{margin-bottom:20px;margin-top:5px}.off-canvas-cart .ux-mini-cart-footer{margin-left:-30px;margin-right:-30px;padding:10px 30px 30px}.ux-mini-cart-qty{align-items:center;display:flex;flex-wrap:nowrap;gap:4px;justify-content:space-between}.ux-mini-cart-qty .quantity{margin:0!important}.ux-mini-cart-cross-sells{margin-bottom:30px;margin-top:auto}.nav-dropdown .ux-mini-cart-cross-sells{display:none}.ux-mini-cart-cross-sells__list{display:flex;flex-direction:column;gap:10px}.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item{background-color:rgba(0,0,0,.05);border:0;margin-bottom:0;padding-left:85px;padding-right:10px!important}.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item img{left:10px}.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .product-title{font-size:.9em}.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper{opacity:1}.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper .price{margin-bottom:.5em;margin-top:.5em}.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item .price-wrapper .star-rating~.price{margin-top:0}.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item a:not(.remove,.button){display:inline}.ux-mini-cart-cross-sells__list li.ux-mini-cart-cross-sells__list-item:last-child{margin-bottom:0}.ux-mini-cart-cross-sells__list .button.add_to_cart_button{align-items:center;display:inline-flex;float:right;font-size:.7em;gap:5px;justify-content:center;line-height:1;margin:0 0 8px 8px;padding:3px 8px}.ux-mini-cart-empty{gap:30px;padding:15px 0}.ux-mini-cart-empty .woocommerce-mini-cart__empty-message{margin-bottom:0}.tagcloud{padding-bottom:15px}.tagcloud a{border:1px solid;border-radius:3px;display:inline-block;font-size:.8em!important;margin:0 3px 5px 0;opacity:.8;padding:2px 5px}.tagcloud a:hover{background-color:var(--fs-experimental-link-color-hover);border-color:var(--fs-experimental-link-color-hover);color:#fff;opacity:1}table.variations .label{padding-right:20px}table.variations label{white-space:nowrap}table.variations .value{width:100%}.variations{position:relative}.variations td,.variations th{border:0;letter-spacing:normal;padding:.2em 0;text-transform:none;vertical-align:middle}.variations .reset_variations{bottom:95%;color:currentColor;font-size:11px;opacity:.6;position:absolute;right:0;text-transform:uppercase}dl.variation{text-transform:none}dl.variation dt{clear:both;float:left;font-weight:700}dl.variation dd{display:block}.wc-item-meta{margin-top:1.3em}@media only screen and (max-width: 48em) { }