.asUrunlerBaslik {
    text-shadow: 2px 2px 0px #d8d8d8;
    text-transform: uppercase;
}

/* Ürün resmi hover zoom efekti */
.product-media .product-image {
    transition: transform 0.35s ease;
}

.product-media:hover .product-image {
    transform: scale(1.10);
}

.no-spinner:hover {
    border-color: #333333 !important;
    box-shadow: 0 2px 8px rgba(51, 51, 51, 0.2) !important;
}

.no-spinner:focus {
    outline: none !important;
    border-color: #333333 !important;
    box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.1) !important;
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield;
}

