/*****************************************************************/
/* MYCODE                                                        */
/*****************************************************************/
/*ROOT*/
/* Import Outfit font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* Apply Outfit globally */
body {
  font-family: 'Outfit', sans-serif;
  background: #fff;
  overflow-x: hidden;
  padding-top: 129px;
}

:root {
  --fullWidth: 100%;
  --fixedWidth: 1340px;
}

a {
  color: #2f2e33;
  outline: none !important;
}

a:hover,
body#checkout a:hover {
  color: #517F5D;
}

p {
  color: #000;
  font-weight: 300;
  font-size: 16px;
}

.btn {
  text-transform: lowercase !important;
}

.btn-primary, 
.btn-secondary {
  border-radius: 50px;
  text-transform: lowercase;
  font-weight: 500;
  padding: 8px 25px 10px;
  font-size: 16px;
}

.btn-primary {
  background-color: #206246;
  color: #FFF;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #206246;
}

.btn-primary:hover {
  background-color: #206246;
}

.btn-primary.focus, 
.btn-primary:focus,
.btn-primary:active:focus, 
.btn-primary:active:hover {
  background-color: #206246 !important;
}

.form-control-select {
  border-radius: 50px;
  border-color: rgb(47 46 51);
}

textarea.form-control {
  border-color: rgb(47 46 51);
  border-radius: 15px;
  box-shadow: unset !important;
  outline: 0 !important;
}

.container {
    width: var(--fixedWidth);
    max-width: 100%;
}

input.form-control {
  border-radius: 50px;
  height: 42px;
  line-height: normal;
  border-color: #2f2e33 !important;
  background-color: #FFF;
  outline: 0 !important;
  box-shadow: unset !important;
}

button {
  outline: 0 !important;
  box-shadow: unset !important;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

body.prevent {
  overflow: hidden;
}

a,
input {
  outline: 0;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.homepage-slider {
  width: 100%;
}

.homepage-slider .slider-container {
  width: 100%;
  display: flex;
}

.homepage-slider .slide,
.homepage-slider div {
  width: 100%;
}


/*======================*/
/*FANCYBOX*/
.fancybox__container,
.fancybox__caption,
.is-compact .fancybox__footer,
.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  background: #f7f4f0 !important;
  color: #000 !important;
  font-family: 'Outfit';
  font-size: 20px;
  --fancybox-bg: #f7f4f0 !important;
}

.fancybox__thumbs.is-horizontal {
  padding: 0 !important;
}

.fancybox__infobar {
  color: #000 !important;
  font-weight: 400;
  font-family: 'Outfit';
}
.fancybox__toolbar__column .f-button {
  background: unset !important;
  color: #000 !important;
  display: none;
}
.fancybox__toolbar__column .f-button:last-child {
  display: flex;
}
.fancybox__caption,
.fancybox__nav,
.fancybox__toolbar__column.is-left {
  display: none !important;
}
.fancybox__footer .f-thumbs.is-horizontal .f-thumbs__slide {
  height: 100px !important;
}
.fancybox__footer .f-thumbs__slide__button {
  width: 100px !important;
  height: 100px !important;
  border:1px solid #000;
}
/*.fancybox__footer .f-thumbs__slide.for-image.is-nav-selected button {
  border:1px solid #000;
}*/
.fancybox__footer .is-modern .f-thumbs__slide__button {
  clip-path: unset !important;
  --clip-path: unset !important;
}
.fancybox__footer {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 50 !important;
  height: 100% !important;
  width: 170px !important;
  display: flex;
  align-items: center;
}
.f-thumbs.fancybox__thumbs.is-modern.is-ltr.is-horizontal {
  position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.fancybox__footer .f-thumbs__track {
  display: flex;
  flex-direction: column;
  position: relative !important;
  transform: unset !important;
  width: 100% !important;
  gap: 20px;
  padding: 40px 0 !important;
  max-height: 550px;
  overflow-y: auto;
}
.fancybox__footer .f-thumbs__viewport {
  background: #fff !important;
}
.fancybox__footer .is-modern .f-thumbs__track::before {
  display: none !important;
}
.fancybox__footer .is-modern .f-thumbs__slide {
  transform: unset !important;
  width: unset !important;
}
.fancybox__footer div {
  left: 0px !important;
}
/*END FANCYBOX*/
/*======================*/



/* Mobile/Tablet: Show only video, no slider */
@media (max-width: 992px) {
  .fancybox__footer {
    display: none !important;
  }
  .btn-zoom-gallery {
    bottom: 20px !important;
  }
  body#cart .cardProduct {
    background: #f6f6f6 !important;
  }
  body#cart .cardProduct .topCard {
    height: 300px !important;
  }
  .homepage-slider .slider-container {
    display: block;
  }
  .homepage-slider .slide:not(.slide-video) {
    display: none !important;
  }
  .homepage-slider .slide.slide-video {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 100% !important;
    object-fit: cover !important;
  }
}

.advanced-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}

.advanced-search .container-search {
  max-width: 100% !important;
  margin: auto;
  width: calc(var(--fixedWidth) - 125px) !important;
}

.advanced-search .advanced-search-input {
  position: relative;
  width: 100%;

}

.advanced-search .ui-autocomplete-input {
  background-color: transparent !important;
    color: #2F2E33 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.9px !important;
    padding: 0;
    border: 0;
    border-bottom: 1.6px solid #2f2e33;
    width: 100%;
    font-size: 36px;
    font-weight: 200;
    outline: 0;
}

.advanced-search .material-icons {
  position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
  font-size: 18px;
}

.advanced-search .advanced-search-input.loading .material-icons:before {
  content: "";
  display: inline-block;
  border: 3px solid #fff9f3;
  border-top: 3px solid #52805d;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  animation: spin 1.2s 
  linear infinite;
}

div#suggestionsg {
    display: none;
    position: absolute;
    top: 173px;
    left: 0;
    width: 100%;
    background-color: #FFF;
    z-index: 22222222;
    overflow: hidden;
}

div#autoSuggestionsListg {
  height: calc(100vh - 173px);
  width: calc(var(--fixedWidth) - 125px);
  max-width: 100%;
  margin: auto;
}

#autoSuggestionsListg .flex_div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  clear: both;
  margin: 0;
  align-items: center;
}

.flex_div * {
    box-sizing: border-box;
}

#autoSuggestionsListg .order-1 {
  padding: 0px 15px 15px 0px;
  width: 20%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}

#autoSuggestionsListg .order-2 {
    padding: 0;
    height: 100%;
    width: 80%;
    box-sizing: border-box;
    position: relative;
    padding-left: 25px;
}

ssmenu {
    margin-bottom: 20px;
}

.ssmenu > span {
  display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 14px;
    transition: 
ease-in-out 0.2s;
    padding: 5px 0;
}

.ssmenu .count {
    font-weight: 500;
    margin-left: 7px;
}

.ssmenu > span.active_cat {
  background-color: #52805d;
  color: #FFF;
  padding: 5px 10px;
}

div#pageloader {
  position: absolute;
}

div#pageloader img {
        max-width: 50px;
}

p#nbr_r {
font-weight: 500;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 0;
    text-align: left;
    padding: 0px 0px 10px;
    width: 100%;
    color: #000;
    font-size: 16px;
}

p#nbr_r i {
  display: none;
    float: right;
    top: 4px;
    position: relative;
    color: #000;
}

.flex_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    gap: 20px;
    height: calc(100% - 70px);
    overflow-y: auto;
    width: 100%;
}

.flex_wrap > div {
    padding: 0px;
    border: 1px solid #e9e9e9;
    text-align: center;
    transition: 
ease-in 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    height: auto;
}

.flex_wrap > div:hover {
  border-color: #52805d;
}

.flex_wrap > div a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.flex_wrap .thumb {
  background-color: #FFF9F0;
}

.flex_wrap img {
  mix-blend-mode: darken;
}

.titre_pro {
    font-size: 15px;
    color: #2f2e33;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 0 10px;
    min-height: 48px;
}

.prix_pro {
    font-weight: 500;
    color: #2f2e33;
    margin-bottom: 15px;
    margin-top: auto;
    font-size: 16px;
}

.ssmenu p {
  color: #000;
  font-size: 16px;
}

.ssmenu p b {
  font-weight: 500;
}

.myleftheader .searchbtn i {
  font-size: 32px;
  color: #232323;
}

/* Mega Menu Container */
.mega-menu-container {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100vw;
    /*transform: translateX(-50%);*/
    transform: translateX(-37%); /* JS overrides this for all zoom levels */
    display: none;
    background: #fff;
    z-index: 1000;
    overflow-x: hidden;
    border-top: 1.3px solid #A4A3A6;
    border-bottom: 1.3px solid #A4A3A6;
}

.mega-menu-container .container-megamenu {
    width: var(--fixedWidth);
    max-width: 100%;
    padding: 0 15px;
    margin: auto;
    display: flex;
}

/* Affichage au hover */
.mynavbar > li:hover .mega-menu-container {
  display: flex;
}

/* Menu catégories gauche */
.menu-categories {
  width: 28%;
  border-right: 1.3px solid #A4A3A6;
  padding: 15px 0 22px;
  min-height: 460px;
}

.menu-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-categories li {
  margin-bottom: 5px;
}

.menu-categories li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  text-decoration: none;
  color: #000 !important;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.9px;
}

.menu-categories li a:hover,
.menu-categories li.active a {
  background-color: #206246;
  color: #fff !important;
}

.menu-categories li a:hover:before,
.menu-categories li.active a:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -100%;
  width: calc(100% + 50%);
  height: 100%;
  background-color: #206246;
  z-index: -1;
}

.menu-categories li a i {
    font-size: 15px;
    margin-right: 15px;
    text-shadow: 1px 0px 1px #000;
    font-weight: 900;
    margin-top: 2px;
}

.mega-menu-container .right-megamenu {
  width: 72%;
  padding: 30px 0;
}

/* Sous-menu liens central */
.submenu-links {
  min-width: 350px;
  padding: 0 0 0 40px;
}

.submenu-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.submenu-links li {
  margin-bottom: 10px;
}

.submenu-links li a {
    text-decoration: none;
    color: #080808 !important;
    font-size: 19px;
    transition: color 0.2s ease;
    display: block;
    padding: 5px 0;
    font-weight: 300;
}

.submenu-links li a:hover {
  text-decoration: underline !important;
  font-weight: 600;
}

/* Images droite */
.submenu-images {
  display: flex;
  align-items: center;
  gap: 42px;
  padding-left: 42px;
}

.submenu-images .image-block {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 0px;
  width: 275px;
  height: auto;
}

.submenu-images .image-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.submenu-images .image-block:hover img {
  transform: scale(1.05);
}

.submenu-images .image-label {
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    /*background: rgba(0, 0, 0, 0.2);*/
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.submenu-images .image-label span {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
}

.submenu-images .image-label .underline {
    width: 30px;
    height: 1px;
    background: #fff;
    margin-top: 15px;
}

.homepage-slider .slide-content {
  width: fit-content !important;
  padding: 0 !important;
}

.homepage-slider .slide-content h2,
.homepage-slider .slide-content .slide-title {
  position: relative;
  font-size: 28px !important;
  letter-spacing: .6px !important;
  font-weight: 600;
  display: block;
}

.homepage-slider .slide-content h2:after,
.homepage-slider .slide-content .slide-title:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 2px;
    background-color: #FFF;
    border-radius: 10px;
    transition: .4s;
}

.homepage-slider .slide-content a {
  display: block;
  position: relative;
  padding: 20px;
}

.homepage-slider .slide-content a:hover h2:after,
.homepage-slider .slide-content a:hover .slide-title:after {
  width: 100%;
}



/*HEADER*/
#myheader {
  width: var(--fullWidth);
}
/*TOP*/
#myheader .myheaderTop {
  width: var(--fullWidth);
  height: 34px;
  background-color: #517F5D;
  display: flex;
  align-items: center;
  justify-content: center;
}
#myheader .myheaderTop a {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  width: var(--fixedWidth);
  text-align: center;
  letter-spacing: 1.2px;
  font-weight: 300;
}

/*BOTTOM*/
#myheader nav {
  position: relative;
  width: var(--fullWidth);
  background-color: #FFF9F0;
  place-items: center;
}
#myheader .show { 
  display:none; 
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
#myheader .show button {
  background: none;
  border: none;
  outline: none;
  width: auto;
  height: 29px;
  margin: 0 10px
}
#myheader .show button img {
  width: 100%;
  height: 100%;
}
#myheader .myheaderBottom {
  position: relative;
  width: var(--fixedWidth);
  max-width: 100%;
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 0 10px;
}

/*IMG LEFT*/
#myheader .myheaderBottom .mylogo {
  width: 265px;
  height: auto;
}
#myheader .myheaderBottom .mylogo img {
  width: 100%;
  object-fit: contain;
}

/*MIDDLE NAVBAR*/
#myheader .myheaderBottom .mynavbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0;
  margin-left: auto;
  margin-right: 55px;
}
#myheader .myheaderBottom .mynavbar > li {
  position: relative;
  margin: 0 22px;
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
}

#myheader .myheaderBottom .mynavbar > li:first-child {
  padding-left: 75px;
}

#myheader .myheaderBottom .mynavbar li .link-item {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.9px;
    text-transform: lowercase;
    font-weight: 500;
    color: #2f2e33 !important;
}

#myheader .myheaderBottom .mynavbar li .link-item:hover {
  color: #206246 !important;
}

#myheader .myheaderBottom .mynavbar li .link-item i {
    font-size: 14px;
    font-weight: 900;
    text-shadow: 0px 1px 1px #000;
}

/*MEGAMENU*/
#myheader .myheaderBottom .mynavbar .megamenu {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  background: #FFF9F0;
  z-index: 99;
  padding: 20px;
  min-width: 250px;
}
#myheader .myheaderBottom .mynavbar li:hover .megamenu {
  display: flex;
}
#myheader .myheaderBottom .mynavbar .megamenu li {
  margin: 10px 0;
}

/*RIGHT-BOTTOM*/
#myheader .myheaderBottom .myleftheader {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#myheader .myheaderBottom .myleftheader a img {
  height: 20px;
}

#myheader .myheaderBottom .myleftheader .searchbtn img {
  height: 20px;
  margin-right: 5px;
}

#myheader .myheaderBottom .myleftheader .blockcart {
  position: relative !important;
}

#myheader .myheaderBottom .myleftheader .cart-products-count {
    background: #905950;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    right: -7px;
    top: -10px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff9f1;
}



/*FOOTER*/
#myfooter {
  width: var(fullWidth);
  background-color: #2F2E33;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  /*min-height: 674px;*/

}
#footer {margin: 0 !important; padding: 0 !important;}

/*TOP*/
#myfooter .myfooterTop {
  width: calc(var(--fixedWidth) - 125px);
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  padding: 65px 0 80px;
}
#myfooter .myfooterTop .myCol-4 {
  max-width: 20%;
  width: 100%;
  gap: 20px;
  min-height: 200px;
}
#myfooter .myfooterTop .myCol-4.nos-offres {
  padding-left: 50px;
}
#myfooter .myfooterTop .myCol-4 li {
  margin: 5px 0;
}
#myfooter .myfooterTop .myCol-4 p {
  font-size: 14px;
  color: #FFF9F0;
  letter-spacing: 0.9px;
  line-height: 1.4;
  font-weight: 200;
}

#myfooter .myfooterTop .myCol-4 a {
font-size: 16px;
    color: #FFF9F0;
    letter-spacing: 0.9px;
    line-height: 1.4;
    font-weight: 200;
}

#myfooter .myfooterTop .myCol-4 p.title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 13px;
}

#myfooter .myfooterTop .myCol-4:first-child p.title {
  margin-bottom: 8px;
}

#myfooter .myfooterTop .myCol-4 .our-store {
  line-height: 27.6px;
  font-size: 16px;
}

#myfooter .myfooterTop .myCol-4 form {
    background: #FFF;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: none;
    padding: 3px 12px 3px 15px;
}
#myfooter .myfooterTop .myCol-4 .socialmedia {
  display: flex;
  gap: 25px;
  margin-top: 26px;
}
#myfooter .myfooterTop .myCol-4 .socialmedia img {
  width: auto;
  height: 20px;
  object-fit: contain;
}

#myfooter .myfooterTop .myCol-4 .socialmedia a:last-child img {
  width: 24px;
}

#myfooter .myfooterTop .myCol-4 form input[type="email"] {
  min-height: 30px;
  border: none;
  font-size: 14px;
  font-weight: 300;
  outline: 0;
  width: 100%;
}

#myfooter .myfooterTop .myCol-4 form input[type="email"]::placeholder {
  color: #34384d;
}

#myfooter .myfooterTop .myCol-4 form input[type="submit"] {
font-weight: 600;
    color: #2f2e33;
    background: transparent;
    outline: none;
    padding: 0;
    border: 0;
    cursor: pointer;
}

/*Bottom*/
#myfooter .myfooterBottom {
  width: var(--fixedWidth);
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
}

#myfooter .myfooterBottom a,
#myfooter .myfooterBottom p {
  color: #FFF9F0;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.9px;
  margin-bottom: 0;
}

#myfooter .myfooterBottom p a {
  font-weight: 400;
}

#myfooter .myfooterBottom ul {
  display: flex;
  gap: 22px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
#myfooter i {
  width: var(--fullWidth);
  height: 0.5px;
  background: #FFF9F0;
  opacity: 50%;
}
#myfooter .myfooterBottom ul i {
  width: 1.2px;
  height: 12px;
  background: #FFF9F0;
}

/*TOTAL*/
#wrapper { background:#fff !important }
body#index .row,
body#index #content-wrapper,
body#index #main,
body#index .container,
body#index #wrapper {
  width: 100% !important; 
  margin: 0;
  padding: 0;
  /*background: #fff !important;*/
}
body#index #main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sb-menu-right {display: none !important;}
/*HOMEPAGE*/
.NotreSelection {
    width: calc(var(--fixedWidth) - 125px);
    max-width: 100%;
    margin: auto;
    margin: 50px 0 55px;
}
.NotreSelection .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head h2,
.head .section-heading {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1.5px;
  color: #34384D;
  margin-bottom: 15px !important;
  display: block;
}
.head a {
font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1.4px;
    color: #000;
    text-transform: uppercase;
}
.featured-products .products-section-title {
  display: block;
}
.product-title {
  display: block;
}
.NotreSelection .slick-products {
  display: flex;
  max-width: 100%;
  width: 100%;
  /*background: blue;*/
}

.NotreSelection .slick-list {
  margin: 0 -10px;
}

.NotreSelection .slick-track {
  display: flex;
}

.NotreSelection .slick-track:before,
.NotreSelection .slick-track:after {
  content: unset;
}

.NotreSelection .slick-products .cardProduct {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  outline: none;
}

.NotreSelection .slick-slide {
  padding: 0 10px;
}
.NotreSelection .slick-products .cardProduct > img {
  mix-blend-mode: multiply;
}
.NotreSelection .slick-products .cardProduct .productImg {
  background: #FFF9F0;
}

.NotreSelection .slick-products .cardProduct .productImg .btn {
  display: none;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
}

.NotreSelection .slick-products .cardProduct .productImg .btn img {
  width: 13px;
  margin-left: 13px;
  position: relative;
  top: 1px;
}

.NotreSelection .slick-products .cardProduct:hover .productImg .btn {
  display: flex;
}

body#product ul.product-flags,
.NotreSelection .slick-products .cardProduct ul.product-flags {
  top: 15px !important;
  left: 15px !important;
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 5px;
  width: fit-content;
}
body#product .product-prices.js-product-prices {
  display: flex;
  align-items: center;
  gap: 5px;
}
body#product .product-prices.js-product-prices .tax-shipping-delivery-label {
  font-size: 15px !important;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.4;
  color: #2F2E33 !important;
}
body#product .product-information {
  display: flex;
  flex-direction: column;
}
body#product .product-information #accordion-product p,
body#product .product-information #accordion-product li,
body#product .product-information .product-description {
    color: #6d6d6d !important;
    font-size: 15px !important;
    font-weight: 300;
    letter-spacing: 0.9px;
    line-height: 1.5;
    padding: 0 !important;
    margin-bottom: 6px;
}

body#product .product-information #accordion-product p:empty {
  overflow: hidden;
  margin-bottom: 12px;
}

body#product .product-information #accordion-product h1,
body#product .product-information #accordion-product h2,
body#product .product-information #accordion-product h3,
body#product .product-information #accordion-product h4,
body#product .product-information #accordion-product h5,
body#product .product-information #accordion-product h6 {
color: #6d6d6d !important;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 0.9px;
    margin-bottom: 10px;
}

body#product .product-information #accordion-product strong {
  font-weight: 600;
}

body#product .product-information #accordion-product ul {
  padding: 0 !important;
  margin: 6px 0 !important;
}

body#product .product-information .product-description address {
  margin-bottom: 3px;
}

body#product ul.product-flags li,
.NotreSelection .slick-products .cardProduct ul.product-flags li{
font-size: 16px !important;
    width: fit-content !important;
    background: none !important;
    color: #915a51 !important;
    border: 1.3px solid #915A51;
    margin: 0 !important;
    text-transform: lowercase;
    font-weight: 500 !important;
    padding: 4px 10px 6px;
}
body#product ul.product-flags li:hover,
.NotreSelection .slick-products .cardProduct ul.product-flags li:hover {
  background: #915A51 !important;
  color: #fff !important;
}

.NotreSelection .slick-products .cardProduct p.price,
.NotreSelection .slick-products .cardProduct h2,
.NotreSelection .slick-products .cardProduct h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 1.3;
  width: fit-content;
  margin-bottom: 0;
}
.NotreSelection .slick-products .cardProduct p.price {
  white-space: nowrap !important;
}
.NotreSelection .slick-products .cardProduct p {
  padding: 0;
  margin: 0;
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.8;
}

.NotreSelection .slick-products .cardProduct > p:first-of-type {
  font-weight: 500;
}

.NotreSelection .slick-products .cardProduct > p:last-of-type {
  font-weight: 300;
}

.NotreSelection .slick-products .cardProduct span.heightWidth {
  font-size: 14px !important;
  font-weight: 300;
}
.NotreSelection .slick-products .cardProduct .bgtxt {
    font-weight: 500;
    font-size: 13px;
    background: #FFF9F0;
    border-radius: 50px;
    padding: 5px 8px;
}
.NotreSelection .cardProduct .productImg {
  /*background: red;*/
  position: relative;
  min-height: 0;
  width: auto;
  overflow: hidden;
}
.NotreSelection .cardProduct .rowInfo {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  margin-top: 14px;
  gap: 10px;
}
.NotreSelection .cardProduct .productImg > img {
  object-fit: contain;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.NotreSelection .cardProduct .badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #e74c3c;  /* red color for visibility */
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
  border-radius: 3px;
  z-index: 10;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.NotreSelection .cardProduct .badge.nouveaute {
  background-color: #27ae60; /* green */
}
.NotreSelection .cardProduct .badge.best-seller {
  background-color: #f39c12; /* orange */
}

/* Notre Selection Arrows */
.NotreSelection .slick-prev,
.NotreSelection .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}

.NotreSelection .slick-prev {
  left: -50px;
}

.NotreSelection .slick-next {
  right: -50px;
}

.NotreSelection .slick-prev:before,
.NotreSelection .slick-next:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  opacity: 1;
  color: #34384D;
}

.NotreSelection .slick-prev:before {
  content: '\f053';
}

.NotreSelection .slick-next:before {
  content: '\f054';
}

.NotreSelection .slick-prev:hover:before,
.NotreSelection .slick-next:hover:before {
  color: #915a51;
}

@media (max-width: 992px) {
  .NotreSelection .slick-prev {
    left: unset;
    top: -25px;
    right: 50px;
  }
  .NotreSelection .slick-next {
    right: -8px;
    top: -25px;
  }
}


.thirdsection {
  width: 100%;
  background: #FFF9F0;
}
.thirdsection .content {
  display: flex;
  justify-content: end;
}

.thirdsection img {
    width: 50%;
    max-height: 600px;
    height: 100%;
    object-fit: cover;
}

.thirdsection section {
    width: 100vw;
    max-width: 100%;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    display: block;
}

.thirdsection .float-container {
    width: calc(var(--fixedWidth) - 125px);
    max-width: 100%;
    margin: auto;
}

.thirdsection .content-text {
  width: calc(48% + 5px);
  height: 445px;
  overflow: auto;
  padding-right: 15px;
  margin-bottom: 25px;
  margin-top: 50px;
}

.thirdsection .sm-bloc {
  width: 477px;
  max-width: 100%;
}

.thirdsection section i {
  display: flex !important;
  height: 2px;
  width: 60px;
  margin-bottom: 20px;
  background: #34384D;
}

.thirdsection section p {
  color: #6D6D6D;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .9px;
}

.thirdsection .content-text strong {
  font-weight: 700;
}

.thirdsection .content-text a {
  color: #6D6D6D;
}

.thirdsection section h1,
.thirdsection section h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
  margin-bottom: 14px;
}

.thirdsection section h3 {
  color: #000;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

.thirdsection .content-text::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.thirdsection .content-text::-webkit-scrollbar-track {
  background: #fff9f1;
  border-radius: 5px;
}

.thirdsection .content-text::-webkit-scrollbar-thumb {
  background: rgba(109, 109, 109, 0.3);
  border-radius: 5px;
}

.thirdsection .content-text::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Masquer les flèches - toutes les méthodes */
.thirdsection .content-text::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.thirdsection .content-text::-webkit-scrollbar-button:single-button {
  display: none;
}

.thirdsection .content-text::-webkit-scrollbar-button:start:decrement,
.thirdsection .content-text::-webkit-scrollbar-button:end:increment {
  display: none;
}

.thirdsection .content-text {
  scrollbar-width: thin;
  scrollbar-color: rgba(109, 109, 109, 0.3) #fff9f1;
}

/* Home custom text editorial block */
#custom-text {
  width: calc(var(--fixedWidth) - 20px);
  max-width: calc(100% - 40px);
  margin: 70px auto 55px;
  padding: 58px 72px 62px;
  background: #fff9f0;
  border: 1px solid rgba(32, 98, 70, 0.14);
  position: relative;
  overflow: hidden;
  color: #2f2e33;
  text-align: center;
}

#custom-text::before {
  content: '';
  display: block;
  width: 72px;
  height: 2px;
  margin: 0 auto 26px;
  background: #206246;
}

#custom-text > *:last-child {
  margin-bottom: 0;
}

#custom-text h1,
#custom-text h2,
#custom-text h3 {
  max-width: 850px;
  margin: 0 auto 22px;
  color: #111;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.1px;
}

#custom-text h1,
#custom-text h2 {
  font-size: 30px;
}

#custom-text h3 {
  font-size: 22px;
}

#custom-text p,
#custom-text li {
  max-width: 920px;
  margin: 0 auto 18px;
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: .45px;
}

#custom-text strong,
#custom-text b {
  color: #206246;
  font-weight: 600;
}

#custom-text ul,
#custom-text ol {
  display: inline-block;
  max-width: 760px;
  margin: 8px auto 24px;
  padding-left: 22px;
  text-align: left;
}

#custom-text li {
  margin-bottom: 10px;
}

#custom-text a {
  color: #206246;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(32, 98, 70, 0.35);
  transition: color .2s ease, border-color .2s ease;
}

#custom-text a:hover,
#custom-text a:focus {
  color: #915a51;
  border-color: #915a51;
}

#custom-text .btn,
#custom-text a.btn,
#custom-text a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 12px;
  padding: 12px 30px 13px;
  border: 1px solid #206246;
  border-radius: 999px;
  background: #206246;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

#custom-text .btn:hover,
#custom-text a.btn:hover,
#custom-text a.button:hover {
  background: transparent;
  color: #206246 !important;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  #custom-text {
    max-width: 89%;
    margin: 55px auto 45px;
    padding: 44px 34px 48px;
  }

  #custom-text h1,
  #custom-text h2 {
    font-size: 25px;
  }

  #custom-text h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #custom-text {
    max-width: calc(100% - 30px);
    margin: 45px auto 38px;
    padding: 34px 20px 38px;
    text-align: left;
  }

  #custom-text::before {
    margin-left: 0;
    margin-right: 0;
  }

  #custom-text h1,
  #custom-text h2,
  #custom-text h3,
  #custom-text p,
  #custom-text li {
    max-width: 100%;
    text-align: left;
  }

  #custom-text h1,
  #custom-text h2 {
    font-size: 22px;
    line-height: 1.28;
  }

  #custom-text p,
  #custom-text li {
    font-size: 15px;
    line-height: 1.65;
  }

  #custom-text ul,
  #custom-text ol {
    width: 100%;
  }
}
.fourthsection {
    width: calc(var(--fixedWidth) - 20px);
    max-width: 100%;
    height: 425px;
    background-image: url(/img/fourthsection2-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 60px;
    padding-bottom: 15px;
}
.fourthsection .content {
  width: var(--fullWidth);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fourthsection .row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
}
.fourthsection .content2 {
  display: flex;
  background: red;
}
.fourthsection .content h2 {
    color: #fff;
    font-size: 29px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-align: center;
}
.fourthsection .content p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-top: 5px;
}
.fourthsection .content form  {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    width: var(--fullWidth);
    margin-top: 35px;
}
.fourthsection .content form div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: fit-content;
}
.fourthsection .content form label {
    color: #fff;
    font-size: 29px;
    line-height: 1.4;
    letter-spacing: 1.4px;
    white-space: nowrap;
    font-weight: 200;
    margin-bottom: 5px;
}

.fourthsection .content form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  background: #fff;
  outline: none;
  border: none;
  border-radius: 50px;
  padding: 0 45px 0 20px;
  color: #34384D;
  font-size: 18px;
  letter-spacing: 1.4px;
  font-weight: 500;
  padding-bottom: 2px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.fourthsection .content form .row {
  position: relative;
}

.fourthsection .content form .row::after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #34384D;
  font-size: 14px;
  pointer-events: none;
}

/* Firefox fix - set specific widths for each select */
.fourthsection .content form .row:nth-child(1) select {
  min-width: 280px;
}
.fourthsection .content form .row:nth-child(2) select {
  min-width: 160px;
}
.fourthsection .content form .row:nth-child(3) select {
  min-width: 230px;
}

.fourthsection .content form button {
    height: 50px;
    background: #206246;
    outline: none;
    border: none;
    border-radius: 50px;
    padding: 0 17px;
    color: #FFF9F0;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: 1.4px;
    font-weight: 500;
    padding-bottom: 2px;
    padding-left: 22px;
}

.fourthsection .content form button img {
      height: 12px;
    margin-left: 6px;
}

/* Product Finder Results Page - Guide block */
.productfinder-guide {
  background: #527f5d;
    border-radius: 0px;
    padding: 40px 45px 35px;
    margin-top: 7px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}
.productfinder-guide::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
  pointer-events: none;
}
.productfinder-guide::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -30px;
  width: 160px;
  height: 160px;
  background: rgba(255,255,255,0.03);
  border-radius: 50%;
  pointer-events: none;
}
.productfinder-guide-header {
  margin-bottom: 28px;
  text-align: center;
}
.productfinder-guide-header h1 {
color: #fff;
    line-height: 1.5;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1.4px;
}

/* Finder form */
.productfinder-form {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.productfinder-selects {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.productfinder-select {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.productfinder-label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-left: 2px;
}
.productfinder-select-wrap {
  position: relative;
}
.productfinder-select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 48px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50px;
  padding: 0 40px 0 16px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  min-width: 200px;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
}
.productfinder-select-wrap select:hover {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.4);
}
.productfinder-select-wrap select:focus {
  outline: none;
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
}
.productfinder-select-wrap select option {
  color: #2e2e2e;
  background: #fff;
}
.productfinder-select-wrap::after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  pointer-events: none;
}

/* Finder submit button */
.productfinder-form button {
  height: 48px;
  background: #fff;
  border: none;
  border-radius: 50px;
  color: #206246;
  font-size: 14px;
  font-weight: 600;
  padding: 0 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  text-transform: lowercase;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}
.productfinder-form button:hover {
  background: #f0ebe3;
}
.productfinder-form button img {
  height: 11px;
  filter: brightness(0) saturate(100%) invert(28%) sepia(15%) saturate(2500%) hue-rotate(110deg) brightness(95%);
}

/* Subtitle in h1 */
.finder-subtitle {
  font-weight: 300;
  font-size: 0.7em;
  color: #888;
}

/* Empty state */
.productfinder-empty {
  text-align: center;
  padding: 80px 20px;
}
.productfinder-empty h4 {
  font-size: 22px;
  color: #2e2e2e;
  margin-bottom: 10px;
}
.productfinder-empty p {
  color: #888;
  margin-bottom: 20px;
}
.productfinder-empty .btn {
  background: #206246;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}

/* Responsive */
@media (max-width: 991px) {
  .productfinder-guide {
    padding: 30px 25px 28px;
  }
  .productfinder-guide-header h2 {
    font-size: 20px;
  }
  .productfinder-select-wrap select {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  .productfinder-guide {
    padding: 25px 18px 22px;
    border-radius: 0px;
  }
  .productfinder-guide-header h2 {
    font-size: 18px;
  }
  .productfinder-form {
    flex-direction: column;
    align-items: stretch;
  }
  .productfinder-selects {
    flex-direction: column;
    width: 100%;
  }
  .productfinder-select {
    width: 100%;
  }
  .productfinder-select-wrap select {
    width: 100%;
    min-width: unset;
  }
  .productfinder-form button {
    width: 100%;
    justify-content: center;
    margin-top: 5px;
  }
}

.iframe-avis {
  display: block;
  width: calc(var(--fixedWidth) - 125px);
  max-width: 100%;
  min-height: 277px;
  margin: auto;
  pointer-events: none;
}
.iframe-avis html {
  overflow: hidden;
}

.noscollections {
    width: var(--fullWidth);
    background: #1F6146;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 0 80px;
}

.noscollections .see-all {
  margin-left: auto;
    color: #FFF !important;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: 300;
  cursor: pointer;
}
.noscollections .see-all.mobile {
  display: none;
}

.noscollections .content {
width: calc(var(--fixedWidth) - 110px);
max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.noscollections .content h2 {
    color: #fff;
    font-size: 29px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
}
.noscollections .content .nos-collections-slider {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}

.noscollections .content .nos-collections-slider.slick-initialized {
  display: block !important;
}

.noscollections .content .nos-collections-slider:not(.slick-initialized) {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 0px;
}

.noscollections .slick-prev {
  left: -45px;
}

.noscollections .slick-next {
  right: -45px;
}
.noscollections .slick-prev:before,
.noscollections .slick-next:before {
  font-size: 16px !important;
  opacity: 1 !important;
}

.noscollections .slick-prev:before {
  content: '\f060';
    font-family: 'Font Awesome 5 Pro';
}

.noscollections .slick-next:before {
  content: '\f061';
    font-family: 'Font Awesome 5 Pro';
}

.noscollections .content .category-card img { 
  max-width: 100% !important; 
  width: 100% !important; 
  display: block !important;
  flex: 1 1 auto !important;
  object-fit: cover;
  z-index: 1;
  transform: scale(1.15);
}
.noscollections .content .category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #FFF9F0;
  color: inherit;
  cursor: pointer;
  margin: 0 8px;
  outline: none;
  position: relative;
  aspect-ratio: 1 / 1; 
  overflow: hidden;
}
@supports not (aspect-ratio: 1 / 1) {
  .noscollections .content .category-card::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .noscollections .content .category-card > * {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
  }
}
.noscollections .content .category-card .overlay {
  background: #000;
  opacity: 20%;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.noscollections .content .category-card h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.3px;
  color: #fff;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 10px;
  text-transform: lowercase;
}
.noscollections .content .category-card h3 i {
    background: #fff;
    height: 1.5px;
    width: 45px;
    margin-top: 10px;
    transition: .3s;
}

.noscollections .content .category-card:hover h3 i {
  width: 100%;
}

.seventhsection {
  position: relative;
  width: var(--fullWidth);
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF9F0;
  padding: 150px 0 60px;
  height: 250vh;
  clip-path: inset(0);
}

.seventhsection .seventhsection-bloc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100lvh;
  padding: 5rem 0;
  -webkit-mask-image: var(--mask-image);
  mask-image: var(--mask-image);
  transform: translate3d(0, 0, 0);
}

.seventhsection .content {
  width: var(--fixedWidth);
  will-change: transform;
  margin: auto;
  max-width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.seventhsection .content .image-text {
  /* Place your background image here; it will show only inside text */
  background-image: url('/img/asset5.png'); /* Use a high-contrast image */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* Short syntax for webkit browsers */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /* Optional: Make letters bigger for effect */
}
.seventhsection .content h2 {
  font-size: 145px;
  font-weight: bold;
}
.seventhsection .content h3 {
  font-size: 87px;
  font-weight: 100;
}
.seventhsection .content p {
  text-align: center;
  color: #34384D;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 8px;
  width: 70%;
  font-weight: 300;
}

.seventhsection .content p a {
  color: #34384D;
}

.seventhsection .content p strong {
  font-weight: 600;
}

.seventhsection .content a.btn {
    background: #206246;
    color: #FFF9F0;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 1.3px;
    border-radius: 50px;
    padding: 10px 20px 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.seventhsection .content a img {
    width: 12px;
    margin-left: 10px;
    position: relative;
    top: 1px
}

.seventhsection .logo-calque {
  max-width: 100%;
  width: 850px;
  margin-bottom: 40px;
}

.eighthsetion {
  width: calc(var(--fixedWidth) - 125px);
  max-width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  margin: 100px 0 76px;
}
.eighthsetion section {
  display: flex;
  flex-direction: column;
}

.eighthsetion section .img {
  position: relative;
  overflow: hidden;
  height: 100% !important;
}

.eighthsetion section:first-child .img {
  margin-top: 75px;
}

.eighthsetion section .img img {
  will-change: transform;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eighthsetion section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.eighthsetion section i {
  display: flex !important;
  height: 2px;
  width: 48px;
  background: #34384D;
  margin-bottom: 20px;
}

.eighthsetion section h2 {
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  color: #34384D;
  font-weight: 600;
  margin-bottom: 24px;
  width: 490px;
  max-width: 100%;
}
.eighthsetion section p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.9px;
  color: #34384D;
  width: 490px;
  max-width: 100%;
  margin-bottom: 5px;
}
.eighthsetion section p a {
  color: #34384D;
}
.eighthsetion section p strong {
  font-weight: 600;
}
.eighthsetion section a i {
  background: unset;
  height: unset;
  width: unset;
  display: unset;
}
.eighthsetion section a.btn {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #FFF9F0;
  background: #206246;
  border-radius: 50px;
  padding: 10px 20px 12px;
  width: fit-content;
  display: flex;
  margin-top: 10px;
}

.eighthsetion .sec-2 .line {
  margin-top: 45px;
}

.eighthsetion .sec-2 a img {
    width: 12px;
    margin-left: 10px;
    object-fit: contain;
    position: relative;
    top: 0px;
}

.beforelastsection {
  width: var(--fullWidth); 
  padding-top: 16px;
}

.beforelastsection .content {
  background: #517F5D; 
  display: flex;       /* Flex container */
  justify-content: center; /* Horizontally center cards */
}

.beforelastsection p {
  text-align: center;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 1.3px;
  font-weight: 200;
  color: #34384D;
  margin-bottom: 24px;
}

.beforelastsection a {
  font-weight: 600;
  color: #34384d;
}

.beforelastsection .content .card {
  position: relative;
  max-width: 20%;  /* Limit card width to 20% of container */
  width: 100%;     /* Full width in that max-width box */
  box-sizing: border-box;  /* Make padding/borders inside width */
  text-align: center;  /* Center text inside the card */
  color: white;          /* Good contrast on green */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 0 !important;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 1.2px !important;
  font-weight: 400 !important;
  text-align: left;
}

.beforelastsection .content .card img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.beforelastsection .content .card a {
  display: block;
  position: relative;
  overflow: hidden;
}

.beforelastsection .content .card .insta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.beforelastsection .content .card .insta-overlay svg {
  color: #fff;
  stroke: #fff;
}

.beforelastsection .content .card a:hover .insta-overlay {
  opacity: 1;
}

.beforelastsection .content .card a:hover img {
  transform: scale(1.05);
}

.beforelastsection .float-content {
  position: absolute;
  bottom: 40px;
  left: 35px;
}

.beforelastsection .float-content .p1 {
  font-family: 'Bogista';
  font-size: 30px;
  line-height: normal;
  display: block;
  margin-bottom: 1px;
}

.beforelastsection .float-content .p2 {
  font-weight: 200;
  font-size: 20px;
  line-height: normal;
  display: block;
}


.cta {
    padding: 45px 0;
    background: #FFF9F0;
}

.cta .cta-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: var(--fixedWidth);
  max-width: 100%;
  padding: 0 10px;
  margin: auto;
}

.cta .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  margin-bottom: 0;
}

.cta .card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;
}


.cta .card p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #517F5D;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.4;
}
.cta .card p.txt1 {
  font-weight: 600;
}

.cta .card p.txt2 {
  font-weight: 200;
  font-size: 16px;
}



/*About us*/
body { background: #fff }
body.cms-id-4 .container {
  width: 100% !important;
  max-width: var(--fullWidth) !important;
  place-items: center;
  padding: 0 !important;
}
body.cms-id-4 div#content-wrapper,
body.cms-id-4 .row {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  place-items: center;
}
body.cms-id-4 #wrapper .breadcrumb {
  width: var(--fixedWidth);
  margin: auto;
}
body.cms-id-4 h1 {
  text-align: center;
  color: #2F2E33;
  line-height: 1.4;
  letter-spacing: 1.3px;
  font-size: 26px !important;
  font-weight: 600 !important;
  margin: 50px 0px 50px 0 !important;
}
body.cms-id-4 .mycontent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  margin: 35px auto 75px;
  gap: 100px;
  width: 1200px;
}
body.cms-id-4 .mycontent i {
height: 2px;
    width: 48px;
    background: #34384D;
    display: flex;
    margin-bottom: 20px;
}
body.cms-id-4 .mycontent .mycol {
  display: flex;
  flex-direction: column;
}
body.cms-id-4 .mycontent .mycol h2 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  letter-spacing: 1.3px;
  margin-bottom: 45px;
}
body.cms-id-4 .mycontent .mycol p.paraCA a,
body.cms-id-4 .mycontent .mycol p {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
body.cms-id-4 .mycontent .mycol p strong {
  font-weight: 600;
}

body.cms-id-4 .mycontent .mycol p.paraCA {
  display: flex;
  gap: 3px;
}
body.cms-id-4 .mycontent .mycol img {
  background: #F4F4F4;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.cms-id-4 .mycontent .mycol:first-child img {
  margin-top: 25px;
}

body.cms-id-4 .mycontent .mycol:last-child img {
  margin-bottom: 65px;
}

/*LISTING PAGE*/
body#best-sales .breadcrumb,
body#new-products .breadcrumb,
body#category .breadcrumb,
body#prices-drop .breadcrumb,
body#contact .breadcrumb {
  width: var(--fixedWidth);
  max-width: 100%;
  margin: 20px auto !important;
  padding: 0 10px;
}
body#best-sales section#wrapper,
body#best-sales div#content-wrapper,
body#best-sales .container,
body#new-products section#wrapper,
body#new-products div#content-wrapper,
body#new-products .container,
body#category section#wrapper,
body#category div#content-wrapper,
body#category .container,
body#prices-drop section#wrapper,
body#prices-drop div#content-wrapper,
body#prices-drop .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}
body#best-sales .row,
body#new-products .row,
body#category .row,
body#prices-drop .row {
  margin: 0 !important;
  /*border: 1px solid;*/
}
body#best-sales div#content-wrapper,
body#new-products div#content-wrapper,
body#category div#content-wrapper,
body#prices-drop div#content-wrapper {
  max-width: var(--fixedWidth) !important;
  width: 100% !important;
  margin: auto;
  padding: 0 10px;
  float: unset !important;
}
body#best-sales div#content-wrapper h1,
body#new-products div#content-wrapper h1,
body#category div#content-wrapper h1,
body#prices-drop div#content-wrapper h1 {
  text-align: center;
  text-transform: lowercase;
  color: #2F2E33;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1.3px;
  margin: 50px 0;
}
body#best-sales div#content-wrapper h1:first-letter,
body#new-products div#content-wrapper h1:first-letter,
body#category div#content-wrapper h1:first-letter,
body#prices-drop div#content-wrapper h1:first-letter {
  text-transform: uppercase;
}
body#best-sales div#content-wrapper .block-category,
body#new-products div#content-wrapper .block-category,
body#category div#content-wrapper .block-category,
body#prices-drop div#content-wrapper .block-category {
  min-height: 0 !important;
  margin: 0 !important;
}
body#best-sales .block-category-inner,
body#best-sales #left-column,
body#new-products .block-category-inner,
body#new-products #left-column,
body#category .block-category-inner,
body#category #left-column,
body#prices-drop .block-category-inner,
body#prices-drop #left-column {
  display: none !important;
}

body#prices-drop #js-product-list,
body#prices-drop #products {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
body#category #products #js-product-list-top,
body#prices-drop #products #js-product-list-top {
  display: flex !important;
  justify-content: space-between !important;
  margin-bottom: 20px !important;
}
body#best-sales .col-xs-8,
body#best-sales .col-lg-7,
body#new-products .col-xs-8,
body#new-products .col-lg-7,
body#category .col-xs-8,
body#category .col-lg-7,
body#prices-drop .col-xs-8,
body#prices-drop .col-lg-7 {
  padding: 0 !important;
  margin: 0 !important;
}
body#best-sales .col-lg-7,
body#category .col-lg-7,
body#new-products .col-lg-7,
body#prices-drop .col-lg-7 {
  display: flex;
  justify-content: end;
}
body#best-sales button.btn-unstyle.select-title,
body#category button.btn-unstyle.select-title,
body#new-products button.btn-unstyle.select-title,
body#prices-drop button.btn-unstyle.select-title {
  width: 100%;
}

div.row.sort-by-row {
  min-width: 61%;
} 

.sort-by-row .products-sort-order {
  margin-left: auto;
}

#js-product-list .products.row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 15px;
  margin: 0 !important;
  padding: 0 !important;
}

.cardProduct {
  max-width: 100% !important;
  width: 100%;
  position: relative;
}

.cardProduct .thumbnail,
.cardProduct .thumbnail picture {
  width: 100%;
  height: 100%;
  display: block;
}

.cardProduct .thumbnail img,
.cardProduct .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.cardProduct .topCard {
  background: #f7f4f0;
   display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

body#product div.row.product-container div.thumb-container img {height:auto!important;}

/*body:not(#index) .cardProduct .topCard {
  height: 580px;
}*/

.cardProduct .rowInfo {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 14px;
}

.cardProduct p {
    padding: 0;
    margin: 0;
    color: #6D6D6D;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.8;
}

.cardProduct span.heightWidth {
  font-size: 14px !important;
  font-weight: 100;
}

.cardProduct .bgtxt {
  font-size: 13px;
  background: #FFF9F0;
  border-radius: 50px;
  padding: 5px 10px;
  font-weight: 500;
}

.cardProduct .rowInfo p.price,
.cardProduct .rowInfo h2 a,
.cardProduct .rowInfo h2,
.cardProduct .rowInfo h3 a,
.cardProduct .rowInfo h3,
body#prices-drop .cardProduct .rowInfo p.price,
body#prices-drop .cardProduct .rowInfo h2 a,
body#prices-drop .cardProduct .rowInfo h2,
body#prices-drop .cardProduct .rowInfo h3 a,
body#prices-drop .cardProduct .rowInfo h3 {
  color: #000 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.9px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: unset;
}

.cardProduct .rowInfo h2 a,
.cardProduct .rowInfo h3 a {
  display: block;
}

.cardProduct .rowInfo .price-container,
body#prices-drop .cardProduct .rowInfo .price-container,
.product-price-and-shipping {
  display: flex;
  flex-direction: column-reverse !important;
  align-items: self-end;
  gap: 0px;
}

.cardProduct .rowInfo .price-container .regular-price,
body#prices-drop .cardProduct .rowInfo .price-container .regular-price,
.product-price-and-shipping .regular-price {
  color: #999 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  position: relative;
  order: 1;
}

.cardProduct .rowInfo .price-container .regular-price s,
body#prices-drop .cardProduct .rowInfo .price-container .regular-price s {
  text-decoration: none;
  position: relative;
}

.cardProduct .rowInfo .price-container .regular-price s::after,
body#prices-drop .cardProduct .rowInfo .price-container .regular-price s::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #999;
  transform: rotate(-8deg);
}

.cardProduct .rowInfo .price-container .current-price,
body#prices-drop .cardProduct .rowInfo .price-container .current-price,
.product-price-and-shipping .price {
  color: #000 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  order: 2;
}

.cardProduct ul.product-flags li {
    font-size: 16px !important;
    width: fit-content !important;
    background: none !important;
    color: #915a51 !important;
    border: 1.3px solid #915A51;
    margin: 0 !important;
    text-transform: lowercase;
    font-weight: 500 !important;
    padding: 4px 10px 6px;
}

.cardProduct ul.product-flags {
  top: 10px !important;
  left: 10px !important;
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 5px;
}

.cardProduct .addtopanier {
  display: none;
  position: absolute;
  bottom: 30px;
}

.cardProduct:hover .addtopanier {
  display: block;
}

.addtopanier .product-quantity .add {
  margin-bottom: 0;
}

.cardProduct button.wishlist-button-add.wishlist-button-product,
.cardProduct div.qty,
.cardProduct span.control-label {
  display: none;
}

.cardProduct  div.add button {
    background: #206246 !important;
    border-radius: 50px;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: unset;
    display: flex;
    align-items: center;
    padding: 8px 25px 10px;
    text-transform: lowercase;
}

.cardProduct div.add button img {
    width: 13px;
    margin-left: 13px;
    position: relative;
    top: 1px;
}

.cardProduct button i {
  font-size: 20px !important;
}

div.product-add-to-cart.js-product-add-to-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
}
span#product-availability {
  color: #000;
  font-weight: 400;
}
nav.pagination div.col-md-4 {
  display: none;
}
nav.pagination ul.page-list {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
nav.pagination ul.page-list li a {
border: 1px solid #206246;
    color: #206246 !important;
    width: 43px;
    height: 43px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.pagination ul.page-list li.current a {
  background: #206246 !important;
  color: #fff !important;
}
nav.pagination ul.page-list a.previous.js-search-link,
nav.pagination ul.page-list a.next.js-search-link {
  font-size: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center !important;
}
.pagination,
.pagination .col-md-6.offset-md-2.pr-0 {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}


.lastsectionlisting {
    display: grid;
    grid-template-columns: 48% 48%;
    margin: 50px 50px 100px;
    justify-content: space-between;
}
.rightlastsectionlisting {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: fit-content;
  gap: 20px;
}
.rightlastsectionlisting img{
  max-width: 100% !important;
  width: 100% !important;
  aspect-ratio: 1 / 1;
}
.leftlastsectionlisting {
  display: flex;
  flex-direction: column;
}
.leftlastsectionlisting .imageslick {
  max-width: 681px !important;
  width: 100% !important;
  max-height: 433px;
  position: relative;
}

.leftlastsectionlisting .imageslick .slick-prev {
  left: -30px;
}

.leftlastsectionlisting .imageslick .slick-next {
  right: -28px;
}

.leftlastsectionlisting .imageslick .slick-prev::before {
  content: '';
  background-image: url(/img/Asset1224.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  opacity: 1;
}

.leftlastsectionlisting .imageslick .slick-next::before {
  content: '';
  background-image: url(/img/Assevda5.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  opacity: 1;
}

.leftlastsectionlisting img {
  max-width: 100%;
  width: 100%;
  display: flex;
  aspect-ratio: 1 / 1;
  height: 403px;
  object-fit: cover;
}
.leftlastsectionlisting div{
  width: 100%;
}
.leftlastsectionlisting i {
  height: 2px;
  width: 40px;
  background: #2F2E33;
  display: flex;
  margin-bottom: 15px;
}
.leftlastsectionlisting  h2 {
    font-size: 22px;
    display: flex;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.3px;
    color: #000;
}
.leftlastsectionlisting p {
    font-size: 16px;
    color: #000;
    letter-spacing: 0.6px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 40px;
}

.homepage-slider .slide img {
  height: calc(100vh - 128px);
}

.leftlastsectionlisting h2 {
  margin-bottom: 15px;
}
















/*Product Detail*/
body#product .container {
  padding: 0 10px !important;
  width: var(--fixedWidth);
}

body#product .blockreassurance_product,
body#product .social-sharing {
  display: none;
}

body#product button.btn.btn-primary.add-to-cart {
  display: flex;
  align-items: center;
  line-height: 1 !important;
}

body#product button.btn.btn-primary.add-to-cart img {
  width: 13px;
  margin-left: 13px;
  position: relative;
  top: 1px;
}

body#product div#content-wrapper,
body#product div.row,
body#product div.row.product-container {
  padding: 0 !important;
  margin: 0 !important;
}

body#product div#content-wrapper {
  margin-top: 20px !important;
}

body#product div.row.product-container div.col-md-6 {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
}
body#product div.row.product-container div.col-md-6 section.page-content {
  max-width: 100% !important;
}

body#product div.row.product-container div.col-md-6 .thumb-container {
  background: #f7f4f0;
}

body#product div.row.product-container.js-product-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: flex-start;
  position: relative;
  width: 1340px !important;
}
body#product div.row.product-container.js-product-container > .col-md-6:first-child {
  width: 64%;
}
body#product div.row.product-container.js-product-container > .col-md-6:last-child {
  width: 33%;
}
@media (max-width: 992px) {
  body#product div.row.product-container.js-product-container {
    flex-direction: column !important;
    width: 100% !important;
  }
  body#product div.row.product-container.js-product-container > .col-md-6:first-child,
  body#product div.row.product-container.js-product-container > .col-md-6:last-child {
    width: 100%;
  }
}

body#product div.row.product-container div.thumb-container img {
  mix-blend-mode: multiply;
  max-width: 100%;
  height: auto !important;
}

body#product div.row.product-container .subtitle {
  font-size: 18px;
  font-weight: 300;
}

/* ===== Masonry Gallery - Desktop & Tablet ===== */
body#product div.row.product-container div.col-md-6 div.product-images-grid {
  columns: 2;
  column-gap: 6px;
}
body#product div.row.product-container div.col-md-6 div.product-images-grid .thumb-container {
  break-inside: avoid;
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
}
body#product div.row.product-container div.col-md-6 div.product-images-grid .thumb-container a {
  display: block;
  line-height: 0;
}
body#product div.row.product-container div.col-md-6 div.product-images-grid .thumb-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
body#product div.row.product-container div.col-md-6 div.product-images-grid .thumb-container:hover img {
  transform: scale(1.03);
}
body#product .mobile-fixed-add-to-cart {
  display: none;
}

body#product .mobile-fixed-add-to-cart-btn {
  width: 100%;
  justify-content: center;
  gap: 8px;
}

body#product .product-back-link {
  display: none;
}

@media (max-width: 567px) {
  body#product {
    padding-bottom: 90px;
  }

  body#product .mobile-fixed-add-to-cart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 12px 15px 16px;
    z-index: 100;
    display: block;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.08);
  }

  body#product div.row.product-container div.col-md-6 div.js-qv-mask.mask {
    position: relative;
  }

  body#product .product-back-link {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 6;
    background: rgba(47, 46, 51, 0.85);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 6px 12px;
    border-radius: 999px;
    text-transform: lowercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
  }

  body#product .product-back-link:hover {
    background: rgba(47, 46, 51, 0.95);
    color: #fff;
  }
}

body#product div.row.product-container select.form-control.form-control-select,
body#product div.row.product-container span.current-price-value,
body#product div.row.product-container div.col-md-6 h1 {
  font-size: 30px;
  text-transform: unset;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.4;
  color: #2F2E33 !important;
}


body#product div.row.product-container span.current-price-value {
  font-size: 25px;
  font-weight: 600;
}

body#product div.row.product-container {
  position: relative;
  display: inline-block;
  width: fit-content;
}

body#product div.product-add-to-cart.js-product-add-to-cart {
  align-items: start !important;
}

/* Remove native select arrow */
body#product div.row.product-container select.form-control.form-control-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFF9F0;
  border-radius: 50px;
  border: none;
  font-size: 15px;
  padding: 0 40px 0 20px; /* keep space on right for arrow */
  height: 35px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="18" viewBox="0 0 24 24" width="18" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  text-transform: lowercase;
  color: #2F2E33;
  letter-spacing: 0.9px;
  min-width: 112px;
}

body#product h2 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.9px;  
  color: #2F2E33 !important;
}

#accordion-product {
  margin-top: 25px;
}

#accordion-product .accordion-btn {
  cursor: pointer;
  padding: 15px 0 !important;
  width: 100%;
  text-align: left;
  border: none;
  transition: background 0.3s;
  outline: none;
  background: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.9px;
  color: #000;
  border-top: 1px solid #979699;
  border-bottom: 1px solid #979699;
  display: flex;
  justify-content: space-between;
  margin-top: -1px;
}

#accordion-product .accordion-btn.active,
#accordion-product .accordion-btn:hover {
  background: none;
}
#accordion-product .panel {
  padding: 15px 0 !important;
}

/* Details/Summary accordion styles */
#accordion-product .accordion-details {
  margin: 0;
}

#accordion-product .accordion-details summary {
  list-style: none;
}

#accordion-product .accordion-details summary::-webkit-details-marker {
  display: none;
}

#accordion-product .accordion-details .panel {
  display: block;
}

#accordion-product .accordion-btn .arrow {
  transition: transform 0.2s;
}

#accordion-product .accordion-details[open] .accordion-btn .arrow {
  transform: rotate(180deg);
}
#accordion-product .panel .tab-pane {
  display: block !important;
  opacity: 1 !important;
}

#accordion-product .panel .fade {
  opacity: 1 !important;
  transition: none !important;
}








body#cart .container {
  max-width: var(--fixedWidth) !important;
  width: 100%;
}
body#cart div.cart-grid.row {
  display: flex !important;
  flex-direction: column !important;
  width: 1200px !important;
  margin: 0 auto 75px !important;
}
body#cart div.cart-grid-body.col-lg-8 {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body#cart .card-block {
  padding: 0;
}

body#cart h1.h1 {
    text-align: center;
    text-transform: lowercase;
    color: #2F2E33;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.3px;
    margin: 0 0 50px;
}
body#cart h1.h1:first-letter {
  text-transform: uppercase;
}
body#cart ul.cart-items li.cart-item div.clearfix,
body#cart .separator { display:none; }
body#cart ul.cart-items li.cart-item {
  border-bottom: 1px solid #AAAAAC;
}
body#cart ul.cart-items li.cart-item .product-line-grid {
  display: flex;
  align-items: center;
}
body#cart ul.cart-items li.cart-item span.product-price,
body#cart ul.cart-items li.cart-item .product-line-grid a.label {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.4;
  letter-spacing: 0.9px;
  color: #2F2E33 !important;
}

body#cart ul.cart-items li.cart-item div.product-line-info span,
body#cart ul.cart-items li.cart-item span.price {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4;
    letter-spacing: 0.9px;
    color: #6d6d6d !important;
}
body#cart ul.cart-items li.cart-item i.material-icons.float-xs-left {
  color: #2F2E33;
  font-size: 25px;
}
body#cart ul.cart-items li.cart-item div.product-line-grid-left {
  width: fit-content !important;
  background: #FFF9F0;
  aspect-ratio: 1 / 1;
}
body#cart ul.cart-items li.cart-item div.product-line-grid-left img {
  mix-blend-mode: multiply;
  width: 100% !important;
  height: 100% !important;
  max-width: 150px;
  object-fit: contain !important;
}
body#cart div.cart-grid-body.col-lg-8 .cart-overview.js-cart {
  padding: 0 !important;
  margin: 0 !important;
}
div.input-group.bootstrap-touchspin {
  border: 1px solid #2F2E33;
  border-radius: 50px;
  padding: 5px 25px !important;
  position: relative;
  margin: 0 !important;
  max-height: 42px !important;
}
div.input-group.bootstrap-touchspin input {
  border: none !important;
  background: none !important;
}
div.input-group.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute !important;
  display: flex !important;
  justify-content: space-between;
  width: 80% !important;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
div.input-group.bootstrap-touchspin .input-group-btn-vertical i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
}
div.input-group.bootstrap-touchspin .input-group-btn-vertical button {
  background: none;
  border: none;
  padding: 0 !important;
  width: fit-content;
}
input#quantity_wanted,
input.js-cart-line-product-quantity.form-control {
  padding: 0 !important;
  margin: 0 !important;
  max-height: 30px;
  max-width: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  color: #2F2E33;
}
body#cart div.cart-grid-right.col-lg-4:last-child {
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 15px 0 0 !important;
    max-width: 400px;
    margin-left: auto;
}
body#cart div.cart-grid-right.col-lg-4:last-child div.card.cart-summary {
  width: 100%;
}
body#cart .blockreassurance_product {
  display: none;
}

.cart-detailed-totals .cart-summary-line .label,
.cart-detailed-totals .cart-summary-line .value {
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0.9px !important;
  line-height: 1.5 !important;
  color: #2F2E33 !important;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  font-weight: 700 !important;
}

body#cart div.cart-grid-right a.btn.btn-primary {
  border-radius: 50px;
  background: #206246 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.8px !important;
  text-transform: lowercase;
  display: block;
  width: fit-content;
  margin-left: auto;
}

body#cart div.cart-grid-right a.btn.btn-primary img {
  width: 13px;
  margin-left: 9px;
  position: relative;
  top: -1px;
}







/*SEARCH*/
#searchOverlay {
  position: absolute;
  height: 100%;
  width: var(--fixedWidth);
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
#searchOverlay #_desktop_top_menu {
  display: none;
}
#searchOverlay #search_widget {
  min-width: 450px;
}
#searchOverlay #search_widget form input {
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #2F2E33 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.9px !important;
  font-weight: 300;
  border: 1px solid #2F2E33; 
}



body.cms-id-5 h1,
body.cms-id-1 h1,
body.cms-id-14 h1,
body.cms-id-2 h1,
body.cms-id-3 h1 {
  text-align: center;
}

body.cms-id-5 .page-content.page-cms,
body.cms-id-1 .page-content.page-cms,
body.cms-id-14 .page-content.page-cms,
body.cms-id-2 .page-content.page-cms,
body.cms-id-3 .page-content.page-cms {
  width: 992px;
}

body.cms-id-5 div#content-wrapper,
body.cms-id-1 div#content-wrapper,
body.cms-id-14 div#content-wrapper,
body.cms-id-2 div#content-wrapper,
body.cms-id-3 div#content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
}
body.cms-id-5 div#content-wrapper p,
body.cms-id-1 div#content-wrapper p,
body.cms-id-14 div#content-wrapper p,
body.cms-id-2 div#content-wrapper p,
body.cms-id-3 div#content-wrapper p {
  line-height: 1.5;
}
body.cms-id-5 div#content-wrapper strong,
body.cms-id-1 div#content-wrapper strong,
body.cms-id-14 div#content-wrapper strong,
body.cms-id-2 div#content-wrapper strong,
body.cms-id-3 div#content-wrapper strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
}

body.cms-id-2 div#content-wrapper table {
  width: 580px;
}

body.cms-id-5 div#content-wrapper ul li {
  color: #000 !important;
}


@media (max-width: 992px) {
body.cms-id-5 div#content-wrapper, 
body.cms-id-1 div#content-wrapper, 
body.cms-id-14 div#content-wrapper, 
body.cms-id-2 div#content-wrapper, 
body.cms-id-3 div#content-wrapper {
  padding: 0 !important;
}

  body.cms-id-5 .page-content.page-cms,
body.cms-id-1 .page-content.page-cms,
body.cms-id-14 .page-content.page-cms,
body.cms-id-2 .page-content.page-cms,
body.cms-id-3 .page-content.page-cms { width:90%; padding:0; }
body.cms-id-2 div#content-wrapper table {width: 100%;}
  body {
    padding: 0;
    margin-top: 104px;
  }
  /*HEADER*/
  #myheader .myheaderBottom {
    width: 90%;
    padding: 8px 0;
  }
  #myheader .myheaderBottom .mynavbar {
    display: none;
  }
  #myheader .myheaderBottom .mylogo {
    width: 170px;
  }
  #myheader .myheaderBottom .show button {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
  }
  #myheader .myheaderBottom .myleftheader {
    gap: 15px;
  }
  #myheader .myheaderBottom .show i {
    font-size: 25px;
  }
  #myheader .myheaderBottom {
    height: 70px;
  }
  #myheader .myheaderBottom .show { display:flex; gap: 10px;}
  #myheader .myheaderBottom .hide { display:none; }

  footer .cta .cta-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    padding: 20px 0;
    row-gap: 20px;
    width: 90%;
  }
  footer .cta .card img {
    height: 40px;
    width: 40px;
  }
  footer .cta .card p { 
    font-size: clamp(14px, 2.5vw, 20px);  
  }
  footer #myfooter .myfooterTop {
    flex-wrap: wrap;
    width: 90%;
    padding: 40px 0;
  }
  footer #myfooter .myfooterTop .myCol-4 {
    max-width: 100%;
  }
  footer #myfooter .myfooterTop .myCol-4.nos-offres {
    padding-left: 0;
  }
  footer #myfooter .myfooterBottom {
    flex-direction: column;
    width: 100%;
    padding: 25px 0;
  }
  footer #myfooter .myfooterBottom p {
    width: 90%;
  }
  footer #myfooter .myfooterBottom ul {
    flex-direction: column;
    align-items: start;
    width: 90%;
    gap: 0px;
  }
  #myfooter .myfooterTop .myCol-4 {
    min-height: 0;
  }
  footer #myfooter .myfooterBottom ul i {
    display: none;
  }
  /* Slider styles moved to module CSS */

  .noscollections .content .nos-collections-slider {
    width: 92%;
  }

  .NotreSelection {
    width: 90%;
  }
  .NotreSelection .slick-products .cardProduct p.price, 
  .NotreSelection .slick-products .cardProduct h2 a,
  .NotreSelection .slick-products .cardProduct h3 a {
    font-size: 18px;
  }

  .thirdsection {
    background: none;
    margin-top: 60px;
  } 
  .thirdsection section h1,
  .thirdsection section h2 {
    font-size: 20px;
  }
  .thirdsection section h1 br,
  .thirdsection section h2 br {
    display: none;
  }
  .head h2,
  .head .section-heading {
    font-size: 20px;
  }
  .thirdsection .content {
    width: 100%;
    position: relative;
  }

  .thirdsection .content img {
    width: 100%;
    min-height: 550px;
  }
  .thirdsection section h3 {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .thirdsection .content-text {
    margin-top: 25px;
  }
  .thirdsection .content section {
    position: absolute;
    z-index: 5;
    width: 90% !important;
    max-width: 100%;
    top: -50px;
    left: 5%; 
    right: 0;
    background: #FFF9F0;
    max-height: 100%;
    padding: 20px;
    margin: 0;
  }
  .thirdsection .content-text {
    width: 100%;
  }
  .thirdsection .content-text {
    height: 450px;
  }

  .fourthsection  {
    width: 90%;
    padding: 50px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fourthsection .content form {
    width: 100%;
  }
  .fourthsection .content {
    width: 90%;
  }
  .fourthsection .contentRows .row {
    gap: 10px !important;
  }
  .fourthsection .contentRows {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
    width: 100% !important;
  }
  .fourthsection .content form .row:nth-child(1) select {
    min-width: 224px;
  }
  .cardProduct .rowInfo .price-container,
  body#prices-drop .cardProduct .rowInfo .price-container {
    flex-direction: column;
  }
  .thirdsection section p {
    font-size: 16px;
  }
  

  .noscollections {
    width: 100%;
  }

  .seventhsection .content {
      width: var(--fullWidth);
  }

  .seventhsection .content h2 {
    font-size: 40px;
  }
  .seventhsection .content h3 {
    font-size: 25px;
  }

  .seventhsection .content p {
    width: 85%;
  }
  .seventhsection .logo-calque {
    width: 85%;
  }

  #sag_b_cocarde {
    display: none !important;
  }

  .eighthsetion {
    overflow-x: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .eighthsetion section h2 {
    font-size: 20px;
    line-height: 1;
  }
  .eighthsetion .sec-1 h2 {
    order: 1;
  }
  .eighthsetion .sec-1 i.line {
    order: 1;
  }
  .eighthsetion section {
    width: 90%;
  }
  .eighthsetion section:first-child img {
    margin: 0;
    order: -1;
  }
  .eighthsetion section:first-child .img {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .eighthsetion .sec-1 p {
    order: 1;
  }



  #searchOverlay {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    /*padding: 5px 0 0 0;*/
  }
  #searchOverlay #search_widget form input {
    height: 50px;
  }


  .NotreSelection .head a {
    display: none;
  }
  .NotreSelection .head a h2 {
    font-size: 30px;
  }
  .NotreSelection .slick-track {
    gap: 0;
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
  .NotreSelection .slick-products .cardProduct {
    min-width: 50%;
  }
  .NotreSelection .slick-products .cardProduct p {
    font-size: 14px;
  }
  .NotreSelection .slick-products .cardProduct .infoCard {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0 15px 15px;
  }
  .NotreSelection .slick-products .cardProduct .infoCard .rowInfo {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    gap: 10px;
  }
  .NotreSelection .slick-products .cardProduct .infoCard .rowInfo h2,
  .NotreSelection .slick-products .cardProduct .infoCard .rowInfo h3 {
    font-size: 16px;
  }
  .NotreSelection .slick-products .cardProduct .infoCard .rowInfo p.price {
    font-size: 16px;
    white-space: nowrap;
  }
  .NotreSelection .slick-list {
    overflow: hidden !important;
  }
  .NotreSelection .slick-track {
    display: flex !important;
  }
  .NotreSelection .slick-slide {
    height: auto !important;
  }


  iframe {
    width: 100% !important;
    overflow: hidden;
    transform: unset !important;
  }

  .noscollections {
    width: 100%;
    height: 100%;
    padding: 40px 0;
  }
  .noscollections .content h2 {
    font-size: 20px;
  }
  .noscollections .see-all.mobile {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .noscollections .see-all.disktop {
    display: none;
  }
  .noscollections .content {
    width: 100%;
  }
  .noscollections .content {
    gap: 20px;
  }
  /*.noscollections .slick-list,
  .noscollections .slick-track {
    width: 100% !important;
  }*/
  .noscollections .content .nos-collections-slider:not(.slick-initialized) {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .noscollections .content .nos-collections-slider:not(.slick-initialized) .category-card {
    margin: 0;
  }
  .noscollections .content .category-card h3 {
    font-size: 30px;
  }
  .noscollections button.slick-next {
    right: 15px;
    z-index: 1;
  }
  .noscollections button.slick-prev {
    left: 15px;
    z-index: 1;
  }

  .beforelastsection {
    width: 100%;
  }
  .beforelastsection p {
    font-size: 20px !important;
  }
  .beforelastsection .content {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .beforelastsection .content .card {
    max-width: 100%;
  }
  .beforelastsection .content .card:last-child {
    display: none;
  }
  #myfooter .myfooterTop .myCol-4 form input[type="email"] {
    min-height: 35px;
  }


  .advanced-search { height: 70px;}
  .advanced-search .container-search { width: 90% !important; }
  .advanced-search .ui-autocomplete-input {
    font-size: 20px;
    padding: 8px 0;
  }
  .advanced-search .material-icons { font-size:12px; }
  div#suggestionsg {
    top: 104px;
  }
  #autoSuggestionsListg .order-1 {
    display: none;
  }
  #autoSuggestionsListg .order-2 {
    width: 90%;
    padding-left: 0;
  }
  #autoSuggestionsListg .order-2 .flex_wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  #myheader .myheaderBottom .mynavbar {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    z-index: 50;
    top: 70px;
    min-height: 200px;
    width: calc(100% + 40px);
    max-height: 100%;
    margin: 0 -20px;
    padding: 20px 0;
    gap: 15px;
  }
  .header.openMobile {
    display: block !important;
  }
  #myheader .myheaderBottom .mynavbar .parent { display:none; }
  #myheader .myheaderBottom .mynavbar > li {
    width: 100%;
    margin: 0;
  }
  #myheader .myheaderBottom .mynavbar .mega-menu-container {
    display: block;
    transform: unset;
    left: 0;
    top: 0;
    width: 100%;
    min-width: unset;
    border-top: unset;
  }
  .mega-menu-container .container-megamenu {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .mega-menu-container .right-megamenu {
    display: none;
  }
  .mega-menu-container .menu-categories {
    width: 100%;
    padding: 0;
  }
  .menu-categories li {
    margin: 0 5px 5px 20px;
  }
  .menu-categories li a {
    font-weight: 200;
  }
  .menu-categories li a i {
    rotate: 90deg;
  }


  /*Panier*/
  body#cart {
    padding: 0 !important;
    width: 100%;
  }
  body#cart div#content-wrapper {
    padding: 0 !important;
    display: flex;
    justify-content: center;
  }
  body#cart section#main {
    width: 90%;
  }
  body#cart .container,
  body#cart div.cart-grid.row {
    width: 100%;
    max-width: 100% !important;
  }
  body#cart .cart-items .cart-item .product-line-grid-body {
    margin: 0 !important;
    width: 50% !important;
  }
  body#cart h1.h1 {
    font-size: 20px;
  }
  body#cart .cart-items .cart-item .product-line-grid-qty {
    max-width: 93px !important;
    margin: 0px !important;
  }
  body#cart .cart-items .cart-item .product-line-grid-price {
    padding: 0;
    margin: 0;
    max-width: 90px !important;
  }
  body#cart .product-line-grid.tab-header {
    display: none !important;
  }

  body#cart ul.cart-items li.cart-item .product-line-grid {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
  }

  /* Product accessories carousel on cart */
  body#cart .product-accessories.pm-csoc {
    width: 100% !important;
    margin: 0 auto 60px !important;
    padding: 0 !important;
  }
  body#cart .product-accessories.pm-csoc .card-block {
    padding: 0 !important;
  }
  body#cart .product-accessories .step-title {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }
  body#cart .product-accessories .carousel,
  body#cart .product-accessories .pm-csoc-owl-carousel {
    margin-left: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    left: 0 !important;
  }
  body#cart .product-accessories .pm-csoc-owl-wrapper-outer {
    margin: 0 !important;
    padding: 0 !important;
  }
  body#cart .product-accessories .pm-csoc-owl-item .cardProduct {
    padding: 0 5px !important;
  }
  body#cart .product-accessories .cardProduct .thumbnail-container {
    padding: 10px !important;
  }
  body#cart .product-accessories .cardProduct .product-title {
    font-size: 14px !important;
  }
  body#cart .product-accessories .cardProduct .price {
    font-size: 14px !important;
  }

  /*Product page details*/
  body#product .container {
    width: 90%;
    padding: 0 !important;
  }
  body#product div.row.product-container.js-product-container {
    flex-direction: column;
    gap: 20px;
  }
  body#product div.row.product-container div.thumb-container img {
    height: auto;
  }

  #wrapper .breadcrumb li span {
    font-size: 14px;
  }
  #wrapper .breadcrumb li::after {
    margin: 0 5px;
  }
  body#product .featured-products .products {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  body#product div.row.product-container div.col-md-6 h1 {
    font-size: 20px !important;
    line-height: 1.2;
  }
  body#product div.row.product-container .subtitle {
    font-size: 16px;
  }
  body#product div.row.product-container span.current-price-value {
    font-size: 20px;
  }
  body#product .product-information #accordion-product p, 
  body#product .product-information #accordion-product li, 
  body#product .product-information #accordion-product h3, 
  body#product .product-information .product-description,
  body#product div.product-container .payment-3x {
    font-size: 14px !important;
  }
  body#product .featured-products h2 {
    font-size: 18px !important;
  }
 
  .cardProduct .rowInfo p.price,
  .cardProduct .rowInfo h2 a,
  .cardProduct .rowInfo h3 a {
    font-size: 18px !important;
  }
  body#product ul.product-flags li,
  .cardProduct p {
    font-size: 14px !important;
  }
  body#product .js-mailalert .btn-primary {
    font-size: 14px !important;
    padding: 8px 15px 10px !important;
  }

  /*Listing Products page*/
  body#best-sales .breadcrumb,
  body#new-products .breadcrumb,
  body#category .breadcrumb,
  body#prices-drop .breadcrumb,
  body#best-sales div#content-wrapper,
  body#new-products div#content-wrapper,
  body#category div#content-wrapper,
  body#prices-drop div#content-wrapper {
    width: 90% !important;
    padding: 0;
  }
  #js-product-list .products.row {
    grid-template-columns: repeat(1, 1fr);
  }
  .products-selection .showing,
  .products-selection .filter-button {
    display: none !important;
  }
  body#category div#content-wrapper .block-category {
    margin: 35px 0 !important;
  }
  .categorygallery-section .leftlastsectionlisting {
    max-width: 100% !important;
  }
  .categorygallery-section.lastsectionlisting {
    margin: 0;
  }
  .leftlastsectionlisting .imageslick .slick-prev {
    left: 0 !important;
  }
  .leftlastsectionlisting .imageslick .slick-next {
    right: 0 !important;
  }
  .categorygallery-section .rightlastsectionlisting {
    grid-template-columns: repeat(4, 1fr);
    width: 100% !important;
    max-width: 100% !important;
    flex: unset !important;
    grid-template-rows: unset !important;
    gap: 10px !important;
    margin-bottom: 40px;
  }

  /*À propos*/
  body.cms-id-4 #wrapper .breadcrumb {
    width: 90%;
  }

  body.cms-id-4 .mycontent {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  body.cms-id-4 header.page-header {
    width: 90%;
  }
  body.cms-id-4 h1 {
    margin: 40px 0;
  }

  /* Sous-menu mobile inline */
  .menu-categories li {
    position: relative;
  }

  .menu-categories li .mobile-submenu {
    display: none;
    padding: 0 0 10px 20px;
  }

  .menu-categories li.open .mobile-submenu {
    display: block;
    padding: 0px;
  }

  .menu-categories li .mobile-submenu a {
    display: block;
    font-size: 20px !important;
    font-weight: 300 !important;
    padding: 13px 20px !important;
    color: #6d6d6d !important;
    border: 0 !important;
    margin: 10px 0;
  }

  .menu-categories li .mobile-submenu a:hover {
    color: #fff !important;
  }

  .menu-categories li .mobile-submenu a:before {
    display: none !important;
  }

  /* Cacher right-megamenu en mobile */
  .mega-menu-container .right-megamenu {
    display: none !important;
  }


  /*checkout*/
  body#checkout section.checkout-step .step-title {
    font-size: 18px;
  }
  body#checkout section.checkout-step {
    padding: 0;
  }
  #blockcart-modal .modal-body {
    padding: 30px 0 !important;
  }

  /*showroom*/
  body#showroom .container {
    width: 90%;
    padding: 0;
  }
  body#showroom #content-wrapper {
    padding: 0;
  }
  body#showroom .section-vegetale {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  .showroom-visit-section .columns,
  #showroom .section-vegetale .columns {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  #showroom .section-unique .container,
  #showroom .section-vegetale .columns {
    width: 90% !important;
  }

  .showroom-visit-section .column-left {
    margin: 0 !important;
  }
  #showroom .form-legal p {
    font-size: 14px !important;
  }
  #showroom .section-title {
    margin: 50px 0 30px 0 !important;
  }
  #showroom .experience-text {
    margin-bottom: 40px;
  }
  #showroom .showroom-visit-section {
    padding: 0 !important;
  }
  #showroom .form-legal {
    margin: 30px 0 !important;
  }

}

#header {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#wrapper .breadcrumb li::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #2f2e33;
  margin: 10px;
}

#wrapper .breadcrumb li span {
  color: #2f2e33;
  font-weight: 300;
}

#wrapper .breadcrumb li:last-child span {
  font-weight: 600;
} 

#js-product-list-header .block-category {
  padding: 0;
}

#js-product-list-header .block-category h1,
body#prices-drop h1#js-product-list-header,
body#best-sales h1#js-product-list-header {
  margin: 0 !important;
  font-size: 26px !important;
  font-weight: 600 !important;
}
body #js-product-list-header .block-category h1 {
  text-transform: lowercase !important;
}
body #js-product-list-header .block-category h1:first-letter {
  text-transform: uppercase !important;
}
body#prices-drop h1#js-product-list-header,
body#best-sales h1#js-product-list-header {
  text-align: center;
  text-transform: capitalize;
  color: #2F2E33;
  letter-spacing: 1.3px;
}

#products .total-products {
  display: none;
}

#products #js-product-list-top .col-lg-7 {
  width: 100%;
}

#products #js-product-list-top .sort-by-row {
  margin-left: auto;
}

.sort-by-row .select-title {
    padding: 0;
    display: flex;
    align-items: center;
    border: 0;
    width: auto !important;
    font-weight: 300;
    font-size: 15px !important;
    text-decoration: underline;
    letter-spacing: 0.6px;
}

.sort-by-row .select-title img {
  width: 15px;
  margin-right: 10px;
}

.products-sort-order .dropdown-menu {
  top: calc(100% + 15px);
  right: 0;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, .1);
  z-index: 9;
}

.products-sort-order .select-list {
  color: #6d6d6d;
  padding: 10px 30px;
  font-weight: 300;
}

.products-sort-order .select-list.current {
  font-weight: 500;
}

.products-sort-order .select-list:hover {
  color: #FFF !important;
}

.brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover {
  background: #52805d;
}

.egalement-dispo span:first-child {
  font-weight: 300;
}

.page-list .previous,
.page-list .next {
  border: 0 !important;
  width: fit-content !important;
}

.page-list .previous img,
.page-list .next img {
  width: 25px;
  height: auto;
  padding: 0 5px;
}


body#product div.product-container h1 {
  font-size: 25px !important;
  font-weight: 600 !important;
}

body#product div.product-container .payment-3x {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  order: 1;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  order: 2;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: "\f068";
  font-family: 'Font Awesome 7 Pro';
  font-size: 12px;
  font-weight: 700;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: "\f067";
  font-family: 'Font Awesome 7 Pro';
  font-size: 12px;
  font-weight: 700;
}

body#product div.product-container .product-quantity {
  gap: 15px;
}

body#product div.product-container .add-to-cart {
  height: 42px;
}

.product-quantities i {
  color: #7bb781;
  margin-right: 5px;
  font-size: 14px;
}

.product-quantities span {
  color: #7bb781;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: .6px;
}

.product-short-description p {
  margin-bottom: 3px;
}

.product-short-description p,
.product-short-description span {
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #6d6d6d !important;
}

.js-product-details > div {
  margin-bottom: 8px;
}

.js-product-details .label {
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #6d6d6d !important;
  margin-bottom: 0;
}

.js-product-details span,
.js-product-details a {
  font-weight: 300 !important;
  font-size: 15px !important;
  color: #6d6d6d !important;
}

body#product .featured-products {
  margin-top: 10px !important;
}

body#product .featured-products .products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 15px;
}

body#product .featured-products h2 {
  font-size: 25px;
  font-weight: 600;
}

#product .product-container .product-variants-item .control-label {
  display: block !important;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

#product .product-container .product-add-to-cart > .control-label {
  display: none !important;
}

.product-accessories .h5 {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
}

.product-accessories .h5 .accessories-toggle {
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 3px;
}

.product-accessories .list-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  width: 100%;
}

.product-accessories .list-products.collapsed .accessory-card:nth-child(n+4) {
  display: none;
}

.product-accessories .list-products .accessory-card {
  position: relative;
}

.product-accessories .list-products .accessory-card .price {
  position: absolute;
  top: -12px;
  right: -12px;
  border: 1px solid #206346;
  border-radius: 50px;
  background-color: #FFF;
  color: #206346;
  padding: 0px 5px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .6px;
}

.product-accessories .list-products .thumbnail {
  background: #FFF9F0;
  display: block;
  padding: 10px;
}

.product-accessories .list-products .thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.product-accessories .list-products .accessory-card [name="qty"] {
  display: none;
}

.product-accessories .list-products .accessory-card .btn.btn-primary {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  min-width: 19px !important;
  min-height: 19px !important;
  width: 19px !important;
  height: 19px !important;
  overflow: hidden;
  padding: 0 !important;
  color: #206346;
  background-color: #206346;
  border-radius: 50%;
}

.product-accessories .list-products .accessory-card .btn.btn-primary:before {
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    position: relative;
    top: -2px;
    left: 0px;
}

.product-accessories .list-products .accessory-card .btn.btn-primary[disabled] {
  opacity: .4;
  cursor: not-allowed;
}

#product #wrapper,
#cms #wrapper {
  padding-top: 20px;
}

body#cart .cart-items .cart-item .product-line-grid-left {
  width: 150px;
}

body#cart .cart-items .cart-item .product-line-grid-body {
  max-width: 700px;
  width: 100%;
  margin-left: 35px;
}

body#cart .cart-items .cart-item .product-line-grid-qty {
  margin-left: auto;
  max-width: 120px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

body#cart .cart-items .cart-item .product-line-grid-qty .remove-from-cart {
  color: #000;
  text-decoration: underline;
  font-weight: 300;
  font-size: 16px;
  margin-left: 23px;
  margin-top: 10px;
}

body#cart .cart-items .cart-item .product-line-grid-price {
  max-width: 135px;
  width: 100%;
  text-align: right;
}

body#cart .cart-items .cart-item:first-child {
  padding: 10px 0;
}

.product-line-grid.tab-header .product-line-grid-left {
  aspect-ratio: unset !important;
  background: unset !important;
}

.product-line-grid.tab-header > div {
  color: #2f2e33;
  font-size: 14px;
  font-weight: 300;
}

.js-qv-mask {
  position: relative;
}

.btn-zoom-gallery {
  position: absolute;
  /*top: 455px;*/
  bottom: 20px;
  left: 20px;
  width: 42px;
  height: 42px;
  background: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  color: #333;
  transition: transform 0.2s, background 0.2s;
  outline: 0;
  box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 8%);
}

.btn-zoom-gallery:hover {
  transform: scale(1.1);
}

.product-additional-info .tabs {
  padding: 0;
  margin: 0 0 15px;
}

.js-mailalert .btn-primary {
  background: #206246 !important;
  border-radius: 50px;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 25px 10px;
  height: 42px;
  width: 100%;
  text-transform: unset;
}

.js-mailalert .btn-primary img {
  width: 13px;
  margin-left: 13px;
  position: relative;
  top: 1px;
}

#product .product-accessories .accessory-card .product-flags {
  top: 5px !important;
  left: 5px !important;
}

#product .product-accessories .accessory-card .product-flags li {
  padding: 4px 5px 4px;
  font-size: 12px !important;
  line-height: normal !important;
}

#blockcart-modal .product-name {
  color: #2F2E33 !important;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
  white-space: inherit;
  border-radius: 50px;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: unset;
  display: flex;
  align-items: center;
  padding: 8px 25px 10px;
  height: 42px;
}

#blockcart-modal .cart-content .cart-content-btn .btn.btn-primary {
  background: #206246 !important;
}

.cardProduct .js-product-availability {
  display: none !important;
}

.price-disco {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0 !important;
}

.price-disco .product-discount {
  margin-bottom: 5px;
  margin-left: 10px;
}

.price-disco .product-discount .regular-price {
  color: #999 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  position: relative;
  text-decoration: none;
}

.price-disco .product-discount .regular-price::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #999;
  transform: rotate(-8deg);
}

.input-group-btn button:last-child {
  border-radius: 0px 50px 50px 0px;
}

#authentication #footer,
#password #footer,
#registration #footer {
  margin-top: 50px !important;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
  border-top: 0;
}

.block-promo {
  margin: 15px 0 30px;
}

.block-promo .promo-code {
  padding: 0;
}

.block-promo .promo-input {
  width: 100%;
  height: 42px;
  border-radius: 50px;
  margin: 0;
}

.block-promo .promo-code form {
  position: relative;
  display: flex;
}

.block-promo .promo-code .btn {
  position: absolute;
  top: 24px;
  right: 25px;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  font-weight: 700;
  text-transform: uppercase !important;
  background-color: transparent !important;
  color: #000;
}

.block-promo .promo-name {
  display: none !important;
}

#cart .product-accessories {
  padding: 0;
  margin-bottom: 100px;
}

#cart .product-accessories .step-title {
  color: #34384d;
  font-size: 26px;
  font-weight: 600;
  text-transform: unset;
  margin-bottom: 25px;
}

#blockcart-modal .product-accessories {
  display: none !important;
}

.product-accessories .pm-csoc-owl-carousel {
  margin-left: -15px;
  width: calc(100% + 30px);
}

.product-accessories .pm-csoc-owl-item .cardProduct {
  padding: 0 10px;
}

.input-group .input-group-btn>.btn {
  background-color: #7a7a7a;
  border-radius: 0 50px 50px 0;
}

.categorygallery-section .leftlastsectionlisting {
  width: 100%;
  max-width: 48%;
  padding-top: 30px;
}

.categorygallery-section .rightlastsectionlisting {
  flex: 0 0 48%;
  gap: 20px;
  height: 100%;
}

.categorygallery-section .rightlastsectionlisting img {
  border-radius: 0;
  box-shadow: unset !important;
  transform: unset !important;
  height: 100%;
  max-height: 257px;
}

.categorygallery-section .leftlastsectionlisting h2 {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #000;
}

.categorygallery-section .leftlastsectionlisting h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: -25px;
  width: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 10px;
}

.categorygallery-section .leftlastsectionlisting .imageslick img {
  height: 325px;
  border-radius: 0;
}

.categorygallery-section .leftlastsectionlisting p {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.6px;
  font-weight: 300;
}

.categorygallery-section .leftlastsectionlisting .imageslick {
  margin-top: 0;
}

.categorygallery-section.lastsectionlisting {
  padding: 0;
  border: 0;
  margin-top: 0px;
}

.categorygallery-section .imageslick .slick-prev, .categorygallery-section .imageslick .slick-next {
  background: transparent;
}

.leftlastsectionlisting .imageslick .slick-next {
  right: -38px;
}

.leftlastsectionlisting .imageslick .slick-prev {
  left: -38px;
}

#content-wrapper #products {
  margin-bottom: 50px;
}

#category .iframe-avis,
#manufacturer .iframe-avis,
body#new-products .iframe-avis,
body#new-products .iframe-avis,
body#prices-drop .iframe-avis {
  margin-bottom: 75px;
}

#showroom h1 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .6px;
  color: #000;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
}

#showroom .card-block {
  padding-top: 0;
}

/* Section 1 - L'ambiance végétale */
#showroom .section-vegetale {
  padding: 60px 0px 75px;
  background: #fff;
  max-width: 100%;
  width: 1200px;
  margin: auto;
}

#showroom .section-vegetale .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

#showroom .section-title {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .6px;
  color: #000;
  margin-bottom: 60px;
  position: relative;
}

#showroom .section-title::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #000;
}

#showroom .left-column {
  display: flex;
  flex-direction: column;
  padding-top: 22px;
}

#showroom .intro-text {
  color: #000;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}

#showroom .image-showroom {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 0;
}

#showroom .right-column {
  display: flex;
  flex-direction: column;
}

#showroom .image-top-right {
  width: 100%;
  height: 450px;
  object-fit: cover;
  margin-bottom: 30px;
}

#showroom .experience-text {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
}

/* Section 2 - Espace unique */
#showroom .section-unique {
  background: #206346;
  padding: 60px 0 100px 0;
  color: #fff;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 75px;
}

#showroom .section-unique .container {
  max-width: 100%;
  width: 1200px;
}

#showroom .section-unique .section-title-white {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: .6px;
}

#showroom .section-unique .intro-text-white {
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin: 0 auto 50px auto;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}

#showroom .section-unique .intro-text-white a {
  color: rgba(255, 255, 255, 0.9);
}

#showroom .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

#showroom .gallery-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {

  #showroom .section-vegetale .container {
    grid-template-columns: 1fr;
  }

  #showroom .gallery-grid {
    grid-template-columns: 1fr;
  }

  #showroom .section-title {
    font-size: 24px;
  }

  #showroom .section-unique .section-title-white {
    font-size: 22px;
  }

  .fourthsection .content h2 {
    font-size: 20px;
  }
  .fourthsection .content form label {
    font-size: 18px;
  }
  .fourthsection .content form select {
    font-size: 16px;
  }

  .beforelastsection p {
    font-size: 20px !important;
  }

}

#showroom .showroom-visit-section {
    padding: 60px 0;
}

#showroom .showroom-visit-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

#showroom .showroom-visit-section .column-left .content {
  position: sticky;
  top: 145px;
}

#showroom .showroom-form .form-group {
    margin-bottom: 20px;
}

#showroom .showroom-form label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    text-align: left;
}

#showroom .showroom-form label .required {
    color: #c00;
}

#showroom .showroom-form .form-control {
    border: 1px solid #2f2e33;
    border-radius: 30px;
    padding: 12px 20px;
    width: 100%;
}

#showroom .showroom-form textarea.form-control {
    border-radius: 20px;
    background-color: transparent;
}

#showroom .btn-showroom {
    background-color: #206246;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 40px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
}

#showroom .btn-showroom img {
    width: 13px;
    margin-left: 13px;
    position: relative;
    top: 1px;
}

#showroom .form-legal {
    margin-top: 30px;
    line-height: 1.5;
}

#showroom .form-legal p {
  font-size: 11px;
  font-weight: 300;
  color: #000;
  margin-bottom: 8px;
}

.showroom-visit-section .container {
  max-width: 100%;
  width: 1200px;
}

.showroom-visit-section .columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.showroom-visit-section .column-left {
  margin-right: 150px;
}

.showroom-visit-section .column-left p {
  line-height: 26px;
}

#cart-subtotal-products {
  display: none;
}

#checkout .block-promo {
  margin: 15px 20px 30px;
}

.product-price {
  color: #363a42;
}

/*****************************************************************/
/* PAGE CMS - NOS CONSEILS DECO                                  */
/*****************************************************************/
.page-cms-12 .page-header {
    display: none;
}

.conseils-deco-page {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Hero Section */
.conseils-hero {
    background: #52805d;
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    margin-bottom: 50px;
}

.conseils-hero h1 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.conseils-hero p {
    font-size: 1.2rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
}

/* Sections */
.conseils-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.conseils-section.conseils-ambiances,
.conseils-section.conseils-exterieur {
    max-width: 100%;
    background: #f8f9f7;
}

.conseils-section.conseils-expertise {
    max-width: 100%;
    background: #52805d;
    text-align: center;
    margin-bottom: 100px;
}

/* Tag */
.conseils-tag {
    display: inline-block;
    background: #e8f0eb;
    color: #206246;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Grid Layout */
.conseils-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.conseils-grid.reverse {
    direction: rtl;
}

.conseils-grid.reverse > * {
    direction: ltr;
}

.conseils-text h2 {
    font-size: 2.2rem;
    color: #2f2e33;
    margin-bottom: 20px;
    font-weight: 600;
}

.conseils-text p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.conseils-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

/* Center Content */
.conseils-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.conseils-center h2 {
    font-size: 2.2rem;
    color: #2f2e33;
    margin-bottom: 15px;
    font-weight: 600;
}

.conseils-center p {
    font-size: 1.1rem;
    color: #666;
}

/* Ambiances Grid */
.ambiances-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.ambiance-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 5px 30px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ambiance-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.ambiance-icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.ambiance-card h3 {
    font-size: 1.3rem;
    color: #2f2e33;
    margin-bottom: 8px;
    font-weight: 600;
}

.ambiance-card p {
    font-size: 0.95rem;
    color: #777;
    margin: 0;
}

/* Tutorial */
.tutorial-materials,
.tutorial-steps {
    margin-top: 25px;
}

.tutorial-materials h4,
.tutorial-steps h4 {
    font-size: 1.1rem;
    color: #206246;
    margin-bottom: 12px;
    font-weight: 600;
}

.tutorial-materials ul,
.tutorial-steps ol {
    padding-left: 20px;
}

.tutorial-materials li,
.tutorial-steps li {
    font-size: 1rem;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Tip Box */
.conseils-tip {
    background: #e8f0eb;
    border-left: 4px solid #206246;
    padding: 20px 25px;
    border-radius: 0 12px 12px 0;
    margin-top: 25px;
    font-size: 1rem;
    color: #2f2e33;
}

/* Expertise Section */
.expertise-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: #52805d;
    text-align: center;
    margin-bottom: 50px;
}

.expertise-content h2 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.expertise-content p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
    margin-bottom: 30px;
}

.btn-conseils {
    display: inline-block;
    background: #fff;
    color: #206246 !important;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
        text-transform: lowercase;
}

/* Responsive */
@media (max-width: 992px) {
    .conseils-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .conseils-grid.reverse {
        direction: ltr;
    }
    
    .ambiances-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .conseils-hero h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 600px) {
    .conseils-hero {
        padding: 50px 20px;
    }
    
    .conseils-hero h1 {
        font-size: 1.8rem;
    }
    
    .conseils-section {
        padding: 50px 15px;
    }
    
    .conseils-text h2,
    .conseils-center h2,
    .expertise-content h2 {
        font-size: 1.6rem;
    }
    
    .ambiances-grid {
        grid-template-columns: 1fr;
    }
    
    .ambiance-card {
        padding: 25px 20px;
    }
}

.cms-id-12 .page-header {
  display: none;
}

.cms-id-12 #content {
  padding: 0;
}

/*****************************************************************/
/* CONTACT PAGE STYLES                                           */
/*****************************************************************/

/* Page Contact - Remove default header */
#contact .page-header,
.page-contact .page-header {
    display: none;
}

#contact #wrapper,
.page-contact #wrapper {
    padding-top: 0;
}

#contact #content,
.page-contact #content {
    max-width: 100%;
    padding: 0;
}

#contact #left-column,
#contact #right-column,
.page-contact #left-column,
.page-contact #right-column {
    display: none;
}

/* Contact Page Wrapper */
.contact-page-wrapper {
    width: 100%;
}

/* Hero Section */
.contact-hero {
    background: linear-gradient(135deg, #206246 0%, #1a5038 100%);
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.contact-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.contact-hero h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Outfit', sans-serif;
}

.contact-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    font-weight: 300;
}

/* Contact Info Section */
.contact-info-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1340px;
    margin: 0 auto;
}

.contact-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(32, 98, 70, 0.12);
}

.contact-card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #206246 0%, #2d8a5e 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
}

.contact-card h3 {
    color: #206246;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}

.contact-card p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 5px;
    line-height: 1.5;
}

.contact-card-link {
    display: inline-block;
    color: #206246;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    padding: 8px 20px;
    border: 2px solid #206246;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.contact-card-link:hover {
    background: #206246;
    color: #fff;
}

/* Contact Form Section */
.contact-form-section {
    padding: 50px 0px;
    background: #fff;
}

.contact-form-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: start;
}

.contact-form-left h2 {
    color: #206246;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Outfit', sans-serif;
}

.contact-form-left > p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Features List */
.contact-features {
    margin-bottom: 40px;
}

.contact-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: #333;
    font-size: 1rem;
}

.contact-feature svg {
    color: #206246;
    flex-shrink: 0;
}

/* Social Section */
.contact-social {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.contact-social > p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.contact-social-icons {
    display: flex;
    gap: 15px;
}

.contact-social-icons a {
    width: 45px;
    height: 45px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #206246;
    transition: all 0.3s ease;
}

.contact-social-icons a:hover {
    background: #206246;
    color: #fff;
    transform: translateY(-3px);
}

/* Contact Form Right */
.contact-form-right {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 20px;
}

.contact-form-right .contact-form {
    background: transparent;
}

/* Form Alerts */
.contact-alert {
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.contact-alert ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-alert-error {
    background: #ffe6e6;
    border: 1px solid #ff9999;
    color: #cc0000;
}

.contact-alert-success {
    background: #e6ffe6;
    border: 1px solid #99ff99;
    color: #006600;
}

/* Form Fields */
.contact-form-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
}

.contact-form-group.full-width {
    grid-column: 1 / -1;
}

.contact-form-group label {
    color: #333;
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: left;
}

.contact-form-group label .optional {
    color: #999;
    font-weight: 400;
    font-size: 0.85rem;
}

.contact-input {
    width: 100%;
    padding: 9px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-size: 1rem;
    font-family: 'Outfit', sans-serif;
    transition: all 0.3s ease;
    background: #fff;
}

.contact-input:focus {
    outline: none;
    border-color: #206246;
    box-shadow: 0 0 0 4px rgba(32, 98, 70, 0.1);
}

/* Select styling for Safari - Contact page only */
select.contact-input,
.contact-form-section select,
#contact .contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 18px center;
    background-size: 12px;
    padding-right: 45px;
    cursor: pointer;
}

select.contact-input:focus,
.contact-form-section select:focus,
#contact .contact-form select:focus {
    outline: none;
    border-color: #206246;
    box-shadow: 0 0 0 4px rgba(32, 98, 70, 0.1);
}

.contact-textarea {
    resize: vertical;
    min-height: 120px;
    border-radius: 15px;
}

/* File Upload */
.contact-file-upload {
    position: relative;
}

.contact-file-upload input[type="file"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.contact-file-upload .file-text {
    display: block;
    padding: 14px 18px;
    background: #fff;
    border: 2px dashed #e0e0e0;
    border-radius: 12px;
    color: #666;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-file-upload:hover .file-text {
    border-color: #206246;
    background: rgba(32, 98, 70, 0.05);
}

/* Form Footer */
.contact-form-footer {
    margin-top: 30px;
    text-align: center;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    height: 42px;
    background: #206246;
    color: #fff !important;
    border: none;
    padding: 12px 40px 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(32, 98, 70, 0.3);
}

.contact-submit-btn img {
    width: 13px;
    margin-left: 13px;
    position: relative;
    top: 1px;
}

.contact-submit-btn svg {
    transition: transform 0.3s ease;
}

.contact-submit-btn:hover svg {
    transform: translateX(5px);
}

/* Map Section */
.contact-map-section {
    position: relative;
    height: 450px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

.contact-map-overlay {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 10;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    max-width: 400px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.contact-map-content h3 {
    color: #206246;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}

.contact-map-content p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.contact-map-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #206246;
    color: #fff;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-map-btn:hover {
    background: #1a5038;
    color: #fff;
    transform: translateY(-2px);
}

.contact-map-section iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(20%);
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .contact-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-form-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-map-overlay {
        left: 20px;
        right: 20px;
        max-width: none;
        padding: 30px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .contact-hero {
        padding: 60px 20px;
    }

    .contact-hero h1 {
        font-size: 2rem;
    }

    .contact-hero p {
        font-size: 1rem;
    }

    .contact-info-section {
        padding: 40px 15px;
    }

    .contact-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-card {
        padding: 30px 25px;
    }

    .contact-form-section {
        padding: 25px 0px;
    }

    .contact-form-left h2 {
        font-size: 1.8rem;
    }

    .contact-form-right {
        padding: 25px 0px;
    }

    .contact-form-fields {
        grid-template-columns: 1fr;
    }

    .contact-submit-btn {
        width: 100%;
        justify-content: center;
    }

    .contact-map-section {
        height: auto;
    }

    .contact-map-overlay {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        margin: 20px 0px;
        border-radius: 15px;
    }

    .contact-map-section iframe {
        height: 300px;
    }
}

#contact #content-wrapper {
  width: 100%;
}

.instagram-feed-header,
.eapps-instagram-feed-posts-grid-load-more-container,
.instagram-feed-section [title="Free Instagram Feed Widget"] {
  display: none !important;
}

.instagram-feed-section {
  padding: 0 !important;
  width: 100%;
}

.instagram-feed-container {
  max-width: 100% !important;
}


/* plantes Artiﬁcielles Pagecms */
body.cms-id-16 .plantesArtiﬁciellesContent,
body.cms-id-16 .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.cms-id-16 .plantesArtiﬁciellesContent { gap: 100px; }
body.cms-id-16 h1 {
  text-align: center;
  color: #2F2E33;
  line-height: 1.4;
  letter-spacing: 1.3px;
  font-size: 26px !important;
  font-weight: 600 !important;
  margin: 30px 0px 50px 0 !important;
}

body.cms-id-16 nav.breadcrumb {
  width: var(--fixedWidth);
}
body.cms-id-16 div#content-wrapper {
  padding: 0;
}
body.cms-id-16 .grid ul,
body.cms-id-16 .grid p,
body.cms-id-16 .firstSection p { 
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
body.cms-id-16 .grid ul{text-align: left; list-style: disc; list-style-position: inside;}
body.cms-id-16 .grid p {text-align: left;}
body.cms-id-16 .firstSection {
  width: 1200px;
}
body.cms-id-16 strong {
  font-weight: 600;
}

body.cms-id-16 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 1200px;
  gap: 50px;
  align-items: center;
}
body.cms-id-16 .grid.sameStart { align-items:start; }
body.cms-id-16 .grid.stretch { align-items: stretch; }
body.cms-id-16 .grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
body.cms-id-16 .grid i {
  height: 2px;
  width: 48px;
  background: #34384D;
  display: flex;
  margin-bottom: 20px;
}

body.cms-id-16 .divider {
  height: 50px;
}
body.cms-id-16 .underline {
  text-decoration: underline;
  font-weight: 300;
}

body.cms-id-16 h3,
body.cms-id-16 h2 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  letter-spacing: 1.3px;
  margin-bottom: 45px;
}
body.cms-id-16 h3 { font-size:20px; margin-bottom: 35px;}
body.cms-id-16 .sectionbg {
  background: #206346;
  text-align: center;
  padding: 50px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.cms-id-16 .sectionbg h2 {
  color: #fff;
  font-size: 27.5px;
}
body.cms-id-16 .sectionbg p {
  width: 819px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
body.cms-id-16 .sectionbg p span {
  text-decoration: underline;
}
body.cms-id-16 .grid.conatctinfo {
  align-items: start;
  margin-bottom: 70px;
}
.grid.conatctinfo section {
    position: sticky;
    top: 127px;
}

@media (max-width: 992px) {
  body .fourthsection .content form label {
    width: 80px;
  }
  .fourthsection .content form div {
    justify-content: unset;
    align-items: start;
    gap: 30px !important;
  }
  .fourthsection .content form div .row {
    max-width: fit-content;
    align-items: center;
  }

  #wrapper .breadcrumb ol {
      overflow-y: hidden !important;
      overflow-x: auto !important;
      display: flex !important;
      align-items: center !important;
      padding: 10px 0;
  }
  #wrapper .breadcrumb li {
      display: flex !important;
      align-items: center !important;
  }
  #wrapper .breadcrumb li span {
    white-space: nowrap !important;
  }
  #wrapper .breadcrumb li::after {
    margin: 0px 10px !important;
  }

  .grid.conatctinfo section {
    position: unset;
}
  body.cms-id-16 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  body.cms-id-16 .grid img {
    width: 100%;
    height: auto;
  }
  
  body.cms-id-16 .sectionbg p {
    width: 100%;
  }

  body.cms-id-16 .sectionbg h2,
  body.cms-id-16 .sectionbg p,
  body.cms-id-16 .grid,
  body.cms-id-16 .firstSection,
  body.cms-id-16 nav.breadcrumb { width:89%; }
  body.cms-id-16 div#content-wrapper {
    width: 100%;
  }
  body.cms-id-16 .container { padding: 0; }
  body.cms-id-16 .row {
    margin: 0;
  }
  body.cms-id-16 .plantesArtiﬁciellesContent { gap:50px; }
  .custom-contact-form-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  body#contact .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body#contact #content-wrapper {
    padding: 0;
    width: 90% !important;
  }
}


body#pagenotfound #content h4,
body#pagenotfound #content p,
body#pagenotfound h1 {
  text-align: center;
}


body#product span.color,
body#product .input-color {
  border-radius: 100% !important;
  padding: 10px;
}

.category-description {
  position: relative;
  background-color: #fff9f1;
  padding: 45px 54px 45px 85px;
  margin-top: -50px;
  margin-bottom: 75px;
}

.category-description:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  left: 25px;
  top: 48px;
  font-size: 40px;
  opacity: .3;
  color: #ababab;
}

.category-description h1,
.category-description h2,
.category-description h3,
.category-description h4,
.category-description h5,
.category-description h6 {
  font-weight: 500;
  font-size: 20px;
}

.category-description p {
  margin-bottom: 10px;
}

@media (max-width: 767px) {

  .category-description {
    padding: 60px 15px 20px 15px;
  }

  .category-description:before {
        left: 15px;
    top: 25px;
  }

}




@media (max-width: 567px) {
  .NotreSelection .slick-products .cardProduct {
    min-width: 100%;
    padding: 0 !important;
  }
  .NotreSelection .slick-list {
    padding: 0 !important;
    margin: 0 !important;
  }


  body#product div.row.product-container div.col-md-6 div.product-images-grid {
    display: block;
    position: relative;
    columns: 1 !important;
    column-gap: 0 !important;
  }
  body#product div.row.product-container div.col-md-6 div.product-images-grid .slick-list,
  body#product div.row.product-container div.col-md-6 div.product-images-grid .slick-track {
    width: 100%;
  }
  body#product div.row.product-container div.col-md-6 div.product-images-grid .slick-slide {
    padding: 0;
  }
  body#product div.row.product-container div.col-md-6 div.product-images-grid .thumb-container,
  body#product div.row.product-container div.col-md-6 div.product-images-grid .thumb-container a,
  body#product div.row.product-container div.col-md-6 div.product-images-grid .thumb-container picture,
  body#product div.row.product-container div.col-md-6 div.product-images-grid .thumb-container img {
    width: 100%;
    display: block;
  }
  body#product div.row.product-container div.col-md-6 div.product-images-grid .product-image-counter {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    background: rgba(47, 46, 51, 0.8);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 6px 10px;
    border-radius: 999px;
    line-height: 1;
    pointer-events: none;
  }
  .btn-zoom-gallery {
    display: none;
  }
  #product #content {
    margin: 0 -20px;
    min-width: calc(100% + 39px) !important;
  }

}


.product-images-grid:not(.slick-initialized) img,
.product-images-grid:not(.slick-initialized) a {
    height: auto;
}
.product-images-grid .slick-track:before {
  display: none;
}

body#registration .register-form p:first-child,
body#registration h1,
body#authentication h1 {
  text-align: center;
}

body#registration footer.form-footer.clearfix {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cardProduct .rowInfo .price-container {
  padding-left: 10px;
}

@media (max-width: 767px) {

  .fourthsection .content form .row {
    flex-direction: column !important;
    max-width: 100% !important;
  }

  .fourthsection .content form select {
    padding: 0 20px !important;
    text-align: center;
    width: 100% !important;
  }

  .fourthsection .content form label {
    text-align: center;
  }

  .fourthsection .content form .contentRows {
    gap: 15px !important;
    padding: 0 10px;
  }

  .fourthsection .content form .row::after {
    top: unset;
    transform: unset;
    bottom: 15px;
  }


}

.product-accessories .list-products.collapsed .accessory-card {
  display: none;
}

.product-accessories .list-products.collapsed .accessory-card:nth-child(1),
.product-accessories .list-products.collapsed .accessory-card:nth-child(2),
.product-accessories .list-products.collapsed .accessory-card:nth-child(3) {
  display: block;
}


.product-accessories .list-products .accessory-card #ps_checkout-payment-method-logo-block-container {
  display: none !important;
}

#product #ps_checkout-payment-method-logo-block-container {
  margin-bottom: 20px;
}

@media (max-width: 767px) {

  .NotreSelection .slick-products:not(.slick-initialized) {
    flex-direction: column;
  }

  .NotreSelection {
    margin: 50px 0 15px;
  }

}

#product .iframe-avis {
  margin-top: 75px;
}

@media (max-width: 767px) {

  #product .iframe-avis {
    margin-top: 50px;
  }

}

.footer-banner-resine {
  width: 100%;
  text-align: center;
}

.footer-banner-resine picture,
.footer-banner-resine img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto 5px;
}

.decomundo-banner-resine {
  width: 100%;
  text-align: center;
}

.decomundo-banner-resine picture,
.decomundo-banner-resine img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 30px auto 75px;
}

.newsletter-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.newsletter-popup.is-visible {
  display: flex;
}

.newsletter-popup__dialog {
  position: relative;
  width: auto;
  min-height: auto;
  background: #206246;
  background-size: cover;
  background-position: center;
  color: #fff9f0;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .24);
  overflow: hidden;
}

.newsletter-popup__content {
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 95px 55px 30px;
    text-align: center;
}

.newsletter-popup__close {
  position: absolute;
  top: 18px;
  right: 15px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.newsletter-popup__close span {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 34px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}

.newsletter-popup__close span:last-child {
  transform: rotate(-45deg);
}

.newsletter-popup h2 {
  margin: 0 0 20px;
  color: #fff9f0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 1px;
}

.newsletter-popup p {
  margin: 0;
  color: #fff9f0;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.65;
  letter-spacing: 1px;
}

.newsletter-popup__form {
  display: flex;
  align-items: center;
  width: min(374px, 100%);
  min-height: 45px;
  margin-top: 25px;
  padding: 0 20px 0 25px;
  border-radius: 999px;
  background: #fff;
}

.newsletter-popup__form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 45px;
  border: 0;
  background: transparent;
  color: #2f2e33;
  font-size: 20px;
  font-weight: 300;
  outline: 0;
}

.newsletter-popup__form input[type="email"]::placeholder {
  color: #a7a6ad;
  opacity: 1;
}

.newsletter-popup__form button {
  flex: 0 0 auto;
  min-width: 32px;
  min-height: 24px;
  border: 0;
  background: transparent;
  color: #2f2e33;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

.newsletter-popup__form button.is-loading {
  position: relative;
  cursor: wait;
}

.newsletter-popup__form button.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  border: 2px solid rgba(47, 46, 51, .25);
  border-top-color: #2f2e33;
  border-radius: 50%;
  animation: newsletter-popup-spin .8s linear infinite;
}

@keyframes newsletter-popup-spin {
  to {
    transform: rotate(360deg);
  }
}

.newsletter-popup__message {
  min-height: 24px;
  margin-top: 18px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: .3px !important;
}

.newsletter-popup__message.is-error {
  color: #ffe0dc;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.newsletter-popup-open {
  overflow: hidden;
}

@media (max-width: 767px) {

  .newsletter-popup__dialog {
    width: 100%;
  }

  .newsletter-popup__content {
    padding: 90px 5px 20px;
  }

  .newsletter-popup p {
    font-size: 16px;
  }

  .newsletter-popup h2 {
    font-size: 22px;
  }

  .newsletter-popup__form {
    width: calc(100% - 35px);
  }

  .newsletter-popup__form input[type="email"] {
    font-size: 16px;
  }

  .newsletter-popup__form button {
    font-size: 16px;
  }

  .newsletter-popup__close span {
    left: 14px;
    width: 25px;
  }

}
