.elementor-kit-4{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b5aeb33:#F2F7F4;--e-global-color-c58817e:#17352E;--e-global-color-5420d44:#188468;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#2BC2A4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"Montserrat";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"Montserrat";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"Montserrat";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"Open Sans";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"Open Sans";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"Open Sans";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}.entry-title, .wp-block-post-title{display:var(--page-title-display);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*
GRAINE DU PARADIS PRO E-COMMERCE — CSS GLOBAL ELEMENTOR

À coller une seule fois dans :
- Elementor Pro > Réglages du site > CSS personnalisé
ou
- Apparence > Personnaliser > CSS additionnel

Tous les HTML de ce pack utilisent le préfixe .gdp-shop pour éviter les conflits avec le thème.
*/

.gdp-shop {
  --bg: #fff8ee;
  --paper: #ffffff;
  --ink: #241811;
  --muted: #6f5a4a;
  --accent: #b35025;
  --accent-dark: #7d351a;
  --sand: #ead7bd;
  --gold: #d99b42;
  --green: #2f6b4f;
  --border: rgba(36, 24, 17, 0.14);
  --shadow: 0 24px 60px rgba(54, 34, 18, 0.13);
  --radius-lg: 34px;
  --radius-md: 26px;
  --max: 1180px;

  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow: hidden;
}

.gdp-shop * {
  box-sizing: border-box;
}

.gdp-shop a {
  color: inherit;
  text-decoration: none;
}

.gdp-container {
  width: min(calc(100% - 36px), var(--max));
  margin-inline: auto;
}

.gdp-narrow {
  max-width: 940px;
}

.gdp-section {
  padding-block: clamp(56px, 8vw, 110px);
}

.gdp-section-tight {
  padding-top: 0;
}

.gdp-eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .78rem;
}

.gdp-shop h1,
.gdp-shop h2,
.gdp-shop h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.gdp-shop h1,
.gdp-shop h2 {
  font-family: Georgia, "Times New Roman", serif;
}

.gdp-shop h1 {
  max-width: 920px;
  font-size: clamp(3rem, 7.2vw, 6.2rem);
}

.gdp-shop h1 span,
.gdp-shop h1 strong {
  color: var(--accent);
}

.gdp-shop h2 {
  font-size: clamp(2.05rem, 4.4vw, 4rem);
}

.gdp-shop h3 {
  font-size: 1.42rem;
}

.gdp-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.gdp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.gdp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gdp-button:hover {
  transform: translateY(-2px);
}

.gdp-primary {
  background: var(--accent);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(179, 80, 37, .24);
}

.gdp-secondary {
  background: rgba(255,255,255,.72);
  color: var(--ink) !important;
  border-color: var(--border);
}

.gdp-dark {
  background: var(--ink);
  color: #fff !important;
}

.gdp-light {
  background: #fff;
  color: var(--accent-dark) !important;
}

.gdp-full {
  width: 100%;
}

.gdp-hero {
  background:
    radial-gradient(circle at 82% 20%, rgba(217, 155, 66, .26), transparent 34%),
    linear-gradient(135deg, #fff8ee 0%, #f3dfc4 100%);
}

.gdp-hero-grid,
.gdp-split,
.gdp-form-grid,
.gdp-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .82fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.gdp-hero-grid {
  min-height: 76vh;
  padding-block: clamp(54px, 8vw, 110px);
}

.gdp-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 860px;
  margin-top: 40px;
}

.gdp-trust div {
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: rgba(255,255,255,.55);
  color: var(--muted);
}

.gdp-trust strong,
.gdp-trust span {
  display: block;
}

.gdp-trust strong {
  color: var(--ink);
}

.gdp-visual,
.gdp-box,
.gdp-card,
.gdp-price-card,
.gdp-proof-card,
.gdp-form,
.gdp-faq details,
.gdp-table-card,
.gdp-product-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: 0 14px 40px rgba(54, 34, 18, 0.07);
}

.gdp-visual {
  padding: clamp(22px, 4vw, 42px);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .70);
  box-shadow: var(--shadow);
  text-align: center;
}

.gdp-visual > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.gdp-packshot {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle, rgba(126, 69, 29, .18) 0 4px, transparent 5px) 0 0/34px 34px,
    linear-gradient(150deg, #f6e1c3, #fff6e8);
}

.gdp-bag {
  position: relative;
  z-index: 2;
  width: min(290px, 78%);
  min-height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 28px;
  border-radius: 24px 24px 44px 44px;
  background: linear-gradient(180deg, #2b1b13, #7d351a);
  color: #fff;
  box-shadow: 0 26px 48px rgba(36, 24, 17, .26);
  transform: rotate(-4deg);
}

.gdp-bag small {
  color: #f3d29b;
  font-weight: 950;
  letter-spacing: .14em;
}

.gdp-bag strong {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 800;
}

.gdp-bag em {
  color: #f5dcb5;
}

.gdp-bag b {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f3d29b;
  color: #2b1b13;
  font-weight: 950;
  font-size: .82rem;
}

.gdp-seed {
  position: absolute;
  border-radius: 999px;
  background: #5a321e;
  box-shadow: inset 0 3px 8px rgba(255,255,255,.18);
}

.gdp-seed-1 { width: 46px; height: 34px; left: 12%; top: 16%; transform: rotate(22deg); }
.gdp-seed-2 { width: 32px; height: 26px; right: 12%; top: 28%; transform: rotate(-18deg); }
.gdp-seed-3 { width: 54px; height: 38px; right: 16%; bottom: 17%; transform: rotate(12deg); }

.gdp-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.gdp-heading > p:last-child,
.gdp-card p,
.gdp-box p,
.gdp-price-card p,
.gdp-proof-card p,
.gdp-faq p,
.gdp-split p,
.gdp-form-grid p,
.gdp-table-card p,
.gdp-product-panel p {
  color: var(--muted);
}

.gdp-intro {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 42px;
  align-items: start;
}

.gdp-intro > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.2rem;
}

.gdp-card-grid,
.gdp-price-grid,
.gdp-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gdp-proof-grid.two,
.gdp-card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.gdp-card,
.gdp-proof-card,
.gdp-box {
  padding: 28px;
}

.gdp-card span,
.gdp-number {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--accent);
  font-weight: 950;
}

.gdp-pricing-dark {
  background: #2b1b13;
  color: #fff;
}

.gdp-pricing-dark h2 {
  color: #fff;
}

.gdp-pricing-dark .gdp-eyebrow,
.gdp-pricing-dark .gdp-heading > p:last-child {
  color: #f1bf78;
}

.gdp-price-card {
  padding: 30px;
  color: var(--ink);
}

.gdp-price-card.featured {
  transform: translateY(-12px);
  border: 2px solid var(--gold);
}

.gdp-label {
  color: var(--accent) !important;
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.gdp-price {
  margin: 18px 0 8px;
  color: var(--ink) !important;
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -0.07em;
}

.gdp-mini {
  font-size: .9rem;
  color: var(--muted);
}

.gdp-note {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 22px;
  color: var(--ink);
  background: #fff8ee;
}

.gdp-checklist {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
}

.gdp-checklist li {
  position: relative;
  padding: 12px 0 12px 34px;
  border-bottom: 1px solid var(--border);
  font-weight: 800;
}

.gdp-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 950;
}

.gdp-proof {
  background: #f1dfc8;
}

.gdp-form-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(217, 155, 66, .22), transparent 32%),
    #fff8ee;
}

.gdp-form {
  padding: 28px;
}

.gdp-form label {
  display: block;
  margin-bottom: 16px;
  color: var(--ink);
  font-weight: 900;
}

.gdp-form input,
.gdp-form select,
.gdp-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.gdp-form textarea {
  resize: vertical;
}

.gdp-faq details {
  padding: 22px 26px;
  margin-bottom: 14px;
}

.gdp-faq summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 950;
}

.gdp-final {
  margin-block: clamp(28px, 5vw, 70px);
}

.gdp-final .gdp-container {
  padding: clamp(42px, 7vw, 82px);
  text-align: center;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #fff;
}

.gdp-final .gdp-eyebrow {
  color: #ffd89c;
}

.gdp-final h2 {
  color: #fff;
}

.gdp-final .gdp-button {
  margin-top: 26px;
}

.gdp-product-panel {
  padding: 28px;
}

.gdp-product-panel ul {
  margin: 18px 0;
  padding-left: 19px;
  color: var(--muted);
}

.gdp-quantity-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 22px 0;
}

.gdp-qty {
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: #fff8ee;
  text-align: center;
  font-weight: 950;
}

.gdp-qty span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .85rem;
  font-weight: 800;
}

.gdp-table-card {
  padding: 0;
  overflow: hidden;
}

.gdp-table {
  width: 100%;
  border-collapse: collapse;
}

.gdp-table th,
.gdp-table td {
  padding: 16px;
  border-bottom: 1px solid var(--border);
  text-align: left;
}

.gdp-table th {
  background: #f1dfc8;
  color: var(--ink);
  font-weight: 950;
}

.gdp-table td {
  color: var(--muted);
}

.gdp-kpi {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 8px 0 0;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--muted);
  font-weight: 850;
  font-size: .92rem;
}

.gdp-breadcrumb {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: .92rem;
  font-weight: 800;
}

.gdp-breadcrumb a {
  color: var(--accent);
}

@media (max-width: 940px) {
  .gdp-hero-grid,
  .gdp-split,
  .gdp-form-grid,
  .gdp-product-grid,
  .gdp-intro {
    grid-template-columns: 1fr;
  }

  .gdp-trust,
  .gdp-card-grid,
  .gdp-price-grid,
  .gdp-proof-grid,
  .gdp-proof-grid.two,
  .gdp-card-grid.two,
  .gdp-quantity-row {
    grid-template-columns: 1fr;
  }

  .gdp-price-card.featured {
    transform: none;
  }

  .gdp-packshot {
    min-height: 340px;
  }
}

@media (max-width: 540px) {
  .gdp-container {
    width: min(calc(100% - 28px), var(--max));
  }

  .gdp-shop h1 {
    font-size: clamp(2.45rem, 14vw, 4rem);
  }

  .gdp-actions .gdp-button {
    width: 100%;
  }

  .gdp-form,
  .gdp-product-panel {
    padding: 20px;
  }
}/* End custom CSS */