.product-page {
    background: #fffaf3;
}

.product-show-hero {
    position: relative;
    padding: 48px 0 96px;
    overflow: hidden;
    background: linear-gradient(145deg, #fffaf3 0%, #f8ecdf 100%);
}

.product-show-pattern {
    position: absolute;
    width: 520px;
    height: 520px;
    top: -255px;
    right: -120px;
    border: 1px solid rgba(163, 15, 26, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 68px rgba(163, 15, 26, .035), 0 0 0 136px rgba(163, 15, 26, .025);
}

.product-show-shell {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.product-back-link {
    margin-bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #766762;
    font-size: 13px;
    font-weight: 700;
    transition: color .2s ease, transform .2s ease;
}

.product-back-link span {
    color: #d62927;
    font-size: 19px;
}

.product-back-link:hover {
    color: #a30f1a;
    transform: translateX(-3px);
}

.product-show-card {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr);
    overflow: hidden;
    border: 1px solid rgba(163, 15, 26, .1);
    border-radius: 24px;
    background: #fffdf9;
    box-shadow: 0 28px 80px rgba(86, 24, 24, .14);
}

.product-show-media {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: #ead5c2;
}

.product-show-media > img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    transition: transform .75s cubic-bezier(.22, .7, .2, 1);
}

.product-show-card:hover .product-show-media > img {
    transform: scale(1.025);
}

.product-show-placeholder {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 50% 42%, #fffdf9 0 30%, #f1dfce 31% 48%, #a30f1a 49% 100%);
}

.product-show-placeholder img {
    width: min(55%, 300px);
    filter: drop-shadow(0 18px 25px rgba(60, 5, 10, .22));
}

.product-show-badge {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 24px;
    padding: 10px 14px;
    border-radius: 99px;
    color: white;
    background: #a30f1a;
    box-shadow: 0 9px 25px rgba(89, 5, 11, .22);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.product-show-copy {
    position: relative;
    padding: clamp(54px, 6vw, 88px) clamp(38px, 5vw, 72px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.product-show-watermark {
    position: absolute;
    width: 225px;
    height: 225px;
    right: -78px;
    bottom: -70px;
    object-fit: contain;
    opacity: .035;
    pointer-events: none;
}

.product-show-copy h1 {
    max-width: 520px;
    margin: 0 0 22px;
    font-size: clamp(48px, 5.3vw, 74px);
    line-height: .98;
    letter-spacing: -.035em;
}

.product-show-description {
    max-width: 520px;
    margin: 0 0 34px;
    color: #766762;
    font-size: 16px;
    line-height: 1.8;
}

.product-show-price-row {
    padding: 21px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid #e8dcd0;
    border-bottom: 1px solid #e8dcd0;
}

.product-show-price-row span {
    color: #766762;
    font-size: 12px;
}

.product-show-price-row strong {
    color: #760811;
    font: 700 31px "Playfair Display", serif;
    white-space: nowrap;
}

.product-show-order {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 14px;
    align-items: end;
}

.product-show-order label > span:first-child {
    margin-bottom: 8px;
    display: block;
    color: #301a17;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-quantity-control {
    height: 54px;
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr) 39px;
    overflow: hidden;
    border: 1px solid #e1d3c6;
    border-radius: 9px;
    background: white;
}

.product-quantity-control button {
    padding: 0;
    border: 0;
    color: #a30f1a;
    background: transparent;
    font-size: 19px;
}

.product-quantity-control button:hover {
    background: #fff2e8;
}

.product-quantity-control input {
    width: 100%;
    padding: 0;
    border: 0;
    border-right: 1px solid #eee3da;
    border-left: 1px solid #eee3da;
    background: white;
    font-weight: 700;
    text-align: center;
    appearance: textfield;
}

.product-quantity-control input::-webkit-inner-spin-button,
.product-quantity-control input::-webkit-outer-spin-button {
    margin: 0;
    appearance: none;
}

.product-add-button {
    min-height: 54px;
    justify-content: space-between;
}

.product-add-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-show-assurances {
    margin-top: 23px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 19px;
    color: #665853;
    font-size: 11px;
}

.product-show-assurances span {
    font-weight: 700;
}

.product-show-assurances b {
    margin-right: 5px;
    color: #d62927;
}

.product-show-assurances small {
    width: 100%;
    color: #94827b;
}

.product-related {
    padding-top: 95px;
    padding-bottom: 115px;
}

@media (max-width: 900px) {
    .product-show-card {
        grid-template-columns: 1fr;
    }

    .product-show-media {
        min-height: min(72vw, 590px);
    }

    .product-show-copy {
        padding: 58px 48px;
    }
}

@media (max-width: 600px) {
    .product-show-hero {
        padding: 22px 0 62px;
    }

    .product-show-shell {
        width: min(100% - 24px, 1180px);
    }

    .product-back-link {
        margin-bottom: 18px;
    }

    .product-show-card {
        border-radius: 17px;
    }

    .product-show-media {
        min-height: 360px;
    }

    .product-show-badge {
        top: 16px;
        left: 16px;
    }

    .product-show-copy {
        padding: 38px 23px 42px;
    }

    .product-show-copy h1 {
        font-size: 45px;
    }

    .product-show-description {
        margin-bottom: 26px;
        font-size: 14px;
    }

    .product-show-price-row {
        align-items: flex-end;
    }

    .product-show-price-row span {
        max-width: 100px;
    }

    .product-show-order {
        grid-template-columns: 1fr;
    }

    .product-show-assurances {
        justify-content: space-between;
    }

    .product-related {
        padding-top: 65px;
        padding-bottom: 80px;
    }
}
