/*=========================================================
KUBRA'S ELEGANCE — CARTE CADEAU DIGITALE
=========================================================*/

.vvv-kubras-gift-card-product-page,
.vvv-kubras-gift-card-product-page * {
  box-sizing: border-box;
}

/*=========================================================
FICHE PRODUIT — IDENTITÉ CARTE CADEAU
=========================================================*/

.vvv-kubras-gift-card-product-page .summary.entry-summary {
  --vvv-gift-ink: #080604;
  --vvv-gift-brown: #21170f;
  --vvv-gift-cream: #fffaf2;
  --vvv-gift-gold: #c9a45f;
  --vvv-gift-line: rgba(33, 23, 15, .13);
}

.vvv-kubras-gift-card-product-page .summary.entry-summary::before {
  content: "Carte cadeau digitale";
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  margin: 0 0 17px;
  padding: 7px 13px;
  border: 1px solid rgba(201, 164, 95, .35);
  border-radius: 999px;
  background: rgba(201, 164, 95, .08);
  color: #896729;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Manrope", sans-serif);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.vvv-kubras-gift-card-product-page .summary.entry-summary .price {
  margin-bottom: 22px !important;
}

.vvv-kubras-gift-card-product-page form.variations_form .variations {
  margin: 0 0 18px !important;
}

.vvv-kubras-gift-card-product-page form.variations_form .variations tr,
.vvv-kubras-gift-card-product-page form.variations_form .variations tbody,
.vvv-kubras-gift-card-product-page form.variations_form .variations th,
.vvv-kubras-gift-card-product-page form.variations_form .variations td {
  display: block;
  width: 100%;
}

.vvv-kubras-gift-card-product-page form.variations_form .variations th.label {
  margin: 0 0 12px;
  padding: 0 !important;
}

.vvv-kubras-gift-card-product-page form.variations_form .variations th.label label {
  display: block;
  color: #21170f;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Manrope", sans-serif);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vvv-kubras-gift-card-product-page form.variations_form .variations td.value {
  padding: 0 !important;
}

.vvv-kubras-gift-card-product-page form.variations_form select.is-vvv-gift-amount-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.vvv-kubras-gift-amounts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  margin: 0 0 10px;
}

.vvv-kubras-gift-amount {
  position: relative;
  min-width: 0;
  min-height: 62px;
  margin: 0 !important;
  padding: 12px 8px !important;
  border: 1px solid rgba(33, 23, 15, .15) !important;
  border-radius: 14px !important;
  background: #fffaf2 !important;
  color: #21170f !important;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif) !important;
  font-size: clamp(20px, 1.6vw, 27px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important;
  transition:
    transform .32s ease,
    border-color .32s ease,
    background .32s ease,
    color .32s ease,
    box-shadow .32s ease !important;
}

.vvv-kubras-gift-amount::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid transparent;
  border-radius: 10px;
  pointer-events: none;
  transition: border-color .32s ease;
}

.vvv-kubras-gift-amount:hover,
.vvv-kubras-gift-amount:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(201, 164, 95, .72) !important;
  outline: none;
  box-shadow: 0 13px 30px rgba(33, 23, 15, .09) !important;
}

.vvv-kubras-gift-amount.is-selected {
  border-color: #080604 !important;
  background: #080604 !important;
  color: #f4d996 !important;
  box-shadow: 0 15px 35px rgba(8, 6, 4, .18) !important;
}

.vvv-kubras-gift-amount.is-selected::after {
  border-color: rgba(201, 164, 95, .45);
}

.vvv-kubras-gift-card-product-page .reset_variations {
  display: inline-flex !important;
  width: auto !important;
  margin: 7px 0 0 !important;
  color: rgba(33, 23, 15, .58) !important;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Manrope", sans-serif);
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .09em;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-transform: uppercase;
}

/*=========================================================
PERSONNALISATION
=========================================================*/

.vvv-kubras-gift-card-fields {
  position: relative;
  margin: 22px 0 18px;
  padding: 24px;
  border: 1px solid rgba(33, 23, 15, .11);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(201, 164, 95, .12), transparent 36%),
    linear-gradient(145deg, #fffaf2, #f7efe4);
  overflow: hidden;
}

.vvv-kubras-gift-card-fields::before {
  content: "";
  position: absolute;
  top: -58px;
  right: -58px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(201, 164, 95, .18);
  border-radius: 50%;
  pointer-events: none;
}

.vvv-kubras-gift-card-fields__heading {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
}

.vvv-kubras-gift-card-fields__heading > span {
  display: block;
  margin: 0 0 8px;
  color: #9b7535;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Manrope", sans-serif);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.vvv-kubras-gift-card-fields__heading h3 {
  margin: 0;
  color: #080604;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(27px, 2.2vw, 37px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.vvv-kubras-gift-card-fields__heading p {
  max-width: 600px;
  margin: 10px 0 0;
  color: rgba(33, 23, 15, .66);
  font-family: var(--vvv-designer-kubraselegance-font-text, "Manrope", sans-serif);
  font-size: 12px;
  line-height: 1.65;
}

.vvv-kubras-gift-card-fields__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vvv-kubras-gift-card-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  margin: 0;
}

.vvv-kubras-gift-card-field--full {
  grid-column: 1 / -1;
}

.vvv-kubras-gift-card-field > span {
  color: #21170f;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Manrope", sans-serif);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vvv-kubras-gift-card-field input,
.vvv-kubras-gift-card-field textarea {
  width: 100%;
  min-width: 0;
  margin: 0 !important;
  padding: 14px 15px !important;
  border: 1px solid rgba(33, 23, 15, .13) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .68) !important;
  color: #21170f !important;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Manrope", sans-serif) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  outline: none !important;
  box-shadow: none !important;
  transition:
    border-color .28s ease,
    background .28s ease,
    box-shadow .28s ease !important;
}

.vvv-kubras-gift-card-field textarea {
  min-height: 116px;
  resize: vertical;
}

.vvv-kubras-gift-card-field input:focus,
.vvv-kubras-gift-card-field textarea:focus {
  border-color: rgba(201, 164, 95, .9) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(201, 164, 95, .12) !important;
}

.vvv-kubras-gift-card-field input::placeholder,
.vvv-kubras-gift-card-field textarea::placeholder {
  color: rgba(33, 23, 15, .42) !important;
  opacity: 1;
}

.vvv-kubras-gift-card-field small {
  align-self: flex-end;
  margin-top: -3px;
  color: rgba(33, 23, 15, .46);
  font-family: var(--vvv-designer-kubraselegance-font-text, "Manrope", sans-serif);
  font-size: 10px;
  line-height: 1;
}

.vvv-kubras-gift-card-fields__reassurance {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(33, 23, 15, .09);
}

.vvv-kubras-gift-card-fields__reassurance > span {
  flex: 0 0 auto;
  color: #c9a45f;
  font-size: 17px;
  line-height: 1.2;
}

.vvv-kubras-gift-card-fields__reassurance p {
  margin: 0;
  color: rgba(33, 23, 15, .66);
  font-family: var(--vvv-designer-kubraselegance-font-text, "Manrope", sans-serif);
  font-size: 11px;
  line-height: 1.65;
}

/*
 * La carte cadeau est vendue individuellement : WooCommerce ne rend donc
 * aucune quantité. La fiche produit générale conserve normalement une grille
 * de 105 px + bouton ; on la repasse ici en une seule colonne uniquement pour
 * le produit cadeau afin que le CTA occupe toute la largeur.
 */
body.vvv-designer-kubraselegance-product-page.vvv-kubras-gift-card-product-page
  .single_variation_wrap
  .woocommerce-variation-add-to-cart {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  width: 100% !important;
}

body.vvv-designer-kubraselegance-product-page.vvv-kubras-gift-card-product-page
  .single_variation_wrap
  .quantity {
  display: none !important;
}

body.vvv-designer-kubraselegance-product-page.vvv-kubras-gift-card-product-page
  form.cart
  .single_add_to_cart_button {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  min-height: 58px !important;
}

/*=========================================================
PAGE ÉDITORIALE OFFRIR KUBRA'S
=========================================================*/

.vvv-designer-kubraselegance-gift-page,
.vvv-designer-kubraselegance-gift-page * {
  box-sizing: border-box;
}

.vvv-designer-kubraselegance-gift-page {
  --gift-black: #080604;
  --gift-brown: #21170f;
  --gift-cream: #fffaf2;
  --gift-gold: #c9a45f;
  --gift-muted: rgba(33, 23, 15, .64);
  position: relative;
  overflow: hidden;
  background: #fffaf2;
  color: #21170f;
  font-family: var(--vvv-designer-kubraselegance-font-text, "Manrope", sans-serif);
}

.vvv-designer-kubraselegance-gift-page a {
  color: inherit;
  text-decoration: none;
}

.vvv-kubras-gift-page__hero {
  position: relative;
  min-height: min(850px, 92svh);
  display: grid;
  place-items: center;
  padding: clamp(120px, 12vw, 190px) 20px clamp(90px, 10vw, 150px);
  background:
    radial-gradient(circle at 50% 4%, rgba(201, 164, 95, .26), transparent 30%),
    radial-gradient(circle at 87% 78%, rgba(255, 250, 242, .07), transparent 34%),
    #080604;
  color: #fffaf2;
  isolation: isolate;
}

.vvv-kubras-gift-page__hero::before,
.vvv-kubras-gift-page__hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(201, 164, 95, .18);
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
}

.vvv-kubras-gift-page__hero::before {
  width: min(58vw, 740px);
  aspect-ratio: 1;
  top: -30%;
  left: -12%;
}

.vvv-kubras-gift-page__hero::after {
  width: min(34vw, 440px);
  aspect-ratio: 1;
  right: -10%;
  bottom: -20%;
}

.vvv-kubras-gift-page__hero-inner {
  width: min(1120px, 100%);
  margin: auto;
  text-align: center;
}

.vvv-kubras-gift-page__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
  color: #c9a45f;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.vvv-kubras-gift-page__eyebrow::before,
.vvv-kubras-gift-page__eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: .7;
}

.vvv-kubras-gift-page__hero h1 {
  max-width: 1050px;
  margin: 0 auto;
  color: #fffaf2;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(58px, 9.5vw, 150px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.vvv-kubras-gift-page__hero h1 em {
  color: #c9a45f;
  font-style: italic;
  font-weight: 400;
}

.vvv-kubras-gift-page__hero p {
  max-width: 680px;
  margin: 36px auto 0;
  color: rgba(255, 250, 242, .7);
  font-size: clamp(14px, 1.3vw, 18px);
  line-height: 1.85;
}

.vvv-kubras-gift-page__hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 38px;
}

.vvv-kubras-gift-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  padding: 15px 26px;
  border: 1px solid #c9a45f;
  border-radius: 999px;
  background: #c9a45f;
  color: #080604 !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
  transition: transform .3s ease, background .3s ease, color .3s ease;
}

.vvv-kubras-gift-page__button:hover,
.vvv-kubras-gift-page__button:focus-visible {
  transform: translateY(-3px);
  background: #f0d595;
  outline: none;
}

.vvv-kubras-gift-page__button--ghost {
  background: transparent;
  color: #fffaf2 !important;
}

.vvv-kubras-gift-page__section {
  width: min(1380px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(85px, 10vw, 150px) 0;
}

.vvv-kubras-gift-page__section-heading {
  max-width: 830px;
  margin-bottom: clamp(42px, 6vw, 74px);
}

.vvv-kubras-gift-page__section-heading > span {
  display: block;
  margin-bottom: 14px;
  color: #9b7535;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.vvv-kubras-gift-page__section-heading h2 {
  margin: 0;
  color: #080604;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(43px, 6.2vw, 92px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.vvv-kubras-gift-page__section-heading p {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--gift-muted);
  font-size: 15px;
  line-height: 1.85;
}

.vvv-kubras-gift-page__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vvv-kubras-gift-page__step {
  min-height: 310px;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid rgba(33, 23, 15, .1);
  border-radius: 28px;
  background: linear-gradient(145deg, #fff, #f8f0e6);
}

.vvv-kubras-gift-page__step > span {
  color: #c9a45f;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: 58px;
  line-height: 1;
}

.vvv-kubras-gift-page__step h3 {
  margin: 46px 0 14px;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: 31px;
  font-weight: 400;
  line-height: 1.05;
}

.vvv-kubras-gift-page__step p {
  margin: 0;
  color: var(--gift-muted);
  font-size: 13px;
  line-height: 1.8;
}

.vvv-kubras-gift-page__amount-zone {
  padding: clamp(80px, 9vw, 140px) 20px;
  background: #0b0806;
  color: #fffaf2;
}

.vvv-kubras-gift-page__amount-inner {
  width: min(1380px, 100%);
  margin: auto;
}

.vvv-kubras-gift-page__amount-zone .vvv-kubras-gift-page__section-heading h2 {
  color: #fffaf2;
}

.vvv-kubras-gift-page__amount-zone .vvv-kubras-gift-page__section-heading p {
  color: rgba(255, 250, 242, .64);
}

.vvv-kubras-gift-page__amount-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vvv-kubras-gift-page__amount-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid rgba(201, 164, 95, .24);
  border-radius: 25px;
  background:
    radial-gradient(circle at 100% 0, rgba(201, 164, 95, .17), transparent 40%),
    rgba(255, 250, 242, .035);
  overflow: hidden;
  transition: transform .36s ease, border-color .36s ease, background .36s ease;
}

.vvv-kubras-gift-page__amount-card:hover,
.vvv-kubras-gift-page__amount-card:focus-visible {
  transform: translateY(-8px);
  border-color: rgba(201, 164, 95, .75);
  background-color: rgba(255, 250, 242, .065);
  outline: none;
}

.vvv-kubras-gift-page__amount-card > span {
  color: rgba(255, 250, 242, .55);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.vvv-kubras-gift-page__amount-card strong {
  color: #f4d996;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(60px, 6vw, 96px);
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.06em;
}

.vvv-kubras-gift-page__amount-card small {
  color: rgba(255, 250, 242, .65);
  font-size: 12px;
  line-height: 1.65;
}

.vvv-kubras-gift-page__amount-card i {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #c9a45f;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vvv-kubras-gift-page__amount-card i::after {
  content: "→";
  font-size: 18px;
  font-weight: 400;
}

.vvv-kubras-gift-page__promise {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
}

.vvv-kubras-gift-page__promise-card {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  padding: 45px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 20%, rgba(201, 164, 95, .27), transparent 31%),
    #080604;
  color: #fffaf2;
  text-align: center;
  overflow: hidden;
}

.vvv-kubras-gift-page__promise-card::before {
  content: "K";
  color: rgba(201, 164, 95, .12);
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(230px, 25vw, 390px);
  line-height: .8;
}

.vvv-kubras-gift-page__promise-card p {
  position: absolute;
  max-width: 360px;
  margin: 0;
  color: #fffaf2;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(31px, 4vw, 54px);
  line-height: 1.04;
}

.vvv-kubras-gift-page__promise-copy h2 {
  margin: 0;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.055em;
}

.vvv-kubras-gift-page__promise-copy p {
  margin: 25px 0 0;
  color: var(--gift-muted);
  font-size: 15px;
  line-height: 1.9;
}

.vvv-kubras-gift-page__faq {
  display: grid;
  grid-template-columns: minmax(270px, .72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 7vw, 110px);
}

.vvv-kubras-gift-page__faq-list {
  border-top: 1px solid rgba(33, 23, 15, .12);
}

.vvv-kubras-gift-page__faq-item {
  border-bottom: 1px solid rgba(33, 23, 15, .12);
}

.vvv-kubras-gift-page__faq-question {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 20px 0;
  border: 0;
  background: transparent;
  color: #21170f;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
  cursor: pointer;
}

.vvv-kubras-gift-page__faq-question span:last-child {
  flex: 0 0 auto;
  color: #c9a45f;
  font-family: Arial, sans-serif;
  font-size: 23px;
  transition: transform .3s ease;
}

.vvv-kubras-gift-page__faq-item.is-open .vvv-kubras-gift-page__faq-question span:last-child {
  transform: rotate(45deg);
}

.vvv-kubras-gift-page__faq-answer {
  display: none;
  max-width: 720px;
  padding: 0 0 26px;
  color: var(--gift-muted);
  font-size: 14px;
  line-height: 1.85;
}

.vvv-kubras-gift-page__faq-item.is-open .vvv-kubras-gift-page__faq-answer {
  display: block;
}

.vvv-kubras-gift-page__final {
  margin-top: clamp(70px, 9vw, 130px);
  padding: clamp(70px, 9vw, 120px) 24px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 0, rgba(201, 164, 95, .24), transparent 38%),
    #080604;
  color: #fffaf2;
  text-align: center;
}

.vvv-kubras-gift-page__final h2 {
  max-width: 900px;
  margin: 0 auto;
  color: #fffaf2;
  font-family: var(--vvv-designer-kubraselegance-font-title, "Bodoni Moda", serif);
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.055em;
}

.vvv-kubras-gift-page__final p {
  max-width: 590px;
  margin: 26px auto 34px;
  color: rgba(255, 250, 242, .66);
  font-size: 14px;
  line-height: 1.8;
}

/*=========================================================
RESPONSIVE
=========================================================*/

@media (max-width: 1050px) {
  .vvv-kubras-gift-page__amount-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vvv-kubras-gift-page__promise,
  .vvv-kubras-gift-page__faq {
    grid-template-columns: 1fr;
  }

  .vvv-kubras-gift-page__faq .vvv-kubras-gift-page__section-heading {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .vvv-kubras-gift-amounts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vvv-kubras-gift-card-fields {
    margin-top: 18px;
    padding: 20px 16px;
    border-radius: 18px;
  }

  .vvv-kubras-gift-card-fields__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vvv-kubras-gift-card-field--full {
    grid-column: auto;
  }

  .vvv-kubras-gift-page__hero {
    min-height: 770px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .vvv-kubras-gift-page__hero h1 {
    font-size: clamp(58px, 19vw, 88px);
    line-height: .88;
  }

  .vvv-kubras-gift-page__hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .vvv-kubras-gift-page__button {
    width: 100%;
  }

  .vvv-kubras-gift-page__section {
    width: min(100% - 30px, 1380px);
  }

  .vvv-kubras-gift-page__steps,
  .vvv-kubras-gift-page__amount-grid {
    grid-template-columns: 1fr;
  }

  .vvv-kubras-gift-page__step {
    min-height: 260px;
  }

  .vvv-kubras-gift-page__amount-card {
    min-height: 270px;
  }

  .vvv-kubras-gift-page__promise-card {
    min-height: 430px;
    border-radius: 26px;
  }

  .vvv-kubras-gift-page__final {
    border-radius: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vvv-kubras-gift-amount,
  .vvv-kubras-gift-page__button,
  .vvv-kubras-gift-page__amount-card,
  .vvv-kubras-gift-page__faq-question span:last-child {
    transition: none !important;
  }
}

/*=========================================================
CARTE CADEAU — PANNEAU D’ACHAT SOUS LE HEADER
=========================================================*/

/*
 * La fiche produit générale utilise un panneau sticky haut de 100svh
 * positionné à top: 0. Cette méthode fonctionne pour les produits courts,
 * mais la carte cadeau contient davantage de contenu.
 *
 * Un simple padding supérieur ne suffit pas : lorsque le panneau défile,
 * ce padding disparaît et le badge / titre passent derrière le header fixe.
 *
 * Ici, le panneau sticky commence physiquement sous l’ensemble :
 * barre d’annonce + header. Son contenu ne peut donc jamais être masqué.
 */

@media (min-width: 1181px) {
  body.vvv-designer-kubraselegance-product-page.vvv-kubras-gift-card-product-page
  .vvv-kubras-product-top
  .summary.entry-summary {
    position: sticky !important;
    top: 143px !important;
    align-self: start !important;
    justify-content: flex-start !important;

    height: calc(100svh - 143px) !important;
    min-height: 0 !important;
    max-height: calc(100svh - 143px) !important;

    padding-top: 32px !important;
    padding-bottom: 48px !important;

    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    scroll-padding-top: 32px;
  }
}

/*
 * Tablette : barre d’annonce 35/36 px + header 68 px.
 */
@media (min-width: 768px) and (max-width: 1180px) {
  body.vvv-designer-kubraselegance-product-page.vvv-kubras-gift-card-product-page
  .vvv-kubras-product-top
  .summary.entry-summary {
    position: sticky !important;
    top: 103px !important;
    align-self: start !important;
    justify-content: flex-start !important;

    height: calc(100svh - 103px) !important;
    min-height: 0 !important;
    max-height: calc(100svh - 103px) !important;

    padding-top: 28px !important;
    padding-bottom: 42px !important;

    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    scroll-padding-top: 28px;
  }
}

/*
 * Aucun élément supérieur ne doit se compresser lorsque le formulaire
 * cadeau rend le panneau plus haut que l’espace disponible.
 */
@media (min-width: 768px) {
  body.vvv-designer-kubraselegance-product-page.vvv-kubras-gift-card-product-page
  .summary.entry-summary::before,
  body.vvv-designer-kubraselegance-product-page.vvv-kubras-gift-card-product-page
  .summary.entry-summary > * {
    flex-shrink: 0 !important;
  }
}
