/** Shopify CDN: Minification failed

Line 223:0 Unexpected "}"

**/
/* Place any CSS overrides in this file. */
/* ==========================================================
   LORETTA 1888 - PERSONNALISATIONS DU THÈME FLOW
   ========================================================== */


/* ==========================================================
   BOUTONS DE CONTENU
   ========================================================== */

/* Bouton du diaporama (page d'accueil) */
/* Premier type de diaporama */
.slide-buttons a[class*="dynamic-section-button--image"] {
  background: #FDF71A !important;
  color: #582308 !important;
  border: 2px solid #582308 !important;
  border-radius: 999px !important;
  box-shadow: 2px 4px 0 #FDF71A !important;
  font-weight: 500;
  text-transform: none !important;
  transition: all .2s ease;
}

/* Deuxième type de diaporama */
.slide-buttons a[class*="dynamic-section-button--button"] {
  background: #FDF71A !important;
  color: #582308 !important;
  border: 2px solid #582308 !important;
  border-radius: 999px !important;
  box-shadow: 2px 4px 0 #FDF71A !important;
  font-weight: 500;
  text-transform: none !important;
  transition: all .2s ease;
}

.slide-buttons a[class*="dynamic-section-button--image"]:hover,
.slide-buttons a[class*="dynamic-section-button--button"]:hover {
  transform: translateY(2px);
  box-shadow: 2px 2px 0 #FDF71A !important;
}

/* Bouton : Image avec texte en superposition */
.image-with-text-overlay__buttons a[class*="dynamic-section-button--button"] {
  background: #FDF71A !important;
  color: #582308 !important;
  border: 2px solid #582308 !important;
  border-radius: 999px !important;
  box-shadow: 2px 4px 0 #FDF71A !important;
  font-weight: 500 !important;
  text-transform: none !important;
  transition: all .2s ease;
}

.image-with-text-overlay__buttons a[class*="dynamic-section-button--button"]:hover {
  transform: translateY(2px);
  box-shadow: 2px 2px 0 #FDF71A !important;
}

/* Bouton "Lire la suite" du blog */
.homepage-section-btn.btn--underlined {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    background: #FDF71A !important;
    color: #582308 !important;

    border: 2px solid #582308 !important;
    border-radius: 999px !important;

    box-shadow: 2px 4px 0 #FDF71A !important;

    padding: 12px 34px !important;

    text-decoration: none !important;

    font-weight: 500;
    text-transform: none;

    transition: .2s;
}

.homepage-section-btn.btn--underlined:hover {
    transform: translateY(2px);
    box-shadow: 2px 2px 0 #FDF71A !important;
}

/* Taille des boutons de contenu sur ordinateur */
@media screen and (min-width: 768px) {
  .slide-buttons a[class*="dynamic-section-button--image"],
  .slide-buttons a[class*="dynamic-section-button--button"],
  .image-with-text-overlay__buttons a[class*="dynamic-section-button--button"] {
    font-size: 16px !important;
  }
}

/* ==========================================================
   PAGE PRODUIT
   ========================================================== */



/* ==========================================================
   COLLECTIONS
   ========================================================== */



/* ==========================================================
   BLOG
   ========================================================== */



/* ==========================================================
   HEADER
   ========================================================== */



/* ==========================================================
   FOOTER
   ========================================================== */



/* ==========================================================
   MOBILE
   ========================================================== */

   /* Menu des catégories de la page Boutique */
.loretta-category-menu {
  width: 100%;
  margin-top: var(--category-margin-top);
  margin-bottom: var(--category-margin-bottom);
}

.loretta-category-menu__heading {
  margin: 0 0 22px;
  text-align: left;
}

.loretta-category-menu__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--category-gap);
}

.loretta-category-menu__item {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.loretta-category-menu__item:hover,
.loretta-category-menu__item:focus {
  text-decoration: none;
}

.loretta-category-menu__circle {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.loretta-category-menu__circle img {
  width: 74%;
  height: 74%;
  display: block;
  object-fit: contain;
}

.loretta-category-menu__label {
  font-size: 18px;
  line-height: 1.2;
}

.loretta-category-menu__item:hover .loretta-category-menu__circle {
  transform: translateY(-2px);
}

@media screen and (max-width: 749px) {
  .loretta-category-menu__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .loretta-category-menu__item {
    gap: 10px;
  }

  .loretta-category-menu__circle {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }

  .loretta-category-menu__label {
    font-size: 16px;
  }
}

.loretta-category-menu__item.is-active .loretta-category-menu__circle {
  background: #DFD71A;
  border-color: #DFD71A;
}
}

.loretta-category-menu__item.is-active .loretta-category-menu__label {
  font-weight: 600;
}

/* Boutons de la section Vitrine à plusieurs niveaux */
.layered-showcase__buttons .btn {
  background: #DFD71A !important;
  color: #582308 !important;
  border: 2px solid #582308 !important;
  border-radius: 999px !important;
  box-shadow: 4px 4px 0 #DFD71A !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  padding: 12px 34px !important;
  text-transform: none !important;
    letter-spacing: normal !important;
}

/* Empêche le thème d'ajouter un autre habillage par-dessus */
.layered-showcase__buttons .btn::before,
.layered-showcase__buttons .btn::after {
  display: none !important;
}

.layered-showcase__buttons .btn:hover {
  transform: translate(-1px, -1px);
  box-shadow: 5px 5px 0 #582308 !important;
}

.loretta-category-menu__items {
  padding-left: 6px;
}

.loretta-product-label {
  font-size: 16px !important;
  line-height: 1.2;
  padding: 6px 14px !important;
}

.loretta-products {
  margin-bottom: 20px !important;
}

.loretta-text-block p {
  font-size: 16px !important;
  line-height: 1.45 !important;
}

@media screen and (max-width: 749px) {
  .loretta-text-block p {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }
}