.ac-cart-widget {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #f4f4f4;
    cursor: pointer;
    transition: 0.25s;
}

.ac-cart-widget:hover {
    background: #ffe6cc;
}

.ac-cart-icon {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='%23ff7a00' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4h-2l-1 2h2l3.6 7.59-1.35 2.44c-.16.28-.25.61-.25.97a2 2 0 104 0h6a2 2 0 100-4H9.42l-.81-1.5h10.53a1 1 0 00.92-.62l3-7A1 1 0 0022 2H6.21l-.94-2H0v2h3l3.6 7.59L7 4z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.ac-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #ff7a00;
    color: white;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    min-width: 20px;
    text-align: center;
}
