.w2p-product-page {
    background: #fff;
}

.w2p-product-page .w2p-main {
    padding: 0;
}

.w2p-product-shell {
    margin-inline: auto;
    max-width: 104rem;
    padding: 1.45rem clamp(1.25rem, 2.5vw, 2.5rem) 2.75rem;
}

.w2p-product-back {
    align-items: center;
    color: var(--w2p-color-text);
    display: inline-flex;
    font-size: 0.9rem;
    gap: 0.55rem;
    margin-top: 1.2rem;
    text-decoration: none;
}

.w2p-product-back:hover {
    color: var(--w2p-color-brand-strong);
}

.w2p-product-back svg,
.w2p-product-purchase svg,
.w2p-product-gallery__note svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.w2p-product-back svg {
    height: 1rem;
    width: 1rem;
}

.w2p-product-heading {
    padding: 1.2rem 0 1.15rem;
}

.w2p-product-heading__title {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.w2p-product-heading h1 {
    font-size: clamp(1.85rem, 3vw, 2.35rem);
    letter-spacing: -0.04em;
    line-height: 1.1;
    margin: 0;
}

.w2p-product-heading > p {
    color: var(--w2p-color-text-muted);
    margin: 0.65rem 0 0;
}

.w2p-product-status {
    border-radius: 0.4rem;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 650;
    padding: 0.35rem 0.65rem;
}

.w2p-product-status.is-orderable {
    background: var(--w2p-color-success-subtle);
    color: var(--w2p-color-success);
}

.w2p-product-status.requires-configuration {
    background: #fff7e6;
    color: #8a4b08;
}

.w2p-product-overview {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(20rem, 0.75fr) minmax(26rem, 1.5fr);
}

.w2p-product-gallery,
.w2p-product-purchase,
.w2p-product-description,
.w2p-product-related,
.w2p-product-feedback {
    background: #fff;
    border: 1px solid #d8dce3;
    border-radius: 0.55rem;
}

.w2p-product-gallery {
    display: grid;
    grid-template-rows: minmax(20rem, 1fr) auto;
    min-height: 24rem;
    overflow: hidden;
    padding: 1rem;
}

.w2p-product-gallery__visual {
    background-color: #f8f8f7;
    background-image: url("../images/login-print-products-Fi6OkTn.png");
    background-position: 85% 68%;
    background-repeat: no-repeat;
    background-size: 255% auto;
    border-radius: 0.4rem;
    min-height: 20rem;
}

.w2p-product-gallery__note {
    align-items: center;
    color: #667085;
    display: flex;
    font-size: 0.78rem;
    gap: 0.5rem;
    padding: 0.8rem 0 0;
}

.w2p-product-gallery__note svg,
.w2p-product-purchase__notice svg {
    flex: 0 0 1rem;
    height: 1rem;
    width: 1rem;
}

.w2p-product-purchase {
    align-content: center;
    display: grid;
    gap: 1.65rem;
    min-height: 24rem;
    padding: clamp(1.5rem, 5vw, 3.5rem);
}

.w2p-product-purchase__eyebrow {
    color: var(--w2p-color-brand);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 0 0.4rem;
    text-transform: uppercase;
}

.w2p-product-purchase h2 {
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    letter-spacing: -0.025em;
    margin: 0;
}

.w2p-product-purchase h2 + p {
    color: var(--w2p-color-text-muted);
    margin: 0.75rem 0 0;
    max-width: 58ch;
}

.w2p-product-price {
    align-items: baseline;
    border-bottom: 1px solid #e4e7ec;
    border-top: 1px solid #e4e7ec;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    padding: 1rem 0;
}

.w2p-product-price span {
    color: var(--w2p-color-text-muted);
    font-size: 0.88rem;
}

.w2p-product-price strong {
    color: #172b4d;
    font-size: clamp(1.55rem, 3vw, 2rem);
    letter-spacing: -0.035em;
    white-space: nowrap;
}

.w2p-product-price strong.w2p-product-price__unavailable {
    color: var(--w2p-color-text-muted);
    font-size: 0.9rem;
    letter-spacing: 0;
    white-space: normal;
}

.w2p-product-purchase__action {
    align-items: center;
    background: #172b4d;
    border: 1px solid #172b4d;
    border-radius: 0.45rem;
    color: #fff;
    display: inline-flex;
    font: inherit;
    font-weight: 650;
    gap: 0.75rem;
    justify-content: center;
    max-width: 26rem;
    min-height: 4.1rem;
    opacity: 0.58;
    padding: 0.9rem 1.25rem;
}

.w2p-product-purchase__action:disabled {
    cursor: not-allowed;
}

.w2p-product-purchase__action svg {
    height: 1.35rem;
    width: 1.35rem;
}

.w2p-product-purchase__notice {
    align-items: flex-start;
    color: #667085;
    display: flex;
    font-size: 0.84rem;
    gap: 0.55rem;
    margin: 0;
}

.w2p-product-description,
.w2p-product-related {
    margin-top: 1rem;
    padding: 1.25rem 1.75rem;
}

.w2p-product-description h2,
.w2p-product-related h2 {
    font-size: 1.05rem;
    margin: 0;
}

.w2p-product-description p,
.w2p-product-related p {
    color: var(--w2p-color-text-muted);
    margin: 0.65rem 0 0;
}

.w2p-product-description__empty {
    font-style: italic;
}

.w2p-product-related {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
}

.w2p-product-related a,
.w2p-product-feedback a {
    flex: 0 0 auto;
    font-weight: 650;
    text-decoration: none;
}

.w2p-product-related a:hover,
.w2p-product-feedback a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.w2p-product-feedback {
    margin: clamp(2rem, 8vw, 7rem) auto;
    max-width: 42rem;
    padding: clamp(2rem, 6vw, 4rem);
    text-align: center;
}

.w2p-product-feedback h1 {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin: 0;
}

.w2p-product-feedback p {
    color: var(--w2p-color-text-muted);
    margin: 0.8rem 0 1.5rem;
}

@media (max-width: 62rem) {
    .w2p-product-overview {
        grid-template-columns: minmax(17rem, 0.85fr) minmax(22rem, 1.15fr);
    }
}

@media (max-width: 48rem) {
    .w2p-product-overview {
        grid-template-columns: 1fr;
    }

    .w2p-product-gallery,
    .w2p-product-purchase {
        min-height: auto;
    }

    .w2p-product-purchase {
        padding: 1.5rem;
    }
}

@media (max-width: 34rem) {
    .w2p-product-shell {
        padding-inline: 1rem;
    }

    .w2p-product-heading__title {
        align-items: flex-start;
        flex-direction: column;
    }

    .w2p-product-gallery {
        grid-template-rows: minmax(15rem, 1fr) auto;
    }

    .w2p-product-gallery__visual {
        min-height: 15rem;
    }

    .w2p-product-description,
    .w2p-product-related {
        padding: 1.1rem;
    }

    .w2p-product-related {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }
}
