:root {
  --base-color: #333333;
  --gold-color: #d6af49;
  --deep-graphite: #414141;
  --ivory-whisper: #f6f2e6;
}

body,
html {
  height: unset;
}

body,
#header,
#index {
  background-color: #f6f2e6;
}

img {
  image-rendering: unset;
  border-radius: 8px !important;
}

.bg-gold {
  background-color: var(--gold-color) !important;
}

.border-gold {
  border-color: var(--gold-color) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mr-20 {
  margin-right: 20px;
}

.text-xl{
  font-size: 1.25rem; /* 20px */
}

.line-height-xl {
  line-height: 1.5rem; /* 24px */
}

.text-pretty {
  text-wrap: pretty;
}

.elementor-container .elementor-text-editor a:not([class]) {
  text-decoration: underline !important;
  color: #777 !important;
}

@media screen and (min-width: 1024px) {
  header#header {
    position: sticky;
    top: 0;
    z-index: 666;
    border-bottom: 3px solid var(--gold-color) !important;
  }
}

/* Remove page CMS page title */
[class*="cms-id-"] .page-header h1 {
  display: none;
}

.page-header h1,
.page-heading .h1,
.page-heading h1,
.category-title,
.elementor-widget-pknewsletter .module-title span {
  font-family: "GT Ultra Regular", sans-serif;
  font-size: 3rem;
  line-height: 1em;
  letter-spacing: 3px;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  color: #333333;
  text-align: center;
  text-transform: unset;
}

.page-header h1::after,
.page-heading .h1::after,
.page-heading h1::after,
.category-title::after,
.elementor-widget-pknewsletter .module-title span::after {
  content: "";
  border-top-color: #333;
  border-top-style: solid;
  width: 10%;
  display: block;
  margin: 30px auto;
}

/* Hide listing view items */

.view_btn[data-gridcols="2"],
.view_btn[data-gridcols="3"],
.view_btn[data-gridcols="5"],
.view_btn[data-gridcols="6"] {
  display: none;
}

/* Product */

#product h1 {
  margin: 0;
}

#product .product-cover {
  margin-bottom: 2rem;
  border: 2px solid var(--gold-color) !important;
  border-radius: 8px !important;
  
  .prod-image-zoom {
    border-radius: 8px !important;
  }
}

@media screen and (max-width: 1024px) {
  #product .product-cover {
    border: none;
    display: none;
  }
}

#product #main .module-title {
  font-size: 1.5rem;
}

/* Product page reassurance  */

#product .blockreassurance_product > div {
  gap: 1rem;
}

#product .blockreassurance_product .item-product {
  margin-bottom: 0.5rem;
}

#product .blockreassurance_product > div .block-title {
  font-size: 1.1rem;
  display: block;
}

#product .blockreassurance_product > div p:last-child {
  display: block;
}

#product .blockreassurance_product > div p:not(.block-title) {
  font-size: 0.75rem;
}

/* Cart reassurance */

#cart .blockreassurance_product > div,
#checkout .blockreassurance_product > div {
  gap: 1rem;
}

#cart .blockreassurance_product .item-product,
#checkout .blockreassurance_product .item-product {
  margin-bottom: 0;
}

#cart .blockreassurance_product > div .block-title,
#checkout .blockreassurance_product > div .block-title {
  font-size: 1.2rem;
  display: block;
}
#cart .blockreassurance_product > div .block-title + p,
#checkout .blockreassurance_product > div .block-title + p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

#checkout .promo-name.card-block {
  list-style-type: none;
}

.pk-menu-horizontal li.level-1{
  background-color: #f6f2e6 !important;
}

.pk-menu-horizontal li.level-1 .img-icon {
  max-width: 230px;
  image-rendering: unset;
}

.pk-menu-horizontal li.level-1 .img-icon + span {
  display: none;
  opacity: 0;
}

.elementor-14010000 .elementor-element.elementor-element-adaf487 .top-menu {
  align-items: center;
}

.menu-pro-item img{
  aspect-ratio: 0.75;
  object-fit: cover;
  width: 50%;
  height: 189px; 
}

.menu-pro-item_text{
  width: 50% !important;
  text-align: center !important;
}

/* Remove what's new button */

.pkfp-wn.pk-show-panel.pk-fixed-button {
  display: none;
}

/* Univers image home */

.univers-item .univers-item_col-image div {
  height: 100%;
}

.univers-item .univers-item_image div {
  height: 100%;
}
.univers-item .univers-item_image img {
  object-fit: cover;
  height: 100%;
}

/* Ordering mobile col */

@media screen and (width < 768px) {
  .sm-order-0 {
    order: 0;
  }
  .sm-order-1 {
    order: 1;
  }
  .sm-order-2 {
    order: 2;
  }
  .sm-order-3 {
    order: 3;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.mb-15 {
  margin-bottom: 15px;
}
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-15 {
  margin-top: 15px;
}

.mb-30 {
  margin-bottom: 1.875rem;
}
.mb-50 {
  margin-bottom: 3.125rem;
}

@media screen and (width > 992px) {
  .lg-mt-0 {
    margin-top: 0;
  }
}

.max-lg\:w-full {
  @media screen and (max-width: 992px) {
    width: 100% !important;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.sticky-position {
  position: sticky;
}

.lg\:sticky-position {
  @media screen and (width >= 992px) {
    position: sticky;
  }
}

.top-header {
  top: var(--header-height);
}

.lg\:top-header {
  @media screen and (width >= 992px) {
    top: var(--header-height);
  }
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.lg\:flex-row {
  @media screen and (width >= 992px) {
    flex-direction: row;
  }
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1 auto;
}

.self-end {
  align-self: flex-end;
}

.self-start {
  align-self: flex-start;
}

.gap-25 {
  gap: 25px;
}

.gap-40 {
  gap: 40px;
}

.justify-between {
  justify-content: space-between;
}

.h-full {
  height: 100%;
}

.w-full{
  width: 100%;
}

.maxw-640 {
  max-width: 40rem;
}

.maxw-400 {
  max-width: 25rem;
}

.minw-400 {
  min-width: 25rem;
}

.lg\:minw-400 {
  @media screen and (width >= 992px) {
    min-width: 25rem;
  }
}

.text-base {
  color: var(--base-color);
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.leading-none {
  line-height: 1;
}
.leading-medium {
  line-height: 1.5;
}

.leading-large {
  line-height: 2;
}

/* Sidebar account with rewards */

.pk-el-myaccount .tab-content {
  display: flex;
  flex-direction: column;
}

.pk-el-myaccount .tab-content br {
  display: none;
}
.pk-el-myaccount .tab-content ul.rewards {
  order: 1;
}

.pk-el-myaccount .tab-content .btn.btn-primary {
  order: 3;
}

.mobile-header-wrapper .logo-desktop {
  display: none !important;
}

.pk-el-cart .db.payment-methods-img {
  display: none;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important; 
}

.lg\:pr-10 {
  @media screen and (width >= 992px) {
    padding-right: 10px !important; 
  }
}

/* miniatiture produit */
.product-miniature {
  padding: 15px !important;
}

.product-miniature .thumbnail-container {
  padding: 15px 20px;
  position: relative;
  height: 100%;
  border: 2px solid #d6af49;
  border-radius: 8px;
}

.slider-section {
  border-bottom: 4px solid #d6af49;
  box-sizing: border-box;
}

/* Blog categories listing (recipes) */

.blogSubcatLabels {
  max-width: 80%;
  margin: 0 auto 45px;
}

.blogSubcatLabels__list {
  list-style-type: none;
  display: flex;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.blogSubcatLabels__list_item {
  display: inline-block;
}

.blogSubcatLabels__list_item_link {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "GT Ultra Regular", sans-serif;
  font-weight: 400;
  padding: 0;
}

.blogSubcatLabels__list_item_link_text {
  position: relative;
  
  &::before {
    content: "";
    position: absolute;
    height: 2px;
    background: #333;
    bottom: 0;
    left: 0;
    display: inline-block;
    transform-origin: right;
    transform: scale(0);
    width: 100%;
    transition: transform 0.2s ease;
  }
}

.blogSubcatLabels__list_item_link:hover
.blogSubcatLabels__list_item_link_text::before {
  transform: scale(1);
  transform-origin: left;
}

.featured-carrousel .product-miniature .thumbnail-container {
  min-height: 355px;
  
  @media screen and (width > 992px) {
    min-height: 545px;
  }
}

#category {
  .category-title,
  .category-description {
    max-width: 90%;
    margin: 0 auto;
  }
  
  .category-title {
    text-align: center;
  }
  
  .additional-description {
    margin: 3rem 0 0 0;
    padding: 0 0.9375rem;
    p {
      margin: 0 0 0.5rem 0;
    }
  }
}

/* Instagram module fix */

.ig-media a img {
  height: 450px;
  object-fit: cover;
  object-position: center;
}

/* Testimonials */

.testimonials-wrapper .elementor-widget-testimonial {
  height: 100%;
  > .elementor-widget-container {
    height: 100%;
    padding: 1.5rem;
    border-style: solid !important;
    border: 2px solid var(--gold-color);
    border-radius: 8px;
    
    .elementor-testimonial-wrapper {
      display: flex;
      flex-direction: column;
      height: 100%;
      .elementor-testimonial-content {
        /* font-style: italic; */
        font-family: "PT Serif", sans-serif;
      }
      
      .elementor-testimonial-meta {
        margin-top: auto;
        &:before {
          content: "";
          height: 2px;
          background: var(--base-color);
          display: block;
          width: 50px;
          margin: 1rem auto;
        }
      }
    }
  }
}

.reset-button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: inherit;
}

.reset-button:hover {
  background: none;
  text-decoration: underline;
}

#registration label[for="psgdpr"] > a{
  text-decoration: underline;
  text-underline-offset: 2px;
}


@media screen and (max-width: 768px) {
  .could-like-section .elementor-container{
      width:100% !important;
  }
  
  .could-like-section .elementor-container .could-like-section_module .product-miniature{
      padding :0 !important;
  }
}

/* Newsletter page */

.elementor-widget-pknewsletter .module-title {
  text-align: center !important;
}
