.maple-product-detail {
    /*width: 100%;*/
    box-sizing: border-box;
}

.maple-product-detail-image {
    flex: 1;
    min-width: 0;
}

.maple-product-detail-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.maple-product-detail-info {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.maple-product-tier {
    font-family: var(--subtitle-font-family, var(--text-font-family, inherit));
    font-size: var(--subtitle-font-size, 0.9rem);
    font-weight: var(--subtitle-font-weight, 600);
    color: var(--subtitle-font-color, var(--text-font-color, inherit));
    text-transform: uppercase;
    margin-bottom: 5px;
}

.maple-product-title {
    font-family: var(--title-font-family, inherit);
    font-size: var(--title-font-size, 2.5rem);
    font-weight: var(--title-font-weight, 700);
    color: var(--title-font-color, inherit);
    margin: 0 0 15px 0;
    text-align: left;
}

.maple-product-attributes {
    font-family: var(--text-font-family, inherit);
    font-size: var(--text-font-size, 1.1rem);
    font-weight: var(--text-font-weight, 500);
    color: var(--text-font-color, inherit);
    margin-bottom: 20px;
}

.maple-product-content {
    font-family: var(--text-font-family, inherit);
    font-size: var(--text-font-size, 1rem);
    font-weight: var(--text-font-weight, 400);
    color: var(--text-font-color, inherit);
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: justify ;
    text-justify: inter-word;
}

.maple-product-stockcode {
    font-family: var(--text-font-family, inherit);
    font-size: var(--text-font-size, 0.9rem);
    opacity: 0.8;
    margin-bottom: 10px;
}

.maple-product-price {
    font-family: var(--price-font-family, var(--title-font-family, inherit));
    font-size: var(--price-font-size, 1.8rem);
    font-weight: var(--price-font-weight, 700);
    color: var(--price-font-color, var(--title-font-color, inherit));
    margin-top: 10px;
}
