/* Quantity-wrapper */
.guldcustombuy .quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    overflow: hidden;
    height: 44px;
}

/* Input */
.guldcustombuy .quantity input.qty {
    width: 44px !important;
    text-align: center;
    border: none !important;
    border-left: 1px solid #d0d0d0 !important;
    border-right: 1px solid #d0d0d0 !important;
    height: 44px !important;
    font-size: 15px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -moz-appearance: textfield;
}

.guldcustombuy .quantity input.qty::-webkit-inner-spin-button,
.guldcustombuy .quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/* Plus/minus — override Elementor kit */
.elementor-kit-28250 .guldcustombuy .qty-btn,
.guldcustombuy .qty-btn {
    width: 36px !important;
    height: 44px !important;
    min-height: unset !important;
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #333 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    font-family: inherit !important;
    font-weight: 400 !important;
}

.elementor-kit-28250 .guldcustombuy .qty-btn:hover,
.guldcustombuy .qty-btn:hover {
    background: #f5f5f5 !important;
    color: #000 !important;
}

/* Köpknapp — override Elementor kit */
.elementor-kit-28250 .guldcustombuy .single_add_to_cart_button,
.guldcustombuy .single_add_to_cart_button {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    border-style: solid !important;
    border-width: 1px !important;
    color: #fff !important;
    height: 44px !important;
    padding: 0 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: background 0.2s !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.elementor-kit-28250 .guldcustombuy .single_add_to_cart_button:hover,
.guldcustombuy .single_add_to_cart_button:hover {
    background-color: #333 !important;
    border-color: #333 !important;
}