
/* THÈME CUSTOM - MISTER CAPSULE */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('fonts.css');

:root {
    --mc-primary-color: #DF9E67;
}

* {
    font-family: 'Montserrat';
}

h1, h2, h2 b {
    font-family: 'Mutter Krause';
}

section#main {
    width: 100vw;
}

/* Fixe la navbar en haut */
/* Header haut */
body main #header .header-nav {
    max-height: 8rem;
    background-color: var(--mc-primary-color);
    padding: 10px 0;
    display: flex;
    align-items: center;
}

body main #header .header-nav .container .row {
    width: 100%;
}

body main #header .header-nav .container .row .header-top-right {
    width: 100%;
    display: flex;
    justify-content: center;
}

body main #header .header-nav .container .row .header-top-right > div.menu ul li {
    border-radius: 4px;
    transition: all .25s ease;
}

body main #header .header-nav .container .row .header-top-right > div.menu > ul > li:hover {
    background-color: #2F2F2F;
}

body main #header .header-nav .container .row .header-top-right > div.menu > ul > li:hover > a:not(.dropdown-submenu) {
    color: var(--mc-primary-color);
}

body main #header .header-top .container .row > .hidden-sm-down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

body main #header .header-top .container .row > .hidden-sm-down > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body main #header .header-top .container .row .hidden-sm-down #search_widget {
    width: 100%;
}

body main #header .header-top .container .row .hidden-sm-down #search_widget form {
    width: 100%;
    display: flex;
    align-items: center;
}

body main #header .header-top .container .row .hidden-sm-down #search_widget form .search {
    padding: 0;
    right: 1rem;
}

body main #header .header-top .container .row .hidden-sm-down #search_widget form input {
    background-color: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #C1C1C1;
    border-radius: 4rem;
    padding: 10px 20px 10px 20px;
}

body main #header .header-top .container .row .hidden-sm-down #search_widget form input::placeholder {
    color: white;
    opacity: 100%;
}


body main #header .header-top .container .row .hidden-sm-down #_desktop_logo h1 a img, body main #header .header-top .container .row .hidden-sm-down #_desktop_logo a img {
    max-height: 4rem;
    width: auto;
}

body main #header .header-top {
    max-height: 8rem;
    background-color: #222;
    padding: 10px 0;
}

body #header .header-nav .container .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#_desktop_user_info, #_desktop_cart {
    font-size: 18px;
    color: white;
}

#_desktop_user_info div.user-info {
    display: flex;
    gap: .5rem;
}

#_desktop_user_info div.user-info a.account {
    padding: .5rem 1rem;
    display: flex;
    gap: .25rem;
}

#_desktop_user_info div.user-info a.account i {
    display: block !important;
}

#_desktop_user_info div.user-info a.logout {
    background-color: transparent;
    color: var(--mc-primary-color);
}

#_desktop_user_info div.user-info a.logout i {
    font-size: 1.5rem;
}

#_desktop_cart {
    position: relative;
}

#_desktop_cart a.cart-preview {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    border-radius: 4px;
    background-color: var(--mc-primary-color);
    color: #2F2F2F;
}

#_desktop_cart a.cart-preview .header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

#_desktop_cart a.cart-preview .header span.cart-products-count {
    font-weight: 800;
    font-size: 1.2rem;
}

#_desktop_user_info {
    margin-right: 1rem;
}

#_desktop_user_info .user-info a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
    background-color: var(--mc-primary-color);
    color: #2F2F2F;
    border-radius: 4rem;
}

#search-widget .searchbar-autocomplete {
    border: solid 1px var(--mc-primary-color);
}

ul.top-menu {
    display: flex;
    gap: 1rem;
}

ul.top-menu .category .sub-menu .top-menu {
    display: block;
}

ul.top-menu .category .sub-menu .top-menu .category {
    display: flex;
    flex-direction: column;
}

ul.top-menu .category .sub-menu .top-menu .category .dropdown-item {
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: .25rem .5rem;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
}

ul.top-menu .category .sub-menu .top-menu .category .dropdown-item:hover {
    background-color: var(--mc-primary-color);
}


ul.top-menu .category .sub-menu .top-menu .category > .dropdown-item[data-depth="1"] {
    font-family: 'Mutter Krause';
    font-weight: bolder;
    font-size: 1.25rem;
}

ul.top-menu .category .sub-menu .top-menu .category a.dropdown-item:hover {
    color: var(--mc-primary-color);
}

ul.top-menu .category .sub-menu .top-menu .collapse .top-menu {
    display: flex;
    flex-direction: column;
    gap: 0rem;
}

ul.top-menu .sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    left: 50%; /* base centrée */
    transform: translateX(-50%); /* ramène au centre */
    width: 100vw;
    margin-left: 0;
    top: 0;
}

ul.top-menu .sub-menu .submenu-image img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 1rem auto;
    border-radius: 8px;
  }

  div.header-nav #desktop_top_menu ul.top-menu li .sub-menu div.submenu-left ul li a.dropdown-item {
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

div.header-nav #desktop_top_menu ul.top-menu li .sub-menu div.submenu-left ul li a.dropdown-item:hover {
    color: var(--mc-primary-color);
}



/* Bloc personnalisé */
.custom-block {
    width: 100vw;
    padding: 8rem;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-block .custom-block-content {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.custom-block-top {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
}

.custom-block-top span.custom-subtitle, .custom-block-top h1.custom-title {
    text-align: center;
    width: 100%;
}

.custom-block-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.custom-block-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-right: 4rem;
    width: 100%;
}

.custom-block-image img {
    float: right;
    margin: 4rem;
    border-radius: 2rem;
    width: 40vw;
    max-width: 40rem;
}

.custom-block-text p {
    margin-bottom: 15px;
    font-size: clamp(14px, 18px, 2rem);
    line-height: 1.5;
    color: #333;
}

/* Titre en haut */
span.custom-subtitle {
    color: #c48650;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    width: 80%;
}

/* Sous-titre */
h1.custom-title {
    font-weight: 400;
    margin-bottom: 20px;
    width: 90%;
    font-size: 2rem;
    font-family: 'Mutter Krause';
}

h1.custom-title b {
    font-family: 'Mutter Krause';
}

/* Bouton personnalisé */
.custom-btn {
    display: inline-block;
    background-color: #c48650;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: max-content;
}

.custom-btn:hover {
    background-color: #D6833D;
    color: #fff;
}

/* Image à droite */
.custom-block-image img {
    width: 100%;
    border-radius: 10px;
}

/* Image en background */
.custom-banner {
    width: 100%;
    height: 600px; /* Hauteur fixe */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Texte superposé */
.custom-banner-content {
    color: #fff;
    text-align: right;
    max-width: 90%;
    padding: 20px;
    border-radius: 10px;
    gap: 1rem;
}

/* Paragraphe stylisé */
.custom-banner-content p {
    font-size: 1rem;
    line-height: 1.6;
    max-width: 60%;
    float: right;
    color: #fff;
}

/* Titre stylisé */
.custom-banner-content p.title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Mutter Krause';
}

/* Responsive design */
@media (max-width: 768px) {
    .custom-banner {
        height: 500px;
    }

    .custom-banner-content {
        padding: 15px;
    }

    .custom-banner-content h2 {
        font-size: 1.8rem;
    }

    .custom-banner-content p {
        font-size: 0.9rem;
    }
}

footer.page-footer, div.wishlist-footer-links {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-products {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featured-products .products {
    width: 100%;
    display: flex;
    gap: 4rem;
    justify-content: center;
}

.featured-products .products .product {
    width: 360px;
}

.featured-products span.custom-subtitle {
    text-align: center;
    margin-top: 2rem;
}

.featured-products .products-section-title {
    margin-top: 0;
}

.featured-products p {
    font-size: clamp(14px, 18px, 2rem);
    margin-bottom: 2rem;
    color: #2F2F2F;
    line-height: 1.5;
    width: 70%;
}

.featured-products a.all-product-link {
    display: flex;
    align-items: center;
    background-color: #2F2F2F;
    color: white;
    padding: .75rem 1rem;
    border-radius: 4px;
}

.featured-products a.all-product-link:hover {
    background-color: #222;
}

.product-flag {
    border-radius: 4px;
    margin-left: 8px;
}

.products article .wishlist-button-add {
    top: unset;
    bottom: .635rem;
}



span.product-flag.new, span.product-flag.discount {
    background-color: #DF9E67;
    color: #2F2F2F;
    margin-left: 8px;
}

.block_newsletter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    height: 300px;
    max-width: 100%;
    padding: 1rem 0;
    background: linear-gradient(to right, #E1E4F0 60%, transparent 60%) no-repeat,
    url("/themes/classic/assets/img/café3.png") no-repeat right center;
    background-size: 100% 100%, 40% 100%;  
}

.block_newsletter #block-newsletter-label {
    margin-left: 4rem;
}

.block_newsletter .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    margin-left: 4rem;
}


/* Style du bloc produit */
article.product-miniature {
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    height: max-content;
    width: 100%;
}

article.product-miniature .thumbnail-container {
    border: solid 1px #DF9E67;
    box-shadow: 0px 0px 10px 0px #DF9E67;
    padding: 1rem;
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 0;
}

article.product-miniature .thumbnail-container img {
    width: 100%;
}

article.product-miniature div.product-description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    margin-top: 4px;
}

article.product-miniature div.product-description h3 {
    width: 70%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}



.products article .wishlist-button-add {
    top: unset;
    bottom: .635rem;
    box-shadow: none;
    border: solid 1px #DF9E67;
}

.products article .wishlist-button-add i {
    color: #DF9E67;
}

.products article .product-flag.new {
    background-color: #DF9E67;
    color: #2F2F2F;
    padding: .5rem .75rem;
    position: absolute;
    font-weight: bold;
    z-index: 2;
    right: 8px;
    top: 8px;
}

.products article .product-flag.discount {
    background-color: #DF9E67;
    color: #2F2F2F;
    padding: .5rem .75rem;
    position: absolute;
    font-weight: bold;
    z-index: 2;
    left: 4px;
    top: 8px;
}

.products article .unit-price {
    font-weight: lighter;
}

.products article button.add-to-cart-btn {
    background-color: #DF9E67;
    padding: .5rem .75rem;
    border-radius: 4px;
    border: none;
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.products article button.add-to-cart-btn:hover {
    cursor: pointer;
    background-color: #D6833D;
}





/* Section globale */
.reassurance-section {
    text-align: center;
    padding-top: 8rem;
}

/* Titre principal */
.reassurance-section h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-style: normal;
}

/* Texte sous le titre */
.reassurance-section p {
    font-size: 1rem;
    max-width: 800px;
    margin: 0 auto 40px;
    color: #555;
}

/* Conteneur des cartes */
.reassurance-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0 1rem;
}

/* Style des cartes */
.reassurance-card {
    background: white;
    border: 1px solid #c48650;
    border-radius: 12px;
    padding: 20px;
    width: 400px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Icônes des cartes */
.reassurance-card i {
    font-size: 2rem;
    color: #2F2F2F;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: var(--mc-primary-color);
}

/* Titres des cartes */
.reassurance-card h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}

/* Texte des cartes */
.reassurance-card p {
    font-size: 0.9rem;
    color: #555;
    text-align: left;
    margin-bottom:1rem;
}

/* Image de fond avec café */
.reassurance-background {
    height: 660px;
    width: 100%;
}





.footer-top {
    padding: 2rem;
    padding-left: 4rem;
    background-color: #2f2f2f; /* Fond foncé comme sur ta capture */
    color: #ffffff;
  }

  .footer-top img {
    margin-bottom: 2rem;
  }

  .footer-top a.phone-number {
    font-size: 16px;
    margin-top: 1rem;
    color: white;
  }
  
  .footer-top p.address {
    margin-top: 2rem;
    font-size: 14px;
    color: white;
  }

  .footer-top .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-top .footer-links li {
    margin-bottom: 8px;
  }
  
  .footer-top .footer-links a {
    color: #cccccc;
    text-decoration: none;
  }
  
  .footer-top .footer-links a:hover {
    text-decoration: underline;
  }

  .footer-top .payment-icons {
    margin-top: 1rem;
  }

  .footer-top .payment-icons i {
    margin: 0 2px;
    font-size: 1.5rem;
    color: #888;
  }

  .footer-top .payment-icons p {
    margin: 0;
    font-size: 14px;
    color: #888;
    font-weight: normal;
  }
  
  .footer-contact p {
    margin: 5px 0;
    color: #cccccc;
    font-size: 14px;
  }
  
  .footer-contact a {
    color: #ffffff;
    text-decoration: none;
  }
  
  .footer-contact a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    display: flex;
    padding: 1rem 0;
    justify-content: center;
    background-color: #2E2E2E;
  }
  
  .footer-bottom p, a {
    margin: 0;
    color: #888;
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
  }

  .footer-bottom a:visited {
    text-decoration: none;
    color: #888;
  }

  .footer-bottom a:hover {
    color: #ccc;
  }

  @media (max-width: 991px) {
    .footer-top {
      padding: 2rem 1rem;
      text-align: center;
    }
  
    .footer-top .row {
      flex-direction: column;
      align-items: center;
    }
  
    .footer-top .col-md-3 {
      width: 100%;
      margin-bottom: 2rem;
    }
  
    .footer-top img {
      margin: 0 auto 2rem;
    }
  
    .footer-top .footer-contact,
    .footer-top .footer-links {
      text-align: center;
    }
  
    .footer-top .payment-icons {
      justify-content: center;
      text-align: center;
    }
  
    .footer-bottom {
      flex-direction: column;
      text-align: center;
    }
  }

  body#index main section#content {
    display: flex;
    flex-direction: column;
  }

body#index h2.products-section-title {
    font-family: 'Mutter Krause';
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: none;
    width: 90%;
}

body#index section#main div.carousel {
    order: 1;
    margin-bottom: 0;
    height: 32rem;
}

body#index section#main div.carousel ul.carousel-inner {
    height: 32rem;
}


body#index section#main div.carousel ul.carousel-inner figcaption {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);   
}

body#index section#main div.carousel ul.carousel-inner li.carousel-item figure {
    height: 100%;
}

body#index section#main div.carousel ul.carousel-inner li.carousel-item img {
    height: 100%;
    object-fit: cover;
}
body#index section#main div.custom-banner {
    order: 2;
    display: none;
}

body#index section#main div.carousel .carousel-item .caption {
    max-width: 60vw;
}

body#index section#main div.custom-block.first-custom-block {
    order: 3;
    flex-direction: column;
}

body#index section#main section.featured-products:has(a[href*="accueil"]) {
    order: 4;
    padding: 2rem 0;
}

body#index section#main div.custom-block.second-custom-block {
    order: 5;
}

body#index section#main section.featured-products:has(a[href*="promotions"]) {
    order: 6;
    padding: 2rem 0;
}

body#index section#main section.featured-products:has(a[href*="promotions"]) h2 {
    margin-top: 0;
}

body#index section#main div.block_newsletter {
    order: 7;
}

body#index section#main div.reassurance-section {
    order: 8;
}


body#index div.carousel ul.carousel-inner li a figure {
    width: 100%;
}


/*
########################################
||                                    ||
||         PAGE DE CATÉGORIE          ||
||                                    ||
########################################
*/

div#js-product-list-header .block-category {
    background-color: #F6F6F6;
    padding: 4rem 8rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

section#products {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding: 0 4vw;
}

div#left-column {
    border-right: solid 1px #2F2F2F;
}

div.products-sort-order .dropdown-menu {
    margin-top: 1rem;
    border: solid 1px #2F2F2F;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
}

div.products-sort-order .dropdown-menu a {
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

div.sort-by-row {
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

div.sort-by-row div.products-sort-order button {
    border: solid 1px #2F2F2F;
    border-radius: 4px;
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

div.sort-by-row div.products-sort-order button:hover {
    background-color: #f5f5f5;
}

div#left-column div {
    background-color: transparent;
}

div.custom-product-list-container {
    width:100%;
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

div.block-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem;
}

div.block-category h1 {
    font-family: 'Mutter Krause';
    text-transform:none;
    font-size: 3rem;
}

div#subcategories {
    background-color: transparent;
}

div#subcategories ul {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
}

div#subcategories ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    border: solid 1px #a2a2a2;
    background-color: transparent;
    width: max-content;
    padding: .5rem;
    padding-right: 1rem;
    border-radius: 4px;
}

div#subcategories ul h5 {
    white-space: nowrap;
}

div#subcategories ul h5 a.subcategory-name {
    text-transform: none;
}


div#subcategories ul li div.subcategory-image {
    padding: 0;
    width: 5rem;
    height: 5rem;
    border-radius: 4px;
    border: solid 1px #DDDDDD;
    overflow: hidden;
}

div#subcategories ul li div.subcategory-image a {
    padding: 0;
    display: flex;
    border: none;
    height: 100%;
    width: 100%;
}

div#subcategories ul li div.subcategory-image a:hover {
    border: none;
}

div#subcategories ul li div a picture {
    width: 5rem;
    height: 5rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    overflow:hidden;
}

div#subcategories ul li div a picture img {
    width: 5rem;
    height: 5rem;
    aspect-ratio: 1/1;
    object-fit: cover;
}

section.facet ul.collapse {
    margin-left: 1rem;
}

/*
########################################
||                                    ||
||          PAGE DE PRODUIT           ||
||                                    ||
########################################
*/

body#product section#wrapper {
    display: flex;
    flex-direction: column;
}

div.product-cover {
    border: solid 1px rgb(223, 158, 103);
    box-shadow: 0px 0px 15px -3px rgba(223, 158, 103, .5);
}

body#product div.product-container div.col-md-6 section#content {
    margin-right: auto;
    margin-left: auto;
} 

body#product div.product-container div.col-md-6 {
    border-right: solid 1px #D6833D;
    padding-top: 4rem;
}

body#product div.product-container div.col-md-6:last-child {
    padding: 4rem;
}

body#product div.product-container h1 {
    font-family: 'Mutter Krause';
    font-size: 2.5rem;
    text-transform: initial;
    font-weight: normal;
}

body#product section#main div.product-container div.col-md-6 div.product-prices {
    display: flex;
    align-items: center;
}

body#product section#main div.product-container div.col-md-6 div.product-prices div {
    margin-bottom: 0;
}

body#product section#main div.product-container div.col-md-6 div.product-prices div.product-price.has-discount {
    margin-left: 1rem;
}

body#product section#main div.product-container div.col-md-6 div.product-prices div.product-price {
    margin-right: .25rem;
}

body#product section#main div.product-container div.col-md-6 div.product-prices * {
    font-size: 1.5rem;
}

body#product section#main div.product-container div.col-md-6 div.product-information p {
    margin-top: 1rem;
    color: #2F2F2F;
}

body#product section#main div.product-container div.col-md-6 div.product-information div.product-actions form div.product-variants div.product-variants-item select.form-control {
    width: 100%;
    padding: 1rem;
    border-radius: 4px;
    border: solid 1px #DF9E67;
    background-color: rgb(242, 227, 214);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: black;
    font-weight: bolder;
    height: 100%;
}

body#product section#main div.product-container div.col-md-6 div.product-information div.product-actions form div.product-variants div.product-variants-item select.form-control:hover {
    background-color: rgb(247, 221, 202);
}

body#product section#main div.product-container div.col-md-6 div.product-information div.product-actions form div.product-add-to-cart {
    display: flex;
    align-items: center;
}

body#product section#main div.product-container div.col-md-6 div.product-information div.product-actions form div.product-add-to-cart p.custom-text-secure-payment {
    margin-left: 1rem;
}

body#product section#main div.product-container div.col-md-6 div.product-information div.product-actions form div.product-add-to-cart div.add button {
    border-radius: 4px;
    text-transform: initial;
}

body#product section#main div.product-container div.col-md-6 div.product-information div.product-additional-info > div.tabs {
    margin: 0;
    margin-top: 1rem;
    border: solid 1px rgb(216, 80, 80);
    padding: 1rem;
    background-color: rgba(216, 80, 80, .15);
}

body#product section#main div.product-container div.col-md-6 div.product-information div.product-additional-info > div.tabs h3 {
    margin-bottom: 1rem;
}

body#product section#main div.product-container div.col-md-6 div.product-information div.product-additional-info > div.tabs button.js-mailalert-add {
    text-wrap: auto;
}

body#product section#main div.product-container div.col-md-6 div.tabs {
    padding: 3rem 0;
    background-color: transparent;
}

body#product section#main div.product-container div.col-md-6 div.tabs ul li.nav-item {
    border: solid 1px #2F2F2F;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    border-bottom: none;
}

body#product section#main div.product-container div.col-md-6 div.tabs ul li.nav-item a.active {
    background-color: #DF9E67;
    border: solid 1px #DF9E67;
}

body#product section#main div.product-container div.col-md-6 div.tabs div.tab-content {
    border: solid 1px #DF9E67;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    padding: 1.5rem;
    position: relative;
    z-index:2;
}

body#product section#main div.product-container div.col-md-6 div.tabs div.tab-content div.tab-pane {
    padding-top: 0;
}

body#product section#main div.product-container div.col-md-6 div.tabs div.tab-content div.tab-pane div.product-description p {
    margin-bottom: 0;
    color: #2F2F2F;
}

body#product section#main div.product-container section.custom-product-feature {
    border: solid 1px var(--mc-primary-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 400px;
    margin-top: 4rem;
}

body#product section#main div.product-container section.custom-product-feature dl.data-sheet {
    flex-wrap: unset;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

body#product section#main div.product-container section.custom-product-feature dl.data-sheet {
    width: 100%;
    margin-bottom: 0;
}

body#product section#main div.product-container section.custom-product-feature dl.data-sheet dt.name {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    margin-bottom: 0;
    padding: 1rem 0;
    font-size: 1.25rem;
    text-transform: none;
}

body#product section#main div.product-container section.custom-product-feature dl.data-sheet dd.value {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body#product section#content div.images-container div.product-cover div.layer {
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body#product section#content div.images-container div.product-cover div.layer i {
    color: white;
}

body#product section#content div.images-container div.mask ul.product-images li picture img:hover {
    cursor: pointer;
}

body#product section#content div.images-container div.mask ul.product-images li picture img.selected {
    border: solid 1px #D6833D;
}

body#product section#wrapper div.container > div.row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body#product section#wrapper div.container div.row div#empty-product-comment {
    background-color: transparent;
}

body#product section#wrapper div.container div.row div#empty-product-comment button {
    background-color: var(--mc-primary-color);
    color: #242424;
}

body#product section#wrapper div.container div.row div#product-comments-list-header {
    width: 80%;
}

body#product section#wrapper div.container div.row div#product-comments-list-header div.comments-nb {
    font-size: 1.25rem;
    font-weight: bolder;
}

body#product section#wrapper div.container div.row div#product-comments-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

body#product section#wrapper div.container div.row div#product-comments-list div.product-comment-list-item {
    width: 80%;
    padding: 2rem 3rem;
    border: solid 1px var(--mc-primary-color);
    margin-bottom: 0;
    border-bottom: none;
}

body#product section#wrapper div.container div.row div#product-comments-list div.product-comment-list-item:last-child {
    border-bottom: solid 1px var(--mc-primary-color);
}

body#product section#wrapper div.container div.row div#product-comments-list div.product-comment-list-item div.comment-content p.h4 {
    font-size: 1.25rem;
}

body#product section#wrapper div.container div.row div#product-comments-list-footer button {
    background-color: var(--mc-primary-color);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #2F2F2F;
    margin-top: 2rem;
}

body#product section#wrapper div.container div.row div#product-comments-list-footer button:hover {
    background-color: #D6833D;
}

body#product section#wrapper div.container div.row div#post-product-comment-modal div.modal-dialog {
    display: flex;
    padding-bottom: 1rem;
}

body#product section#wrapper div.container div.row div#post-product-comment-modal div.modal-dialog form {
    display: flex;
    flex-direction: column;
}

body#product section#wrapper div.container div.row div#post-product-comment-modal div.modal-dialog form label {
    text-align: left;
}

body#product section#wrapper div.container div.row div#post-product-comment-modal div.modal-dialog button.btn-comment {
    background-color: var(--mc-primary-color);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body#product section#wrapper div.container div.row div#post-product-comment-modal div.modal-dialog button.btn-comment:hover {
    background-color: #D6833D;
}

body#product div.modal div.modal-dialog {
    display: flex;
}

body#product section.featured-products h2 {
    font-size: 2.5rem;
    text-align: center;
}

body#product section#main div.product-container div.tabs div#tab-content div#description div.product-description h2 {
    padding-top: 1rem;
}

body#product section#main div.product-container div.tabs div#tab-content div#description div.product-description ul {
    margin-left: 1rem;
    list-style: disc;
}

body#product section#main div.product-container div.tabs div#tab-content div#description div.product-description ul li {
    font-size: 15px;
}

body#product section#main div.product-container div.tabs div#tab-content div#description div.product-description strong {
    font-weight: bolder;
}

body#product .product-features>dl.data-sheet dt.name {
    text-transform: none;
}

body#category section#products div#left-column div#search_filters_wrapper div#search_filters button.btn-tertiary.js-search-filters-clear-all {
    border: solid 1px var(--mc-primary-color);
    background-color: rgba(223, 158, 103, .25);
    color: #242424;
    padding: .5rem 1rem;
    text-transform: inherit;
    border-radius: 4px;
    display: flex;
    align-items: center;
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body#category section#products div#left-column div#search_filters_wrapper div#search_filters button.btn-tertiary.js-search-filters-clear-all:hover {
    background-color: rgba(223, 158, 103, .35);
}

body#category nav.pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

body#category nav.pagination .col-md-6 {
    margin-left: 0;
    width: 100%;
}

body#category nav.pagination .col-md-6 ul.page-list {
    border: solid 1px var(--mc-primary-color);
    background-color: rgba(223, 158, 103, .25);
}

/*
########################################
||                                    ||
||         PAGE VOTRE COMPTE          ||
||                                    ||
########################################
*/

body#my-account section#main {
    display: flex;
    flex-direction: column;
    padding: 4rem;
    align-items: center;
}

body#my-account section#main header.page-header h1 {
    font-size: 2.5rem;
    font-family: 'Mutter Krause';
}

body#my-account section#main section#content div.row div.links a span {
    border: solid 1px #DF9E67;
    border-radius: 8px;
    background-color: rgba(223, 158, 103, .1);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: black;
}

body#my-account section#main section#content div.row div.links a span:hover {
    background-color: rgba(223, 158, 103, .25);
}

body#my-account section#main footer.page-footer div a {
    padding: .5rem 1rem;
    border-radius: 8px;
    border: solid 1px rgb(101, 16, 16);
    background: rgb(195, 45, 45, .25);
    color: rgb(101, 16, 16);
    font-weight: bolder;
}

/*
########################################
||                                    ||
||    PAGE VOS INFOS PERSONNELLES     ||
||                                    ||
########################################
*/


body#identity section#main header.page-header {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
}

body#identity section#main header.page-header h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
}

body#identity section#content {
    background-color: transparent;
}

body#identity form#customer-form {
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

body#identity form#customer-form > div {
    display: flex;
    flex-direction: column;
}

body#identity form#customer-form div.form-group {
    display: flex;
    gap: 1rem;
}

body#identity form#customer-form div.form-group input {
    border: solid 1px var(--mc-primary-color);
    background-color: rgba(223, 158, 103, .1);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #2F2F2F;
}

body#identity form#customer-form div.form-group input:focus {
    outline-style: none;
    border: solid 2px var(--mc-primary-color);
}

body#identity form#customer-form div.form-group button {
    background-color: var(--mc-primary-color);
}

body#identity footer.form-footer {
    display: flex;
    justify-content: center;
}





/*
########################################
||                                    ||
||           PAGES ADRESSES           ||
||                                    ||
########################################
*/


body#addresses section#main header.page-header {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
}
body#addresses section#main header.page-header h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
}

body#addresses section#content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body#addresses section#main article.address {
    border: solid 1px #DF9E67;
    border-radius: 8px;
    background-color: rgba(223, 158, 103, .1);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #2F2F2F;
    padding: .5rem;
}

body#addresses section#main article.address div.address-body h4 {
    font-size: 1.5rem;
}

body#addresses section#main article.address div.address-body address {
    min-height: unset;
}

body#addresses section#main article.address div.address-footer {
    border-top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

body#addresses section#main article.address div.address-footer a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: solid 1px #DF9E67;
    background-color: rgba(223, 158, 103, .1);
    padding: .5rem 0;
    color: #2F2F2F;
    border-radius: 8px;
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body#addresses section#main article.address div.address-footer a:hover {
    background-color: rgba(223, 158, 103, .25);
}

body#addresses section#content div.addresses-footer a {
    background-color: #DF9E67;
    padding: .75rem 1rem;
    font-weight: bolder;
    border-radius: 8px;
}

body#addresses footer#footer p.address {
    background-color: inherit;
}

body#address section#main header.page-header {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
}

body#address section#main header.page-header h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
}

body#address section#content {
    background-color: transparent;
}

body#address form {
    display: flex;
    flex-direction: column;
    background-color: transparent;
}

body#address form > div {
    display: flex;
    flex-direction: column;
}

body#address form div.form-group {
    display: flex;
    gap: 1rem;
}

body#address form div.form-group input, body#address form div.form-group select {
    border: solid 1px var(--mc-primary-color);
    background-color: rgba(223, 158, 103, .1);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #2F2F2F;
}

body#address form div.form-group input:focus, body#address form div.form-group select:focus {
    outline-style: none;
    border: solid 2px var(--mc-primary-color);
}

body#address form div.form-group button {
    background-color: var(--mc-primary-color);
}

body#address footer.form-footer {
    display: flex;
    justify-content: center;
}


/*
########################################
||                                    ||
||           PAGES WISHLIST           ||
||                                    ||
########################################
*/

body#module-blockwishlist-lists section#main section#content {
    background-color: transparent;
}

body#module-blockwishlist-lists section#main div.wishlist-container-header {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 0;
}
body#module-blockwishlist-lists section#main div.wishlist-container-header h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
}

body#module-blockwishlist-lists ul.wishlist-list {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 2rem;
}

body#module-blockwishlist-lists ul.wishlist-list li {
    background-color: rgba(223, 158, 103, .1);
    border: solid 1px #DF9E67;
    border-radius: 8px;
    width: 24rem;
}

body#module-blockwishlist-lists ul.wishlist-list li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

body#module-blockwishlist-lists ul.wishlist-list li a:hover p {
    color: #DF9E67;
}

body#module-blockwishlist-lists section#main div.wishlist-container-header a.wishlist-add-to-new {
    margin-top: 2rem;
    background-color: #DF9E67;
    padding: .75rem 1rem;
    font-weight: bolder;
    border-radius: 8px;
}

/*
########################################
||                                    ||
||  PAGE HISTORIQUE DE VOS COMMANDES  ||
||                                    ||
########################################
*/

body#history section#main header.page-header {
    padding: 4rem 0;
}

body#history section#main header.page-header h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
    text-align: center;
}

body#history section#main table, body#history section#main table thead tr th {
    color: #2F2F2F;
}

body#history section#main td.order-actions {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

body#history section#main td.order-actions a {
    padding: .5rem .75rem;
    border-radius: 4px;
}

body#history section#main td.order-actions a.view-order-details-link {
    background-color: #2F2F2F;
    color: white;
}  

body#history section#main td.order-actions a.reorder-link {
    background-color: var(--mc-primary-color);
    color: #2F2F2F;
    font-weight: bold;
}  

/*
########################################
||                                    ||
||    PAGE DÉTAILS DE LA COMMANDE     ||
||                                    ||
########################################
*/

body#order-detail section#main {
    padding: 0 8rem;
}

body#order-detail section#main header.page-header {
    padding: 4rem 0;
}

body#order-detail section#main header.page-header h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
    text-align: center; 
}

body#order-detail section#main div.box {
    background:none;
}

body#order-detail section#main div#order-infos div.box:first-child div.row {
    display: flex;
    flex-direction: column;
    align-items: center;
}

body#order-detail section#main div#order-infos div.box:first-child div.row > div:first-child {
    display: flex;
    gap: 1rem;
    width:100%;
    flex-wrap: wrap;
    justify-content: center;
}

body#order-detail section#main div#order-infos div.box:first-child div.row div:first-child div.custom-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: solid 1px var(--mc-primary-color);
    border-radius: 8px;
    background-color: rgba(223, 158, 103, .1);
    width: calc(25% - .75rem);
    height: 8rem;
    padding: .5rem;
}

body#order-detail section#main div#order-infos div.box:first-child div.row div:first-child div.custom-box div.custom-box-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

body#order-detail section#main div#order-infos div.box:first-child div.row div:first-child div.custom-box div.custom-box-top i {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem;
    border-radius: 4px;
    background-color: var(--mc-primary-color);
}

body#order-detail section#main div#order-infos div.box:first-child div.row div:first-child div.custom-box div.custom-box-top span {
    font-weight: bolder;
    line-height: normal;
}

body#order-detail section#main div#order-infos div.box:first-child div.row div:first-child div.custom-box > span {
    padding: 0 .5rem;
}

body#order-detail section#main div#order-infos div.box:first-child div.row div.custom-box-links {
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
    width:100%;
    justify-content: center;
    flex-wrap: wrap;
}

body#order-detail section#main div#order-infos div.box:first-child div.row div.custom-box-links div {
    width:max-content;
}

body#order-detail section#main div#order-infos div.box:first-child div.row div.custom-box-links > div:first-child a {
    text-align: center;
    padding: .75rem 1rem;
    font-weight: bolder;
    border-radius: 8px;
    background-color: var(--mc-primary-color);
    display: flex;
    align-items: center;
    gap: .5rem;
}

body#order-detail section#main div#order-infos div.box:first-child div.row div.custom-box-links  > div:nth-child(2) a {
    text-align: center;
    padding: .75rem 1rem;
    font-weight: bolder;
    border-radius: 8px;
    border: solid 1px var(--mc-primary-color);
    display: flex;
    align-items: center;
    gap: .5rem;
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body#order-detail section#main div#order-infos div.box:first-child div.row div.custom-box-links  > div:nth-child(2) a:hover {
    background-color: var(--mc-primary-color);
}

body#order-detail section#main section#order-history, body#order-detail section#main div.addresses {
    border: solid 1px var(--mc-primary-color);
    border-radius: 8px;
}

body#order-detail section#main div.addresses, body#order-detail section#main div.addresses article {
    margin: 0;
}

body#order-detail section#main div.addresses {
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
}

body#order-detail section#main section#content > div.box {
    background: #fff;
    border: solid 1px var(--mc-primary-color);
    border-radius: 8px;
}

body#order-detail section#main section#content section.order-message-form {
    display: flex;
    flex-direction: column;
    border: solid 1px var(--mc-primary-color);
    border-radius: 8px;
}

body#order-detail section#main section#content section.order-message-form section.form-fields {
    display: flex;
    flex-direction: column;
    width:100%;
}

body#order-detail section#main section#content section.order-message-form section.form-fields div.form-group {
    display: flex;
    gap:1rem;
    width:100%;
}

body#order-detail section#main section#content section.order-message-form section.form-fields div.form-group div.col-md-9,
body#order-detail section#main section#content section.order-message-form section.form-fields div.form-group div.col-md-5 {
    width: 100%;
}

body#order-detail section#main section#content section.order-message-form section.form-fields div.form-group label {
    width: unset;
}

body#order-detail section#main section#content section.order-message-form section.form-fields div.form-group select,
body#order-detail section#main section#content section.order-message-form section.form-fields div.form-group textarea {
    width: 100%;
    padding: 1rem;
    border-radius: 4px;
    border: solid 1px #DF9E67;
    background-color: rgb(242, 227, 214);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: black;
    height: 100%;
}

body#order-detail section#main section#content section.order-message-form section.form-fields div.form-group select {
    font-weight: bolder;
}

body#order-detail section#main section#content section.order-message-form section.form-fields div.form-group textarea {
    background-color: rgba(223, 158, 103, .1);
    height: 8rem;
}

/*
########################################
||                                    ||
||           PAGE CONNEXION           ||
||                                    ||
########################################
*/

body#authentication section#wrapper div.container div#content-wrapper {
    display: flex;
    flex-direction: row-reverse;
    height: calc(100vh - 144px);
}

body#authentication section#wrapper div.login-background {
    display: flex;
    width: 50vw;
}

body#authentication section#wrapper div.login-background img {
    width: 100%;
    object-fit: cover;
}

body#authentication section#main {
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

body#authentication section#main header.page-header h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
}

body#authentication section#main .page-content {
    max-width: unset;
    width: 100%;
    background: transparent;
}

body#authentication section#main .page-content form {
    display: flex;
    flex-direction: column;
}

body#authentication section#main .page-content form div.row {
    display: flex;
    flex-direction: column;
}

body#authentication section#main .page-content form div.row label, div.js-input-column {
    text-align: unset;
    width: 100%;
    float: unset;
}

body#authentication section#main .page-content form div.js-input-column input {
    border: solid 1px var(--mc-primary-color);
    background-color: rgba(223, 158, 103, .1);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #2F2F2F;
    height: 3rem;
}

body#authentication section#main .page-content form div.row div.js-parent-focus span button {
    background-color: var(--mc-primary-color);
}

body#authentication section#main .page-content form div footer.form-footer {
    display: flex;
    align-items: center;
    gap: 2rem;
}

body#authentication section#main .page-content .no-account {
    display: flex;
}

body#authentication section#main .page-content .no-account a {
    padding: .5rem 1rem;
    border: solid 1px var(--mc-primary-color);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body#authentication section#main .page-content .no-account a:hover {
    background-color: var(--mc-primary-color);
}

/*
########################################
||                                    ||
||       PAGE CRÉATION DE COMPTE      ||
||                                    ||
########################################
*/

body#registration section#wrapper div.container div#content-wrapper {
    display: flex;
    flex-direction: row-reverse;
    min-height: calc(100vh - 144px);
}

body#registration section#wrapper div.register-background {
    display: flex;
    width: 50vw;
}

body#registration section#wrapper div.register-background img {
    width: 100%;
    object-fit: cover;
}

body#registration section#main {
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

body#registration section#main header.page-header h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
}

body#registration section#main .page-content {
    max-width: unset;
    width: 100%;
    background: transparent;
}

body#registration section#main .page-content form {
    display: flex;
    flex-direction: column;
}

body#registration section#main .page-content form div.row {
    display: flex;
    flex-direction: column;
}

body#registration section#main .page-content form div.row label, div.js-input-column {
    text-align: unset;
    width: 100%;
    float: unset;
}

body#registration section#main .page-content form div.row div.form-control-valign {
    display: flex;
    flex-direction: row;
    width: unset;
}

body#registration section#main .page-content form div.row div.form-control-valign label {
    width: max-content;
}

body#registration section#main .page-content form div.js-input-column input {
    border: solid 1px var(--mc-primary-color);
    background-color: rgba(223, 158, 103, .1);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #2F2F2F;
    height: 3rem;
}

body#registration section#main .page-content form div.row div.js-parent-focus span button {
    background-color: var(--mc-primary-color);
}

body#registration section#main .page-content form div footer.form-footer {
    display: flex;
    align-items: center;
    gap: 2rem;
}

/*
########################################
||                                    ||
||      PAGE MOT DE PASSE OUBLIÉ      ||
||                                    ||
########################################
*/


body#password section#main {
    padding: 0 8rem;
}

body#password section#main header.page-header {
    padding: 4rem 0;
}

body#password section#main header.page-header h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
    text-align: center; 
}

body#password section#main form.forgotten-password {
    display: flex;
    flex-direction: column;
}

body#password section#main form.forgotten-password section.form-fields div {
    display: flex;
    flex-direction: column;
    width: 100%;
}

body#password section#main form.forgotten-password section.form-fields label.required {
    width: max-content;
}

body#password section#main form.forgotten-password section.form-fields input {
    border: solid 1px var(--mc-primary-color);
    background-color: rgba(223, 158, 103, .1);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #2F2F2F;
}

body#password section#main form.forgotten-password section.form-fields input:focus {
    outline-style: none;
    border: solid 2px var(--mc-primary-color);
}

body#password section#main form.forgotten-password section.form-fields button#send-reset-link {
    margin-top: 2rem;
}


/*
########################################
||                                    ||
||   PAGE MES DONNÉES PERSONNELLES    ||
||                                    ||
########################################
*/

body#module-psgdpr-gdpr section#main {
    padding: 0 8rem;
}

body#module-psgdpr-gdpr section#main header.page-header {
    padding: 4rem 0;
}

body#module-psgdpr-gdpr section#main header.page-header h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
    text-align: center; 
}

/*
########################################
||                                    ||
||            PAGE PANIER             ||
||                                    ||
########################################
*/

body#cart section#main {
    padding: 4rem 8rem;
}

body#cart section#main > h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
    text-align: center; 
    text-transform: unset;
    margin-bottom: 4rem;
}

body#cart section#main div.cart-grid {
    display: flex;
    gap: 4rem;
}

body#cart section#main div.cart-overview, body#cart section#main div.cart-summary {
    border: solid 1px var(--mc-primary-color);
}

body#cart section#main div.cart-grid-body div.cart-overview {
    padding: 0;
}

body#cart section#main div.cart-grid-body > a.label {
    background-color: var(--mc-primary-color);
    color: #2F2F2F;
    padding: .5rem 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: max-content;
}

body#cart section#main div.cart-overview ul li {
    padding: 1rem;
}

body#cart section#main div.cart-overview ul li:not(:first-child) {
    border-top: solid 1px var(--mc-primary-color);
}

body#cart section#main div.cart-overview.cart-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    min-height: 30vh;
}

body#cart section#main div.cart-overview.cart-empty i {
    font-size: 5rem;
    color: #484848;
}

body#cart section#main div.cart-overview.cart-empty p {
    font-size: 1.25rem;
    color: #484848;
}

body#cart section#main div.product-line-grid {
    display: flex;
    gap: 2rem;
}

body#cart section#main div.product-line-grid div.product-line-grid-right div.input-group.bootstrap-touchspin {
    border: solid 1px var(--mc-primary-color);
    border-radius: 4px;
    background-color: rgba(223, 158, 103, .1);
    overflow: hidden;
}

body#cart section#main div.product-line-grid div.product-line-grid-right div.input-group.bootstrap-touchspin input {
    background-color: rgba(223, 158, 103, .05);
    border:none;
    padding-left: .5rem;
    font-weight: bolder;
}

body#cart section#main div.product-line-grid div.product-line-grid-right div.input-group.bootstrap-touchspin span.input-group-btn-vertical button {
    border: none;
    background-color: rgba(223, 158, 103, .05);
    border-left: solid 1px var(--mc-primary-color);
}

body#cart section#main div.product-line-grid div.product-line-grid-right div.input-group.bootstrap-touchspin span.input-group-btn-vertical button:first-child {
    border-bottom: solid 1px var(--mc-primary-color);
}

body#cart section#main div.product-line-grid div.product-line-grid-right a.remove-from-cart {
    border: solid 1px var(--mc-primary-color);
    border-radius: 4px;
    background-color: rgba(223, 158, 103, .1);
    padding: .25rem;
}

/*
########################################
||                                    ||
||           PAGE RECHERCHE           ||
||                                    ||
########################################
*/

body#search section#main > h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
    text-align: center; 
    text-transform: unset;
    margin: 4rem 0;
}

/*
########################################
||                                    ||
||    PAGES PROMOTIONS, NOUVEAUX      ||
||   PRODUITS ET MEILLEURES VENTES    ||
||                                    ||
########################################
*/

body#prices-drop section#main > h1, body#new-products section#main > h1, body#best-sales section#main > h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
    text-align: center; 
    text-transform: unset;
    margin: 4rem 0;
}

/*
########################################
||                                    ||
||            PAGE CHECKOUT           ||
||                                    ||
########################################
*/

body#checkout section#content {
    padding: 4rem 8rem;
}

body#checkout section#content > div.row {
    display: flex;
    gap: 4rem;
}

body#checkout section#content form#customer-form div.row {
    display: flex;
    gap: 2rem;
}

body#checkout section#content form#customer-form div.row input {
    border: solid 1px var(--mc-primary-color);
    background-color: rgba(223, 158, 103, .1);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #2F2F2F;
}

body#checkout section#content form#customer-form div.row input:focus {
    outline-style: none;
    background-color: rgba(223, 158, 103, .25);
}

body#checkout section#content form#customer-form div.row span.input-group-btn button {
    border: none;
    background-color: rgba(223, 158, 103);
}

body#checkout section#content article.address-item {
    border: solid 1px #DF9E67;
    border-radius: 8px;
    background-color: rgba(223, 158, 103, .1);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #2F2F2F;
    padding: .5rem;
}

body#checkout section#content article.address-item div.address-body h4 {
    font-size: 1.5rem;
}

body#checkout section#content article.address-item div.address-body address {
    min-height: unset;
}

body#checkout section#content article.address-item footer.address-footer {
    border-top: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

body#checkout section#content article.address-item footer.address-footer a {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: solid 1px #DF9E67;
    background-color: rgba(223, 158, 103, .1);
    padding: .5rem 0;
    color: #2F2F2F;
    border-radius: 8px;
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

body#checkout section#content article.address-item footer.address-footer a:hover {
    background-color: rgba(223, 158, 103, .25);
}

body#checkout section#content footer.addresses-footer a {
    background-color: #DF9E67;
    padding: .75rem 1rem;
    font-weight: bolder;
    border-radius: 8px;
}

body#checkout section#content div.custom-address-block {
    display: flex;
    align-items: center;
    gap: 1rem;
}

body#checkout section#content div.custom-address-block p {
    margin: 0;
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    border: solid 1px #2F2F2F;
    border-radius: 4px;
}

body#checkout section#content div.custom-address-block p.add-address {
    background-color: var(--mc-primary-color);
    color: white;
    border: none;
    display: flex;
    align-items: center;
    gap: .5rem;
}

body#checkout section#content div#invoice-address section.form-fields {
    display: flex;
    flex-direction: column;
}

body#checkout section#content div#invoice-address section.form-fields > div.row {
    display: flex;
    gap: 2rem;
}

.submenu-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    padding: 1rem 2rem;
  }
  
  .submenu-left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  
  .submenu-right {
    padding: 1rem;
    max-height: 300px;
    width: auto;
    max-width: 400px;
    display: flex;
  }
  
  .submenu-right img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
  }

  /*
########################################
||                                    ||
||             PAGE CONTACT           ||
||                                    ||
########################################
*/

body#contact section#main {
    padding: 4rem 8rem;
}

body#contact section#main > h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
    text-align: center; 
    text-transform: unset;
    margin-bottom: 4rem;
}

body#contact section#main div.contact-grid {
    display: flex;
    gap: 4rem;
}

body#contact section#main div#content {
    border: solid 1px var(--mc-primary-color);
}

body#contact section#main div#content section.contact-form {
    display: flex;
    gap: 2rem;
    width: 100%;
}

body#contact section#main div#content section.contact-form form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

body#contact section#main div#content section.contact-form form section.form-fields div.form-group {
    display: flex;
    gap: 1rem;
    width: 100%;
}

body#contact section#main div#content section.contact-form form section.form-fields div.form-group:first-child {
    width: 100%;
    text-align: center;
}

body#contact section#main div#content section.contact-form form section.form-fields div.form-group:first-child h3 {
    font-family: 'Mutter Krause';
    font-size: 2rem;
    font-weight: bolder;
    text-transform: unset;
}

body#contact section#main div#content section.contact-form form section.form-fields div.form-group > label {
    min-width: 12rem;
    max-width: 12rem;
}

body#contact section#main div#content section.contact-form form section.form-fields div.form-group span.form-control-comment {
    width: max-content;
}

body#contact section#main div#content section.contact-form form section.form-fields div.form-group input,
body#contact section#main div#content section.contact-form form section.form-fields div.form-group select,
body#contact section#main div#content section.contact-form form section.form-fields div.form-group textarea {
    border: solid 1px var(--mc-primary-color);
    background-color: rgba(223, 158, 103, .1);
    transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #2F2F2F;
}


body#order-confirmation section#main {
    padding: 0 8rem;
}

body#order-confirmation section#main div.card-block {
    background-color: #F6F6F6;
    border: none;
}

body#order-confirmation section#main div.card-block > div.row > div.col-md-12 > p.email-confirmation-text {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
    color: #2F2F2F;
}

body#order-confirmation section#main div.card-block h3.h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Mutter Krause';
    font-size: 3rem;
    text-align: center; 
    text-transform: unset;
    margin: 4rem 0;
}

body#order-confirmation section#main div.card-block h3.h1 i {
    font-size: 3rem;
}

body#order-confirmation section#main div.card-block div#order-details {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body#order-confirmation section#main div.card-block div#order-details h3.h3 {
    font-family: 'Mutter Krause';
    font-size: 2rem;
    text-align: center; 
    text-transform: unset;
    margin: 2rem 0;
}

body#order-confirmation section#main div.card-block div#order-details ul {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

body#order-confirmation section#main div.card-block div#order-details ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem 4rem;
    border: solid 1px var(--mc-primary-color);
    border-radius: 8px;
    background-color: rgba(223, 158, 103, .1);
}

footer#footer {
    padding-top: 0;
}

/*
########################################
||                                    ||
||              PAGES PAR             ||
||               DÉFAUT               || 
||                                    ||
########################################
*/

body#cms.cms-id-9 section#main {
    padding: 4rem 8rem;
}

body#cms.cms-id-9 section#main section#content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    gap: 2rem;
}

body#cms.cms-id-9 section#main h1 {
    font-family: 'Mutter Krause';
    font-size: 3rem;
    text-align: center; 
    text-transform: unset;
}

body#cms.cms-id-9 section#main section#content div.legal-page-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

body#cms.cms-id-9 section#main section#content div.legal-page-section h2 {
    font-family: 'Mutter Krause';
    font-size: 1.75rem;
    text-transform: unset;
}

body#cms.cms-id-9 section#main section#content div.legal-page-section p {
    line-height: 1.5;
    color: #2F2F2F;
}



/*
########################################
||                                    ||
||              RESPONSIVE            ||
||                                    ||
########################################
*/

@media screen and (max-width: 768px) {
    body main header#header {
        width: 100%;
        position: fixed;
    }

    nav div.user-info a.account span.hidden-sm-down {
        display: none;
    }

    nav div#_mobile_cart a.cart-preview div.header {   
        position: fixed;
        display: flex;
        bottom: 2rem;
        background-color: var(--mc-primary-color);
        right: 2rem;
        padding: 1rem 1.5rem;
        align-items: center;
        gap: .5rem;
        border-radius: 4rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        z-index: 9999;
    }

    nav div#top-logo {
        width: 100%;
        justify-content: center;
    }

    body main header#header div.mobile div#_mobile_cart i,
    body main header#header div.mobile div#_mobile_cart span {
        color: #2F2F2F;
    }

    body main header#header div.mobile div#_mobile_cart span {
        font-size: 1.3rem;
        font-weight: bolder;
    }

    #main {
        padding-top: 64px;
    }

    span.custom-subtitle {
        color: #c48650;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: .5px;
        margin-bottom: 10px;
        width: 100%;
        font-size: .85rem;
        text-align: center;
    }

    div.container {
        margin-left: 0;
        margin-right: 0;
        width:100%;
    }

    .custom-block-text {
        padding-right: 0%;
}



    body#index div.container.custom-banner-content {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    body#index section#content div.custom-block .row {
        gap: 0;
        padding-bottom: 2rem;
    }

    body main header#header div.mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 1rem;
    }

    body main header#header div.mobile div#_mobile_cart {
        order: 4;
    }

    body main header#header div.mobile div#_mobile_logo {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    body main header#header div.mobile div#_mobile_user_info {
        order: 3;
        width: 100%;
    }

    body main header#header div.mobile div#_mobile_user_info div.user-info {
        display: flex;
        justify-content: space-around;
    }

    body main header#header div.mobile div#_mobile_user_info i {
        color: white;
    }

    body main header#header div.mobile div#menu-icon {
        padding: .5rem;
        background-color: var(--mc-primary-color);
        color: #2F2F2F;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
    }

    body main #header .header-top .container .row > .hidden-sm-down {
        display: none;
    }

    body footer#footer span.h3, body footer#footer span.float-xs-right {
        color:white;
    }

    body footer#footer div.row div.links {
        padding-left: 0;
    }

    body footer#footer div.row div.links ul {
        background-color: #2F2F2F;
    }

    body footer#footer div.row div.links ul li a {
        color: white;
    }

    body main header#header div.header-nav {
        max-height: none;
    }
    body main header#header div.header-nav div#mobile_top_menu_wrapper {
        background-color: var(--mc-primary-color);
    }
    body main header#header div.header-nav div#_mobile_top_menu ul {
        display: flex;
        flex-direction: column;
        background-color: var(--mc-primary-color);
        border: none;
    }

    body main header#header div.header-nav div#_mobile_top_menu ul li {
        background-color: var(--mc-primary-color);
        border: none;
    }
    /* Par défaut, le <a> est en row */
    body main header#header div.header-nav div#_mobile_top_menu ul li.category a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    /* Si le <li> contient une <div class="sub-menu">, le <a> passe en row-reverse */
    body main header#header div.header-nav div#_mobile_top_menu ul li.category:has(div.sub-menu) a {
        flex-direction: row-reverse;
        border: none;
        gap: 1rem;
    }

    body main header#header div.header-nav div#_mobile_top_menu ul li.category div.sub-menu {
        position: relative;
        padding-left: 1rem;
        background-color: var(--mc-primary-color);
    }

    body main header#header div.header-nav div#_mobile_top_menu ul li.category div.sub-menu ul li {
        display: flex;
        flex-direction: column;
        border: none;
    }

    body main header#header div.header-nav div#_mobile_top_menu ul li.category div.sub-menu ul li a {
        display: flex;
        flex-direction: row;
        border: none;
        font-family: inherit;
        font-size: 1rem;
    }

    body main header#header div.header-nav div#_mobile_top_menu ul li.category div.sub-menu.collapsing {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .popover::before, .popover::after {
        content: unset;
    }

    ul.top-menu .category .sub-menu .top-menu .collapse .top-menu {
        gap: 1rem;
    }

    body main header#header div.header-nav div#_mobile_top_menu ul li.category div.sub-menu ul li:has(div.collapse) a, body main header#header div.header-nav div#_mobile_top_menu ul li.category div.sub-menu ul li:has(div.collapsing) a {
        flex-direction: row-reverse;
    }
    body main header#header div.header-nav div#_mobile_top_menu ul li.category div.sub-menu div.collapse ul li.category a.dropdown-item, body main header#header div.header-nav div#_mobile_top_menu ul li.category div.sub-menu div.collapsing ul li.category a.dropdown-item {
        flex-direction: row;
    }

    body main header#header .top-menu a.dropdown-item {
        border-bottom: none;
    }

    body#index section#content div.custom-banner div.custom-banner-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    body#index section#content div.custom-banner div.custom-banner-content * {
        text-align: center;
    }
    body#index section#content div.custom-banner div.custom-banner-content p {
        max-width: none;
    }
    body#index section#content div.custom-block {
        padding: 4rem 3rem;
        width: 100%;
    }
     body#index section#content div.custom-block .custom-block-content {
        flex-direction: column;
    }
    body#index section#content div.custom-block-text h1, body#index section#content div.custom-block-text h2.custom-title {
        font-size: 1.75rem;
        width: 100%;
        text-align: center;
    }

    body#index section#content div.custom-block-text p {
        font-size: 1rem;
    }

    body#index section#content div.custom-block .row {
        display: flex;
        align-items: center;
    }
    body#index section#main div.custom-banner {
        display: flex;
    }
    body#index section#content div.custom-block img {
        margin-top: 2rem;
    }

    body#index section#content .custom-block-text img {
    border-radius: 2rem;
    width: 100%;
}

    body#index section#main section.featured-products:has(a[href*="accueil"]) {
        padding: 2rem 1.5rem;
    }
    
    body#index section.featured-products p {
        font-size: 1rem;
        width: 100%;
    }

    div.reassurance-section {
        padding: 0;
    }
    div.reassurance-section p {
        margin: 2rem;
    }
    
     div.reassurance-section  div.reassurance-cards {
        flex-direction: column;
        align-items: center;
        margin: 0 1rem;
    }

    .sub-menu {
        position: relative;
        display: flex;
    }

    .submenu-container {
        padding: 0;
    }

    .submenu-right {
        display: none;
    }

    .submenu-left ul {
        width: 100%;
    }

    body#product button.btn {
        white-space: wrap;
    }

    body#authentication section#wrapper div.container div#content-wrapper div.login-background,
    body#registration section#wrapper div.container div#content-wrapper div.register-background {
        display: none;
    }

    body#authentication section#wrapper div.container div#content-wrapper section#main,
    body#registration section#wrapper div.container div#content-wrapper section#main {
        width: 100vw;
        padding: 2rem;
        margin-top: 4rem;
    }

    body#authentication section#wrapper div.container div#content-wrapper section#main h1,
    body#registration section#wrapper div.container div#content-wrapper section#main h1 {
        text-align: center;
    }

    body:not(#index) section#main {
        margin-top: 4rem;
    }

    body#product section#main div.col-md-6 {
        padding-top: 0;
    }

    body#product section#main div.col-md-6 div.images-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    body#product section#main div.col-md-6 div.images-container div.product-cover {
        width: 80%;
    }

    body:not(#index) div.container section#main {
        margin-top: 0;
    }

    div#js-product-list-header .block-category {
        padding: 0;
        padding-top: 4rem;
    }

    article.product-miniature {
        align-items: center;
    }

    article.product-miniature .thumbnail-container {
        width: 90%;
    }

    body#my-account section#main {
        display: flex;
        flex-direction: column;
        padding: 8rem 4rem;
        align-items: center;
    }

    body#my-account section#main header.page-header h1,
    body#identity section#main header.page-header h1,
    body#addresses section#main header.page-header h1,
    body#address section#main header.page-header h1,
    body#module-blockwishlist-lists section#main div.wishlist-container-header h1,
    body#history section#main header.page-header h1,
    body#order-detail section#main header.page-header h1,
    body#authentication section#main header.page-header h1,
    body#registration section#main header.page-header h1,
    body#password section#main header.page-header h1,
    body#module-psgdpr-gdpr section#main header.page-header h1,
    body#cart section#main > h1,
    body#search section#main > h1,
    body#prices-drop section#main > h1, body#new-products section#main > h1, body#best-sales section#main > h1,
    body#contact section#main > h1,
    body#category section#wrapper div.container div#content-wrapper div.block-category h1.h1
     {
        text-align: center; 
        padding: 0 2rem;
    }
    
    body#my-account section#main div#content {
        width: 100%;
        padding: 0;
    }

    body#identity form#customer-form div.row {
        gap: .5rem;
        flex-direction: column;
        align-items: baseline;
        margin-bottom: 0;
    }

    body#checkout section#content {
        padding: 0;
    }

    body#checkout section#content > div.row {
        padding-top: 6rem;
        flex-direction: column;
    }

    body#product div.product-container div.col-md-6 section#content {
        padding: 0 2rem;
        padding-top: 4rem;
    }

    body#product div.product-container div.col-md-6:last-child {
        padding: 2rem;
    }

    body#product section#main div.product-container div.col-md-6 div.product-information div.product-actions form div.product-add-to-cart div.add button {
        width: 100%;
    }

    body#authentication section#main {
        height: max-content;
    }

    body#authentication section#main div#content {
        padding-bottom: 2rem;
    }

    body#authentication section#main header.page-header {
        padding-top: 2rem;
    }

    body#authentication section#wrapper div.container div#content-wrapper {
        height: max-content;
    }

    body#registration section#wrapper div.container div#content-wrapper section#main {
        margin-top: 6rem;
    }

    body#category div.block-category {
        padding: 2rem;
        padding-top: 4rem;
    }

    body#category section#products div#left-column {
        display: none;
    }

    body#category div#content-wrapper.hidden-sm-down {
        display: flex;
    }

    body#category div#content-wrapper.hidden-sm-down section#products div#left-column {
        position: fixed;
        top: 91px;
        left: 0;
        width: 100%;
        height: calc(100vh - 91px);
        overflow-y: auto;
        background-color: #fff;
        display: flex;
        z-index:99999;
        border:none;
        padding:1rem;
    }
    
    body#category section#products div#search_filters p {
        display: block;
    }

    body#category section#products div#search_filters_wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    body#category section#products div#search_filters {
        border-top:none;
        width: 100%;
    }

    body#category section#products div#search_filter_controls button.btn {
        width: 100%;
        margin-bottom: 1rem;
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
        background-color: var(--mc-primary-color);
    }

    body#category button#search_filter_toggler {
        position: fixed;
        bottom: 2rem;
        left: 2rem;
        background-color: var(--mc-primary-color);
        color: #2F2F2F;
        padding: .5rem 1rem;
        border-radius: 1rem;
        width: max-content;
        height: 3rem;
        z-index:9999;
        box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    }

    #category #left-column #search_filters .facet .collapse {
        display: block;
    }
    
    body#product div.product-add-to-cart { /* bloc entier */
        display: flex;
        flex-wrap: nowrap;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 100%;
        z-index: 999;
    }

    body#product div.add {
        order: 9;
        border-radius: 0;
        width: 100%;
    }

    body#product section#main div.product-container div.col-md-6 div.product-information div.product-actions form div.product-add-to-cart div.add button {
        width: 100%;
        height: 4rem;
        margin: 0;
        padding: 0 1rem;
        border-radius: 0px;
        background-color: var(--mc-primary-color);
        color: #2F2F2F;
        text-wrap-mode: nowrap;
    }

    body#product form div.product-add-to-cart button.wishlist-button-add {
        width: 4rem;
        height: 4rem;
        padding-top: 0;
        min-width: 0;
        border-radius: 0;
        margin: 0;
        padding: 0 1rem;
        justify-content: center;
        order: 2;
    }

    body#product article.product-miniature button.wishlist-button-add {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
    }

    body#product p.custom-text-secure-payment {
        display: none;
    }

    div#blockcart-modal {
        z-index: 99999;
    }

    body#cart section#main {
        padding: 0 2rem;
        padding-top: 8rem;
    }

    body#cart section#main div.cart-grid {
        flex-direction: column;
        gap: 0;
    }

    body#cart section#main div.cart-summary {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 2rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 999;
        border-radius: 0;
        border: none;
        padding: 0;
        margin: 0;
        border:none;
        border-top: solid 1px var(--mc-primary-color);
    }

    body#cart div.cart-summary div.cart-summary-totals {
        padding: 0;
        margin: 0;
    }

    body#cart div.checkout {
        padding: 0;
        margin: 0;
    }

    body#cart .card-block.cart-summary-totals .cart-summary-line.cart-total {
        padding: 1rem;
    }

    body#cart section#main div.product-line-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }

    body#cart section#main div.product-line-grid div.product-line-grid-bidy {
        grid-column: span 2 / span 2;
    }

    body#cart section#main div.product-line-grid div.product-line-grid-right {
        grid-column: span 3 / span 3;
        grid-row-start: 2;
    }

    body#cart .product-line-grid .product-line-grid-left {
        width: 100%;
    }

    body#cart .product-line-grid .product-line-grid-right div.row {
        width: 100%;
        display: flex;
    }

    body#cart .product-line-grid .product-line-grid-right div.row .hidden-md-up {
        display: none;
    }

    body#cart .product-line-grid .product-line-grid-right div.row .col-md-10,
    body#cart .product-line-grid .product-line-grid-right div.row .col-md-2 {
        width: 100%;
        display: flex;
        align-items: center;
    }

    body#cart .product-line-grid .product-line-grid-right div.row .col-md-2 {
        justify-content: flex-end;
    }

    body#cart footer {
        margin-bottom: 181px;
    }


    body#product footer {
        padding-bottom: 4rem;
    }

    body#product nav div#_mobile_cart a.cart-preview div.header {
        bottom: 6rem;
    }

    body#cart div.cart-empty p {
        text-align: center;
        padding: 0 2rem;
    }

    body#my-account nav div#_mobile_cart a.cart-preview div.header,
    body#identity nav div#_mobile_cart a.cart-preview div.header,
    body#addresses nav div#_mobile_cart a.cart-preview div.header,
    body#address nav div#_mobile_cart a.cart-preview div.header,
    body#module-blockwishlist-lists nav div#_mobile_cart a.cart-preview div.header,
    body#history nav div#_mobile_cart a.cart-preview div.header,
    body#order-detail nav div#_mobile_cart a.cart-preview div.header,
    body#authentication nav div#_mobile_cart a.cart-preview div.header,
    body#registration nav div#_mobile_cart a.cart-preview div.header,
    body#password nav div#_mobile_cart a.cart-preview div.header,
    body#module-psgdpr-gdpr nav div#_mobile_cart a.cart-preview div.header,
    body#cart nav div#_mobile_cart a.cart-preview div.header,
    body#checkout nav div#_mobile_cart a.cart-preview div.header,
    body#order-confirmation nav div#_mobile_cart a.cart-preview div.header {
        display: none;
    }

    body#address form div.form-group {
        flex-direction: column;
        align-items: baseline;
        gap: 0;
    }

    body#checkout header#header div.mobile div#menu-icon,
    body#checkout header#header div.mobile div#_desktop_user_info,
    body#checkout header#header div.mobile div#_desktop_cart,
    body#checkout header#header div.mobile div.float-xs-right
     {
        display: none;

    }

    body#checkout header#header div.mobile div.top-logo {
        padding: .5rem;
    }

    body#order-confirmation section#main {
        padding: 0;
    }

    body#order-confirmation section#main h3.h1 {
        flex-direction: column;
        padding-top: 2rem;
    }

    body#order-confirmation section#main p.email-confirmation-text {
        line-height: 1.5;
    }

    body#order-confirmation section#main div.card-block div#order-details ul {
        flex-direction: column;
    }

    body#order-confirmation section#main div.card-block div#order-details ul li {
        align-items: unset;
        padding: 2rem;
    }

    body#contact section#main {
        padding: 0 2rem;
        padding-top: 8rem;
    }

    body#contact section#main div#content {
        padding: 0;
    }

    body#contact section#main section.contact-form form {
        padding: 0;
        align-items: center;
    }

    body#contact section#main section.contact-form section.form-fields div.form-group {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }

    body#contact section#main section.contact-form section.form-fields div.form-group div.col-md-6,
    body#contact section#main section.contact-form section.form-fields div.form-group div.col-md-9,
    body#contact section#main section.contact-form section.form-fields div.form-group div.col-md-12 {
        width: 100%;
    }

    body#contact section#main div#content section.contact-form form section.form-fields div.form-group > label {
        min-width: unset;
        max-width: unset;
    }
}


@media (min-width: 576px) {
    footer.form-footer.text-sm-right {
        text-align: center;
    }
}