﻿input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/* ── Image Gallery ───────────────────────────── */
.gallery-sticky-top {
    top: 80px;
}

.main-image-wrapper {
    aspect-ratio: 1;
    background: #f8f9fa;
}

.main-image-img {
    object-fit: contain;
}

.thumb-btn {
    width: 72px;
    height: 72px;
    background: #f8f9fa;
}

.thumb-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* ── Quantity Input ───────────────────────────── */
.qty-input-group {
    width: 120px;
}

.qty-input {
    outline: none;
}


/* ── Wishlisted button state ───────────────────── */
.btn-wishlisted {
    border-color: #dc2626 !important;
    color: #dc2626 !important;
    background-color: #fff0f0 !important;
}

    .btn-wishlisted:hover {
        background-color: #dc2626 !important;
        color: #ffffff !important;
        border-color: #dc2626 !important;
    }