.miniature-product-add-to-cart button {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    border: 0;
    background: #fff;
    padding: 0.25rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 1.5rem;
}

.description-bullet-list {
    margin-bottom: 0.5rem;
}

.description-bullet-list li {
    color: #666;
    font-size: 0.75rem;
    line-height: 0.875rem;
    display: flex;
    align-items: start;
    font-family: 'Poppins';
    font-weight: 300;
}

.description-bullet-list li:not(:last-of-type) {
    margin-bottom: 0.31rem;
}

.description-bullet-list li svg {
    margin-right: 0.5rem;
    min-width: 1rem;
}

.product-flags .product-flag.product_type {
    padding: 0.25rem 0.5rem;
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    margin-top: 0;
    color: #FFF;
    font-size: 0.625rem;
    border-radius: 0.25rem;
    background: #1C8C47;
    line-height: 1;
}

@media (min-width: 768px) {
    .miniature-product-add-to-cart button svg {
        width: 1.5rem;
        height: auto;
    }

    .description-bullet-list li {
        font-size: 0.875rem;
    }

    .product-flags .product-flag.product_type {
        font-size: 0.875rem;
    }
}