/* استایلهای اختصاصی کارت محصول پاتوق */
.patogh-card-container {
background: #FFFFFF;
border: 1px solid #EADBCE;
border-radius: 12px;
padding: 18px;
position: relative;
box-shadow: 0 4px 14px rgba(43, 33, 24, 0.06);
display: flex;
flex-direction: column;
justify-content: space-between;
transition: transform 0.2s ease;
height: 100%;
}
.patogh-card-container:hover {
transform: translateY(-5px);
}
.patogh-card-badge {
position: absolute;
top: 14px;
left: 14px;
background: #FDF4E7;
color: #C28E38;
border: 1px solid #F0D5AC;
padding: 2px 10px;
border-radius: 6px;
font-size: 11px;
font-weight: bold;
}
.patogh-card-title {
font-size: 17px;
margin: 0 0 8px 0 !important;
color: #2B2118;
border: none !important;
}
.patogh-card-desc {
font-size: 13px;
color: #6B5E55;
margin: 0 0 16px 0;
line-height: 1.5;
}
.patogh-card-footer {
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px dashed #EADBCE;
padding-top: 12px;
margin-top: auto;
}
.patogh-card-rating {
color: #C28E38;
font-size: 13px;
font-weight: bold;
}
.patogh-card-price {
font-weight: bold;
color: #8C3A27;
font-size: 14px;
}