.product-container.completed {
    gap: 40px;
}

.product-container-title-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.product-name.completed {
    font-size: 40px;
}

.product-container-title-text {
    color: #595959;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}

:root {
    --Linear: linear-gradient(91deg, #689A0A 0.45%, #439F7A 97.89%);
}

.completed-product-promo-card {
    position: absolute;
    left: 16px;
    top: 16px;
    display: flex;
    width: 216px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: var(--Linear, linear-gradient(91deg, #689A0A 0.45%, #439F7A 97.89%));
}

.completed-product-promo-card-icon {
    width: 23px;
    min-width: 23px;
    height: 22px;
    background-image: url("icon/product/completed-product-promo-card-icon.svg");
}

.completed-product-promo-card-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    text-transform: uppercase;
}

.completed-product-promo-card-text span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: none;
}

.product-card.completed {
    gap: 10px;
}

.product-page-card-column.completed {
    width: 300px;
    padding: 20px 18px;
    border-radius: 10px;
    background: #FFF;
}

.product-page-card-column-top.completed {
    gap: 20px;
}

.project-completed-info-list {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    gap: 14px;
}

.project-completed-info-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4px;
    border-bottom: 1px dashed #B7B7B7;
}

.project-completed-info-list-item-title {
    color: #9C9C9C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}

.project-completed-info-list-item-text {
    color: #303030;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}

.completed-project-price-container {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
}

.completed-project-price-title {
    color: #303030;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
}

.completed-project-price-content {
    display: flex;
    align-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.completed-project-price-row {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.completed-project-price-green {
    display: flex;
    padding: 12px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: linear-gradient(261deg, #48924E 6.67%, #03630B 90.53%);
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    height: 52px;
}

.completed-project-price-green span {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.completed-project-price-text {
    color: #909090;
    width: 77px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.completed-project-price {
    display: flex;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #313131;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    height: 52px/* 40px */
}

.completed-project-price span {
    color: #313131;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.completed-project-price-span {
    display: flex;
    width: 97px;
    align-items: center;
    gap: 3px;
}