@font-face {
  font-family: 'Big Shoulders Display';
  src: url('../fonts/big-shoulders-display.black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Big Shoulders Display';
  src: url('../fonts/big-shoulders-display.extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Big Shoulders Display';
  src: url('../fonts/big-shoulders-display.bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Big Shoulders Display';
  src: url('../fonts/big-shoulders-display.semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Big Shoulders Display';
  src: url('../fonts/big-shoulders-display.medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Big Shoulders Display';
  src: url('../fonts/big-shoulders-display.regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BebasNeue-Regular';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body::after {
  content: 'XS';
  color: white;
  background-color: #95c13d;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 99999999;
}

@media (min-width: 576px) {
  body::after { content: 'SM'; }
}

@media (min-width: 768px) {
  body::after { content: 'MD'; }
}

@media (min-width: 992px) {
  body::after { content: 'LG'; }
}

@media (min-width: 1200px) {
  body::after { content: 'XL'; }
}

@media (min-width: 1400px) {
  body::after { content: 'XXL'; }
}

.accordion {
  --bs-accordion-bg: #f6f7f4;
}

.color-green,
.color-green a {
  color: #95c13d !important;
}

a {
  color: #95c13d;
  text-decoration: none
}
.alert-success {
  background: #eef5e3;
  border-color: #95c13d;
}
.alert-warning a,
.alert-danger a,
.alert-success a {
  color: black;
  font-weight: bold;
}
.btn {
  font-weight: 700;
  text-transform: uppercase;
}
.btn-primary {
  color: black;
  background-color: #95c13d;
  border-color: #95c13d;
}
.btn-primary .btn-arrow {
    color: black;
    margin-right: 10px;
    display: inline-block;
}
.btn-primary:hover,
.btn-primary:hover .btn-arrow {
  color: white;
}
.btn-default {
  color: white;
  background-color: black;
  border-color: black;
}
.btn-none,
.btn-outline-primary {
  color: white;
  text-transform: uppercase;
  background-color: none;
  border-color: #95c13d;
  padding: 10px 20px;
}
.btn-none:hover,
.btn-outline-primary:hover {
  color: black;
  background-color: #95c13d;
}
.btn-none .btn-arrow,
.btn-outline-primary .btn-arrow {
  display: inline-block;
  margin-right: 5px;
}
.btn-small {
  font-size: 0.7rem;
  padding: 3px 8px !important;
  margin-bottom: 5px;
}
.underline {
  position: relative;
  text-decoration: none;
}
.underline:after {
  background: rgb(149, 193, 61);
  bottom: 25%;
  content: "";
  height: 20%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.badge-primary {
  color: black;
  background-color: #95c13d !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  .container {
    --bs-gutter-x: 2rem;
  }
}
@media (max-width: 767px) {
  .container {
      max-width: none !important;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0;
  }
}
.header {
    position: relative;
}
.header-top {
  border: none;
}
.header-top .logo {
  height: 80px;
  width: auto;
  margin-top: 10px;
}
.header-top__left,
.header-top__right {
    display: block;
}
.header-top__right {
    text-align: right;
    padding: 30px 0;
}
@media (max-width: 767px) {
  .header-top__right {
      padding-right: 15px;
  }
}
.header-top__right .header-block__icon {
    margin-right: 8px;
}
.header-block--active .header-block__icon {
  color: black;
}
.header-block__action-btn {
  color: black;
}
.header-block__badge {
  background-color: #95c13d !important;
  margin-left: 5px;
}
#search_block_top {
  margin-top: 25px;
}
#search_block_top .searched_category {
    width: 210px;
    border-radius: 25px 0 0 25px;
    padding-left: 15px;
}
#search_block_top .ac_input,
#search_block_top .btn.button-search {
    border-radius: 0 25px 25px 0;
}
#search_block_top .btn.button-search span {
  padding: 0;
  padding-bottom: 0;
  padding-right: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #search_block_top {
    margin-right: -65px;
  }
}
#_desktop_ps_customersignin,
#_desktop_ps_shoppingcart {
    display: inline-block;
}

#_desktop_ps_customersignin {
    margin-right: 10px;
}
@media (min-width: 768px) {
  #_desktop_ps_customersignin {
      margin-right: 15px;
  }
}
#_desktop_ps_customersignin a {
    color: black !important;
}

@media (max-width: 767px) {
  .ets_mm_megamenu_content {
    margin-bottom: 25px;
  }

  .ets_mm_megamenu_content .container {
    border-radius: 25px;
  }

  .ets_mm_megamenu_content .ybc-menu-toggle {
    padding-left: 25px;
  }
}
.ets_item_img:before {
  padding: 0;
}
.mm_columns_ul {
  padding: 25px !important;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mm_menus_li > a {
    font-size: 16px !important;
  }
}
.breadcrumb__wrapper {
  background: none;
}
.breadcrumb__wrapper .breadcrumb {
  background-color: #f6f7f4;
  border-radius: 25px;
  padding: 15px 30px;
}
.breadcrumb__wrapper .breadcrumb a {
  color: #000;
  font-weight: bold;
}
.layout-full-width .products {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: none;
  gap: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.layout-full-width .products > * {
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 575px) {
    .layout-full-width .products > div:not(:first-child) {
        margin-top: 25px;
    }
}
@media (max-width: 991px) {
    .layout-full-width .products > div:nth-child(3),
    .layout-full-width .products > div:nth-child(4) {
        margin-top: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .layout-full-width .products > div:nth-child(3) {
        display: none;
    }
}
.products article .ets-wishlist-button-add.right {
  top: 20px !important;
  height: 30px;
  right: 15px !important;
  min-width: 30px !important;
  width: 30px !important;
}
.products article .ets-wishlist-button-add.right:hover {
  background-color: #95c13d !important;
}
.products-category > div {
  margin-top: 25px;
}
#products .products__selection {
  margin-bottom: 0;
}
.product-miniature {
  border: 2px solid rgb(235, 235, 235);
  border-radius: 25px;
  padding: 15px;
  height: 100%;
}
.product-miniature__inner {
  height: 100%;
  flex-direction: column;
}
.product-miniature .product-miniature__inner:hover {
  box-shadow: none;
}
.product-miniature__quickview-button {
  background-color: #f6f7f4;
  border-radius: 25px;
}
.product-miniature__quickview-button:hover {
  color: #95c13d;
}
.product-miniature .product-miniature__title {
  color: black;
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.product-miniature .small {
  color: gray;
  font-size: 0.9rem;
}
.product-miniature .product-miniature__price {
  font-weight: 700;
  font-size: 1.8rem;
}
.product-miniature .product-miniature__actions .product-miniature__details {
  width: 100%;
}
.product-flags .badge.discount,
.product-flags .badge:not(.discount),
.product-flags .badge.new,
.product-flags .badge.on-sale {
  color: black;
  border: 1px solid #95c13d;
  border-radius: 25px;
  padding: 5px 15px;
  text-transform: uppercase;
  background-color: #95c13d !important;
}
.product-flags .badge.on-sale {
  display: none;
}
#category .left-column .ps-categorytree,
#category .left-column .ps-facetedsearch {
  background-color: #f6f7f4;
  padding: 25px;
  border-radius: 25px;
  border: 0;
}
#category .left-column .accordion-item,
#category .left-column .accordion-button {
  background: none;
}
#category .left-column .ps-categorytree a {
  color: black !important;
}
#category .ld-category-tree {
  background: #f6f7f4;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
}
#category .ld-category-tree__title {
  background-color: white;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-radius: 5px;
}
#category .ld-category-tree__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#category .ld-category-tree__item {
  border-bottom: 1px solid #e5e5e5;
}
#category .ld-category-tree__item:last-child {
  border: none;
}
#category .ld-category-tree__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#category .ld-category-tree__link {
  display: block;
  padding: 12px 0;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
}
#category .ld-category-tree__list--depth-1 .ld-category-tree__link {
  font-weight: 400;
  padding-left: 8px;
}
#category .ld-category-tree__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
}
#category .ld-category-tree__toggle i {
  transition: transform 0.2s ease;
}
#category .ld-category-tree__item--open > .ld-category-tree__row .ld-category-tree__toggle i {
  transform: rotate(180deg);
}
#category .ld-category-tree__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
#category .ld-category-tree__item--open > .ld-category-tree__submenu {
  max-height: 1000px; /* assez grand pour laisser passer le contenu */
}
#category .ld-category-tree__current {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px 0 12px;
  margin: 0;
}
#category .ps-facetedsearch .left-block__title {
  background-color: white;
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  border-radius: 5px;
}
#category .ps-facetedsearch .accordion-item {
  padding-top: 15px;
}
#category .ps-facetedsearch .accordion-item:last-child {
  border-block-end: none;
}
#category .ps-facetedsearch .accordion-button-static {
  font-weight: bold;
}
#category .ps-facetedsearch a {
  color: black;
}
#category .ps-facetedsearch .noUi-connect {
  background-color: #95c13d;
}
#category .layout-left-column .products,
#category .layout-right-column .products {
  display: flex !important;
  gap: 0;
  grid-template-columns: none;
}
#category .page-content--not-found {
  margin-bottom: 25px;
}
.product__container .product__images img {
  border: 2px solid rgb(235, 235, 235);
  border-radius: 25px;
}
@media (max-width: 767px) {
  .page-product {
    padding-bottom: 70px;
  }
}
.page-product .product__zoom {
  background-color: #95c13d !important;
  border-radius: 25px;
  box-shadow: none;
  bottom: 1rem;
  right: 1rem;
}
.page-product .product__zoom i {
  margin-top: 4px;
  margin-right: 2px;
  margin-left: 2px;
}
.page-product .product__zoom:hover i {
  color: white;
}
.page-product .product__thumbnail.active .product__thumbnail-image {
  outline: .125rem solid #95c13d;
}
.page-product .product__name {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .page-product .product__name {
      font-size: 2rem;
  }
}
.page-product .product__price {
  font-size: 2.5rem;
}
.page-product .product__price small {
  color: gray;
  font-size: 0.7rem;
}
.page-product .product__manufacturer {
  color: gray;
}
.page-product .product__discount-percentage {
  color: #95c13d;
}
.page-product .product__tax-infos {
  margin-top: 15px;
}
.page-product .product-flags {
  padding: 15px;
}
.page-product .product__variants {
  background-color: #f6f7f4;
  padding: 25px;
  border-radius: 15px;
}
.product-flags .badge.discount {
  color: black;
  background-color: #95c13d;
}
.page-product .product__actions {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-product .product__actions-qty-add {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: white;
    z-index: 9999;
    border-top: 1px solid #f6f7f4;
    flex-wrap: initial;
    gap: 0;
  }
  .page-product .product__quantity {
    display: none;
  }
  .page-product .product__actions-qty-add .ets-wishlist-button-add {
    display: none;
  }
}
.page-product .product__availability {
  margin-bottom: 0;
}
.page-product .product__availability-status {
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #f6f7f4;
  padding: 5px 15px;
  margin: 15px 0;
  border-radius: 25px;
}
.page-product .product__availability-status small {
  /* color: #6c757d; */
  font-weight: 500;
  text-transform: initial;
}
.page-product .product__availability-status.text-success {
  background-color: #F6FFE5;
  border: 1px solid #95c13d;
}
.page-product .product__availability-status.text-warning {
  background-color: #FFFAE5;
  border: 1px solid #ffc107;
}
.page-product .product__availability-status.text-danger {
  background-color: #FFF0F1;
  border: 1px solid #ff4657;
}
.page-product .product__additional-info {
  gap: 0;
}
.page-product .blockreassurance {
  color: white;
  background-color: var(--bs-dark);
  padding: 25px;
  border-radius: 25px;
}
.page-product .blockreassurance .reassurance__desc {
  color: var(--bs-gray-300);
}
@media (max-width: 991px) {
    .blockreassurance .row > .reassurance:not(:first-child) {
        margin-top: 25px;
    }
}
.page-product .product__thumbnails {
  margin-bottom: 25px;
}
.page-product .product__bottom {
  display: block;
  margin-top: 25px;
}
.page-product .alma-pp-container {
  margin-bottom: 15px;
}
.page-product .product-variant__radio {
    position: relative;
    padding-left: 0 !important;
}
.page-product .product-variant__radio .form-check-input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}
.page-product .product-variant__radio label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    transition: border-color 0.12s ease, background 0.12s ease;
}
.page-product .product-variant__radio label:hover {
    border-color: #000;
}
.page-product .product-variant__radio .form-check-input:checked + label {
    border: 2px solid #000;
    background: #f5f5f5;
    font-weight: 600;
    padding: 9px 15px; /* compense le border qui passe de 1 à 2px */
}
.page-product .product-variant__radio .form-check-input:focus-visible + label {
    box-shadow: 0 0 0 2px #999;
}
.page-product .product__prices {
  margin-block-end: 0;
}
.page-product .product__additional-info {
  margin-bottom: 25px;
}
.page-product .product__accessories {
  margin-top: 50px;
}
.page-product .product__accordion .accordion-item {
  border-block-end: 0;
}
.page-product .product__accordion .accordion-header {
  background-color: #f6f7f4;
  padding: 0px 25px;
  border-radius: 15px;
  margin-bottom: 25px;
}
.page-product .product__accordion .accordion-header .accordion-button {
  background-color: #f6f7f4;
}
.page-product .product__accordion .accordion-button:not(.collapsed) {
  color: black;
}
.page-product .accordion {
  --bs-accordion-bg: none;
}
.page-product .js-product-details {
  margin-top: 25px;
}
.page-product .section-title {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
}
.page-product .section-title::before {
  content: '';
  background-color: #95c13d;
  height: 5px;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-cart .product-line {
  border: 2px solid rgb(235, 235, 235);
  border-radius: 25px;
  padding: 15px 30px;
}
.page-cart .product-line__title {
  color: black;
}

.page-cart .product-line__item--availability {
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
}
.page-cart .product-line__item-availability-message  {
  border-radius: 5px;
  padding: 5px 15px;
  gap: 0.8rem;
  margin: 5px 0;
}
.page-cart .product-line__item-availability-icon {
  font-size: 1.2rem;
}
.page-cart .product-line__item-availability-text small {
  font-weight: 500;
  text-transform: initial;
}
.page-cart .product-line__item--availability .text-success {
  background-color: #F6FFE5;
  border: 1px solid #95c13d;
}
.page-cart .product-line__item--availability .text-warning {
  background-color: #FFFAE5;
  border: 1px solid #ffc107;
}
.page-cart .product-line__item--availability .text-danger {
  background-color: #FFF0F1;
  border: 1px solid #ff4657;
}
.ets-wishlist-button-add:not(.view_page) {
    position: absolute;
    top: 25px;
    right: 25px;
    border: 1px solid #95c13d;
    box-shadow: none;
}
.ps-specials {
  margin: 25px 0;
}
.ps-specials h2 {
  color: #95c13d;
  font-style: italic;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .ps-specials h2 {
    font-size: 1.5rem;
  }
}
.ps-specials h2 .big {
  color: black;
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 700;
  font-size: 3rem;
  display: block;
}
@media (min-width: 768px) {
  .ps-specials h2 .big {
    font-size: 4rem;
  }
}
.ps-specials h2 .big::before {
    background: rgb(149, 193, 61);
    content: "";
    height: 5px;
    position: absolute;
    margin-top: 30px;
    margin-left: -85px;
    width: 50px;
    z-index: -1;
}
@media (min-width: 768px) {
  .ps-specials h2 .big::before {
    width: 150px;
    margin-left: -175px;
  }
}
.ps-specials h2 .big::after {
    background: rgb(149, 193, 61);
    content: "";
    height: 5px;
    position: absolute;
    margin-top: 30px;
    margin-left: 40px;
    width: 50px;
    z-index: -1;
}
@media (min-width: 768px) {
  .ps-specials h2 .big::after {
    width: 150px;
  }
}
.ps-specials .module-products > p {
  text-align: center;
}
.ps-specials .module-products__list {
  margin-top: 50px;
}
.ps-specials .btn {
  padding: 10px 20px;
}
/* ps-emailsubscription */
.ps-emailsubscription {
  text-align: center;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .ps-emailsubscription {
      text-align: left;
      padding: 100px 0;
  }
}
.ps-emailsubscription h3 {
    font-family: 'Big Shoulders Display', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;
}
@media (min-width: 768px) {
  .ps-emailsubscription h3 {
    font-size: 3.5rem;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .ps-emailsubscription h3 { font-size: 4rem; }
}
.login-background {
  background-image: url('../img/login.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  width: 100%;
  border-radius: 25px;
}
.login-form {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .login-form {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .login-background {
    height: 700px;
  }
  .login-form {
    padding: 150px 0;
  }
}
@media (min-width: 1200px) {
  .login-form {
    padding: 150px 25px;
  }
}
.page-customer-account .account-menu--sidebar .account-menu__link,
.tax-display-enabled .account-menu--sidebar .account-menu__link {
  color: #6d6f68;
  font-size: 13px;
}
.page-customer-account .account-menu--sidebar .account-menu__link:hover,
.tax-display-enabled .account-menu--sidebar .account-menu__link:hover {
  color: black;
}
.page-customer-account .account-menu--sidebar .account-menu__link--active,
.tax-display-enabled .account-menu--sidebar .account-menu__link--active {
  color: #4f7a1d;
  background: #eef5e3;
}
.page-customer-account .account-menu--sidebar .account-menu__link i,
.tax-display-enabled .account-menu--sidebar .account-menu__link i {
  font-size: 17px;
}
.page-customer-account .account-menu--sidebar .account-menu__link svg,
.tax-display-enabled .account-menu--sidebar .account-menu__link svg {
  width: 17px !important;
  height: 17px !important;
}
.page-customer-account .account-menu--sidebar .account-menu__link#wishlist-link .material-icons,
.tax-display-enabled .account-menu--sidebar .account-menu__link#wishlist-link .material-icons {
  margin-right: .25rem !important;
}
.page-customer-account .account-menu--sidebar .account-menu__title,
.page-customer-account .page-title-section,
.tax-display-enabled  .page-title-section {
  font-size: 1.5rem;
  position: relative;
}
.page-my-account .page {
  padding-bottom: 50px;
}
.page-my-account .icon-tile {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #f6f7f4;
    color: #4f7a1d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.page-my-account .bg-light {
  background-color: #f6f7f4 !important;
}
.page-my-account .link-card {
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(0, 0, 0, 0.176);
    transition: border-color .15s ease, transform .15s ease;
}
.link-card:hover {
    border-color: var(--lpdv-green) !important;
    transform: translateY(-2px);
}
.page-my-account .link-card:hover {
    border-color: #6ea52a !important;
    transform: translateY(-2px);
}
.page-my-account .text-lpdv { color: #4f7a1d !important; }
.page-my-account .section-title {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    color: #6c757d;
}
.ets-am-program .ets-am-content {
  padding: 0;
}
#blockcart-modal,
.modal-backdrop {
    display: none !important;
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}
.ld-cart-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2000;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff;
    color: #1a1a1a;
    padding: 14px 40px 14px 16px;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    max-width: 320px;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
.ld-cart-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.ld-cart-toast__icon {
    color: #4caf50;
    font-size: 22px;
    flex-shrink: 0;
    line-height: 1;
}
.ld-cart-toast__text {
    font-size: 14px;
    line-height: 1.4;
}
.ld-cart-toast__close {
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #999;
    line-height: 1;
    padding: 4px;
}
.ld-cart-toast__close:hover {
    color: #333;
}
@media (max-width: 480px) {
    .ld-cart-toast {
        left: 12px;
        right: 12px;
        max-width: none;
    }
}
.cart-grid__aside-wrapper,
.checkout-grid__aside-wrapper
{
  background-color: #f6f7f4;
  padding: 30px;
  border-radius: 25px;
}
.cart-voucher__accordion-button,
.checkout-grid__aside-wrapper {
  background-color: #f6f7f4;
}
.cart-voucher__accordion-button:not(.collapsed) {
  color: black;
}
.checkout-steps {
  background: none;
  padding: 0;
  border: 0;
}
.checkout-steps__desktop {
  background-color: #f6f7f4;
  max-width: 100%;
  padding: 35px 0;
  padding-top: 45px;
  border-radius: 35px;
}
.checkout-steps__step--success .checkout-steps__btn {
  color: #95c13d;
}
.checkout-steps__step--success:after,
.checkout-steps__step--success:before {
  background: #95c13d;
}
.checkout-steps__step--current:before,
.checkout-steps__step--success .checkout-steps__number {
  background: #95c13d;
}
.delivery-options__list > .delivery-option__item:first-child {
  border: 0;
}
.delivery-options__list>.delivery-option__item:last-child {
  border: 0;
}
.delivery-option__item {
  background-color: #f6f7f4;
  border-radius: 35px;
  margin-bottom: 15px;
}

/* FOOTER */
.footer__main {
    color: rgb(127, 131, 138);
    background: rgb(18, 18, 18);
}
.footer__main a {
    color: rgb(127, 131, 138);
}
.footer__main a:hover {
    color: white;
}
.footer__main-top {
    padding: 50px 0;
}
.footer__main-top .h4,
.footer__main-top .footer-block__title {
    color: white;
    text-transform: uppercase !important;
    margin-block-end: 35px;
    position: relative;
}
.footer__main-top .h4:after,
.footer__main-top .footer-block__title:after {
    content: "";
    border-top-style: solid;
    border-top-width: 2px;
    width: 40px;
    border-color: #95c13d;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.footer__main-top .liens-arrow {
    color: #95c13d;
    margin-right: 10px;
    display: inline-block;
}
.footer__main-bottom .blockreassurance {
    margin-bottom: 35px;
    border-radius: 25px;
}
.footer .ps-customeraccountlinks {
    margin-top: 25px;
  }
@media (min-width: 768px) {
  .footer .ps-customeraccountlinks {
    margin-top: 0;
  }
}
.footer .ps-linklist {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .footer .ps-linklist {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .footer .ps-linklist {
    margin-top: 0;
  }
}
.copyright {
    padding-top: 15px;
}
.copyright a, a:hover {
    color: gray;
}
@media (max-width: 991px) {
  .copyright i {
    display: block;
  }
}