.contentCenterPage {
    max-width: 1180px;
    margin: 0 auto;
    padding: 56px 24px 80px;
    color: #24201f;
}

.contentCenterHero {
    padding: 54px 58px;
    border: 1px solid #e5ded9;
    background: #faf8f5;
}

.contentCenterHero.is-stock {
    background: #f5f7f4;
}

.contentCenterEyebrow {
    margin: 0 0 14px;
    color: #960630;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.contentCenterHero h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3;
}

.contentCenterIntro {
    max-width: 800px;
    margin: 18px 0 0;
    color: #6d6661;
    font-size: 15px;
    line-height: 1.9;
}

.contentCenterMeta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 26px;
    color: #706965;
    font-size: 13px;
}

.contentCenterMeta strong {
    color: #960630;
    font-size: 18px;
}

.contentCenterNotice,
.contentCenterEmpty {
    margin-top: 28px;
    padding: 34px;
    border: 1px solid #e7e0db;
    background: #fff;
}

.contentCenterNotice.is-error {
    border-color: #e8c3c9;
    color: #8d2437;
    background: #fff8f8;
}

.contentCenterEmpty h2 {
    margin: 0 0 10px;
    font-size: 20px;
}

.contentCenterEmpty p,
.contentCenterFootnote p {
    margin: 0;
    color: #77706b;
    font-size: 14px;
    line-height: 1.8;
}

.contentShopSection {
    margin-top: 42px;
}

.contentShopHeading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 2px solid #2d2927;
}

.contentShopHeading h2 {
    margin: 0;
    font-size: 23px;
    font-weight: 600;
}

.contentShopHeading span {
    color: #837a74;
    font-size: 13px;
}

.contentItemGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding-top: 18px;
}

.contentItemCard {
    padding: 24px;
    border: 1px solid #e6e0dc;
    background: #fff;
}

.contentItemTopline,
.contentItemFooter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.contentDiscount,
.contentRestock {
    display: inline-block;
    padding: 5px 9px;
    color: #960630;
    background: #f8eaee;
    font-size: 12px;
    font-weight: 600;
}

.contentRestock {
    color: #376241;
    background: #eaf2eb;
}

.contentStatus {
    color: #47704f;
    font-size: 12px;
}

.contentItemCard h3 {
    margin: 18px 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
}

.contentProductName {
    margin: 7px 0 0;
    color: #8a827d;
    font-size: 12px;
    line-height: 1.55;
}

.contentFacts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
    margin: 22px 0 0;
    padding: 18px 0;
    border-top: 1px solid #eee9e5;
    border-bottom: 1px solid #eee9e5;
}

.contentFacts div {
    min-width: 0;
}

.contentFacts dt {
    color: #928a85;
    font-size: 12px;
}

.contentFacts dd {
    margin: 5px 0 0;
    overflow-wrap: anywhere;
    font-size: 14px;
}

.contentOldPrice {
    color: #8d8580;
    text-decoration: line-through;
}

.contentNowPrice {
    color: #960630;
    font-weight: 700;
}

.contentItemFooter {
    margin-top: 18px;
    color: #8b837e;
    font-size: 12px;
}

.contentItemFooter a {
    color: #960630;
    font-weight: 600;
}

.contentCenterFootnote {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid #ded7d2;
}

.contentCenterFootnote h2 {
    margin: 0 0 10px;
    font-size: 17px;
}

@media (max-width: 760px) {
    .contentCenterPage {
        padding: 24px 14px 56px;
    }
    .contentCenterHero {
        padding: 32px 24px;
    }
    .contentCenterHero h1 {
        font-size: 27px;
    }
    .contentItemGrid {
        grid-template-columns: 1fr;
    }
    .contentFacts {
        grid-template-columns: 1fr;
    }
    .contentItemFooter {
        align-items: flex-start;
        flex-direction: column;
    }
}
