/* =========================================================
   پارسکالا ووکامرس — استایل اصلی
   ========================================================= */

/* ─── ناحیه نقشه ─────────────────────────────────────────── */
#neshan-map-wrapper {
    direction: rtl;
    font-family: inherit;
}

#neshan-map-container {
    background: #f9f9f9;
    overflow: hidden;
}

#parskalas-map {
    z-index: 0;
}

#get-location-btn:hover {
    background: #45a049 !important;
    transition: background 0.2s;
}

/* ─── کارت محصول ─────────────────────────────────────────── */
.psk-product-card {
    position: relative;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s;
    text-align: right;
    direction: rtl;
}

.psk-product-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    transform: translateY(-2px);
}

.psk-product-card--dark {
    background: #1e1e2e;
    border-color: #333;
    color: #eee;
}

.psk-product-card__badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e74c3c;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px;
    border-radius: 12px;
    z-index: 2;
}

.psk-product-card__wish {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: background 0.2s;
}

.psk-product-card__wish:hover { background: #fff; }

.psk-product-card__thumb img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}

.psk-product-card__body {
    padding: 12px;
}

.psk-product-card__stars {
    color: #f5a623;
    font-size: 13px;
    margin-bottom: 4px;
}

.psk-product-card__title {
    font-size: 14px;
    margin: 0 0 8px;
    line-height: 1.5;
}

.psk-product-card__title a {
    text-decoration: none;
    color: inherit;
}

.psk-product-card__prices del {
    color: #aaa;
    font-size: 12px;
    margin-left: 6px;
}

.psk-product-card__prices strong {
    font-size: 15px;
    color: #e74c3c;
}

.psk-product-card__btn {
    display: block;
    margin-top: 10px;
    background: #4CAF50;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
    transition: background 0.2s;
}

.psk-product-card__btn:hover { background: #45a049; color: #fff; }
