.rt-amz-card {
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
    direction: rtl;
}

.rt-amz-thumb {
    display: block;
    aspect-ratio: 1/1;
    border-radius: 12px;
    overflow: hidden;
    background: #f7f7f7;
}

.rt-amz-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}

.rt-amz-title {
    font-size: .95rem;
    line-height: 1.6;
    margin: .6rem 0;
    height: 3.2rem;
    overflow: hidden;
}

.rt-amz-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rt-amz-price-num {
    font-weight: 700;
}

.rt-amz-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .75rem;
}

.rt-amz-viewall {
    color: #B8854A;
    text-decoration: none;
}

.rt-amz-nav {
    position: absolute;
    top: 40%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #B8854A;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
    z-index: 5;
    cursor: pointer;
    transition: background 0.3s;
}

.rt-amz-nav:hover {
    background: #b8854a90;
}

.rt-amz-prev {
    right: 0px;
    transform: rotate(180deg);
}

.rt-amz-next {
    left: 0px;
}

.rt-amz-pagination-1 {
    margin-top: 10px;
    direction: rtl;
    text-align: center;
}

.swiper-pagination-bullet {
    background: #B8854A;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.rt-amz-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rt-price-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rt-amz-price-old {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: .9rem;
}

.rt-amz-off {
    color: #e11d48;
    font-weight: 700;
    font-size: .9rem;
}