/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body {
  overflow-x: hidden;
}

.elementor-section.text-simple .elementor-widget-wrap,
.elementor-section.mission .elementor-widget-wrap,
.elementor-section.text-img .elementor-widget-wrap,
.elementor-section.page-header .elementor-widget-wrap,
.elementor-section.product__description .elementor-widget-wrap,
.elementor-section.product__view .elementor-widget-wrap,
.elementor-section.featured__product .elementor-widget-wrap,
.elementor-section.product__card .elementor-widget-wrap,
.elementor-section.block-faq .elementor-widget-wrap {
  padding: 0;
}

.elementor-section.exceptions .elementor-element,
.elementor-section.exceptions .elementor-widget-text-editor p,
.elementor-section.block-reviews .elementor-element,
.elementor-section.block-reviews .elementor-widget-text-editor p,
.elementor-section.text-simple .elementor-element,
.elementor-section.text-simple .elementor-widget-text-editor p,
.elementor-section.mission .elementor-element,
.elementor-section.text-img .elementor-element,
.elementor-section.text-img .elementor-widget-text-editor p,
.elementor-section.page-header .elementor-element,
.elementor-section.footer__bottom .elementor-widget-text-editor p,
.elementor-section.page-header .elementor-widget-text-editor p,
.elementor-section.partners .elementor-element,
.elementor-section.product__description .elementor-element,
.elementor-section.product__view .elementor-element,
.elementor-section.featured__product .elementor-element,
.elementor-section.product__card .elementor-element,
.elementor-section.block-faq .elementor-element {
  margin: 0;
}

/* START Category page */
.page-header {
  position: relative;
  isolation: isolate;
}
.page-header:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin: 0;
  float: none;
}
.woocommerce .woocommerce-result-count {
  display: none;
}
.woocommerce .woocommerce-ordering {
  text-align: right;
}
.woocommerce .woocommerce-ordering select {
  display: inline-block;
  width: auto;
  border: 1px solid #000000;
  outline: none;
  padding: 7px 38px 7px 24px;
  font-family: 'Merchant', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: var(--e-global-color-primary);
  cursor: pointer;
  appearance: none;
  background: #f5f5e6 url('/wp-content/uploads/2026/02/chevron-down.svg') no-repeat;
  background-position: right 24px top 12px;
  background-size: 10px;
  &::-ms-expand {
    display: none;
  }
}
.elementor-products-grid ul.products.elementor-grid {
  margin-top: 30px;
}
@media screen and (max-width: 1025px) {
  .elementor-products-grid ul.products.elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-ordering select {
    display: block;
    width: 100%;
  }
}
/* END Category page */

/* START FAQ */
.faq-list .faq-item {
  border: 1px solid rgba(4, 4, 4, 0.25);
}
.faq-list .faq-item:not(:last-child) {
  margin-bottom: 10px;
}
.faq-list .faq-item__title {
  position: relative;
  isolation: isolate;
  font-family: 'Merchant', sans-serif;
  font-size: 20px;
  line-height: 1;
  color: var(--e-global-color-primary);
  padding: 12px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.faq-list .faq-item__title:before,
.faq-list .faq-item__title:after {
  content: '';
  display: block;
}
.faq-list .faq-item__title:before {
  width: 30px;
  height: 30px;
  background: transparent url('/wp-content/uploads/2026/01/Star-50.svg') center no-repeat;
  background-size: contain;
}
.faq-list .faq-item__title:after {
  width: 20px;
  height: 20px;
  background: transparent url('/wp-content/uploads/2026/01/chevron-up.svg') center no-repeat;
  background-size: contain;
  margin-left: auto;
}
.faq-list .faq-item__content {
  display: none;
  padding: 10px 30px 23px 30px;
}
.faq-list .faq-item__content * {
  font-size: 13px;
  line-height: 24px;
  color: var(--e-global-color-92333dc);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .faq-list .faq-item__title,
  .faq-list .faq-item__content {
    padding-inline: 20px;
  }
}
/* END FAQ */

.reassurance__product {
  padding: 40px 24px;
}
.reassurance__product--item {
  display: flex;
  align-items: flex-start;
}
.reassurance__product--item:not(:last-child) {
  margin-bottom: 20px;
}
.reassurance__product--image {
  width: 24px;
  display: flex;
}
.reassurance__product--image img {
  width: 100%;
  height: auto;
}
.reassurance__product--text {
  width: calc(100% - 24px);
  padding-left: 12px;
  font-family: 'Merchant', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.highQuality__materials h2,
h3,
h4 {
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 17px;
}
.highQuality__materials ul {
  padding-left: 20px;
}
nav.woocommerce-breadcrumb * {
  font-family: 'Nothing You Could Do', Sans-serif;
}

.elementor-widget-woocommerce-product-add-to-cart .woocommerce-variation-add-to-cart .button {
  width: 100%;
}

.product__view .product__view--info .elementor-widget-woocommerce-product-short-description > div {
  position: relative;
  mask-image: none;
}
.product__view
  .product__view--info
  .elementor-widget-woocommerce-product-short-description
  .woocommerce-product-details__short-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  mask-image:
    linear-gradient(0deg, transparent, transparent 24px, #000 24px, #000),
    linear-gradient(270deg, transparent, transparent 110px, #000 140px, #000);
}
.product__view
  .product__view--info
  .elementor-widget-woocommerce-product-short-description
  .woocommerce-product-details__short-description.active {
  -webkit-line-clamp: unset;
  mask-image: none;
}
.product__view
  .product__view--info
  .elementor-widget-woocommerce-product-short-description
  .woocommerce-product-details__short-description
  * {
  margin: 0;
}
.js-ellipsis-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
}
.js-ellipsis-btn .ellipsis-switch {
  display: inline-block;
  cursor: pointer;
}
.js-ellipsis-btn .ellipsis-switch:after {
  content: 'Read more...';
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

[lang='fr-CA'] .js-ellipsis-btn .ellipsis-switch:after {
  content: 'Lire plus...';
}

.woocommerce-checkout .header__nav {
  display: none;
}

.woocommerce-checkout .header__top--right {
  display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address.is-active a::before {
  color: var(--e-global-color-primary) !important;
}

.xoo-wsc-img-col img {
  border-radius: 5px !important;
}

.xoo-wsc-img-col {
  align-self: start !important;
}

.xoo-wsc-img-col img {
  width: 106px !important;
  height: 106px;
  object-fit: cover;
}

span.xoo-wsc-pname a {
  line-height: 1em;
}

span.xoo-wsc-smr-ptotal,
span.xoo-wsc-smr-ptotal .woocommerce-Price-amount {
  font-size: 0.9rem;
  text-wrap: nowrap !important;
}

.xoo-wsc-pprice,
.xoo-wsc-pprice span bdi {
  font-size: 0.9rem;
}

/* ── Section 2 – Specs list ─────────────────────────────────────────────── */
.specs-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.specs-list__heading {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2c2c2c;
  margin: 0.8rem 0 0.2rem;
  padding: 0;
}

.specs-list__heading:first-child {
  margin-top: 0;
}

.specs-list__item {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #2c2c2c;
}

.specs-list__item::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #2c2c2c;
}

.specs-list__item p {
  display: inline;
  margin: 0;
}

.specs-list__label {
  font-weight: 700;
}

.specs-list__value {
  font-weight: 400;
}

span.msw-active-badge__label {
  font-size: 0.6rem !important;
}

button.msw-active-badges__reset {
  padding: 5px 10px !important;
  font-size: 0.6rem !important;
  min-height: 28px !important;
}

.msw-filters__list {
  gap: 50px;
}

.msw-facet__title {
  border-bottom: 2px solid #c7c7c7;
  padding-bottom: 20px;
}

.msw-facet__body {
  margin-top: 40px;
}

button.msw-facet__options-toggle {
  border: none;
  margin-left: 10px;
}

button.msw-facet__options-toggle:hover {
  border: none !important;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 38px;
  margin-bottom: 50px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  font-family: 'Merchant', Sans-serif;
}

label[for='shipping-address_1'] {
  opacity: 0;
}

.wc-block-components-address-form__address_1.is-active label[for='billing-address_1'] {
  opacity: 1;
}
label[for='billing-address_1'] {
  opacity: 0;
}

.wc-block-components-address-form__address_1.is-active label[for='billing-address_1'] {
  opacity: 1;
}

.wc-block-components-address-card__edit:hover {
  background: none;
  color: var(--e-global-color-primary);
}

body.macc .woocommerce-MyAccount-navigation-link.is-active a {
  background: none !important;
}

body.macc .woocommerce-MyAccount-navigation-link a:hover {
  background: none !important;
}

body.macc .woocommerce-MyAccount-navigation-link a {
  color: var(--e-global-color-primary) !important;
}

/* START Language switcher (header) — inline "Français | EN" */
.ps-lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Merchant', serif;
  line-height: 1;
}
.ps-lang-switcher__item {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 13px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.55) !important;
  transition: color 0.2s ease;
}
.ps-lang-switcher__item.is-current {
  color: #ffffff !important;
}
a.ps-lang-switcher__item:hover {
  color: #ffffff !important;
}
.ps-lang-switcher__sep {
  color: rgba(255, 255, 255, 0.4) !important;
  font-weight: 300;
}
/* END Language switcher (header) */

.faq-list .faq-item.active .faq-item__title:after {
  transform: scaleY(-1);
}

#menu-menu-principal {
  top: 0!important;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.eael-simple-menu li.current-menu-item > a.eael-item-active {
  background-color:  #f5f5e6 !important;
}

/* START Animation */


.product-grid-wrapper.blankAnimationUp .elementor-grid .e-loop-item {
  opacity: 0;
  animation: customSlideUp 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

/* Loop catégories — entrée vers le bas */
.product-grid-wrapper.blankAnimationDown .elementor-grid .e-loop-item {
  opacity: 0;
  animation: customSlideDown 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

/* Délais en cascade — loop catégories */
.product-grid-wrapper .elementor-grid > *:nth-of-type(1) { animation-delay: 400ms !important; }
.product-grid-wrapper .elementor-grid > *:nth-of-type(2) { animation-delay: 500ms !important; }
.product-grid-wrapper .elementor-grid > *:nth-of-type(3) { animation-delay: 600ms !important; }
.product-grid-wrapper .elementor-grid > *:nth-of-type(4) { animation-delay: 700ms !important; }
.product-grid-wrapper .elementor-grid > *:nth-of-type(5) { animation-delay: 800ms !important; }
.product-grid-wrapper .elementor-grid > *:nth-of-type(6) { animation-delay: 900ms !important; }
.product-grid-wrapper .elementor-grid > *:nth-of-type(7) { animation-delay: 1000ms !important; }




/* Loop catégories — entrée vers le haut */
.classDeLeLement.blankAnimationUp .parent .children {
  opacity: 0;
  animation: customSlideUp 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

/* Loop catégories — entrée vers le bas */
.saphir-carousel.blankAnimationDown .swiper-wrapper .swiper-slide {
  opacity: 0;
  animation: customSlideDown 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
}

/* Délais en cascade — loop catégories */
.saphir-carousel .swiper-wrapper > *:nth-of-type(1) { animation-delay: 400ms !important; }
.saphir-carousel .swiper-wrapper > *:nth-of-type(2) { animation-delay: 500ms !important; }
.saphir-carousel .swiper-wrapper > *:nth-of-type(3) { animation-delay: 600ms !important; }
.saphir-carousel .swiper-wrapper > *:nth-of-type(4) { animation-delay: 700ms !important; }
.saphir-carousel .swiper-wrapper > *:nth-of-type(5) { animation-delay: 800ms !important; }
.saphir-carousel .swiper-wrapper > *:nth-of-type(6) { animation-delay: 900ms !important; }
.saphir-carousel .swiper-wrapper > *:nth-of-type(7) { animation-delay: 1000ms !important; }


/* END Animation */ 