:root {
    --ef-green: #9eaf38;
    --ef-green-hover: #8b9b30;
    --ef-green-soft: #f6f8ea;

    --ef-black: #0b0b0b;
    --ef-text: #1a1a1a;
    --ef-muted: #70706b;

    --ef-white: #ffffff;
    --ef-card: #f3f3f1;
    --ef-card-alt: #f7f7f4;

    --ef-border: #dedfd6;
    --ef-border-green: #b2bf5d;

    --ef-radius-card: 20px;
    --ef-radius-small: 12px;
    --ef-pill: 999px;

    --ef-container: 1040px;
}

body.woocommerce,
body.woocommerce-page {
    background: var(--ef-white);
    color: var(--ef-text);
}

body.woocommerce a,
body.woocommerce-page a {
    text-underline-offset: 3px;
}

.woocommerce .woocommerce-breadcrumb {
    max-width: var(--ef-container);
    margin: 22px auto 28px !important;
    padding: 0 20px;
    color: var(--ef-muted);
    font-size: 12px;
    line-height: 1.5;
}

.woocommerce .woocommerce-breadcrumb a {
    color: var(--ef-muted);
    text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
    color: var(--ef-green);
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button {
    min-height: 42px;
    padding: 9px 21px !important;

    border: 1px solid var(--ef-green) !important;
    border-radius: var(--ef-pill) !important;

    background: transparent !important;
    color: var(--ef-green) !important;

    font: inherit;
    font-size: 13px;
    font-weight: 600 !important;
    line-height: 1.2;

    box-shadow: none !important;

    transition:
        background-color .18s ease,
        border-color .18s ease,
        color .18s ease,
        transform .18s ease;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.wc-block-components-button:hover {
    background: var(--ef-green) !important;
    border-color: var(--ef-green) !important;
    color: var(--ef-white) !important;
    transform: translateY(-1px);
}

.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled[disabled] {
    opacity: .4 !important;
    cursor: not-allowed;
    transform: none !important;
}

.single-product .single_add_to_cart_button,
.woocommerce-cart .checkout-button,
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    background: var(--ef-green) !important;
    color: var(--ef-white) !important;
}

.single-product .single_add_to_cart_button:hover,
.woocommerce-cart .checkout-button:hover,
.woocommerce-cart .wc-block-cart__submit-button:hover,
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
    background: var(--ef-green-hover) !important;
    border-color: var(--ef-green-hover) !important;
}

.woocommerce input.input-text,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce input[type="number"],
.woocommerce textarea,
.woocommerce select,
.wp-block-woocommerce-checkout input,
.wp-block-woocommerce-checkout textarea,
.wp-block-woocommerce-checkout select {
    border: 1px solid #d7d8d1 !important;
    border-radius: 11px !important;

    background: var(--ef-white) !important;
    color: var(--ef-text);

    box-shadow: none !important;
}

.woocommerce input:focus,
.woocommerce textarea:focus,
.woocommerce select:focus,
.wp-block-woocommerce-checkout input:focus,
.wp-block-woocommerce-checkout textarea:focus,
.wp-block-woocommerce-checkout select:focus {
    outline: none !important;
    border-color: var(--ef-green) !important;
    box-shadow: none !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    max-width: var(--ef-container);

    margin: 20px auto !important;
    padding: 16px 18px 16px 47px !important;

    border: 1px solid var(--ef-border) !important;
    border-top: 1px solid var(--ef-border) !important;
    border-radius: var(--ef-radius-small);

    background: var(--ef-green-soft);
    color: var(--ef-text);

    box-shadow: none !important;
}

.woocommerce-message::before,
.woocommerce-info::before {
    color: var(--ef-green);
}

body.post-type-archive-product main,
body.tax-product_cat main,
body.tax-product_tag main,
body[class*="tax-pa_"] main {
    max-width: var(--ef-container);
    margin: 0 auto;
    padding: 36px 20px 82px;
}

body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
    margin: 0 auto 42px;
    text-align: center;
}

body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title,
body[class*="tax-pa_"] .wp-block-query-title,
body.post-type-archive-product .wp-block-query-title,
body.tax-product_cat .wp-block-query-title {
    margin: 0;

    color: var(--ef-black);

    font-size: clamp(28px, 3vw, 37px);
    line-height: 1.08;
    letter-spacing: -.02em;
    font-weight: 800;
}

body.tax-product_cat .term-description,
body.tax-product_tag .term-description {
    max-width: 620px;
    margin: 11px auto 0;

    color: var(--ef-muted);

    font-size: 14px;
    line-height: 1.55;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 20px;
    color: var(--ef-muted);
    font-size: 12px;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 20px;
}

.woocommerce .woocommerce-ordering select {
    min-height: 40px;
    padding: 0 36px 0 14px;
    border-radius: var(--ef-pill) !important;
    font-size: 12px;
}

.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px !important;

    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

.woocommerce ul.products li.product {
    float: none !important;
    width: auto !important;

    margin: 0 !important;
    padding: 0 0 16px !important;

    overflow: hidden;

    background: var(--ef-card);
    border-radius: var(--ef-radius-card);

    text-align: center;

    box-shadow: none !important;
}

.woocommerce ul.products li.product a img {
    width: 100% !important;
    aspect-ratio: 1 / 1.03;

    margin: 0 !important;
    padding: 19px 14px 4px;

    box-sizing: border-box;

    object-fit: contain;

    background: transparent;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 7px 12px 0 !important;

    color: var(--ef-black);

    font-size: 14px !important;
    line-height: 1.22;
    font-weight: 800;
}

.woocommerce ul.products li.product .price {
    margin: 7px 10px 0;

    color: var(--ef-green) !important;

    font-size: 13px !important;
    line-height: 1.3;
    font-weight: 700;
}

.woocommerce ul.products li.product .price del {
    color: var(--ef-muted);
    opacity: .65;
}

.woocommerce ul.products li.product .price ins {
    color: var(--ef-green);
    text-decoration: none;
}

.woocommerce ul.products li.product .button {
    margin-top: 12px;
}

.woocommerce ul.products li.product-category {
    padding-bottom: 0 !important;
}

.woocommerce ul.products li.product-category a {
    display: block;
    color: var(--ef-black);
    text-decoration: none;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    margin: 0;
    padding: 12px 12px 17px;

    color: var(--ef-green);

    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.wp-block-woocommerce-product-template {
    gap: 18px !important;
}

.wc-block-product {
    overflow: hidden;

    background: var(--ef-card);
    border-radius: var(--ef-radius-card);

    box-shadow: none !important;
}

.wc-block-components-product-image img {
    box-sizing: border-box;
    padding: 18px 14px 4px;

    object-fit: contain;
}

.wc-block-components-product-name {
    color: var(--ef-black) !important;
    text-decoration: none !important;

    font-size: 14px;
    line-height: 1.22;
    font-weight: 800;
}

.wc-block-components-product-price {
    color: var(--ef-green);
    font-size: 13px;
    font-weight: 700;
}

body.single-product main {
    max-width: var(--ef-container);
    margin: 0 auto;
    padding: 30px 20px 82px;
}

body.single-product .woocommerce div.product {
    display: grid;

    grid-template-columns:
        minmax(0, 1.07fr)
        minmax(320px, .93fr);

    column-gap: 52px;
    row-gap: 38px;

    align-items: start;
}

body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

body.single-product .woocommerce-product-gallery {
    padding: 20px;

    background: var(--ef-card);
    border-radius: var(--ef-radius-card);
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    overflow: visible;
    border-radius: 14px;
}

body.single-product .woocommerce-product-gallery img {
    width: 100%;
    object-fit: contain;
}

body.single-product .woocommerce-product-gallery__trigger {
    top: 14px !important;
    right: 14px !important;

    border: 1px solid #e2e2dc !important;
    border-radius: var(--ef-pill) !important;

    background: var(--ef-white) !important;

    box-shadow: none !important;
}

body.single-product .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 10px !important;
}

body.single-product .flex-control-thumbs li {
    width: 64px !important;
}

body.single-product .flex-control-thumbs img {
    padding: 4px;

    border: 1px solid transparent;
    border-radius: 9px;

    background: var(--ef-white);
}

body.single-product .flex-control-thumbs img.flex-active {
    border-color: var(--ef-green);
}

body.single-product .summary {
    padding-top: 8px;
}

body.single-product .product_title {
    margin: 0 0 16px;

    color: var(--ef-black);

    font-size: clamp(34px, 4vw, 47px);
    line-height: 1.02;
    letter-spacing: -.025em;
    font-weight: 800;
}

body.single-product .summary .price,
body.single-product .woocommerce-variation-price {
    margin: 0 0 20px;

    color: var(--ef-green) !important;

    font-size: 21px !important;
    line-height: 1.2;
    font-weight: 700;
}

body.single-product .woocommerce-product-details__short-description {
    max-width: 470px;
    margin: 0 0 24px;

    color: var(--ef-text);

    font-size: 14px;
    line-height: 1.6;
}

body.single-product table.variations {
    margin: 0 0 20px !important;
    border: 0 !important;
}

body.single-product table.variations tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    margin-bottom: 13px;
}

body.single-product table.variations th,
body.single-product table.variations td {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

body.single-product table.variations .label {
    margin-bottom: 7px;
}

body.single-product table.variations .label label {
    color: var(--ef-black);

    font-size: 14px;
    font-weight: 800;
}

body.single-product table.variations select {
    min-width: 185px;
    min-height: 42px;

    padding: 0 38px 0 15px;

    border: 1px solid var(--ef-green) !important;
    border-radius: var(--ef-pill) !important;

    color: var(--ef-green-hover);

    font-size: 13px;
    font-weight: 600;
}

body.single-product .reset_variations {
    margin-top: 7px;

    color: var(--ef-muted) !important;

    font-size: 11px;
    text-decoration: underline;
}

body.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;

    margin-top: 18px !important;
}

body.single-product .quantity .qty {
    width: 72px;
    height: 42px;

    padding: 0;

    border-radius: var(--ef-pill) !important;

    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

body.single-product .single_add_to_cart_button {
    min-height: 42px;
    padding: 9px 22px !important;
}

body.single-product .product_meta {
    margin-top: 24px;
    padding-top: 16px;

    border-top: 1px solid #ebebe6;

    color: var(--ef-muted);

    font-size: 11px;
    line-height: 1.55;
}

body.single-product .product_meta > span {
    display: block;
    margin-bottom: 4px;
}

body.single-product .product_meta a {
    color: var(--ef-green);
    text-decoration: none;
}

body.single-product .woocommerce-tabs {
    grid-column: 1 / -1;

    margin-top: 6px;
    padding: 22px;

    background: var(--ef-card);
    border-radius: var(--ef-radius-card);
}

body.single-product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    margin: 0 0 22px !important;
    padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after {
    display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;
}

body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
    padding: 8px 15px !important;

    border: 1px solid var(--ef-green);
    border-radius: var(--ef-pill);

    color: var(--ef-green) !important;

    font-size: 12px;
    font-weight: 600;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
    background: var(--ef-green);
    color: var(--ef-white) !important;
}

body.single-product .woocommerce-tabs .panel {
    margin: 0 !important;
    padding: 0 !important;
}

body.single-product .woocommerce-tabs .panel h2 {
    margin: 0 0 16px;

    color: var(--ef-black);

    font-size: 21px;
    line-height: 1.15;
    font-weight: 800;
}

body.single-product .woocommerce-tabs .panel p,
body.single-product .woocommerce-tabs .panel li {
    font-size: 13px;
    line-height: 1.65;
}

body.single-product .shop_attributes {
    border: 0 !important;
}

body.single-product .shop_attributes th,
body.single-product .shop_attributes td {
    padding: 10px 7px !important;

    border-bottom: 1px solid #deded8 !important;

    background: transparent !important;

    font-size: 13px;
}

body.single-product .related.products,
body.single-product .upsells.products {
    grid-column: 1 / -1;
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
    margin: 0 0 22px;

    color: var(--ef-green);

    font-size: 21px;
    line-height: 1.2;
    font-weight: 800;
}

body.woocommerce-cart main {
    max-width: var(--ef-container);
    margin: 0 auto;
    padding: 42px 20px 82px;
}

body.woocommerce-cart .wc-block-cart {
    gap: 24px;
}

body.woocommerce-cart .wc-block-cart-items {
    overflow: hidden;

    border: 0;
    border-radius: var(--ef-radius-card);

    background: var(--ef-card);
}

body.woocommerce-cart .wc-block-cart-item__image img {
    border-radius: 11px;
}

body.woocommerce-cart .wc-block-components-product-name {
    color: var(--ef-black);

    text-decoration: none;

    font-size: 14px;
    font-weight: 800;
}

body.woocommerce-cart .wc-block-cart__sidebar {
    padding: 20px;

    border: 1px solid var(--ef-border-green);
    border-radius: var(--ef-radius-card);

    background: var(--ef-green-soft);
}

body.woocommerce-cart .wc-block-components-totals-wrapper {
    border-color: var(--ef-border) !important;
}

body.woocommerce-cart .wc-block-cart__submit-button {
    min-height: 46px;
}

body.woocommerce-cart table.shop_table {
    overflow: hidden;

    border: 1px solid var(--ef-border) !important;
    border-radius: var(--ef-radius-card);

    background: var(--ef-card);
}

body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 20px;

    border: 1px solid var(--ef-border-green);
    border-radius: var(--ef-radius-card);

    background: var(--ef-green-soft);
}

body.woocommerce-checkout main {
    max-width: var(--ef-container);
    margin: 0 auto;
    padding: 42px 20px 82px;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout {
    gap: 26px;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
    margin-bottom: 14px;
    padding: 20px;

    border: 1px solid #e5e5df;
    border-radius: var(--ef-radius-card);

    background: var(--ef-white);
}

body.woocommerce-checkout .wc-block-components-checkout-step__title {
    color: var(--ef-black);

    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    padding: 20px;

    border: 1px solid var(--ef-border-green);
    border-radius: var(--ef-radius-card);

    background: var(--ef-green-soft);
}

body.woocommerce-checkout .wc-block-components-order-summary-item {
    padding: 13px 0;

    border-bottom: 1px solid var(--ef-border);
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    min-height: 46px;
}

body.woocommerce-checkout #customer_details,
body.woocommerce-checkout #order_review {
    padding: 20px;

    border-radius: var(--ef-radius-card);

    background: var(--ef-card);
}

body.woocommerce-checkout #payment {
    background: var(--ef-green-soft) !important;
    border-radius: var(--ef-radius-card) !important;
}

body.woocommerce-checkout #payment div.payment_box {
    background: var(--ef-white) !important;
    border-radius: var(--ef-radius-small);
}

body.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: var(--ef-white) !important;
}

body.woocommerce-order-received main {
    max-width: 880px;
    margin: 0 auto;
    padding: 48px 20px 82px;
}

body.woocommerce-order-received .woocommerce-notice--success {
    padding: 17px 18px;

    border: 1px solid var(--ef-border-green);
    border-radius: var(--ef-radius-small);

    background: var(--ef-green-soft);
    color: var(--ef-green-hover);

    font-weight: 700;
}

body.woocommerce-order-received .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;

    margin: 22px 0 !important;
    padding: 0 !important;
}

body.woocommerce-order-received .woocommerce-order-overview li {
    float: none !important;

    margin: 0 !important;
    padding: 14px !important;

    border: 0 !important;
    border-radius: var(--ef-radius-small);

    background: var(--ef-card);
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
    margin-top: 22px;
    padding: 20px;

    border-radius: var(--ef-radius-card);

    background: var(--ef-card);
}

.woocommerce table.shop_table {
    overflow: hidden;

    border: 1px solid #e4e4df !important;
    border-radius: var(--ef-radius-card);

    background: var(--ef-white);
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 12px 14px !important;
    border-color: #ebebe6 !important;
}

body.search-results main {
    max-width: var(--ef-container);
    margin: 0 auto;
    padding: 40px 20px 82px;
}

body.search-results .wp-block-query-title {
    margin: 0 0 30px;

    color: var(--ef-black);

    font-size: 30px;
    line-height: 1.1;
    font-weight: 800;
}

body.search-results .wp-block-search__inside-wrapper {
    padding: 3px;

    border: 1px solid var(--ef-green);
    border-radius: var(--ef-pill);

    background: var(--ef-white);
}

body.search-results .wp-block-search__input {
    border: 0 !important;
    border-radius: var(--ef-pill) !important;
}

body.search-results .wp-block-search__button {
    border-radius: var(--ef-pill) !important;

    background: var(--ef-green) !important;
    color: var(--ef-white) !important;
}

body[class*="tax-pa_"] .wp-block-query-title {
    margin: 0 0 34px;

    text-align: center;

    color: var(--ef-black);

    font-size: 31px;
    line-height: 1.1;
    font-weight: 800;
}

body.woocommerce-coming-soon main,
body.page-template-coming-soon main {
    min-height: 75vh;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 50px 20px;

    text-align: center;
}

body.woocommerce-coming-soon h1,
body.page-template-coming-soon h1 {
    max-width: 720px;

    margin: 0 0 18px;

    color: var(--ef-black);

    font-size: clamp(36px, 5vw, 58px);
    line-height: 1;
    letter-spacing: -.025em;
    font-weight: 800;
}

body.woocommerce-coming-soon p,
body.page-template-coming-soon p {
    max-width: 560px;

    color: var(--ef-muted);

    font-size: 14px;
    line-height: 1.6;
}

.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    gap: 7px;

    border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0 !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: grid;
    place-items: center;

    width: 38px;
    height: 38px;

    padding: 0 !important;

    border: 1px solid var(--ef-border);
    border-radius: var(--ef-pill);

    background: var(--ef-white);

    color: var(--ef-black);
    font-size: 12px;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    border-color: var(--ef-green);

    background: var(--ef-green);

    color: var(--ef-white);
}

body.ef-catalog-mode.post-type-archive-product .price,
body.ef-catalog-mode.tax-product_cat .price,
body.ef-catalog-mode.tax-product_tag .price,
body.ef-catalog-mode.single-product .price,

body.ef-catalog-mode .wc-block-components-product-price,
body.ef-catalog-mode.single-product .woocommerce-variation-price {
    display: none !important;
}

body.ef-catalog-mode.single-product .single_add_to_cart_button,
body.ef-catalog-mode.single-product .quantity,

body.ef-catalog-mode.post-type-archive-product .add_to_cart_button,
body.ef-catalog-mode.tax-product_cat .add_to_cart_button,
body.ef-catalog-mode.tax-product_tag .add_to_cart_button,

body.ef-catalog-mode.post-type-archive-product .product_type_simple,
body.ef-catalog-mode.tax-product_cat .product_type_simple,
body.ef-catalog-mode.tax-product_tag .product_type_simple,

body.ef-catalog-mode.post-type-archive-product .product_type_variable,
body.ef-catalog-mode.tax-product_cat .product_type_variable,
body.ef-catalog-mode.tax-product_tag .product_type_variable,

body.ef-catalog-mode .wc-block-components-product-button,
body.ef-catalog-mode .wp-block-woocommerce-product-button {
    display: none !important;
}

body.ef-catalog-mode.single-product p.stock,
body.ef-catalog-mode.single-product .stock.out-of-stock,
body.ef-catalog-mode.single-product .woocommerce-variation-availability,
body.ef-catalog-mode.single-product .woocommerce-variation-unavailable {
    display: none !important;
}

body.ef-catalog-mode header .wp-block-woocommerce-mini-cart,
body.ef-catalog-mode header .wc-block-mini-cart,

body.ef-catalog-mode header .wp-block-woocommerce-customer-account,
body.ef-catalog-mode header .wc-block-customer-account,

body.ef-catalog-mode .site-header .wp-block-woocommerce-mini-cart,
body.ef-catalog-mode .site-header .wc-block-mini-cart,

body.ef-catalog-mode .site-header .wp-block-woocommerce-customer-account,

body.ef-catalog-mode header a[href*="/panier"],
body.ef-catalog-mode header a[href*="/cart"],

body.ef-catalog-mode header a[href*="/mon-compte"],
body.ef-catalog-mode header a[href*="/my-account"],

body.ef-catalog-mode header a[href*="/validation-de-la-commande"],
body.ef-catalog-mode header a[href*="/checkout"] {
    display: none !important;
}

body.ef-catalog-mode.woocommerce-cart .wc-block-cart__submit,
body.ef-catalog-mode.woocommerce-cart .wc-proceed-to-checkout,
body.ef-catalog-mode.woocommerce-cart .checkout-button {
    display: none !important;
}

@media (max-width: 980px) {

    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.single-product .woocommerce div.product {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {

    .woocommerce .woocommerce-breadcrumb {
        margin: 14px auto 16px !important;
        padding: 0 16px;

        font-size: 10px;
    }

    body.post-type-archive-product main,
    body.tax-product_cat main,
    body.tax-product_tag main,
    body[class*="tax-pa_"] main {
        padding: 28px 24px 58px;
    }

    body.post-type-archive-product .woocommerce-products-header,
    body.tax-product_cat .woocommerce-products-header,
    body.tax-product_tag .woocommerce-products-header {
        margin-bottom: 26px;
    }

    body.post-type-archive-product .woocommerce-products-header__title,
    body.tax-product_cat .woocommerce-products-header__title,
    body.tax-product_tag .woocommerce-products-header__title {
        font-size: 27px;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .woocommerce ul.products li.product {
        padding-bottom: 20px !important;
        border-radius: 22px;
    }

    .woocommerce ul.products li.product a img {
        aspect-ratio: 1 / .9;
        padding: 27px 23px 7px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 17px !important;
    }

    .woocommerce ul.products li.product .price {
        font-size: 14px !important;
    }

    body.single-product main {
        padding: 22px 24px 58px;
    }

    body.single-product .woocommerce-product-gallery {
        padding: 14px;
        border-radius: 22px;
    }

    body.single-product .product_title {
        margin-top: 1px;
        font-size: 33px;
    }

    body.single-product .summary .price,
    body.single-product .woocommerce-variation-price {
        font-size: 20px !important;
    }

    body.single-product .woocommerce-product-details__short-description {
        font-size: 13px;
    }

    body.single-product table.variations select {
        width: 100%;
        min-width: 0;
    }

    body.single-product form.cart {
        flex-direction: column;
        align-items: stretch;
    }

    body.single-product .quantity,
    body.single-product .quantity .qty,
    body.single-product .single_add_to_cart_button {
        width: 100% !important;
    }

    body.single-product .woocommerce-tabs {
        padding: 17px;
        border-radius: 20px;
    }

    body.single-product .woocommerce-tabs ul.tabs {
        gap: 5px;
    }

    body.single-product .woocommerce-tabs ul.tabs li a {
        padding: 7px 12px !important;
        font-size: 11px;
    }

    body.single-product .woocommerce-tabs .panel h2 {
        font-size: 19px;
    }

    body.woocommerce-cart main,
    body.woocommerce-checkout main,
    body.woocommerce-order-received main,
    body.search-results main {
        padding: 28px 16px 58px;
    }

    body.woocommerce-cart .wc-block-cart__sidebar,
    body.woocommerce-checkout .wc-block-components-checkout-step,
    body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
    body.woocommerce-account .woocommerce-MyAccount-content {
        padding: 17px;
        border-radius: 18px;
    }

    body.woocommerce-order-received .woocommerce-order-overview {
        grid-template-columns: 1fr;
    }
}

:root {
    --ef-motion-fast: 180ms;
    --ef-motion: 280ms;
    --ef-ease: cubic-bezier(.2,.75,.25,1);
    --ef-shadow-hover: 0 14px 34px rgba(17, 24, 8, .08);
}

.woocommerce a,
.woocommerce button,
.woocommerce input,
.woocommerce select,
.woocommerce textarea,
.wc-block-components-button {
    transition:
        color var(--ef-motion-fast) var(--ef-ease),
        background-color var(--ef-motion-fast) var(--ef-ease),
        border-color var(--ef-motion-fast) var(--ef-ease),
        box-shadow var(--ef-motion-fast) var(--ef-ease),
        transform var(--ef-motion-fast) var(--ef-ease);
}

.woocommerce ul.products li.product,
.wc-block-product {
    position: relative;
    border: 1px solid transparent;
    transition:
        transform var(--ef-motion) var(--ef-ease),
        border-color var(--ef-motion) var(--ef-ease),
        box-shadow var(--ef-motion) var(--ef-ease),
        background-color var(--ef-motion) var(--ef-ease);
}

.woocommerce ul.products li.product::after,
.wc-block-product::after {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 0;

    height: 3px;

    border-radius: 999px 999px 0 0;

    background: var(--ef-green);

    transform: scaleX(0);
    transform-origin: center;

    transition:
        transform var(--ef-motion) var(--ef-ease);
}

.woocommerce ul.products li.product:hover,
.wc-block-product:hover {
    transform: translateY(-5px);
    border-color: rgba(158, 175, 56, .34);
    background: #f7f7f3;
    box-shadow: var(--ef-shadow-hover) !important;
}

.woocommerce ul.products li.product:hover::after,
.wc-block-product:hover::after {
    transform: scaleX(1);
}

.woocommerce ul.products li.product a img,
.wc-block-components-product-image img {
    transition:
        transform 420ms var(--ef-ease),
        filter 420ms var(--ef-ease);
}

.woocommerce ul.products li.product:hover a img,
.wc-block-product:hover .wc-block-components-product-image img {
    transform: translateY(-3px) scale(1.035);
    filter: saturate(1.03);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-components-product-name {
    transition:
        color var(--ef-motion-fast) var(--ef-ease),
        transform var(--ef-motion-fast) var(--ef-ease);
}

.woocommerce ul.products li.product:hover .woocommerce-loop-product__title,
.wc-block-product:hover .wc-block-components-product-name {
    color: var(--ef-green-hover) !important;
}

body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
    position: relative;
}

body.post-type-archive-product .woocommerce-products-header::after,
body.tax-product_cat .woocommerce-products-header::after,
body.tax-product_tag .woocommerce-products-header::after {
    content: "";
    display: block;

    width: 44px;
    height: 3px;

    margin: 16px auto 0;

    border-radius: 999px;

    background: var(--ef-green);
}

body.single-product .woocommerce-product-gallery {
    position: relative;
    overflow: hidden;

    border: 1px solid rgba(158, 175, 56, .10);

    transition:
        border-color var(--ef-motion) var(--ef-ease),
        box-shadow var(--ef-motion) var(--ef-ease);
}

body.single-product .woocommerce-product-gallery::before {
    content: "";
    position: absolute;

    width: 180px;
    height: 180px;

    right: -85px;
    top: -85px;

    border-radius: 50%;

    background: rgba(158, 175, 56, .09);

    pointer-events: none;
}

body.single-product .woocommerce-product-gallery:hover {
    border-color: rgba(158, 175, 56, .28);
    box-shadow: 0 18px 40px rgba(17, 24, 8, .06);
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
    transition:
        transform 420ms var(--ef-ease);
}

body.single-product .woocommerce-product-gallery:hover .woocommerce-product-gallery__image:first-child img {
    transform: scale(1.018);
}

@media (min-width: 981px) {
    body.single-product .summary {
        position: sticky;
        top: 110px;
    }
}

body.single-product .product_title {
    position: relative;
}

body.single-product .product_title::after {
    content: "";
    display: block;

    width: 38px;
    height: 3px;

    margin-top: 14px;

    border-radius: 999px;

    background: var(--ef-green);
}

body.single-product table.variations select {
    cursor: pointer;

    transition:
        color var(--ef-motion-fast) var(--ef-ease),
        background-color var(--ef-motion-fast) var(--ef-ease),
        border-color var(--ef-motion-fast) var(--ef-ease),
        box-shadow var(--ef-motion-fast) var(--ef-ease);
}

body.single-product table.variations select:hover {
    background: var(--ef-green-soft) !important;
    border-color: var(--ef-green-hover) !important;
}

body.single-product table.variations select:focus {
    box-shadow: 0 0 0 4px rgba(158, 175, 56, .10) !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
    transition:
        transform var(--ef-motion-fast) var(--ef-ease),
        background-color var(--ef-motion-fast) var(--ef-ease),
        color var(--ef-motion-fast) var(--ef-ease),
        border-color var(--ef-motion-fast) var(--ef-ease);
}

body.single-product .woocommerce-tabs ul.tabs li a:hover {
    background: var(--ef-green-soft);
    transform: translateY(-1px);
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
    box-shadow: 0 5px 14px rgba(158, 175, 56, .17);
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button {
    position: relative;
    overflow: hidden;
}

.woocommerce button.button:not(:disabled):active,
.woocommerce a.button:active,
.woocommerce input.button:active,
.wc-block-components-button:active {
    transform: translateY(0) scale(.985);
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details {
    transition:
        border-color var(--ef-motion) var(--ef-ease),
        box-shadow var(--ef-motion) var(--ef-ease),
        transform var(--ef-motion) var(--ef-ease);
}

body.woocommerce-cart .wc-block-cart__sidebar:hover,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block:hover:hover {
    border-color: rgba(158, 175, 56, .48);
    box-shadow: 0 12px 28px rgba(17, 24, 8, .045);
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
    transition:
        transform var(--ef-motion-fast) var(--ef-ease),
        background-color var(--ef-motion-fast) var(--ef-ease),
        color var(--ef-motion-fast) var(--ef-ease);
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    transform: translateX(3px);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    position: relative;
    overflow: hidden;
}

.woocommerce-message::after,
.woocommerce-info::after {
    content: "";
    position: absolute;

    left: 0;
    top: 0;
    bottom: 0;

    width: 3px;

    background: var(--ef-green);
}

@media (max-width: 600px) {

    .woocommerce ul.products li.product,
    .wc-block-product {
        transition:
            border-color var(--ef-motion-fast) var(--ef-ease),
            background-color var(--ef-motion-fast) var(--ef-ease);
    }

    .woocommerce ul.products li.product:hover,
    .wc-block-product:hover {
        transform: none;
        box-shadow: none !important;
    }

    .woocommerce ul.products li.product:hover a img,
    .wc-block-product:hover .wc-block-components-product-image img {
        transform: none;
    }

    .woocommerce ul.products li.product::after,
    .wc-block-product::after {
        left: 28%;
        right: 28%;
    }

    body.single-product .woocommerce-product-gallery:hover {
        box-shadow: none;
    }

    body.single-product .woocommerce-product-gallery:hover .woocommerce-product-gallery__image:first-child img {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {

    .woocommerce *,
    .woocommerce *::before,
    .woocommerce *::after,
    .wc-block-product,
    .wc-block-product::after,
    .wc-block-components-product-image img {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

body.woocommerce .wp-site-blocks,
body.woocommerce-page .wp-site-blocks {
    overflow-x: clip;
}

body.woocommerce .wp-site-blocks > main,
body.woocommerce-page .wp-site-blocks > main {
    margin-block-start: 0 !important;
}

body.woocommerce main > .wp-block-group.alignfull,
body.woocommerce-page main > .wp-block-group.alignfull,
body.woocommerce main > .wp-block-post-content,
body.woocommerce-page main > .wp-block-post-content {
    margin-block-start: 0 !important;
}

body.woocommerce main .wp-block-group,
body.woocommerce-page main .wp-block-group {
    box-sizing: border-box;
}

body.woocommerce main .wp-block-woocommerce-product-collection,
body.woocommerce main .wp-block-woocommerce-product-template,
body.woocommerce main .wp-block-woocommerce-cart,
body.woocommerce main .wp-block-woocommerce-checkout,
body.woocommerce-page main .wp-block-woocommerce-product-collection,
body.woocommerce-page main .wp-block-woocommerce-product-template {
    max-width: var(--ef-container);
    margin-inline: auto;
}

body.post-type-archive-product main,
body.tax-product_cat main,
body.tax-product_tag main,
body[class*="tax-pa_"] main {
    padding-top: 34px;
}

body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header,
body[class*="tax-pa_"] .wp-block-query-title {
    max-width: 780px;
    margin-inline: auto;
}

body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title {
    text-wrap: balance;
}

body.post-type-archive-product .woocommerce-products-header::before,
body.tax-product_cat .woocommerce-products-header::before,
body.tax-product_tag .woocommerce-products-header::before {
    content: "NOS EMBALLAGES";
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 11px;

    color: var(--ef-green);

    font-size: 11px;
    line-height: 1;
    letter-spacing: .10em;
    font-weight: 700;
}

body.post-type-archive-product .woocommerce-products-header::after,
body.tax-product_cat .woocommerce-products-header::after,
body.tax-product_tag .woocommerce-products-header::after {
    width: 34px;
    height: 2px;
    margin-top: 15px;
}

body.woocommerce .wc-block-product-categories-list,
body.woocommerce .wp-block-woocommerce-product-categories-list,
body.woocommerce ul.product-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;

    margin: 0 auto 38px !important;
    padding: 0 !important;

    list-style: none;
}

body.woocommerce .wc-block-product-categories-list-item,
body.woocommerce .wp-block-woocommerce-product-categories-list-item,
body.woocommerce ul.product-categories > li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

body.woocommerce .wc-block-product-categories-list a,
body.woocommerce .wp-block-woocommerce-product-categories-list a,
body.woocommerce ul.product-categories > li > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 38px;
    padding: 8px 16px;

    border: 1px solid var(--ef-green);
    border-radius: var(--ef-pill);

    background: var(--ef-white);
    color: var(--ef-green);

    text-decoration: none;

    font-size: 12px;
    line-height: 1;
    font-weight: 600;

    transition:
        background-color var(--ef-motion-fast) var(--ef-ease),
        color var(--ef-motion-fast) var(--ef-ease),
        transform var(--ef-motion-fast) var(--ef-ease);
}

body.woocommerce .wc-block-product-categories-list a:hover,
body.woocommerce .wp-block-woocommerce-product-categories-list a:hover,
body.woocommerce ul.product-categories > li > a:hover,
body.woocommerce ul.product-categories > li.current-cat > a {
    background: var(--ef-green);
    color: var(--ef-white);
    transform: translateY(-1px);
}

body.woocommerce ul.product-categories ul.children {
    display: none;
}

body.post-type-archive-product .woocommerce-notices-wrapper + .woocommerce-result-count,
body.tax-product_cat .woocommerce-notices-wrapper + .woocommerce-result-count {
    margin-top: 4px;
}

.woocommerce .woocommerce-result-count {
    float: none !important;
    display: inline-flex;
    align-items: center;
    min-height: 38px;

    margin-bottom: 22px !important;
}

.woocommerce .woocommerce-ordering {
    float: none !important;
    margin-left: auto !important;
}

body.post-type-archive-product .woocommerce-result-count,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_cat .woocommerce-ordering {
    vertical-align: middle;
}

body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
    min-width: 180px;
}

body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count {
    position: relative;
}

body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
    margin-top: -60px !important;
}

body.woocommerce .wp-block-woocommerce-product-collection {
    margin-top: 0;
}

body.woocommerce .wp-block-woocommerce-product-collection > h2,
body.woocommerce .wp-block-woocommerce-product-collection .wp-block-heading {
    margin: 42px 0 18px;

    color: var(--ef-green);

    font-size: 20px;
    line-height: 1.15;
    font-weight: 800;
}

body.woocommerce .wp-block-woocommerce-product-collection:first-child > h2,
body.woocommerce .wp-block-woocommerce-product-collection:first-child .wp-block-heading {
    margin-top: 0;
}

.woocommerce ul.products li.product,
.wc-block-product {
    isolation: isolate;
}

.woocommerce ul.products li.product > a,
.wc-block-product > a {
    text-decoration: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.woocommerce ul.products li.product .onsale,
.wc-block-components-product-sale-badge {
    top: 11px !important;
    right: 11px !important;
    left: auto !important;

    min-width: 0;
    min-height: 0;

    margin: 0 !important;
    padding: 6px 10px !important;

    border: 0 !important;
    border-radius: var(--ef-pill) !important;

    background: var(--ef-green) !important;
    color: var(--ef-white) !important;

    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .button {
    margin-left: 14px !important;
    margin-right: 14px !important;
}

.woocommerce ul.products li.product .button,
.wc-block-components-product-button .wc-block-components-product-button__button {
    min-height: 38px !important;
    margin-top: 11px !important;
    padding: 8px 16px !important;

    font-size: 12px !important;
}

.woocommerce .star-rating,
.wc-block-components-product-rating {
    color: var(--ef-green);
}

body.ef-catalog-mode .woocommerce ul.products li.product,
body.ef-catalog-mode .wc-block-product {
    padding-bottom: 17px !important;
}

body.ef-catalog-mode .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 2px;
}

body.ef-catalog-mode .wc-block-components-product-name {
    margin-bottom: 12px;
}

body.single-product .woocommerce div.product {
    position: relative;
}

body.single-product .woocommerce-product-gallery {
    min-height: 0;
    display: block;
}

body.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    width: 100%;
}

body.single-product .woocommerce-product-gallery .flex-viewport {
    width: 100% !important;
    min-width: 0;
    overflow: hidden;
    border-radius: 14px;
}

body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
    max-width: none !important;
    overflow: visible !important;
}

body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image a {
    display: block;
    width: 100%;
}

body.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    object-fit: contain;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs {
    position: static !important;
    clear: both;
    width: 100%;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    flex-direction: row;
    align-items: stretch;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs li {
    float: none !important;
    flex: 0 0 64px;
    width: 64px !important;
    margin: 0 !important;
}

body.single-product .woocommerce-product-gallery .flex-control-thumbs img {
    display: block;
    width: 100% !important;
    height: 64px !important;
    box-sizing: border-box;
    object-fit: contain;
}

body.single-product .summary {
    min-width: 0;
}

body.single-product .product_title {
    max-width: 480px;
}

body.single-product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

body.single-product table.variations {
    width: 100% !important;
    padding: 17px !important;

    border: 1px solid var(--ef-border) !important;
    border-radius: 16px !important;

    background: var(--ef-card-alt);
}

body.single-product table.variations tbody {
    display: block;
}

body.single-product table.variations tr:last-child {
    margin-bottom: 0;
}

body.single-product table.variations .label label::before {
    content: "";
    display: inline-block;

    width: 7px;
    height: 7px;

    margin-right: 7px;

    border-radius: 50%;

    background: var(--ef-green);

    vertical-align: 1px;
}

body.single-product .woocommerce-tabs {
    position: relative;
    overflow: hidden;

    margin-top: 18px;
    padding: 26px;
}

body.single-product .woocommerce-tabs::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: var(--ef-green);
}

body.single-product .woocommerce-tabs .panel {
    max-width: 850px;
}

body.single-product .woocommerce-tabs .panel > *:last-child {
    margin-bottom: 0;
}

body.single-product .shop_attributes tr:nth-child(even) th,
body.single-product .shop_attributes tr:nth-child(even) td {
    background: rgba(255,255,255,.45) !important;
}

body.single-product .shop_attributes th {
    width: 170px;
    color: var(--ef-black);
    font-weight: 700;
}

body.single-product .related.products,
body.single-product .upsells.products {
    margin-top: 28px;
    padding-top: 28px;

    border-top: 1px solid var(--ef-border);
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.single-product .related.products > h2::after,
body.single-product .upsells.products > h2::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--ef-border);
}

body.woocommerce-cart .wc-block-cart {
    align-items: start;
}

body.woocommerce-cart .wc-block-cart-items {
    padding: 8px 16px;
}

body.woocommerce-cart .wc-block-cart-item__wrap {
    padding-block: 15px;
}

body.woocommerce-cart .wc-block-components-product-metadata {
    color: var(--ef-muted);
    font-size: 11px;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
    border-color: var(--ef-border) !important;
    border-radius: var(--ef-pill) !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector input {
    background: transparent !important;
}

body.woocommerce-cart .wc-block-cart__sidebar {
    position: sticky;
    top: 100px;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
    position: relative;
}

body.woocommerce-checkout .wc-block-components-checkout-step::before {
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    bottom: 19px;

    width: 3px;

    border-radius: 0 999px 999px 0;

    background: var(--ef-green);
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading {
    margin-bottom: 15px !important;
}

body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
    position: sticky;
    top: 100px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
    border-radius: 10px;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__description {
    font-size: 12px;
}

body.woocommerce-order-received .woocommerce-notice--success {
    position: relative;
    padding-left: 50px;
}

body.woocommerce-order-received .woocommerce-notice--success::before {
    content: "✓";
    position: absolute;
    left: 17px;
    top: 50%;

    display: grid;
    place-items: center;

    width: 23px;
    height: 23px;

    border-radius: 50%;

    background: var(--ef-green);
    color: var(--ef-white);

    transform: translateY(-50%);

    font-size: 13px;
    font-weight: 800;
}

.woocommerce-info,
.woocommerce-no-products-found {
    text-align: left;
}

.woocommerce-no-products-found {
    max-width: 680px;
    margin: 30px auto;
}

.woocommerce-no-products-found .woocommerce-info {
    margin: 0 !important;
}

@media (max-width: 600px) {

    body.post-type-archive-product .woocommerce-products-header::before,
    body.tax-product_cat .woocommerce-products-header::before,
    body.tax-product_tag .woocommerce-products-header::before {
        font-size: 10px;
    }

    body.woocommerce .wc-block-product-categories-list,
    body.woocommerce .wp-block-woocommerce-product-categories-list,
    body.woocommerce ul.product-categories {
        justify-content: flex-start;
        flex-wrap: nowrap;

        margin-left: -24px !important;
        margin-right: -24px !important;
        padding: 0 24px 5px !important;

        overflow-x: auto;
        scrollbar-width: none;
    }

    body.woocommerce .wc-block-product-categories-list::-webkit-scrollbar,
    body.woocommerce .wp-block-woocommerce-product-categories-list::-webkit-scrollbar,
    body.woocommerce ul.product-categories::-webkit-scrollbar {
        display: none;
    }

    body.woocommerce .wc-block-product-categories-list li,
    body.woocommerce .wp-block-woocommerce-product-categories-list li,
    body.woocommerce ul.product-categories > li {
        flex: 0 0 auto;
    }

    .woocommerce .woocommerce-ordering {
        margin-top: 0 !important;
        width: 100%;
    }

    .woocommerce .woocommerce-ordering select {
        width: 100%;
    }

    .woocommerce .woocommerce-result-count {
        width: 100%;
        margin-bottom: 10px !important;
    }

    body.single-product .woocommerce-product-gallery {
        min-height: 0;
    }

    body.single-product table.variations {
        padding: 14px !important;
    }

    body.single-product .woocommerce-tabs {
        padding: 19px;
    }

    body.single-product .shop_attributes th {
        width: 120px;
    }

    body.woocommerce-cart .wc-block-cart__sidebar,
    body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,

    body.woocommerce-checkout .wc-block-components-checkout-step::before {
        top: 15px;
        bottom: 15px;
    }
}

@media (max-width: 390px) {

    body.post-type-archive-product main,
    body.tax-product_cat main,
    body.tax-product_tag main,
    body[class*="tax-pa_"] main,
    body.single-product main {
        padding-left: 16px;
        padding-right: 16px;
    }

    body.woocommerce .wc-block-product-categories-list,
    body.woocommerce .wp-block-woocommerce-product-categories-list,
    body.woocommerce ul.product-categories {
        margin-left: -16px !important;
        margin-right: -16px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    body.single-product .product_title {
        font-size: 30px;
    }
}

body .wp-block-button.ef-category-button > .wp-block-button__link,
body a.ef-category-button,
body button.ef-category-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-width: 132px;
    min-height: 40px;
    padding: 8px 20px !important;

    border: 1px solid var(--ef-green, #9aaa32) !important;
    border-radius: var(--ef-pill, 999px) !important;

    background: transparent !important;
    color: var(--ef-green, #9aaa32) !important;
    box-shadow: none !important;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;

    transition:
        background-color var(--ef-motion-fast, .2s) var(--ef-ease, ease),
        border-color var(--ef-motion-fast, .2s) var(--ef-ease, ease),
        color var(--ef-motion-fast, .2s) var(--ef-ease, ease),
        transform var(--ef-motion-fast, .2s) var(--ef-ease, ease) !important;
}

body .wp-block-button.ef-category-button > .wp-block-button__link:hover,
body .wp-block-button.ef-category-button > .wp-block-button__link:focus-visible,
body a.ef-category-button:hover,
body a.ef-category-button:focus-visible,
body button.ef-category-button:hover,
body button.ef-category-button:focus-visible {
    border-color: var(--ef-green, #9aaa32) !important;
    background: var(--ef-green, #9aaa32) !important;
    color: var(--ef-white, #fff) !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    outline: none;
}

@media (max-width: 600px) {
    body .wp-block-button.ef-category-button > .wp-block-button__link,
    body a.ef-category-button,
    body button.ef-category-button {
        min-width: 120px;
        min-height: 44px;
        padding-inline: 16px !important;
    }
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.wc-block-components-button {
    box-sizing: border-box !important;
    height: auto !important;
    line-height: 1.25 !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    position: relative;

    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;

    min-height: 58px;
    box-sizing: border-box;

    padding-top: 13px !important;
    padding-bottom: 13px !important;

    border: 1px solid var(--ef-border-green) !important;
    border-left: 3px solid var(--ef-green) !important;

    background: var(--ef-green-soft) !important;

    overflow: visible !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    top: 50% !important;
    transform: translateY(-50%);
}

.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-message a.wc-forward,
.woocommerce-info a.wc-forward {
    float: none !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: max-content !important;
    min-height: 38px !important;
    height: auto !important;

    margin: 0 0 0 auto !important;
    padding: 8px 16px !important;

    white-space: nowrap !important;

    line-height: 1.2 !important;
    font-size: 12px !important;

    overflow: visible !important;
    text-overflow: clip !important;
}

.woocommerce-message::after,
.woocommerce-info::after {
    display: none !important;
}

body.single-product table.variations select,
body.single-product .variations select,
body.single-product select[name^="attribute_"] {
    color: var(--ef-black) !important;
    -webkit-text-fill-color: var(--ef-black) !important;

    background-color: var(--ef-white) !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    line-height: 1.2 !important;

    opacity: 1 !important;
}

body.single-product table.variations select option,
body.single-product .variations select option,
body.single-product select[name^="attribute_"] option {
    color: var(--ef-black) !important;
    background: var(--ef-white) !important;

    font-weight: 600 !important;
}

body.single-product table.variations select:hover,
body.single-product .variations select:hover {
    color: var(--ef-black) !important;
    -webkit-text-fill-color: var(--ef-black) !important;

    background: var(--ef-green-soft) !important;
}

body.single-product .woocommerce div.product form.cart .reset_variations,
body.single-product form.variations_form .reset_variations,
body.single-product a.reset_variations {
    display: inline-flex !important;
    align-items: center !important;

    width: auto !important;
    min-height: 0 !important;

    margin: 9px 0 0 !important;
    padding: 0 !important;

    color: var(--ef-muted) !important;

    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;

    text-decoration: underline !important;
    text-underline-offset: 3px;

    opacity: 1 !important;
}

body.single-product .woocommerce-variation-availability p {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 1.4;
}

body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_tag .woocommerce-result-count {
    float: left !important;
    width: auto;
    margin: 0 0 20px !important;
}

body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.tax-product_tag .woocommerce-ordering {
    float: right !important;
    width: auto;
    margin: 0 0 20px !important;
}

body.post-type-archive-product ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products,
body.post-type-archive-product .wp-block-woocommerce-product-template,
body.tax-product_cat .wp-block-woocommerce-product-template,
body.tax-product_tag .wp-block-woocommerce-product-template {
    clear: both;
}

.woocommerce ul.products li.product,
.wc-block-product {
    min-width: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-components-product-name,
.woocommerce ul.products li.product .price,
.wc-block-components-product-price {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
}

.woocommerce ul.products li.product .button,
.wc-block-components-product-button .wc-block-components-product-button__button {
    max-width: calc(100% - 28px);
    white-space: normal !important;
    text-align: center;
}

body.single-product .woocommerce-product-gallery {
    box-sizing: border-box;
}

body.single-product .woocommerce-product-gallery__image,
body.single-product .woocommerce-product-gallery__image a {
    max-width: 100%;
}

body.single-product .woocommerce-product-gallery__image img {
    max-width: 100%;
    height: auto;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    box-sizing: border-box;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    overflow-wrap: anywhere;
}

.woocommerce input,
.woocommerce select,
.woocommerce textarea,
.wp-block-woocommerce-checkout input,
.wp-block-woocommerce-checkout select,
.wp-block-woocommerce-checkout textarea {
    box-sizing: border-box;
    max-width: 100%;
}

.woocommerce select,
.wp-block-woocommerce-checkout select {
    text-overflow: ellipsis;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    white-space: normal !important;
    text-align: center;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-checkout .wc-block-components-product-name {
    overflow-wrap: anywhere;
}

@media (max-width: 600px) {

    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
        align-items: flex-start;
        padding-right: 14px !important;
    }

    .woocommerce-message .button,
    .woocommerce-info .button,
    .woocommerce-error .button,
    .woocommerce-message a.wc-forward,
    .woocommerce-info a.wc-forward {
        width: 100% !important;
        min-width: 0 !important;

        margin: 4px 0 0 !important;

        white-space: normal !important;
        text-align: center !important;
    }

    body.post-type-archive-product .woocommerce-result-count,
    body.tax-product_cat .woocommerce-result-count,
    body.tax-product_tag .woocommerce-result-count,
    body.post-type-archive-product .woocommerce-ordering,
    body.tax-product_cat .woocommerce-ordering,
    body.tax-product_tag .woocommerce-ordering {
        float: none !important;
        width: 100% !important;
        margin: 0 0 10px !important;
    }

    body.post-type-archive-product .woocommerce-ordering select,
    body.tax-product_cat .woocommerce-ordering select,
    body.tax-product_tag .woocommerce-ordering select {
        width: 100%;
    }

    body.single-product table.variations select,
    body.single-product .variations select,
    body.single-product select[name^="attribute_"] {
        width: 100% !important;
    }
}

body :is(
    .wc-block-product-categories-list,
    .wp-block-woocommerce-product-categories-list,
    .wp-block-woocommerce-product-categories ul,
    .widget_product_categories ul.product-categories,
    main ul.product-categories,
    main ul.wp-block-categories-list,
    main ul.wp-block-categories
) {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: center !important;
    gap: 12px 14px !important;

    width: 100%;
    max-width: var(--ef-container, 1200px);
    margin: 24px auto 38px !important;
    padding: 0 !important;

    list-style: none !important;
}

body :is(
    .wc-block-product-categories-list,
    .wp-block-woocommerce-product-categories-list,
    .wp-block-woocommerce-product-categories ul,
    .widget_product_categories ul.product-categories,
    main ul.product-categories,
    main ul.wp-block-categories-list,
    main ul.wp-block-categories
) > li {
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body :is(
    .wc-block-product-categories-list,
    .wp-block-woocommerce-product-categories-list,
    .wp-block-woocommerce-product-categories ul,
    .widget_product_categories ul.product-categories,
    main ul.product-categories,
    main ul.wp-block-categories-list,
    main ul.wp-block-categories
) > li::before,
body :is(
    .wc-block-product-categories-list,
    .wp-block-woocommerce-product-categories-list,
    .wp-block-woocommerce-product-categories ul,
    .widget_product_categories ul.product-categories,
    main ul.product-categories,
    main ul.wp-block-categories-list,
    main ul.wp-block-categories
) > li::marker {
    display: none !important;
    content: none !important;
}

body :is(
    .wc-block-product-categories-list,
    .wp-block-woocommerce-product-categories-list,
    .wp-block-woocommerce-product-categories ul,
    .widget_product_categories ul.product-categories,
    main ul.product-categories,
    main ul.wp-block-categories-list,
    main ul.wp-block-categories
) > li > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    min-width: 132px;
    min-height: 40px;
    padding: 8px 20px !important;

    border: 1px solid var(--ef-green, #9aaa32) !important;
    border-radius: var(--ef-pill, 999px) !important;

    background: transparent !important;
    color: var(--ef-green, #9aaa32) !important;
    box-shadow: none !important;

    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;

    transition:
        background-color var(--ef-motion-fast, .2s) var(--ef-ease, ease),
        border-color var(--ef-motion-fast, .2s) var(--ef-ease, ease),
        color var(--ef-motion-fast, .2s) var(--ef-ease, ease),
        transform var(--ef-motion-fast, .2s) var(--ef-ease, ease);
}

body :is(
    .wc-block-product-categories-list,
    .wp-block-woocommerce-product-categories-list,
    .wp-block-woocommerce-product-categories ul,
    .widget_product_categories ul.product-categories,
    main ul.product-categories,
    main ul.wp-block-categories-list,
    main ul.wp-block-categories
) > li > a:hover,
body :is(
    .wc-block-product-categories-list,
    .wp-block-woocommerce-product-categories-list,
    .wp-block-woocommerce-product-categories ul,
    .widget_product_categories ul.product-categories,
    main ul.product-categories,
    main ul.wp-block-categories-list,
    main ul.wp-block-categories
) > li > a:focus-visible {
    border-color: var(--ef-green, #9aaa32) !important;
    background: var(--ef-green, #9aaa32) !important;
    color: var(--ef-white, #fff) !important;
    text-decoration: none !important;
    transform: translateY(-1px);
    outline: none;
}

body :is(
    .wc-block-product-categories-list,
    .wp-block-woocommerce-product-categories-list,
    .wp-block-woocommerce-product-categories ul,
    .widget_product_categories ul.product-categories,
    main ul.product-categories,
    main ul.wp-block-categories-list,
    main ul.wp-block-categories
) > li.current-cat > a,
body :is(
    .wc-block-product-categories-list,
    .wp-block-woocommerce-product-categories-list,
    .wp-block-woocommerce-product-categories ul,
    .widget_product_categories ul.product-categories,
    main ul.product-categories,
    main ul.wp-block-categories-list,
    main ul.wp-block-categories
) > li > a[aria-current="page"] {
    border-color: var(--ef-green-dark, #768523) !important;
    background: transparent !important;
    color: var(--ef-green-dark, #768523) !important;
    box-shadow: inset 0 0 0 1px var(--ef-green-dark, #768523) !important;
    font-weight: 800;
}

body :is(
    .wc-block-product-categories-list-item-count,
    .wp-block-woocommerce-product-categories-list-item-count,
    .widget_product_categories .count
) {
    display: none !important;
}

body :is(
    .wc-block-product-categories-list,
    .wp-block-woocommerce-product-categories-list,
    .wp-block-woocommerce-product-categories ul,
    .widget_product_categories ul.product-categories,
    main ul.product-categories,
    main ul.wp-block-categories-list,
    main ul.wp-block-categories
) ul.children {
    display: none !important;
}

@media (max-width: 600px) {
    body :is(
        .wc-block-product-categories-list,
        .wp-block-woocommerce-product-categories-list,
        .wp-block-woocommerce-product-categories ul,
        .widget_product_categories ul.product-categories,
        main ul.product-categories,
        main ul.wp-block-categories-list,
        main ul.wp-block-categories
    ) {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px !important;

        width: 100%;
        max-width: 100%;
        margin: 18px auto 30px !important;
        padding: 0 !important;

        overflow: visible;
    }

    body :is(
        .wc-block-product-categories-list,
        .wp-block-woocommerce-product-categories-list,
        .wp-block-woocommerce-product-categories ul,
        .widget_product_categories ul.product-categories,
        main ul.product-categories,
        main ul.wp-block-categories-list,
        main ul.wp-block-categories
    ) > li {
        width: 100%;
        min-width: 0;
    }

    body :is(
        .wc-block-product-categories-list,
        .wp-block-woocommerce-product-categories-list,
        .wp-block-woocommerce-product-categories ul,
        .widget_product_categories ul.product-categories,
        main ul.product-categories,
        main ul.wp-block-categories-list,
        main ul.wp-block-categories
    ) > li > a {
        width: 100%;
        min-width: 0;
        min-height: 44px;
        padding-inline: 12px !important;
        white-space: normal;
    }
}

@media (max-width: 390px) {
    body :is(
        .wc-block-product-categories-list,
        .wp-block-woocommerce-product-categories-list,
        .wp-block-woocommerce-product-categories ul,
        .widget_product_categories ul.product-categories,
        main ul.product-categories,
        main ul.wp-block-categories-list,
        main ul.wp-block-categories
    ) {
        gap: 8px !important;
    }

    body :is(
        .wc-block-product-categories-list,
        .wp-block-woocommerce-product-categories-list,
        .wp-block-woocommerce-product-categories ul,
        .widget_product_categories ul.product-categories,
        main ul.product-categories,
        main ul.wp-block-categories-list,
        main ul.wp-block-categories
    ) > li > a {
        min-height: 42px;
        padding-inline: 8px !important;
        font-size: 11px;
    }
}
