/* ==========================================================================
   Lokaelle 2026 — direction visuelle « colorée et vivante »
   Chargée après tous les CSS du thème (voir templates/_partials/head.tpl).
   Palette tirée des visuels : fuchsia des picots, nude du décor, terracotta du logo.
   Ne jamais modifier custom.css : tout se passe ici.
   ========================================================================== */

:root {
  --lok-framboise: #C01566;   /* boutons, prix, liens — contraste 5,9:1 sur blanc */
  --lok-framboise-fonce: #8E0F4B;
  --lok-fuchsia: #E0257F;     /* badges, aplats, traits — jamais en petit texte */
  --lok-nude: #F1DACE;        /* fonds de sections */
  --lok-blush: #FBEFE9;       /* fonds clairs */
  --lok-terracotta: #C4766A;  /* accent secondaire, couleur du logo */
  --lok-encre: #1B1418;       /* tous les textes */
  --lok-encre-doux: #4A3A41;
  --lok-gris: #8A6B74;
  --lok-creme: #FFFDFB;
  --lok-bord: #F0E4DD;
  --lok-titre: 'Fraunces', Georgia, 'Times New Roman', serif;
  --lok-texte: 'Manrope', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --lok-rayon: 20px;
  --lok-rayon-bloc: 16px;
}

/* --- Bases typographiques ------------------------------------------------ */

body,
body p,
body span,
body div,
body li,
body td,
body input,
body textarea,
body select,
body button {
  font-family: var(--lok-texte);
}

body {
  color: var(--lok-encre);
  background: var(--lok-creme);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.tvcms-title-wrapper h2,
.tvcms-heading-title,
.page-header h1 {
  font-family: var(--lok-titre);
  color: var(--lok-encre);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

h1, .h1 { font-size: 42px; }
h2, .h2 { font-size: 34px; }
h3, .h3 { font-size: 25px; }

a { color: var(--lok-framboise); }
a:hover, a:focus { color: var(--lok-framboise-fonce); }

/* --- Boutons -------------------------------------------------------------- */

.btn-primary,
.btn-primary:not(:disabled):not(.disabled),
button.btn-primary,
.product-add-to-cart .add-to-cart,
.tvall-inner-btn,
.tv-newsletter-btn,
#search_widget button[type="submit"],
.cart-content-btn .btn-primary,
.checkout .btn-primary {
  background: var(--lok-framboise);
  border-color: var(--lok-framboise);
  color: #FFFFFF;
  font-family: var(--lok-texte);
  font-weight: 700;
  letter-spacing: 0.01em;
  border-radius: 999px;
  padding: 14px 30px;
  min-height: 48px;
  box-shadow: none;
  transition: background-color .18s ease, transform .18s ease;
}

.btn-primary:hover,
.btn-primary:focus,
button.btn-primary:hover,
.product-add-to-cart .add-to-cart:hover,
.tvall-inner-btn:hover {
  background: var(--lok-framboise-fonce);
  border-color: var(--lok-framboise-fonce);
  color: #FFFFFF;
}

.btn-secondary,
.btn-outline-primary,
.btn-tertiary {
  background: transparent;
  color: var(--lok-encre);
  border: 2px solid var(--lok-encre);
  border-radius: 999px;
  font-weight: 700;
  padding: 12px 26px;
  min-height: 48px;
}

.btn-secondary:hover,
.btn-outline-primary:hover {
  background: var(--lok-encre);
  color: #FFFFFF;
}

/* Accessibilité : un focus visible partout */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--lok-fuchsia);
  outline-offset: 2px;
}

/* --- Prix et remises ------------------------------------------------------ */

.product-price,
.current-price,
.current-price span,
.product-price-and-shipping .price,
.price {
  color: var(--lok-framboise);
  font-weight: 700;
}

.regular-price,
.product-discount .regular-price {
  color: var(--lok-gris);
  text-decoration: line-through;
  font-weight: 500;
}

.discount-percentage,
.product-flags .discount,
.product-flags .discount-percentage,
.product-flags .on-sale {
  background: var(--lok-fuchsia);
  color: #FFFFFF;
  border-radius: 999px;
  padding: 6px 13px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-flags .new,
.product-flags .online-only,
.product-flags .pack {
  background: var(--lok-nude);
  color: var(--lok-encre);
  border-radius: 999px;
  padding: 6px 13px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* --- Cartes produit ------------------------------------------------------- */

.product-miniature .thumbnail-container,
.tvproduct-description,
.js-product-miniature {
  border-radius: var(--lok-rayon);
  border-color: var(--lok-bord);
}

.product-miniature .product-title a,
.tvproduct-name a {
  font-family: var(--lok-titre);
  font-weight: 600;
  color: var(--lok-encre);
  letter-spacing: -0.01em;
}

/* --- Fiche produit -------------------------------------------------------- */

.product-information .product-description,
#product-description-short,
.product-description p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--lok-encre-doux);
}

.product-quantity .qty .input-group,
.product-quantity input.input-group {
  border-radius: 999px;
  overflow: hidden;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  color: var(--lok-encre);
  border-bottom: 3px solid var(--lok-framboise);
}

/* --- Sections maison (accueil) ------------------------------------------- */

.lok-annonce {
  background: var(--lok-encre);
  color: #FFFFFF;
  text-align: center;
  padding: 11px 16px;
  font-size: 13px;
  font-weight: 600;
}

.lok-hero {
  display: flex;
  flex-wrap: wrap;
  background: var(--lok-blush);
  align-items: stretch;
}

.lok-hero__texte {
  flex: 1 1 460px;
  padding: 72px 56px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  justify-content: center;
}

.lok-hero__etiquette {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
}

.lok-hero__etiquette::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lok-fuchsia);
}

.lok-hero__titre {
  font-family: var(--lok-titre);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin: 0;
}

.lok-hero__texte p {
  font-size: 19px;
  line-height: 1.6;
  color: var(--lok-encre-doux);
  max-width: 460px;
  margin: 0;
}

.lok-hero__achat {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.lok-prix {
  font-size: 26px;
  font-weight: 700;
  color: var(--lok-framboise);
}

.lok-prix-barre {
  font-size: 16px;
  color: var(--lok-gris);
  text-decoration: line-through;
  margin-left: 8px;
}

.lok-hero__image {
  flex: 1 1 380px;
  min-height: 420px;
  background-size: cover;
  background-position: center;
}

.lok-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.lok-section {
  padding: 72px 56px;
  max-width: 1360px;
  margin: 0 auto;
}

.lok-section__titre {
  font-family: var(--lok-titre);
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 30px;
}

.lok-grille-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lok-carte {
  background: var(--lok-blush);
  border-radius: 22px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lok-carte:nth-child(2) { background: var(--lok-nude); }

.lok-carte h3 {
  font-family: var(--lok-titre);
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.lok-carte p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--lok-encre-doux);
}

.lok-carte svg { color: var(--lok-framboise); }

.lok-avant-apres {
  display: flex;
  flex-wrap: wrap;
  border-radius: 28px;
  background: var(--lok-nude);
  overflow: hidden;
  margin: 0 56px;
}

.lok-avant-apres__image {
  flex: 1 1 340px;
}

.lok-avant-apres__image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.lok-avant-apres__texte {
  flex: 1 1 400px;
  padding: 52px 46px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
}

.lok-surtitre {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--lok-gris);
}

.lok-etapes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lok-etape__numero {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--lok-framboise);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
}

.lok-etape h3 {
  font-size: 18px;
  font-family: var(--lok-texte);
  font-weight: 700;
  margin: 0 0 8px;
}

.lok-etape p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--lok-encre-doux);
}

.lok-bouton {
  display: inline-block;
  background: var(--lok-framboise);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 17px;
  border-radius: 999px;
  padding: 17px 34px;
  text-decoration: none;
}

.lok-bouton:hover,
.lok-bouton:focus {
  background: var(--lok-framboise-fonce);
  color: #FFFFFF;
  text-decoration: none;
}

.lok-bouton--ligne {
  background: transparent;
  color: var(--lok-encre);
  border: 2px solid var(--lok-encre);
  align-self: flex-start;
}

.lok-bouton--ligne:hover {
  background: var(--lok-encre);
  color: #FFFFFF;
}

.lok-reassurance {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 6px;
}

.lok-reassurance span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--lok-encre-doux);
}

.lok-reassurance svg { color: var(--lok-terracotta); }

/* --- Adaptation mobile ---------------------------------------------------- */

@media (max-width: 991px) {
  .lok-section { padding: 48px 20px; }
  .lok-hero__texte { padding: 40px 20px; }
  .lok-grille-3,
  .lok-etapes { grid-template-columns: 1fr; }
  .lok-avant-apres { margin: 0 20px; }
  .lok-avant-apres__texte { padding: 32px 22px; }
  h1, .h1 { font-size: 32px; }
  h2, .h2 { font-size: 26px; }
}

@media (max-width: 575px) {
  .lok-hero__achat { gap: 12px; }
  .lok-bouton { width: 100%; text-align: center; }
}

/* --- Barre d'achat fixe sur mobile (fiche produit) ------------------------ */

@media (max-width: 767px) {
  body#product .lok-barre-achat {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    background: #FFFFFF;
    border-top: 1px solid var(--lok-bord);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 -2px 18px rgba(27, 20, 24, 0.08);
  }
  body#product { padding-bottom: 92px; }
}

.lok-barre-achat { display: none; }

/* --- Détails hérités du thème à neutraliser -------------------------------- */

.tvcms-title-wrapper h2::after,
.tvcms-heading-title::after {
  background: var(--lok-fuchsia);
}


/* ==========================================================================
   Complément : logo, bandeau de réassurance, pied de page
   ========================================================================== */

/* --- Logo : proportions respectées ---------------------------------------- */

.logo,
.logo.img-responsive,
#tvcmsdesktop-logo img,
.tvcms-header-logo img,
.tvcmsmobile-header-logo img {
  width: auto !important;
  height: 62px !important;
  max-width: 100%;
  object-fit: contain;
}

.tvcmsmobile-header-logo img { height: 46px !important; }

/* (retiré : .tvfooter-logo-link-wrapper englobe tout le pied de page) */

/* --- Bandeau de réassurance ------------------------------------------------ */

.blockreassurance,
#block-reassurance,
.container-blockreassurance {
  background: var(--lok-blush);
  border: 0;
  box-shadow: none;
  padding: 0;
}

.container-blockreassurance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 20px 24px;
}

.container-blockreassurance > div,
.blockreassurance .block-reassurance-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: left;
  padding: 4px 8px;
  border: 0;
}

.blockreassurance .block-icon,
.container-blockreassurance .block-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blockreassurance .block-icon img,
.container-blockreassurance .block-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: none;
}

.blockreassurance .block-title,
.container-blockreassurance .block-title {
  font-family: var(--lok-texte);
  font-size: 14px;
  font-weight: 700;
  color: var(--lok-encre);
  line-height: 1.35;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .container-blockreassurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 16px 14px;
    gap: 6px;
  }
  .blockreassurance .block-title,
  .container-blockreassurance .block-title { font-size: 13px; }
}

/* --- Pied de page ---------------------------------------------------------- */

.footer-container,
.footer-container.tvcmsfooter-background-image,
.tvcmsfooter-background-image {
  background-image: none !important;
  background-color: var(--lok-blush);
  color: var(--lok-encre);
  padding-top: 52px;
  border-top: 1px solid var(--lok-bord);
}

.footer-container::before,
.footer-container::after {
  display: none;
}

.footer-container .tvfooter-title-wrapper h3,
.footer-container .tvfooter-title,
.footer-container h3,
.footer-container h4,
.footer-container .h3 {
  font-family: var(--lok-titre);
  font-size: 19px;
  font-weight: 600;
  color: var(--lok-encre);
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  text-transform: none;
}

.footer-container a,
.footer-container li a,
.footer-container .tvfooter-address,
.footer-container p {
  color: var(--lok-encre-doux);
  font-size: 15px;
  line-height: 1.7;
}

.footer-container a:hover,
.footer-container li a:hover {
  color: var(--lok-framboise);
  text-decoration: none;
}

/* Réseaux sociaux : pastilles nude, pictogramme encre */
.footer-container .block-social li,
.tvcmsfooter-social-icon li {
  background: var(--lok-nude) !important;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: background-color .18s ease;
}

.footer-container .block-social li:hover,
.tvcmsfooter-social-icon li:hover {
  background: var(--lok-framboise) !important;
}

.footer-container .block-social li a,
.tvcmsfooter-social-icon li a {
  color: var(--lok-encre);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container .block-social li:hover a,
.tvcmsfooter-social-icon li:hover a { color: #FFFFFF; }

/* Bande basse : copyright et moyens de paiement */
.tvfooter-copy-payment-icon-wrapper,
.tvfooter-copy-payment-icon-content {
  background: var(--lok-nude);
  color: var(--lok-encre-doux);
  border-top: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-top: 40px;
  font-size: 14px;
}

.tvfooter-copy-payment-icon-wrapper a { color: var(--lok-encre); }

/* Inscription à la newsletter dans le pied de page */
.footer-container .tvcms-newsletter-wrapper input[type="email"],
.footer-container input[type="email"] {
  border-radius: 999px;
  border: 1px solid var(--lok-bord);
  padding: 13px 18px;
  min-height: 46px;
  background: #FFFFFF;
}

/* --- Carrousel retiré de l'accueil ---------------------------------------- */
/* Le module tvcmsslider est désactivé (voir .deploy/sql/20260918b_blocs.sql).
   Ce filet évite qu'un reste de balisage n'occupe de la place si le module
   venait à être réactivé sans contenu. */

.page-index .tvcmsmain-slider-wrapper:empty,
.page-index .tvcms-slider-offerbanner-wrapper:empty { display: none; }


/* ==========================================================================
   Correctifs : alignement de la réassurance, cohérence des pages intérieures
   ========================================================================== */

/* --- Bandeau de réassurance : alignement sur toutes les largeurs ----------- */
/* Le module rend une grille Bootstrap (.row > .col-md-3) dont les blocs n'ont
   pas la même hauteur, avec un paragraphe vide qui décale le texte.
   On repasse la ligne en flex, chaque bloc occupant la même part. */

.container-blockreassurance {
  display: block;
  padding: 18px 24px;
}

.blockreassurance .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  row-gap: 10px;
}

.blockreassurance .row > [class*="col-"] {
  flex: 1 1 0;
  min-width: 200px;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 6px 10px;
  margin: 0;
  text-align: left;
}

/* Le paragraphe vide du module ne doit pas créer d'espace */
.blockreassurance .row > [class*="col-"] > p:empty { display: none; }

/* Pictogramme : boîte fixe, donc textes alignés quelle que soit la longueur */
.blockreassurance .block-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blockreassurance .block-icon img,
.blockreassurance .block-icon svg {
  width: 30px;
  height: 30px;
  max-width: none;
  object-fit: contain;
}

/* Le module masque l'image le temps de l'injection du SVG : si son script
   ne s'exécute pas, l'icône resterait invisible. */
.blockreassurance .block-icon img.invisible {
  visibility: visible !important;
  opacity: 1 !important;
}

/* La couleur du titre est écrite en style en ligne par le module */
.blockreassurance .block-title,
.container-blockreassurance .block-title {
  color: var(--lok-encre) !important;
  margin: 0 !important;
  text-align: left;
}

@media (max-width: 767px) {
  .blockreassurance .row > [class*="col-"] {
    flex: 1 1 45%;
    min-width: 45%;
    justify-content: flex-start;
  }
}

@media (max-width: 479px) {
  .blockreassurance .row > [class*="col-"] { flex: 1 1 100%; min-width: 100%; }
}

/* --- Pages intérieures : même respiration que l'accueil --------------------- */
/* Le thème met les pages hors accueil dans un conteneur étroit. On aligne la
   largeur et les marges sur celles des sections de l'accueil. */

#wrapper > .container.tv-left-layout {
  max-width: 1360px;
  padding-left: 24px;
  padding-right: 24px;
}

.page-cms .page-content,
.page-cms .cms-description {
  font-size: 17px;
  line-height: 1.75;
  color: var(--lok-encre-doux);
}

.page-cms h1,
.page-cms h2,
.page-cms h3,
.page-cms .page-header h1 {
  font-family: var(--lok-titre);
  color: var(--lok-encre);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.page-cms a { color: var(--lok-framboise); }
.page-cms a:hover { color: var(--lok-framboise-fonce); }

/* Blocs mis en avant dans les pages CMS (encadrés, listes d'icônes) */
.page-cms .highlight-box {
  background: var(--lok-blush);
  border: 0;
  border-radius: var(--lok-rayon);
  padding: 24px 26px;
}

.page-cms .icon-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.page-cms .icon-item {
  flex: 1 1 220px;
  background: var(--lok-blush);
  border-radius: var(--lok-rayon-bloc);
  padding: 20px 22px;
}

/* Fil d'Ariane */
.breadcrumb,
#wrapper .breadcrumb {
  background: transparent;
  padding: 18px 0;
  font-size: 13px;
}

.breadcrumb a,
.breadcrumb li a { color: var(--lok-gris); }
.breadcrumb a:hover { color: var(--lok-framboise); }


/* --- Bandeau de consentement ---------------------------------------------- */

.lok-consentement {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 1200;
  background: #FFFFFF;
  border: 1px solid var(--lok-bord);
  border-radius: var(--lok-rayon);
  box-shadow: 0 8px 30px rgba(27, 20, 24, 0.14);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.lok-consentement[hidden] { display: none !important; }

.lok-consentement__texte strong {
  display: block;
  font-family: var(--lok-titre);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.lok-consentement__texte p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--lok-encre-doux);
}

.lok-consentement__actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.lok-consentement .lok-bouton {
  font-size: 15px;
  padding: 12px 24px;
}

@media (max-width: 767px) {
  .lok-consentement { flex-direction: column; align-items: stretch; gap: 16px; padding: 18px; }
  .lok-consentement__actions .lok-bouton { flex: 1 1 0; text-align: center; }
}

/* ==========================================================================
   Reprise automatique des règles du thème qui utilisaient l'or #c9a654.
   Générées depuis custom.css : même sélecteur, couleur remplacée.
   ========================================================================== */
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper .tv-header-menu[data-depth="0"]>li>.tvmenu-link-wrapper a span:after{background-color: var(--lok-framboise);}
#tvcmsdesktop-main-menu .tvcmsmain-menu-wrapper .tv-header-menu[data-depth="1"]>li>.tvmenu-link-wrapper a span:hover{color: var(--lok-framboise);}
.tvsearch-dropdown-wrapper:hover .tvsearch-dropdown-content-box .tvsearch-dropdown-title{color: var(--lok-framboise);}
.tvdesktop-wishlist:hover .tvwishlist-name span,
.tvcmsdesktop-view-compare:hover .tvdesktop-view-compare-name,
.tvdesktop-wishlist:hover .tvwishlist-icon i,
.tvdesktop-view-compare:hover .tvdesktop-compare-icon i,
.tvheader-cart-btn-wrapper a:hover .tv-cart-icon i{color: var(--lok-framboise);}
#tvcmsdesktop-language-selector:hover .tv-language-btn i,
#tvcmsdesktop-currency-selector:hover .tv-currency-btn i,
#tvcmsdesktop-user-info:hover .tvhedaer-sign-btn i,
#tvcmsdesktop-language-selector:hover .tv-language-btn .tv-language-span,
#tvcmsdesktop-currency-selector:hover .tv-currency-btn .tv-currency-span,
#tvcmsdesktop-user-info .tvhedaer-sign-btn:hover,
.tv-account-dropdown a.tvmyccount:hover{color: var(--lok-framboise);}
.tv-language-dropdown li a:hover,
.tv-currency-dropdown li a:hover{color: var(--lok-framboise);}
.tvcart-product-list-checkout{background-color: var(--lok-framboise);}
.tvcart-product-list-viewcart:hover{background-color: var(--lok-framboise);}
.tvcategory-title-wrapper{background-color: var(--lok-framboise);}
.tvnews-event-link a:hover,
.tvallproduct-link a:hover,
.tvleft-right-penal-all-block .tvall-product-bottom-link-block a:hover,
.tvcmsblog-left-side .tvnews-event-link a:hover,
.tvfooter-view-link a:hover,
.tvnews-event-link a:hover i,
.tvallproduct-link a:hover i,
.tvleft-right-penal-all-block .tvall-product-bottom-link-block a:hover i,
.tvcmsblog-left-side .tvnews-event-link a:hover i,
.tvfooter-view-link a:hover i{color: var(--lok-framboise);}
.tvtab-title-wrapper .tvtabs-products li:hover,
.tvtab-title-wrapper .tvtabs-products li.active{background-color: var(--lok-framboise);}
.tvproduct-wrapper .tvproduct-timer-wrapper .seconds{color: var(--lok-framboise);}
.tvproduct-wrapper .tvproduct-quick-btn:hover .tvproduct-quick-icon,
.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-add-to-cart,
.tvproduct-wrapper .tvproduct-wishlist:hover .tvproduct-wishlist-icon,
.tvproduct-wrapper .tvcompare-wrapper:hover .tvproduct-compare-icon i.add{background-color: var(--lok-framboise);}
.tvproduct-wrapper .tvcompare-wrapper:hover .tvproduct-compare-icon i.remove{background-color: var(--lok-framboise);}
.tvproduct-wrapper .tvproduct-cart-btn .tvproduct-out-of-stock{background-color: var(--lok-framboise);}
.tvproduct-wrapper .tvproduct-cart-btn:hover .tvproduct-out-of-stock{background-color: var(--lok-framboise);}
.tvproduct-wishlist-compare .tvcompare-wrapper:hover i,
.tvproduct-wishlist-compare .tvcompare-wrapper:hover span,
.tvproduct-wishlist-compare .tvproduct-wishlist:hover i,
.tvproduct-wishlist-compare .tvproduct-wishlist:hover span{color: var(--lok-framboise);}
.product-price-and-shipping .price{color: var(--lok-framboise);}
.tvproduct-cart-quentity-increment:hover,
.tvproduct-cart-quentity-decrement:hover{background-color: var(--lok-framboise);}
.tvcmsprev-btn:hover{border: 1px solid var(--lok-framboise);background-color: var(--lok-framboise);}
.tvcmsnext-btn:hover{border: 1px solid var(--lok-framboise);background-color: var(--lok-framboise);}
.nivo-controlNav .nivo-control.active{background-color: var(--lok-framboise);}
.tvnewsleteer-btn-wrapper .btn-primary:hover{background-color: var(--lok-framboise);}
.tvfooter-store-link a:hover{color: var(--lok-framboise);}
.footer-container li a:hover{color: var(--lok-framboise);}
.tvcopylink p:hover{color: var(--lok-framboise);}
.tvbottom-to-top:hover{background-color: var(--lok-framboise);}
.ttvcmscart-show-dropdown-right .ttvcart-product-label-value.total .ttvcart-product-value{color: var(--lok-framboise);}
.ttvcmscart-show-dropdown-right .ttvcart-counter{background-color: var(--lok-framboise);}
.ttvcmscart-show-dropdown-right .tvcart-product-content .product-price{color: var(--lok-framboise);}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-checkout{background-color: var(--lok-framboise);}
.ttvcmscart-show-dropdown-right .ttvcart-product-list-viewcart:hover{background-color: var(--lok-framboise);}
::selection{background-color: var(--lok-framboise);}
a:focus,
a:hover{color: var(--lok-framboise);}
.btn-primary:hover{background-color: var(--lok-framboise);}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover{background-color: var(--lok-framboise);border-color: var(--lok-framboise);}
.btn-outline-primary{color: var(--lok-framboise);border-color: var(--lok-framboise);}
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.btn-outline-primary.dropdown-toggle{background-color: var(--lok-framboise);border-color: var(--lok-framboise);}
.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open>.btn-outline-info.dropdown-toggle.focus,
.open>.btn-outline-info.dropdown-toggle:focus,
.open>.btn-outline-info.dropdown-toggle:hover{background-color: var(--lok-framboise);border-color: var(--lok-framboise);}
.btn-link{color: var(--lok-framboise);}
.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover{background-color: var(--lok-framboise);}
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover{background-color: var(--lok-framboise);}
.card-primary{background-color: var(--lok-framboise);border-color: var(--lok-framboise);}
.card-outline-primary{border-color: var(--lok-framboise);}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover{background-color: var(--lok-framboise);border-color: var(--lok-framboise);}
.page-link{color: var(--lok-framboise);}
.tag-primary{background-color: var(--lok-framboise);}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover{background-color: var(--lok-framboise);border-color: var(--lok-framboise);}
.bg-primary{background-color: var(--lok-framboise);}
.text-primary{color: var(--lok-framboise);}
.btn-unstyle:focus .expand-more{color: var(--lok-framboise);}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default{background: var(--lok-framboise);}
.custom-radio input[type=radio]:checked+span{background-color: var(--lok-framboise);}
.dropdown-item:focus,
.dropdown-item:hover{color: var(--lok-framboise);}
.search-widget form input[type=text]:focus+button .search{color: var(--lok-framboise);}
.search-widget form button[type=submit] .search:hover{color: var(--lok-framboise);}
#header .top-menu a[data-depth="0"]:hover{color: var(--lok-framboise);}
.top-menu .sub-menu a:hover{color: var(--lok-framboise);}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address{background-color: var(--lok-framboise);}
.page-my-account #content .links a:hover i{color: var(--lok-framboise);}
.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i{color: var(--lok-framboise);}
.products-sort-order .select-list:hover{background: var(--lok-framboise);}
.facet-dropdown.open>.select-title{border: 3px solid var(--lok-framboise);}
.facet-dropdown .select-list:hover{background: var(--lok-framboise);}
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover{color: var(--lok-framboise);}
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover{color: var(--lok-framboise);}
.tabs .nav-tabs .nav-link.active{color: var(--lok-framboise);}
#product-modal .modal-content .modal-body .product-images img:hover{border-color: var(--lok-framboise);}
#blockcart-modal .product-name{color: var(--lok-framboise);}
.product-price .current-price .price,
.modal-body.tv-addtocart-content-part .tv-addtocart-price{color: var(--lok-framboise);}
.cart-grid-body a.label:hover{color: var(--lok-framboise);}
.block_newsletter form input[type=text]:focus+button .search{color: var(--lok-framboise);}
.block_newsletter form button[type=submit] .search:hover{color: var(--lok-framboise);}
.account-list a:hover{color: var(--lok-framboise);}
#header .header-nav .cart-preview.active{background: var(--lok-framboise);}
#header .header-nav .blockcart a:hover{color: var(--lok-framboise);}
#wrapper .breadcrumb li:last-child a,
#wrapper .breadcrumb li:hover a{color: var(--lok-framboise);}
#search_filters_brands .facet .tvsearch-filter-brand-wrapper li.facet-label a:hover,
#search_filters_suppliers .facet .tvserach-filter-suppliers li.facet-label a:hover,
.tvserach-filter-suppliers p:hover{color: var(--lok-framboise);}
.tvprocess-to-checkout{background-color: var(--lok-framboise);}
.tvwishlist-send-mess-btn .button-small{background-color: var(--lok-framboise);}
.tvcmsNewsLetterPopup-i .tvnewsletterpopup-button-icon:hover{background-color: var(--lok-framboise);}
.sitemap ul li a:hover{color: var(--lok-framboise);}
.tvsearch-dropdown-total-wrapper:hover .tvsearch-dropdown-total{color: var(--lok-framboise);}
.tvcart-product-list-checkout:hover{background-color: var(--lok-framboise);}
.block-categories .category-sub-menu li[data-depth="2"]:hover>a,
.block-categories .category-sub-menu li[data-depth="0"]:hover>a,
.block-categories .category-sub-menu li[data-depth="1"]:hover>a{color: var(--lok-framboise);}
.block-categories .category-sub-menu li:hover>.navbar-toggler{color: var(--lok-framboise);}
.block-categories .category-sub-menu li .category-sub-link:hover{color: var(--lok-framboise);}
.tvblog-event-all-content-block .tvnews-event-titel:hover a{color: var(--lok-framboise);}
#search_filters .facet .facet-label:hover a{color: var(--lok-framboise);}
.tvall-inner-btn{background-color: var(--lok-framboise);}
.tvsticky-up-arrow:hover,
.tvsticky-wishlist:hover,
.tvsticky-compare:hover,
.tvright-sticky-account:hover,
.tvright-sticky-add-to-cart:hover{background: var(--lok-framboise);}
.tv_search_filter_wrapper .tvleft-right-title-wrapper:hover{border-color: var(--lok-framboise);}
#wrapper .breadcrumb a:hover i{color: var(--lok-framboise);}
.cms-description a{color: var(--lok-framboise);}
.newsletter_block_popup-bottom label:after{background-color: var(--lok-framboise);}
#header .tv-cart-icon-main svg g path:nth-child(1){fill: var(--lok-framboise) !important;}
.tvheader-search-display-icon .tvsearch-open svg circle:nth-child(2){fill: var(--lok-framboise) !important;}
.tvsearch-header-display-full .tvheader-search-btn svg circle:nth-child(2){fill: var(--lok-framboise) !important;}
.tv-sub-category-inner:hover .tvcategory-name a{color: var(--lok-framboise);}
.tvcategory-chain-title a:hover{color: var(--lok-framboise);}
.cart-content-btn a.tvall-inner-btn{background-color: var(--lok-framboise);}
.lang-rtl .tvcmsvertical-menu li.level-1:hover,
.lang-rtl .tvvertical-menu-show-hide-category .tvvertical-show-category:hover,
.lang-rtl .tvvertical-menu-show-hide-category .tvvertical-hide-category:hover{border-right: 3px solid var(--lok-framboise);}
*::-webkit-scrollbar-thumb{background-color: var(--lok-framboise);}
#_desktop_wishtlistTop .tvwishlist-number, .tvcmsdesktop-view-compare .count-product{background-color: var(--lok-framboise);}
.tvcmscustomer-services .tvservices-center:hover .tvservices-img i{color: var(--lok-framboise);}
.tv_search_filter_wrapper .tvleft-right-title-wrapper:hover,
.tvcms-left-column-wrapper .tv-left-pannal-btn-wrapper:hover{border-color: var(--lok-framboise);}
#header .tv-menu-horizontal ul li.level-1:hover>a span:first-child,
.tv-menu-horizontal li.level-1.parent:hover>a:after{color: var(--lok-framboise);}

/* Reprise automatique : règles du thème qui écrivaient en blanc dans le pied de page,
   devenu clair depuis le retrait de l'image de fond. */
.tvfooter-social-icon-left li:hover a{color: var(--lok-encre);}
.footer-container.footer-3 .tvfooter-title-wrapper .tvfooter-title:after,
.footer-container.footer-3 .block_newsletter .tvnewsletter-title:after{color: var(--lok-encre);}
.tvfooter-toggle-icon-wrapper.tvfooter-toggle-icon i{color: var(--lok-encre);}
.tvapp-logo-content-box .tvfooter-title{color: var(--lok-encre);}

/* ==========================================================================
   Correctifs du 18/09 (2) : réassurance sur toutes les largeurs,
   bandeau haut aux couleurs de la marque, logo vectoriel
   ========================================================================== */

/* --- Bandeau d'annonce en haut de page ------------------------------------ */

.tvheader-offer-wrapper,
.tvcmsdesktop-top-header-wrapper .tvheader-offer-wrapper {
  background: var(--lok-framboise) !important;
  color: #FFFFFF !important;
}

.tvheader-nav-offer-text,
.tvheader-nav-offer-text p,
.tvheader-nav-offer-text i,
.tvheader-offer-wrapper a {
  color: #FFFFFF !important;
  font-family: var(--lok-texte);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin: 0;
}

.tvheader-nav-offer-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 16px;
  min-height: 40px;
}

.tvheader-nav-offer-text i { font-size: 17px; }

/* --- Logo vectoriel --------------------------------------------------------- */
/* Uniquement sur les DEUX conteneurs de logo : celui du bureau et celui que le
   thème remplit en JavaScript sur mobile. Surtout pas sur un conteneur large :
   une première version visait .tvfooter-logo-link-wrapper, qui englobe TOUT le
   pied de page, et le logo se retrouvait en fond de chaque lien de menu. */

#tvcmsdesktop-logo .tv-header-logo > a,
#tvcmsmobile-header-logo .tv-header-logo > a,
#tvcmsmobile-header-logo > a {
  display: inline-block;
  width: 170px;
  height: 64px;
  background: url('../img/lokaelle-logo.svg') center / contain no-repeat;
}

#tvcmsdesktop-logo .tv-header-logo > a > img,
#tvcmsmobile-header-logo .tv-header-logo > a > img,
#tvcmsmobile-header-logo > a > img {
  opacity: 0;
  width: 170px;
  height: 64px;
  display: block;
}

@media (max-width: 991px) {
  #tvcmsmobile-header-logo .tv-header-logo > a,
  #tvcmsmobile-header-logo > a,
  #tvcmsmobile-header-logo .tv-header-logo > a > img,
  #tvcmsmobile-header-logo > a > img { width: 132px; height: 50px; }
}

/* Écran de chargement du thème : version PNG, simplement à la bonne taille */
.tvcms-loading-inner img.logo { width: auto !important; height: 60px !important; }


/* --- Réassurance : reprise complète ----------------------------------------
   Le module impose des hauteurs fixes (70 px, puis 35 px sous 575 px), un
   float et un max-width qui coupe les titres de deux lignes. Chaque contrainte
   est neutralisée ici, sinon l'alignement casse sur mobile et tablette.       */

.container-blockreassurance {
  display: block !important;
  max-width: 1360px;
  margin: 0 auto;
  padding: 14px 16px !important;
  background: var(--lok-blush);
}

.blockreassurance {
  padding: 0 !important;
  text-align: left !important;
  width: 100% !important;
  background: transparent;
}

.blockreassurance .row {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 !important;
  gap: 4px 0;
}

/* Un quart de la largeur sur bureau, la moitié sur tablette, tout sur mobile */
.blockreassurance .row > [class*="col-"] {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 0;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 10px !important;
  margin: 0 !important;
  float: none !important;
  text-align: left !important;
}

.blockreassurance .row > [class*="col-"] > p:empty { display: none !important; }

.blockreassurance .block-icon {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.blockreassurance .block-icon img,
.blockreassurance .block-icon svg {
  width: 28px !important;
  height: 28px !important;
  max-width: none;
  object-fit: contain;
  visibility: visible !important;
  opacity: 1 !important;
}

.blockreassurance .block-title {
  height: auto !important;
  max-width: none !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  float: none !important;
  line-height: 1.3 !important;
  font-size: 14px !important;
  font-weight: 700;
  color: var(--lok-encre) !important;
  text-align: left !important;
  overflow: visible !important;
  white-space: normal !important;
}

@media (max-width: 991px) {
  .blockreassurance .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blockreassurance .block-title { font-size: 13px !important; }
}

@media (max-width: 575px) {
  .container-blockreassurance { padding: 10px 12px !important; }
  .blockreassurance .row > [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 6px 6px !important;
    gap: 8px;
  }
  .blockreassurance .block-icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px;
  }
  .blockreassurance .block-icon img,
  .blockreassurance .block-icon svg { width: 24px !important; height: 24px !important; }
  .blockreassurance .block-title { font-size: 12px !important; line-height: 1.25 !important; }
}

/* --- Bandeau de réassurance maison ---------------------------------------- */
/* Le bloc du module débordait de l'écran : il est masqué et remplacé par ce
   bandeau, placé hors du conteneur de l'en-tête (_partials/lok-reassurance.tpl). */

.container-blockreassurance,
header .blockreassurance { display: none !important; }

.lok-bandeau-reassurance {
  background: var(--lok-blush);
  border-bottom: 1px solid var(--lok-bord);
  width: 100%;
  overflow: hidden;
}

.lok-bandeau-reassurance__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
  box-sizing: border-box;
}

.lok-reassurance-item {
  flex: 0 0 25%;
  max-width: 25%;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--lok-encre);
  line-height: 1.3;
}

.lok-reassurance-item svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  color: var(--lok-terracotta);
}

.lok-reassurance-item > span {
  min-width: 0;
  overflow-wrap: anywhere;
}

@media (max-width: 991px) {
  .lok-reassurance-item { flex: 0 0 50%; max-width: 50%; justify-content: flex-start; font-size: 13px; }
}

@media (max-width: 575px) {
  .lok-bandeau-reassurance__inner { padding: 10px 12px; gap: 8px 0; }
  .lok-reassurance-item { font-size: 12px; gap: 8px; padding: 2px 4px; }
  .lok-reassurance-item svg { width: 22px; height: 22px; }
}

/* --- Bandeau d'annonce (haut de page) ------------------------------------- */
/* Remplace celui du thème, masqué en dur dans desk-header-5.tpl. */

.lok-annonce {
  background: var(--lok-framboise);
  color: #FFFFFF;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding: 10px 16px;
}

@media (max-width: 575px) {
  .lok-annonce { font-size: 12px; padding: 9px 12px; }
}

/* --- Pied de page : lisibilité des liens ---------------------------------- */
/* Les liens héritaient d'un terracotta trop clair sur fond blush (contraste
   insuffisant). On repasse en encre adoucie, framboise au survol. */

.footer-container a,
.footer-container li a,
.footer-container .tvfooter-address,
.footer-container .tvfooter-address a,
#footer a {
  color: var(--lok-encre-doux) !important;
}

.footer-container a:hover,
.footer-container li a:hover,
#footer a:hover {
  color: var(--lok-framboise) !important;
}

/* Puces décoratives du thème : discrètes, alignées sur le texte */
.footer-container li .material-icons,
.footer-container li i {
  color: var(--lok-terracotta);
  font-size: 13px !important;
  vertical-align: middle;
  opacity: .75;
}

/* Espace laissé par l'ancienne image de fond */
.footer-container { padding-bottom: 8px; }
.tvfooter-storelogo-imformation { padding-bottom: 8px; }
