.woo-buttons-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
}
.woo-btn-775c381f {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.woo-btn-atc {
    background-color: #333;
    color: #fff;
}
.woo-btn-qb {
    background-color: #d8a05c;
    color: #fff;
}
.woo-btn-775c381f:hover {
    opacity: 0.9;
}
.woo-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.woo-btn-icon svg {
    fill: currentColor;
}