.product__grid {
    width  : 100%;
    margin : 0 auto;
}

/********************
	Part - Product Images
********************/
.product__images__wrapper {
    position : relative;
}
.product-cover img {
    width : 100%;
    height: 100%;
}

/********************
	Part - Product flags
********************/
.product__images__wrapper .product-flags {
    position : absolute;
    top      : 0;
    left     : 80px;
    z-index  : 4;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    gap: 10px;
}

/********************
	Part - Product cover
********************/
.product-cover {
    position : relative;
    background: #F9F7F5;
}

.product-wishlist {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 34px;
  width: 34px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.product-wishlist #wishlist_button {
  display: flex;
}
/********************
	Part - Product thumbs Images
********************/
.product__thumbnails:not(.product__thumbnails__slider) {
    display  : grid;
    grid-gap : 15px;
}

.images-container .thumb-container {
    text-align : center;
    background : var(--color-grey-default);
}

.product__thumbnails .thumb {
    border    : 2px solid transparent;
    cursor    : pointer;
    margin    : 0 auto;
    width: 70px;
    height: 70px;
}

.product__thumbnails .thumb.selected {
    border : 2px solid var(--color-primary);
}

/********************
	Part - Product description short
********************/
#product-description-short {
    color : var(--color-grey-font-default);
}

/********************
	Part - Product information
********************/
.product-information {
    font-size : var(--font-size-300);
    color     : var(--color-grey-font-default)
}

.product-information .manufacturer-logo {
    height : 35px
}

.product-information .product-description img {
    max-width : 100%;
    height    : auto
}

/********************
	Part - Product availability
********************/
#product-availability {
    margin-top  : .625rem;
    display     : inline-block;
    font-weight : 700;
}

#product-availability .material-icons {
    line-height : inherit;
}

#product-availability .product-available {
    color : #4cbb6c;
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
    color : #ff9a52;
}

/********************
	Part - Product details
********************/
#product-details .label {
    font-size   : 1rem;
    color       : var(--color-black-default);
    font-weight : 700
}

/********************
	Part - Product features
********************/
.product-feature-name {
  color: #1F1F1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 29.17px;
  letter-spacing: -0.84px;
}

.product-feature-value {
  color:  #004B49;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 29.17px;
  letter-spacing: -0.84px;
}

.product-features {
    /*margin-top  : 1.25rem;*/
    /*margin-left : .3125rem*/
}

.product-feature {
  padding: 10px 0;
  border-top: 1px solid #E5E9EB;
}

.product-features > dl.data-sheet {
    display     : flex;
    flex-wrap   : wrap;
    align-items : stretch
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
    flex           : 1 0 40%;
    font-weight    : 400;
    background     : var(--color-grey-default);
    padding        : .625rem;
    margin-right   : .625rem;
    min-height     : 2.5rem;
    word-break     : normal;
    text-transform : capitalize;
    margin-bottom  : .5rem
}

.product-features > dl.data-sheet dd.value:nth-of-type(2n),
.product-features > dl.data-sheet dt.name:nth-of-type(2n) {
    background : #f6f6f6
}

/********************
	Part - Product variants
********************/
.product-variants > .product-variants-item {
    margin : 1.25rem 0
}

.product-variants > .product-variants-item select {
    background-color : #fff;
    width            : auto;
    padding-right    : 1.875rem;
    box-shadow       : 2px 2px 4px 0 rgba(0, 0, 0, .2)
}

.product-variants > .product-variants-item ul li {
    /*margin-right : .625rem*/
}

.product-variants > .product-variants-item .color {
    margin-left : 0;
    margin-top  : 0
}

.rates_availability_options .radio-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100px;
  border: 1px solid #E5E9EB;
  box-shadow: unset;
}

.rates_availability_options .attribute-name {
  color: #1F1F1F;
  text-align: center;
  font-size: 12.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 10.662px;
  letter-spacing: -1.125px;
  text-transform: uppercase;
}

.rates_availability_options .attribute-price {
  color: var(--color-primary);
  font-size: 21.324px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.919px;
}

.attribute-price-per-day {
  color: #8C8C8C;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.993px;
  letter-spacing: -1.54px;
}
/********************
	Part - Product prices
********************/
.product-prices {
    padding        : 0.75rem 0;
    display        : flex;
    flex-direction : column;
    align-items    : flex-start;
}

.add-to-cart-text {
  text-align: center;
  font-family: Elsie;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.17px;
  letter-spacing: -0.12px;
}

.add {
  width : 100%;
}

/********************
	Part - Product price
********************/

.product__main-infos .product-price__current-price {
    display     : inline-block;
    color       : var(--color-primary);
    font-size   : var(--font-size-1000);
    line-height : normal;
    font-weight : 700;
}

.price_brand_new {
  display: block;
  color: #1F1F1F;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -1.08px;
  padding: 25px 0;
}

/********************
	Part - Product unit price
********************/
.product-unit-price {
    font-size     : .8125rem;
    margin-bottom : 0
}

/********************
	Part - Product discount
********************/

.product-discount .discount {
    background     : var(--color-secondary);
    color          : var(--color-white-default);
    font-weight    : 600;
    padding        : .3125rem .625rem;
    font-size      : var(--font-size-300);
    text-transform : uppercase;
    display        : inline-block
}

.product-discount .regular-price {
  text-decoration: line-through;
}

.product-discount .discount-percentage {
  position: absolute;
  z-index: 2;
  top: 35px;
  right: 15px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 3em;
  height: 3em;
}

.images-container .discount-percentage-container {
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
  background: var(--color-secondary);
  color: var(--color-white-default);
  border-radius: 50%;
  width: calc(40px + (45 - 40) * ((100vw - 320px) / (1920 - 320)));
  height: calc(40px + (45 - 40) * ((100vw - 320px) / (1920 - 320)));
  padding: 3px 7px;
}

/********************
	Part - Product thumb-mask (pack product)
********************/
.thumb-mask > .mask {
    position : relative;
    width    : 3.438rem;
    height   : 3.438rem;
    overflow : hidden;
    border   : 1px solid var(--color-grey-default);
    margin   : .625rem 0
}

.thumb-mask > .mask img {
    width  : 55px;
    height : 55px
}

/********************
	Part - Product block reassurance
********************/

#block-reassurance {
    margin-top : 1rem
}

#block-reassurance ul {
    display         : flex;
    flex-direction  : column;
    align-items     : center;
    justify-content : space-between;
}

#block-reassurance img {
    width        : 1.563rem;
    margin-right : .625rem
}

#block-reassurance li .block-reassurance-item {
    padding : 1rem 1.5rem
}

#product #block-reassurance span {
    font-weight : 700
}

/********************
Product more info
********************/

.product__more-infos ul.nav-tabs {
  display: flex;
  border-bottom: none;
  margin-bottom: 1em;
}

.product__more-infos .nav-item .nav-link {
  transition: all 0.35s ease-in-out;
}

.product__more-infos .nav-item .nav-link:hover {
  color: var(--color-primary);
}

.product__more-infos .nav-item .nav-link.active {
  background: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}

.product__more-infos .nav-item .nav-link.active:hover {
  background: var(--color-primary-50);
  border: 1px solid var(--color-primary-50);
}

.product__more-infos .nav-tabs .nav-link:focus,
.product__more-infos .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.product__more-infos .tab-content {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 3px 27px;
  border-radius: 10px;
  padding: calc(16px + (32 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.images-container.thumb--is-on-left .product__thumbnails:not(.swiper) .swiper-wrapper{
    flex-direction: column;
}

.product-thumbnails-slider__btns{
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-thumbnails-slider__btn{
    padding: 5px;
    margin: 5px;
    display: flex;
    align-items: center;
}

.images-container:not(.thumb--is-on-left) .product-thumbnails-button-prev{
    transform : rotate(180deg);
}

.images-container.thumb--is-on-left .product-thumbnails-button-prev{
    transform : rotate(-90deg);
}
.images-container.thumb--is-on-left .product-thumbnails-button-next{
    transform : rotate(90deg);
}

.slider-imgs-product__wrapper{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.images-container.thumb--is-on-left .product__thumbnails{
    padding: 2px 0;
}

.images-container:not(.thumb--is-on-left) .product__thumbnails{
    padding: 0 2px;
}

.images-container .product__thumbnails{
    overflow: hidden;
}

.samecategory_title, .faq_title {
  color: #004B49;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  text-align: left;
}

.text-reminder-email {
  color:  #004B49;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.txt-15 {
  font-size: 15px;
}

.product-additional-info .tabs {
  background: rgba(87, 124, 110, 0.20);
  padding: 40px 30px;
}

.text-mine {
  color: rgba(0, 75, 73, 0.70);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.84px;
  margin: 15px 0;
}

.js-mailalert {
  display: flex;
  align-items: center;
  justify-content: center;
}

.js-mailalert button {
  font-family: Elsie;
  text-transform: initial;
  font-weight: 500;
}

.js-mailalert .form-control {
  border: unset;
}

.js-mailalert .form-control::placeholder {
  color: #577C6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: -1.26px;
}

.estmatif_date {
  margin-top: 15px;
  color: #577C6E;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: -1.17px;
}

.product_footer_inner {
  position: relative;
  overflow: hidden;
}

.logo_faq {
  position: absolute;
  right: -250px;
  top: 70px;
}

.logo_faq img {
  width : 70%;
}

.faq_content_container {
  margin-top: 5em ;
}

.product_footer_inner .featured-products {
  margin-top: 5em !important;
}

.faq-question span:first-child {
  width: 90%;
}

button.close {
  color: #004B49;
  font-size: 1.5rem;
  text-shadow: unset;
}

.cart-content-btn .btn {
  text-transform: initial;
  font-family: Elsie;
  font-weight: 500;
  font-size: 18px;
}

.wishlist-btn-container {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(25px);
  transition: 0.3s ease;
}

.wishlist-btn-container:hover {
  background: #f3f4f6;
}

.product-miniature-wishlist__btn {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(1px);
}



.variant-dropdown {
  position: relative;
  width: 220px; /* adapte si besoin */
}

.variant-dropdown__toggle {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  font-size: 14px;
}

.variant-dropdown__size {
  flex: 1;
  text-align: left;
  color: #555;
}

.variant-dropdown__icon {
  font-size: 10px;
}

/* Liste déroulante */
.variant-dropdown__list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;

  margin: 4px 0 0;
  padding: 4px 0;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);

  list-style: none;
  display: none;
  z-index: 10;
}

.variant-dropdown.open .variant-dropdown__list {
  display: flex;
  flex-direction: column;
}

.variant-dropdown__option {
  padding: 8px 12px 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  cursor: pointer;
}

.variant-dropdown__option:hover {
  background-color: #f5f5f5;
}

.variant-dropdown__option--active {
  background-color: var(--color-secondary);
}
