.sheet-product-grid,
.custom-container > .row.gy-4,
.col-12.col-lg-8 > .row.g-4 {
    align-items: stretch;
}

.sheet-product-grid > [class*="col-"],
.custom-container > .row.gy-4 > [class*="col-"],
.col-12.col-lg-8 > .row.g-4 > [class*="col-"] {
    display: flex;
}

.sheet-product-grid .sheet-product-card,
.custom-container > .row.gy-4 .sheet-product-card,
.col-12.col-lg-8 > .row.g-4 .sheet-product-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}

.sheet-product-grid .sheet-product-card-image,
.custom-container > .row.gy-4 .sheet-product-card-image,
.col-12.col-lg-8 > .row.g-4 .sheet-product-card-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 4px;
    flex-shrink: 0;
    background: rgba(245, 245, 245, 1);
}

.sheet-product-grid .sheet-product-card-img,
.custom-container > .row.gy-4 .sheet-product-card-img,
.col-12.col-lg-8 > .row.g-4 .sheet-product-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.sheet-product-grid .sheet-product-card-body,
.custom-container > .row.gy-4 .sheet-product-card-body,
.col-12.col-lg-8 > .row.g-4 .sheet-product-card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 24px 12px 0;
    gap: 12px;
}

.sheet-product-grid .sheet-product-card-title,
.custom-container > .row.gy-4 .sheet-product-card-title,
.col-12.col-lg-8 > .row.g-4 .sheet-product-card-title {
    min-height: 0;
    margin: 0;
    font-family: Mulish, sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.2;
    color: rgba(31, 31, 31, 1);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sheet-product-grid .sheet-product-card-desc,
.custom-container > .row.gy-4 .sheet-product-card-desc,
.col-12.col-lg-8 > .row.g-4 .sheet-product-card-desc {
    min-height: 0;
    margin: 0;
    font-family: Mulish, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: rgba(31, 31, 31, 0.6);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sheet-product-grid .sheet-product-card-link,
.custom-container > .row.gy-4 .sheet-product-card-link,
.col-12.col-lg-8 > .row.g-4 .sheet-product-card-link {
    margin-top: auto;
    text-decoration: none;
}

.sheet-product-grid .sheet-product-card-link .incele-button,
.custom-container > .row.gy-4 .sheet-product-card-link .incele-button,
.col-12.col-lg-8 > .row.g-4 .sheet-product-card-link .incele-button {
    margin-top: 16px;
    font-family: Mulish, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: rgba(255, 0, 0, 1);
    border-bottom: 1px solid rgba(255, 0, 0, 1);
    max-width: fit-content;
    padding-bottom: 6px;
}

@media (max-width: 991px) {
    .sheet-product-grid .sheet-product-card-image,
    .custom-container > .row.gy-4 .sheet-product-card-image,
    .col-12.col-lg-8 > .row.g-4 .sheet-product-card-image {
        height: 240px;
    }

    .sheet-product-grid .sheet-product-card-title,
    .custom-container > .row.gy-4 .sheet-product-card-title,
    .col-12.col-lg-8 > .row.g-4 .sheet-product-card-title {
        font-size: 24px;
    }

    .sheet-product-grid .sheet-product-card-desc,
    .custom-container > .row.gy-4 .sheet-product-card-desc,
    .col-12.col-lg-8 > .row.g-4 .sheet-product-card-desc {
        min-height: 0;
    }
}

@media (max-width: 575px) {
    .sheet-product-grid .sheet-product-card-image,
    .custom-container > .row.gy-4 .sheet-product-card-image,
    .col-12.col-lg-8 > .row.g-4 .sheet-product-card-image {
        height: 220px;
    }
}
