.my-orders-desktop {
    display: grid;
}

.my-orders-mobile {
    display: none;
}

#account-signin-link-desktop {
    display: inline-block;
}

#account-signin-link-mobile {
    display: none;
}

@media (max-width: 767px) {
    .my-orders-desktop {
        display: none;
    }

    .my-orders-mobile {
        display: grid;
    }

    #account-signin-link-desktop {
        display: none !important;
    }

    #account-signin-link-mobile {
        display: block !important;
    }
}

@media (min-width: 767px) {
    .cart-my-account-container {
        z-index: 0
    }
}

/* prix barré */
.catalog-category-view .old-price .price-wrapper .price, .catalog-product-view .old-price .price-wrapper .price {
    text-decoration: line-through;
    line-height: 1.25;
    font-weight: 500 !important;
}

.catalog-category-view .old-price .price-wrapper, .catalog-product-view .old-price .price-wrapper {
    font-size: 1.3rem;
    color: black;
}

/*  CART FREE GIFT AMASTY */
.checkout-cart-index .ampromo-carousel-product {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.checkout-cart-index .freegift-button {
    display: none;
}

.checkout-cart-index .ampromo-carousel-product .text-2xl {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.checkout-cart-index .ampromo-carousel-product .product-item {
    height: 100%;
}

.checkout-cart-index .ampromo-carousel-product .flex {
    justify-content: center;
}

.checkout-cart-index .ampromo-popup-wrapper {
    display: none;
}

