.angie-cart-btn-4a48af1a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.angie-cart-btn-4a48af1a:hover {
    opacity: 0.9;
    color: inherit;
}

.angie-cart-icon-4a48af1a {
    display: flex;
    align-items: center;
}

.angie-cart-icon-4a48af1a svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.angie-cart-count-4a48af1a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ff3366;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 0 6px;
    line-height: 1;
}
