/* PrestaShop 9 migration: restore the legacy Il-umine desktop header. */
@media (min-width: 768px) {
  #header {
    border-bottom: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
  }

  #header .subtop-nav {
    background: #1d1d1b;
    color: #fff;
    min-height: 40px;
    padding: 0;
  }

  #header .subtop-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    max-width: 1140px;
  }

  #header .subtop-nav #block-reassurance {
    flex: 1 1 auto;
    margin: 0;
    width: auto;
    max-width: none;
    background: transparent !important;
  }

  #header .subtop-nav #block-reassurance ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent !important;
  }

  #header .subtop-nav .block-reassurance-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    width: auto;
    color: #fff;
    text-align: left;
    white-space: nowrap;
    background: transparent !important;
  }

  #header .subtop-nav .block-reassurance-item figure {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    margin: 0;
    border-radius: 50%;
    background: #fff;
    width: 26px;
    height: 26px;
    overflow: hidden;
  }

  #header .subtop-nav .block-reassurance-item img {
    display: block;
    margin: 0;
    width: auto;
    max-width: 20px;
    height: auto;
    max-height: 20px;
  }

  #header .subtop-nav .block-reassurance-item .h6 {
    margin: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
  }

  #header .subtop-nav #_desktop_contact_link:empty {
    display: none;
  }

  #header .subtop-nav #_desktop_contact_link {
    flex: 0 0 auto;
    margin-left: 32px;
    color: #fff !important;
    line-height: 40px;
    white-space: nowrap;
  }

  #header .subtop-nav #_desktop_contact_link * {
    color: #fff !important;
  }

  #header .subtop-nav #contact-link,
  #header .subtop-nav #contact-link > div,
  #header .subtop-nav #contact-link a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff !important;
    font-size: 15px;
    line-height: 40px;
    white-space: nowrap;
  }

  #header .subtop-nav #contact-link a:hover {
    color: #fff !important;
  }

  #header .subtop-nav #contact-link .icon-phone {
    color: #fff !important;
    font-size: 18px;
    line-height: 1;
  }

  #header .subtop-nav .ilumine-top-phone {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    margin-left: 32px;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    white-space: nowrap;
  }

  #header .subtop-nav .ilumine-top-phone a {
    color: #fff;
  }

  #header .subtop-nav .ilumine-top-phone .material-icons {
    font-size: 18px;
    line-height: 1;
  }

  #header .header-nav {
    min-height: 96px;
    padding: 18px 0 12px;
    background: #fff;
  }

  #header .header-nav .container,
  #header .header-top .container {
    max-width: 1140px;
  }

  #header .header-nav .row {
    display: flex;
    align-items: center;
  }

  #header .header-nav #_desktop_logo h1 {
    margin: 0;
  }

  #header .header-nav .logo {
    width: 220px;
    max-width: 100%;
    height: auto;
  }

  #header .header-nav .right-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    min-height: 56px;
  }

  #header .header-top {
    padding: 0 0 14px;
    background: #fff;
  }

  #header .nav-main {
    display: block;
    margin-top: 0;
    width: 100%;
  }

  #header .nav-shop,
  #header .nav-shop #_desktop_top_menu {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  #header .nav-shop #top-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #header .nav-shop #top-menu::before {
    content: none;
  }

  #header .nav-shop #top-menu > li.category {
    border-left: 2px solid #1d1d1b;
    padding: 0 28px;
  }

  #header .nav-shop #top-menu > li.category:first-child {
    border-left: 0;
  }

  #header .nav-shop #top-menu a[data-depth='0'] {
    padding: 0;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
}

/* PrestaShop 9 migration: keep the restored HiGallery home block inside content width. */
body#index .gallerys-container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

body#index .gallerys-container .gallery-main {
  width: 100%;
}

body#index .gallerys-container .products-section-title,
body#index .gallerys-container .gallery-title,
body#index .gallerys-container .gallery-description {
  text-align: center;
}

/* PrestaShop 9 migration: category listings match the legacy full-width layout. */
body#category #left-column {
  display: none !important;
}

body#category #content-wrapper {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: auto;
  margin-left: auto;
}

body#category #main {
  width: 100%;
  max-width: 100%;
}

body#category .block-category.card {
  border: 0;
  text-align: center;
  box-shadow: none;
}

body#category .block-category.card.card-block {
  padding-right: 0;
  padding-left: 0;
}

body#category .block-category .h1 {
  text-transform: uppercase;
}

body#category .block-category .block-category-inner {
  justify-content: center;
}

body#category .block-category .block-category-inner .category-cover {
  width: 100%;
  text-align: center;
}

body#category .block-category .block-category-inner .category-cover img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}

body#category #subcategories {
  margin: 42px auto 52px;
  padding: 0;
  border: 0;
  box-shadow: none;
}

body#category #subcategories .subcategories-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body#category #subcategories .subcategories-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 250px;
  width: 250px;
  min-height: 52px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid #70706f;
  text-align: center;
  transition: background-color .15s ease, border-color .15s ease;
}

body#category #subcategories .subcategories-list li:hover,
body#category #subcategories .subcategories-list li:focus-within {
  background-color: #333;
  border-color: #333;
}

body#category #subcategories .subcategories-list a {
  color: #7f6f63;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
  text-transform: none;
}

body#category #subcategories .subcategories-list li:hover a,
body#category #subcategories .subcategories-list li:focus-within a {
  color: #fff;
}

body#category #products .products {
  justify-content: center;
}

@media (min-width: 1200px) {
  body#category #products .product-miniature {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}

body#category #products .product-miniature {
  padding: 0 10px 38px;
}

body#category #products .thumbnail-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto !important;
  overflow: visible;
  box-shadow: none;
}

body#category #products .thumbnail-container .product-thumbnail {
  display: block;
  width: 100%;
  height: auto !important;
  margin: 0;
}

body#category #products .thumbnail-container .product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body#category #products .thumbnail-container .product-description {
  position: static !important;
  width: 100%;
  height: auto !important;
  min-height: 126px;
  padding: 20px 4px 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  text-align: center;
}

body#category #products .product-title {
  margin: 0 0 8px;
  min-height: 64px;
}

body#category #products .product-price-and-shipping {
  min-height: 24px;
}

body#category #products .highlighted-informations {
  display: none;
}

@media (max-width: 767px) {
  #header {
    border-bottom: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
  }

  #header .header-banner,
  #header .subtop-nav {
    display: none;
  }

  #header .header-nav {
    min-height: 52px;
    height: 52px;
    padding: 0;
    background: #fff;
  }

  #header .header-nav .container {
    height: 52px;
  }

  #header .header-nav .hidden-md-up.mobile {
    position: relative;
    height: 52px;
    min-height: 52px;
  }

  #header #menu-icon {
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0;
    line-height: 52px;
  }

  #header #menu-icon .material-icons {
    margin-right: 4px;
    font-size: 24px;
  }

  #header #_mobile_logo {
    position: absolute;
    top: 0;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 52px;
    margin: 0;
    padding: 0 !important;
    transform: translateX(-50%);
  }

  #header #_mobile_logo h1 {
    margin: 0;
    line-height: 1;
  }

  #header #_mobile_logo .logo {
    display: block;
    width: 160px;
    max-width: 160px;
    max-height: 42px;
    height: auto;
  }

  #header #_mobile_user_info,
  #header #_mobile_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 52px;
    padding: 0;
  }

  #header #_mobile_user_info .user-info,
  #header #_mobile_cart .blockcart {
    display: flex;
    align-items: center;
    height: 52px;
  }

  #header .header-top {
    height: 0;
    padding: 0;
    background: #fff;
  }

  body#index .gallerys-container {
    max-width: 100%;
  }

  body#category #subcategories {
    margin-top: 28px;
    margin-bottom: 34px;
  }

  body#category #subcategories .subcategories-list {
    gap: 14px;
  }

  body#category #subcategories .subcategories-list li {
    flex-basis: 100%;
    min-width: 0;
  }
}

/* PrestaShop 9 migration: keep the legacy footer as four balanced columns. */
@media (min-width: 768px) {
  #footer .footer-container > .container > .row:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  #footer .footer-container > .container > .row:first-child > .links,
  #footer .footer-container > .container > .row:first-child > .block-contact {
    float: none;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    min-width: 0;
    padding-right: 15px;
    padding-left: 15px;
  }

  #footer .footer-container > .container > .row:first-child > .links:first-child {
    display: block;
  }

  #footer .footer-container > .container > .row:first-child > .links > .wrapper {
    float: none;
    width: auto;
    min-width: 0;
    padding: 0;
  }

  #footer .footer-container > .container > .row:first-child > .block-social {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 75%;
    padding-right: 15px;
    padding-left: 15px;
  }

  #footer .footer-container > .container > .row:first-child > #steavisgarantisFooter,
  #footer .footer-container > .container > .row:first-child > #steavisgarantisFooterVerif {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  #header .subtop-nav #block-reassurance ul {
    gap: 22px;
  }

  #header .subtop-nav .block-reassurance-item .h6 {
    font-size: 12px;
  }
}

/* PrestaShop 9 migration: normalize footer links, including module-injected items. */
#footer .footer-container .links ul li > a,
#footer .footer-container .links ul li > span[role="link"] {
  display: inline-block;
  color: #232323;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}

#footer .footer-container .links ul li > a:hover,
#footer .footer-container .links ul li > a:focus,
#footer .footer-container .links ul li > span[role="link"]:hover,
#footer .footer-container .links ul li > span[role="link"]:focus {
  color: #7f6f63;
  text-decoration: none;
  cursor: pointer;
}

/* Restore the legacy footer social icons: no white tile, warm grey pictograms. */
#footer .block-social {
  margin-top: 28px;
  text-align: center;
}

#footer .block-social ul {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
}

#footer .block-social ul li {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  overflow: hidden;
  background: transparent !important;
  color: #7f6f63;
  list-style: none;
  font-size: 27px;
  line-height: 30px;
}

#footer .block-social ul li:hover {
  background: transparent !important;
  color: #1d1d1b;
}

#footer .block-social ul li a {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 !important;
  color: transparent !important;
  text-indent: -9999px;
}

#footer .block-social ul li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  font-family: ilumine;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-indent: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer .block-social ul li.facebook::before {
  content: "\f30c";
}

#footer .block-social ul li.youtube::before {
  content: "\f16a";
}

#footer .block-social ul li.instagram::before {
  content: "\f32d";
}

/* PrestaBlog PS9: restore the legacy two-column mosaic when module CSS is not loaded. */
body#module-prestablog-blog #wrapper {
  width: 100%;
  max-width: 100%;
  background: #fff;
}

body#module-prestablog-blog #left-column {
  display: none !important;
}

body#module-prestablog-blog #content-wrapper {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: auto;
  margin-left: auto;
}

body#module-prestablog-blog #wrapper .breadcrumb,
body#module-prestablog-blog #main {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

body#module-prestablog-blog #main h1 {
  margin: 0;
  min-height: 100px;
  border: 0;
  text-align: center;
}

body#module-prestablog-blog .prestablog_pagination {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 16px;
  text-align: left;
}

body#module-prestablog-blog .prestablog_pagination a,
body#module-prestablog-blog .prestablog_pagination span {
  display: inline-block;
  min-width: 34px;
  margin-right: 4px;
  padding: 7px 10px;
  border: 1px solid #ddd;
  color: #9b9b9b;
  text-align: center;
  line-height: 1.2;
}

body#module-prestablog-blog .prestablog_pagination .current {
  border-color: #4bb8cf;
  background: #4bb8cf;
  color: #fff;
}

body#module-prestablog-blog .prestablog_pagination .disabled {
  color: #d2d2d2;
}

body#module-prestablog-blog #blog_list_1-7 {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 34px;
  clear: both;
  float: none !important;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 52px;
  padding: 0;
  list-style: none;
}

body#module-prestablog-blog #blog_list_1-7 > li,
body#module-prestablog-blog #blog_list_1-7.two_article > li,
body#module-prestablog-blog #blog_list_1-7 li.blog-grid {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body#module-prestablog-blog #blog_list_1-7 .block_cont {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

body#module-prestablog-blog #blog_list_1-7 .block_top {
  position: relative;
  width: 100%;
}

body#module-prestablog-blog #blog_list_1-7 .block_top a {
  display: block;
}

body#module-prestablog-blog #blog_list_1-7 .block_top img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 250px;
  object-fit: cover;
}

body#module-prestablog-blog #blog_list_1-7 .block_bas {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  pointer-events: none;
}

body#module-prestablog-blog #blog_list_1-7 .block_bas h3 {
  margin: 0;
  padding: 14px 20px;
  max-width: 78%;
  border: 2px solid rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .86);
  color: #1d1d1b;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

body#module-prestablog-blog #blog_list_1-7 .block_bas h3 a {
  color: inherit;
}

body#module-prestablog-blog #blog_list_1-7 .date_blog-cat,
body#module-prestablog-blog #blog_list_1-7 .prestablog_desc,
body#module-prestablog-blog #blog_list_1-7 .prestablog_more {
  display: none !important;
}

body#module-prestablog-blog .prestablog-infinite-status {
  grid-column: 1 / -1;
  width: 100%;
  margin: -18px auto 38px;
  color: #7f6f63;
  text-align: center;
  font-size: 15px;
}

body#module-prestablog-blog .prestablog-infinite-status[hidden] {
  display: none !important;
}

body#module-prestablog-blog .prestablog-infinite-loaded {
  animation: prestablogFadeIn .28s ease-out both;
}

body#module-prestablog-blog.prestablog-infinite-enabled .prestablog_pagination {
  display: none;
}

/* PrestaBlog article pages: neutralize the legacy floated layout. */
body#module-prestablog-blog #prestablogfront {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: 12px 48px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 42px auto 72px;
  padding: 34px 38px 48px;
  border: 0;
  background: #fff;
  color: #242424;
}

body#module-prestablog-blog #prestablogfront::after {
  content: "";
  display: block;
  clear: both;
}

body#module-prestablog-blog #prestablogfront > img.news {
  grid-column: 1;
  grid-row: 1 / span 3;
  align-self: start;
  justify-self: center;
  float: none !important;
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  margin: 0;
}

body#module-prestablog-blog #prestablogfront time.date,
body#module-prestablog-blog #prestablogfront .info_blog {
  position: static;
  z-index: auto;
  display: block;
  margin: 0;
  overflow: visible;
  color: #8a7a70;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
}

body#module-prestablog-blog #prestablogfront time.date::before,
body#module-prestablog-blog #prestablogfront .info_blog::before {
  display: none;
}

body#module-prestablog-blog #prestablogfront time.date span,
body#module-prestablog-blog #prestablogfront .info_blog span {
  padding: 0;
  background: transparent;
}

body#module-prestablog-blog #prestablogfront h1,
body#module-prestablog-blog #prestablogfront h2,
body#module-prestablog-blog #prestablogfront h3,
body#module-prestablog-blog #prestablogfront h4,
body#module-prestablog-blog #prestablogfront h5,
body#module-prestablog-blog #prestablogfront h6 {
  border: 0;
  overflow: visible;
  text-align: left;
}

body#module-prestablog-blog #prestablogfront h1#prestablog_article {
  margin: 8px 0 4px;
  padding: 0;
  color: #252525;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
}

body#module-prestablog-blog #prestablogfront .info_blog a {
  color: #7f6f63;
  text-decoration: none;
}

body#module-prestablog-blog #prestablogfront .star_content {
  margin-top: 8px;
}

body#module-prestablog-blog #prestablogfront #prestablogfont {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 980px;
  margin: 34px auto 0;
  color: #242424;
  font-size: 18px;
  line-height: 1.7;
}

body#module-prestablog-blog #prestablogfront #prestablogfont h2,
body#module-prestablog-blog #prestablogfront #prestablogfont h3 {
  margin: 38px 0 20px;
  padding: 0;
  color: #252525;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

body#module-prestablog-blog #prestablogfront #prestablogfont p,
body#module-prestablog-blog #prestablogfront #prestablogfont ul,
body#module-prestablog-blog #prestablogfront #prestablogfont ol {
  margin: 0 0 18px;
}

body#module-prestablog-blog #prestablogfront #prestablogfont img {
  float: none !important;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 28px auto;
}

body#module-prestablog-blog .prestablogExtra,
body#module-prestablog-blog #prestablogauthor,
body#module-prestablog-blog #blog_product_linked,
body#module-prestablog-blog #blog_article_linked,
body#module-prestablog-blog #prestablog-rating,
body#module-prestablog-blog #prestablog-comments,
body#module-prestablog-blog #prestablog-fb-comments {
  box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

body#module-prestablog-blog .prestablogtitle {
  margin: 38px 0 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e1de;
  color: #252525;
  font-size: 22px;
  font-weight: 700;
}

body#module-prestablog-blog .prestablogExtra > .prestablogtitle,
body#module-prestablog-blog .prestablogtitle:has(+ .soc-buttons) {
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

body#module-prestablog-blog .prestablogExtra > .soc-buttons,
body#module-prestablog-blog .soc-buttons.clearfix {
  clear: both;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center !important;
  gap: 6px;
  width: fit-content !important;
  max-width: calc(100% - 30px);
  height: auto;
  margin: 0 auto 50px !important;
  padding: 0 !important;
}

body#module-prestablog-blog .soc-buttons li {
  float: none !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: 36px !important;
  padding: 0 !important;
}

body#module-prestablog-blog .soc-buttons li a {
  min-width: 42px;
  height: 36px;
  padding-right: 14px;
  padding-left: 34px;
}

body#module-prestablog-blog .soc-buttons li a .soc-icon {
  left: 10px;
}

body#module-prestablog-blog .soc-buttons li.soc-email a,
body#module-prestablog-blog .soc-buttons li.soc-pinterest a {
  padding-right: 0;
  padding-left: 0;
}

body#module-prestablog-blog .soc-buttons li.soc-email a .soc-icon,
body#module-prestablog-blog .soc-buttons li.soc-pinterest a .soc-icon {
  position: static;
  width: 42px;
  padding-top: 9px;
  text-align: center;
}

body#module-prestablog-blog .soc-buttons li.soc-email a .soc-text,
body#module-prestablog-blog .soc-buttons li.soc-pinterest a .soc-text {
  display: none;
}

@keyframes prestablogFadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body#module-prestablog-blog #blog_list_1-7 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 960px;
  }
}

@media (max-width: 767px) {
  body#module-prestablog-blog #main h1 {
    min-height: 24px;
  }

  body#module-prestablog-blog #prestablogfront {
    display: block;
    margin-top: 28px;
    padding: 0 15px 42px;
  }

  body#module-prestablog-blog #prestablogfront > img.news {
    max-width: 320px;
    margin: 0 auto 26px;
  }

  body#module-prestablog-blog #prestablogfront h1#prestablog_article {
    font-size: 29px;
  }

  body#module-prestablog-blog #prestablogfront #prestablogfont {
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.65;
  }

  body#module-prestablog-blog #prestablogfront #prestablogfont h2,
  body#module-prestablog-blog #prestablogfront #prestablogfont h3 {
    font-size: 23px;
  }

  body#module-prestablog-blog .soc-buttons {
    flex-wrap: wrap;
    max-width: 320px;
  }

  body#module-prestablog-blog #blog_list_1-7 {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 520px;
  }

  body#module-prestablog-blog #blog_list_1-7 .block_top img {
    min-height: 0;
  }

  body#module-prestablog-blog #blog_list_1-7 .block_bas h3 {
    max-width: 82%;
    padding: 14px 20px;
    font-size: 18px;
  }
}

/* Cookie banner: keep the text readable and the accept button clear of chat widgets. */
#lgcookieslaw_banner {
  z-index: 9998 !important;
  padding: 13px 0 !important;
  background: rgba(0, 0, 0, 0.88) !important;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
}

#lgcookieslaw_banner > .container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: 100%;
  max-width: 1180px;
  padding-right: 105px;
  padding-left: 20px;
}

#lgcookieslaw_banner .lgcookieslaw-message,
#lgcookieslaw_banner.lgcookieslaw-reject-all-button-enabled .lgcookieslaw-message {
  float: none !important;
  flex: 1 1 auto;
  width: auto !important;
  max-width: 820px;
  margin: 0 !important;
  text-align: center;
}

#lgcookieslaw_banner .lgcookieslaw-message p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  opacity: 1 !important;
}

#lgcookieslaw_banner .lgcookieslaw-link-container {
  margin-top: 4px;
}

#lgcookieslaw_banner .lgcookieslaw-message a {
  color: #fff !important;
  text-decoration: underline;
}

#lgcookieslaw_banner .lgcookieslaw-button-container,
#lgcookieslaw_banner.lgcookieslaw-reject-all-button-enabled .lgcookieslaw-button-container {
  float: none !important;
  display: flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto !important;
  margin: 0 !important;
}

#lgcookieslaw_banner #lgcookieslaw_accept,
#lgcookieslaw_banner .lgcookieslaw-button-container #lgcookieslaw_reject_all {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  min-height: 42px !important;
  padding: 9px 18px !important;
  border: 1px solid #fff !important;
  border-radius: 2px;
  background: #fff !important;
  color: #232323 !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.2 !important;
  text-transform: uppercase;
  cursor: pointer;
}

#lgcookieslaw_banner .lgcookieslaw-button-container #lgcookieslaw_reject_all {
  background: transparent !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  #lgcookieslaw_banner {
    padding: 12px 0 76px !important;
  }

  #lgcookieslaw_banner > .container {
    display: block !important;
    padding-right: 15px;
    padding-left: 15px;
  }

  #lgcookieslaw_banner .lgcookieslaw-message,
  #lgcookieslaw_banner.lgcookieslaw-reject-all-button-enabled .lgcookieslaw-message {
    max-width: none;
  }

  #lgcookieslaw_banner .lgcookieslaw-message p {
    font-size: 13px !important;
  }

  #lgcookieslaw_banner .lgcookieslaw-button-container,
  #lgcookieslaw_banner.lgcookieslaw-reject-all-button-enabled .lgcookieslaw-button-container {
    margin-top: 10px !important;
  }

#lgcookieslaw_banner #lgcookieslaw_accept,
#lgcookieslaw_banner .lgcookieslaw-button-container #lgcookieslaw_reject_all {
  min-height: 40px !important;
  }
}

/* Cookie banner used on the migrated production shop */
#cookieNotice {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 74px !important;
  padding: 12px 118px 12px 18px !important;
  background: rgba(0, 0, 0, 0.92) !important;
  color: #fff !important;
  opacity: 1 !important;
  line-height: 1.45 !important;
  text-align: center !important;
  z-index: 2147482500 !important;
}

#cookieNotice,
#cookieNotice * {
  box-sizing: border-box;
}

#cookieNotice #cookieNoticeContent {
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
}

#cookieNotice table,
#cookieNotice tbody,
#cookieNotice tr {
  width: 100% !important;
}

#cookieNotice tr {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

#cookieNotice td {
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  text-align: center !important;
  vertical-align: middle !important;
}

#cookieNotice td:first-child {
  flex: 1 1 auto;
  max-width: 860px;
}

#cookieNotice p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  opacity: 1 !important;
}

#cookieNotice .closeButtonNormal {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  min-height: 42px;
  padding: 9px 16px !important;
  border: 1px solid #fff !important;
  border-radius: 2px;
  background: #fff !important;
  color: #232323 !important;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.2 !important;
  text-transform: uppercase;
  cursor: pointer !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  #cookieNotice {
    min-height: 0 !important;
    padding: 12px 78px 14px 12px !important;
  }

  #cookieNotice tr {
    display: block !important;
  }

  #cookieNotice td:first-child {
    max-width: none;
  }

  #cookieNotice p {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

#cookieNotice .closeButtonNormal {
    min-height: 38px;
    margin-top: 8px;
    font-size: 12px !important;
  }
}

/* Product lists: prevent long labels/prices from being clipped. */
.featured-products .products,
.product-accessories .products,
#products .products,
.products {
  align-items: flex-start;
  row-gap: 54px !important;
}

.featured-products .product-miniature,
.product-accessories .product-miniature,
#products .product-miniature,
.product-miniature {
  min-height: 378px !important;
  margin-bottom: 24px !important;
  overflow: visible !important;
}

.featured-products .product-miniature .thumbnail-container,
.product-accessories .product-miniature .thumbnail-container,
#products .product-miniature .thumbnail-container,
.product-miniature .thumbnail-container {
  height: auto !important;
  min-height: 354px !important;
  margin-bottom: 0 !important;
  padding-bottom: 18px !important;
  overflow: visible !important;
}

.featured-products .product-miniature .product-description,
.product-accessories .product-miniature .product-description,
#products .product-miniature .product-description,
.product-miniature .product-description {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 88px !important;
  padding: 12px 4px 0 !important;
  overflow: visible !important;
  text-align: center;
}

.featured-products .product-miniature .product-title,
.product-accessories .product-miniature .product-title,
#products .product-miniature .product-title,
.product-miniature .product-title {
  height: auto !important;
  min-height: 42px !important;
  margin: 0 0 8px !important;
  overflow: visible !important;
  line-height: 1.25 !important;
}

.featured-products .product-miniature .product-title a,
.product-accessories .product-miniature .product-title a,
#products .product-miniature .product-title a,
.product-miniature .product-title a {
  display: block;
  overflow: visible !important;
  white-space: normal !important;
  line-height: 1.25 !important;
}

.featured-products .product-miniature .product-price-and-shipping,
.product-accessories .product-miniature .product-price-and-shipping,
#products .product-miniature .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
  display: block !important;
  min-height: 24px;
  margin-top: 0 !important;
  overflow: visible !important;
  line-height: 1.35 !important;
}

.featured-products .product-miniature .highlighted-informations,
.product-accessories .product-miniature .highlighted-informations,
#products .product-miniature .highlighted-informations,
.product-miniature .highlighted-informations {
  display: none !important;
}

@media (min-width: 768px) {
  .featured-products,
  .product-accessories,
  #products {
    margin-bottom: 58px;
  }
}

@media (max-width: 767px) {
  .featured-products .products,
  .product-accessories .products,
  #products .products {
    row-gap: 34px !important;
  }

  .featured-products .product-miniature .product-description,
  .product-accessories .product-miniature .product-description,
  #products .product-miniature .product-description,
  .product-miniature .product-description {
    min-height: 78px !important;
  }

  .featured-products .product-miniature,
  .product-accessories .product-miniature,
  #products .product-miniature,
  .product-miniature {
    min-height: 0 !important;
  }

  .featured-products .product-miniature .thumbnail-container,
  .product-accessories .product-miniature .thumbnail-container,
  #products .product-miniature .thumbnail-container,
  .product-miniature .thumbnail-container {
    min-height: 0 !important;
  }
}
