.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--spacing-inner-x);
}

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

.products__listing {
    display: flex;
    background-color: var(--white);
    padding-block: var(--spacing-inner-x);
    gap: var(--spacing-inner-x);
}

.products__listing aside {
    height: 100%;
}

.products-filters {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.products-filters__title {
    font-size: var(--font-size-2xl);
    border-bottom: 2px var(--blue) solid;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#clear-filters-btn {
    display: none;
}

body.woocommerce .stock.in-stock {
    color: green;
    font-weight: 700;
}

.products-filters__titles a {
    font-size: 14px;
    letter-spacing: .7px;
    text-decoration: underline;
    font-weight: 300;
}

.product-filters__section {
    align-items: start;
}

.product__filter__title {
    font-weight: 600;
    font-size: var(--font-size-lg);
    display: flex;
    flex-direction: column;
    padding-block: 20px;
    gap: 17px;
    position: relative;
}

.product-filters__section li {
    display: flex;
    flex-direction: column;
}

.wc-products {
    width: 100%;

}

.woocommerce-no-products-found {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.woocommerce-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin: 0;
    width: fit-content;
    height: fit-content;
}

.orderby {
    padding-inline: 16px;
    padding-block: 14px;
    border-radius: 23px;
    border: 1px #2768AD5C solid;
}

.single-product-section {
    padding-top: var(--spacing-inner-x);
    padding-bottom: var(--spacing-sections);
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-inner-x);
}

.single-product-section .ariane {
    font-size: var(--font-size-xs);
}

.woocommerce-notices-wrapper {
    display: none;
}

.images {
    opacity: 100 !important;
}

.product__cart {
    margin-top: 30px;
}

.woocommerce-cart table.cart img {
    width: 100px;
}

.input-text::-webkit-outer-spin-button,
.input-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-text[type=number] {
    -moz-appearance: textfield;
}

.wp__gallery-images>* {
    width: 33% !important;
    height: 100%;
}

.woocommerce-product-gallery__image a {
    display: flex;
    justify-content: center;

}

.wp__gallery-images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce div.product div.images {
    margin: 0;
}

.woocommerce-product-gallery__wrapper {
    background-color: var(--primary-foreground);
    box-shadow: 0px 5px 10px #5555550D;
    border-radius: 10px;
    padding: 10px;
}

.embla-thumbs {
    --thumbs-slide-spacing: 0.8rem;
    --thumbs-slide-height: 6rem;
    padding-bottom: 50px;
}




.woocommerce-Tabs-panel--description {
    height: auto;
    overflow-y: auto;
}

.tabs::before {
    display: none !important;
}

.tabs {
    display: flex;
    gap: 50px;
}

.tabs li::after,
.tabs li::before {
    display: none !important;
}

.tabs li {
    background-color: transparent !important;
    border: none !important;
}

.tabs li.active {
    border-bottom: 2px var(--blue) solid !important;
    z-index: 1 !important;
}

.woocommerce-tabs {
    margin-top: 80px;
}

.price ins {
    text-decoration: none;
}

.price small {
    gap: 10px;
    font-weight: 700;
}

.single-product-section del {
    width: 100%;
}

del .woocommerce-Price-amount::after {
    content: none !important;
}


.price small span {
    font-size: var(--font-size-xl);
}

.price del {
    text-decoration: none;
}

.price del span bdi {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    font-size: var(--font-size-xl) !important;
}

.single-product__wrapper {
    display: flex;
    gap: var(--spacing-inner-x);
}

.single-product__wrapper>* {
    width: 50%;
}

.product_title {
    font-size: var(--font-size-2xl);
    line-height: 55px;
    font-weight: 600;
}

.sku_wrapper {
    text-transform: capitalize;
    opacity: 0.74;
    font-weight: 300;
}

.price {
    margin-top: 30px;
}

.amount {
    font-size: var(--font-size-2xl);
    color: var(--primary);
    font-weight: 600;
}

.documents {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-weight: 300;
}


.documents__file {
    display: flex;
    gap: 10px;
    transition: 0.2s;
    margin-bottom: 20px;
}

.documents__file:hover {
    color: var(--hover);
}

.documents__file::before {
    content: "";
    background-image: url("../icons/download.svg");
    background-repeat: no-repeat;
    height: 19px;
    width: 19px;
    display: block;
}

.brand_wrapper {
    text-transform: uppercase;
    font-size: 9px;
    background-color: #2768AD;
    color: var(--primary-foreground);
    padding-block: 5px;
    padding-inline: 10px;
    border-radius: 4px;
    letter-spacing: 1.35px;
    font-weight: 500;
}

.order-total {
    display: flex !important;
    justify-content: space-between;
}

.order-total .title-h4 {
    text-align: left;
}

.order-total .price--right-aligned {
    display: flex;
    flex-direction: column;
}

.order-total .includes_tax {
    display: inline-block;
    width: 100%;
    text-align: end;
    font-size: var(--font-size-xs);
}

.order-total .includes_tax .woocommerce-Price-amount {
    font-size: inherit;
    display: inline;
}

.shipping_address .form-row,
.woocommerce-additional-fields {
    margin-top: 10px;
}

.woocommerce-Price-amount {
    display: flex;
    /* justify-content: flex-end; */
    gap: 20px;
}

#shipping_address_2 {
    margin-top: 10px;
}

.single-product-section .woocommerce-price-suffix .woocommerce-Price-amount::after {
    content: none;
}

.num-block {
    float: left;
    width: 100%;
}

.skin-2 .num-in {
    background: #FFFFFF;
    border: 2px var(--primary) solid;
    border-radius: 25px;
    height: 50px;
    width: 150px;
    float: left;
}

.skin-2 .num-in.hidden span {
    cursor: not-allowed;
}

.skin-2 .num-in.hidden input {
    pointer-events: none;
}

.skin-2 .num-in.hidden {
    opacity: 0.3;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 100%;
    float: left;
    position: relative;
}

.minus,
.plus {
    cursor: pointer;
}

.embla-thumbs__slide__image {
    height: 100%;
}



.embla__dots {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.embla__dot {
    border-radius: 50%;
    border: 2px solid grey;
}

.embla__dot:after {
    box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    content: '';
    background-color: white;
}

.embla__dot--selected {
    border-color: black;
}


.quantity {
    margin-right: 30px !important;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: var(--primary);
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20% !important;
    color: var(--primary);
    font-weight: 600;
    height: 100%;
    border: none;
    text-align: center;
}

.embla-thumbs__slide {
    opacity: 0.5;
}

.embla-thumbs__slide--selected {
    opacity: 1;
}

.product__slider {
    max-width: 48rem;
    margin: auto;
}

.product__viewport {
    overflow: hidden;
}

.product__container {
    backface-visibility: hidden;
    display: flex;
    touch-action: pan-y;
}

.product__slide {
    flex: 0 0 100%;
    padding-inline: 100px;
    padding-block: 50px;
}

.product__slide__image {
    height: 100%;
    width: auto;
}

.product__slide__image img {
    height: 100% !important;
    width: auto !important;
    margin: auto;
    object-fit: contain;
}

.embla-thumbs__viewport {
    overflow: hidden;
}

.embla-thumbs__container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: calc(var(--thumbs-slide-spacing) * -1);
}

.embla-thumbs__slide {
    flex: 0 0 22%;
    min-width: 0;
    padding-left: var(--thumbs-slide-spacing);
}

.embla-thumbs__slide__number {
    border-radius: 1.8rem;
    -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--detail-high-contrast);
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--thumbs-slide-height);
    width: 100%;
}

.embla-thumbs__slide--selected .embla-thumbs__slide__number {
    color: var(--text-body);
}

.wc-proceed-to-checkout,
.wc-proceed-to-checkout .btn {
    width: 85%;
    text-align: center;
}

.payment__btn {
    width: 100%;
}

.product__icon {
    fill: var(--blue)
}

.my-account-container nav {
    margin-left: 20px;
}

.woocommerce-orders-table__cell-order-actions::before {
    display: none;
}

.woocommerce-orders-table__cell-order-actions {
    display: flex !important;
    align-items: end;
    gap: 10px;
}

.product__icons {
    color: #2768AD;
    display: flex;
    gap: 40px;
}

.product__icon {
    display: flex;
    gap: 10px;
}

.product__icon img {
    height: 27px;
}

.product__icon p {
    width: 100%;
    font-size: var(--font-size-lg);
    font-weight: 600;
}

.price__input {
    gap: 30px;
    align-items: center;
    display: flex;
}

.price__input p {
    width: 20px;
}

.price__input input {
    width: 30%;
    height: 30px;
    outline: none;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
    min-width: 70px;
}

.single-product__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-product__content .price {
    display: flex;
    gap: 15px;
}

.price__filter {
    flex-direction: column;
    gap: 30px;
}

.login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 450px;
}

.login button {
    align-self: center;
}

.login div {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.submit-form label {
    align-self: flex-end;
}

.connexion {
    padding-block: var(--spacing-sections);
}

.connexion input[type=text],
.connexion input[type=submit],
.connexion input[type=email],
.connexion input[type=password],
.connexion input[type=tel],
.connexion .select2-selection--single,
textarea {
    padding-block: 10px;
    border-radius: 20px;
    background-color: #0000000d;
    padding-inline: 20px;
}

.connexion .select2-selection--single {
    padding-block: 9px;
    margin: 0;
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-checkout .select2-container--open .select2-dropdown,
.select2-dropdown {
    border: 1px solid #0000000d;
}

.connexion .select2-selection--single {
    height: max-content;
}

.empty-cart {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-inner-x);
    align-items: center;
}

.title-h2--center {
    text-align: center;
    font-weight: 600;
    font-size: var(--font-size-2xl);
}

.woocommerce-Address-title h3 {
    font-weight: 600;
    font-size: var(--font-size-xl);
}

.woocommerce-Address-title a {
    color: var(--blue);
}

.lost_password {
    text-decoration: underline;
}

.woocommerce-password-strength {
    margin-top: 10px;
    margin-inline: auto;
    padding-inline: 20px;
    border-radius: 20px;
}

.account {
    display: flex;
    font-size: var(--font-size-lg);
}

.account nav {
    width: 30%;
}

.account nav ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style-type: disc;
}

.is-active {
    color: var(--blue);
}

.account__main,
.woocommerce-Address {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-inner-x);
}

.edit-account fieldset {
    margin-top: 40px;
}

.edit-account fieldset legend {
    margin-bottom: 20px;
    font-size: var(--font-size-xl);
    font-weight: 600;
}

.account__main .edit-account,
fieldset {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.woocommerce-ResetPassword {
    font-size: var(--font-size-lg);
}

.woocommerce-ResetPassword p {
    margin-top: 20px !important;
}

.woocommerce-form-login button {
    margin-top: var(--spacing-inner-x);
}

.woocommerce-form-register {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 450px;
}

.woocommerce-form-register p:last-child {
    margin: auto !important;
}

.cart-container .amount,
.woocommerce-checkout .amount {
    font-size: var(--font-size-lg);
}

.woocommerce-cart-form {
    display: flex;
    gap: var(--spacing-inner-x);
}

.woocommerce-cart-form table {
    width: 70%;
}

.woocommerce-cart-form .cart__totals {
    width: 30%;
    min-width: 300px;
}

.cart_totals .title-h2 {
    font-size: var(--font-size-xl);
    font-weight: 600;
}

.cart_totals,
.woocommerce-checkout-review-order-table {
    width: 100% !important;
    border-radius: 10px;
    border: var(--primary) 1px solid;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-inner-x);
}

.cart_totals,
.woocommerce-checkout-review-order-table>*:not(:last-child) {
    padding-bottom: 25px;
    border-bottom: var(--primary) 1px solid;
}

.woocommerce-checkout-review-order-table,
.woocommerce-checkout-payment {
    padding: 2rem;
}

#payment {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.woocommerce-checkout-review-order-table tfoot>* {
    margin-top: 10px;
}

.woocommerce-checkout-review-order-table tfoot td {
    width: 60%;
}

.woocommerce-checkout-review-order-table tfoot th {
    width: 40%;
}

.woocommerce-checkout-review-order-table tbody td.product-name {
    width: 75%;
}

.woocommerce-checkout-review-order-table tbody td.product-total {
    width: 25%;
}

.order-received {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-inner-x);
    padding-bottom: 250px;
}

.shipping-calculator-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.woocommerce-thankyou-order-received {
    text-align: center;
    font-size: var(--font-size-2xl);
    font-weight: 600;
}

.woocommerce-checkout-payment {
    display: flex;
    flex-direction: column;
    background-color: transparent !important;
    border: var(--primary) 1px solid;
    border-radius: 10px !important;

}

.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: end;
}

.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot,
.woocommerce-billing-fields__field-wrapper>*,
.woocommerce-shipping-fields__field-wrapper>* {
    width: 100% !important;
}

.woocommerce-additional-fields__field-wrapper .input-text {
    height: 180px;
}

.woocommerce-checkout>div {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-inner-x);
}

.woocommerce-checkout-review-order-table tr {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.cart_totals tbody {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cart thead {
    text-align: left;
}

.price--right-aligned,
.title-h4 {
    border-top: none !important;
}

.coupon {
    display: flex;
    gap: 25px;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--spacing-inner-x);
}


.checkout_coupon__input {
    display: flex;
    flex-direction: column;
}

.cart tbody {
    padding-top: 15px;
}

.cart tr:has(.actions) {
    height: 200px;
}

.actions button:disabled {
    cursor: not-allowed;
}

.cart_totals tbody>*:not(:last-child) {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding-bottom: 25px;
    border-bottom: var(--primary) 1px solid;
}

.woocommerce-shipping-methods label {
    margin-left: 5px;
}

.shipping-calculator-button {
    display: none !important;
}

.woocommerce-shipping-methods {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.woocommerce-shipping-methods .woocommerce-Price-amount {
    float: right;
    margin-left: 5px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    text-align: right;
}

.cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border: none !important;
}

.woocommerce-checkout h3 {
    font-size: var(--font-size-xl);
    font-weight: 600;
}

.woocommerce-privacy-policy-text {
    margin-bottom: 25px;
}

.woocommerce-checkout label {
    font-size: var(--font-size-lg);
}

.section-checkout,
.checkout {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-inner-x);
}

.checkout__main {
    display: flex;
    flex-direction: row;
    gap: var(--spacing-sections);
    position: relative;
    padding-bottom: 400px;
}

.checkout__main .woocommerce-checkout-form {
    width: 70%;
}

.checkout .col2-set {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.checkout .col2-set::before {
    display: none;
}

.checkout .col2-set>* {
    width: 100% !important;
}

.woocommerce-checkout-review-order {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-inner-x);
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: black;
}

.woocommerce-price-suffix {
    display: flex;
    align-items: center;
}

.product-remove {
    font-size: 1rem;
}

.product-remove a.remove {
    /* woocommerce a mis important dans leur style */
    color: var(--primary) !important;
}

.product-remove a.remove:hover {
    /* woocommerce a mis important dans leur style */
    color: var(--danger-foreground) !important;
    background-color: var(--danger);
}

.product-name.cart__product-name a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.account__main {
    width: 100%;
}

.account__main .amount {
    font-size: var(--font-size-lg);
}

.single-product__main {
    padding-top: 50px;
}

.woocommerce table.cart td.actions {
    line-height: inherit;
}

.payment_box.payment_method_etransactions_std_card_CB,
.payment_box.payment_method_etransactions_std_card_PAYPAL {
    display: none !important;
}

.product__filter.retractable-block {
    position: relative;
}

.product__filter__list {
    display: none;
    flex-direction: column;
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ddd;
    padding: 5px 15px;
    background: #fff;
    box-shadow: 0px 5px 20px #00000026;
    border-radius: 10px;
    text-align: left;
    top: 60px;
    position: absolute;
    z-index: 1;
}

.product__filter__list::-webkit-scrollbar {
    width: 8px;
}

.product__filter__list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.product__filter__list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.product__filter__list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media screen and (max-width: 1250px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (max-width: 1023px) {
    .single-product .section--large {
        padding-inline: var(--spacing-large);
    }

    .woocommerce-product-gallery__wrapper {
        box-shadow: none;
    }
}

@media screen and (min-width: 1024px) {

    .wc-proceed-to-checkout,
    .wc-proceed-to-checkout .btn {
        width: 100%;
    }

    .products-filters__title {
        align-items: center;
    }

    #payment {
        width: 65%;
    }
}


@media screen and (max-width: 1024px) {

    .checkout__main .woocommerce-checkout-form {
        width: 100%;
    }

    .checkout__main {
        flex-direction: column;
        gap: var(--spacing);
    }

    .woocommerce-checkout-review-order {
        width: 100%;
        flex-direction: row;
    }

    .woocommerce-cart-form {
        flex-direction: column;
        gap: var(--spacing);
    }

    .woocommerce-cart-form table {
        width: 100%;
    }

    .cart tbody tr {
        height: 125px;
    }

    .cart__totals {
        margin-inline: auto;
        width: 50% !important;
    }

    .account {
        flex-direction: column;
        gap: var(--spacing-sections);
    }

    .woocommerce-product-gallery {
        height: 100% !important;
    }

    .woocommerce-tabs {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .single-product__content,
    .single-product__main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: center;
    }

    .product__cart {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .woocommerce-tabs {
        margin-top: 40px;
    }

    .single-product__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .single-product__wrapper>* {
        width: 100%;
    }

    .woocommerce-page div.product div.images {
        width: 100%;
    }

    .products-filters__title {
        flex-direction: column;
        padding-bottom: 1rem;
    }

    .products-filters__titles a {
        font-size: 12px;
    }

    .banner__content {
        max-width: 95% !important;
    }
}

@media screen and (max-width: 780px) {

    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: block;
    }

    .woocommerce-cart .cart-collaterals .cart_totals table td::before {
        content: none;
    }

    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }

    .update-cart__btn {
        width: 100%;
    }

    .shop_table {
        overflow: hidden;
    }

    .woocommerce-page table.shop_table.cart tr td {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .coupon {
        flex-direction: column;
        align-items: center;
    }

    .shop_table .minus,
    .shop_table .plus {
        display: none !important;
    }

    .shop_table .skin-2 .num-in {
        height: 100%;
        background: transparent !important;
        border: none;
    }

    .shop_table .num-block {
        height: 50px;
        width: 30px;
    }

    .woocommerce-checkout-review-order {
        width: 100%;
        flex-direction: column;
    }

    .cart thead {
        display: contents !important;
    }


    .cart tbody tr {
        display: table-row !important;
    }

    .cart tbody tr td::before {
        display: none;
    }

    .woocommerce-page table.shop_table.cart tr td {
        display: table-cell !important;
        text-align: left !important;
    }

    .woocommerce-page table.shop_table_responsive tr {
        display: table-row;
    }

    .woocommerce-tabs {
        margin-top: 20px;
    }

    .product-thumbnail {
        display: block !important;
    }


    .woocommerce-Tabs-panel--description {
        text-align: left;
    }

    .tabs {
        gap: 0;
        ;
    }

    .products__listing {
        flex-direction: column;
    }

    .products-filters {
        width: 100%;
        text-align: center;
    }

    .product-filters__section {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product__filter {
        justify-content: center;
        align-items: center;
    }

    .product__filter__title::after {
        position: absolute;
    }

    .price__input {
        justify-content: center;
    }

    .product__slide {
        padding-inline: 0;
        padding-block: 10px;
    }

    .embla__dots {
        display: flex;
    }

}

@media screen and (max-width: 768px) {

    .woocommerce-form-coupon {
        flex-direction: column;
    }

    .login {
        height: 100%;
    }

    .woocommerce form.register {
        height: 100%;
    }

    .embla-thumbs {
        display: none;
    }

    .product_title {
        line-height: 35px;
    }

    .woocommerce table.shop_table.cart td {
        padding: 5px;
    }
}

@media (min-width: 576px) {


    .embla-thumbs__slide {
        flex: 0 0 15%;
    }


}

@media (max-width: 576px) {

    .woocommerce-form-coupon-toggle {
        flex-direction: column;
    }
}


@media (max-width: 500px) {

    .products {
        grid-template-columns: repeat(1, 1fr);
    }

    .cart__totals {
        width: 100% !important;
    }

    .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-billing-fields__field-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0;
    }

    .checkout__main {
        padding-bottom: 450px;
    }
}



@media (max-width: 430px) {

    .product__cart {
        flex-direction: column;
    }

    .cart .quantity {
        margin-right: 0 !important;
    }

    .woocommerce-page table.shop_table.cart tr .product-thumbnail {
        display: none !important;
    }

    .product__icon {
        flex-direction: column;
    }

    .woocommerce-result-count,
    .woocommerce-ordering {
        text-align: center;
        float: none !important;
    }
}