.product-card-4c082e68 {
    box-sizing: border-box;
    display: flex;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card-4c082e68:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.product-card-4c082e68.pc-layout-vertical {
    flex-direction: column;
}

.product-card-4c082e68.pc-layout-horizontal {
    flex-direction: row;
    align-items: center;
}

.product-card-4c082e68.pc-layout-horizontal .pc-image-wrapper {
    flex: 0 0 40%;
    max-width: 40%;
}

.product-card-4c082e68.pc-layout-horizontal .pc-info-wrapper {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 20px;
}

.product-card-4c082e68 .pc-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.product-card-4c082e68 .pc-info-wrapper {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.product-card-4c082e68.pc-layout-horizontal .pc-info-wrapper {
    padding: 20px;
}

.product-card-4c082e68 .pc-title {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
}

.product-card-4c082e68 .pc-price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product-card-4c082e68 .pc-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.product-card-4c082e68 .pc-more-info-wrapper {
    margin-top: auto;
}

.product-card-4c082e68 .pc-more-info {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}
