/*
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
}