/* Product Showcase Widget */
.elementor-widget-product_showcase_widget,
.elementor-widget-product_showcase_widget .elementor-widget-container {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.ps-widget {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.ps-card {
    background: #8B6347;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.ps-card-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 16px 0;
    padding: 0;
    line-height: 1.4;
}

.ps-card-body {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.ps-card-img {
    display: block;
    width: 100%;
    height: 280px;
    overflow: hidden;
    line-height: 0;
}

.ps-card-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ps-card-info {
    padding: 12px 14px 14px;
}

.ps-product-name {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #222222;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ps-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.ps-price {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    white-space: nowrap;
}

.ps-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #8B6347;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 20px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.ps-btn-icon {
    font-size: 18px;
    line-height: 1;
}
