/* Light surface for Wastra Home Fabric product details. */
body.theme-homepage-linen.page-product-detail {
    --ivory: #FFFDF9 !important;
    --linen: #FDFBF8 !important;
    --espresso: #2A2320 !important;
    --brass: #A0724C !important;
    --brass-lt: #C49A6C !important;
    --taupe: #6B5D4F !important;
    --mocha: #3D3530 !important;
    background: linear-gradient(180deg, #FDFBF8 0%, #FFFDF9 25%, #FFFEF6 50%, #FFFBF7 100%) !important;
}

body.theme-homepage-linen.page-product-detail .product-detail-page {
    background: linear-gradient(180deg, #FFFDF9 0%, #FDFBF8 100%) !important;
    color: #2A2320;
}

body.theme-homepage-linen.page-product-detail .product-info-block.is-title h1 {
    margin: .35rem 0 .15rem;
    font-size: clamp(1.75rem, 2.4vw, 2.25rem);
    line-height: 1.12;
    letter-spacing: 0;
}

@media (max-width: 767px) {
    body.theme-homepage-linen.page-product-detail .product-info-block.is-title h1 {
        font-size: 1.65rem;
        line-height: 1.15;
    }
}

body.theme-homepage-linen.page-product-detail .product-detail-share--popup {
    position: relative;
}

body.theme-homepage-linen.page-product-detail .product-detail-share--popup .product-detail-share-label {
    display: none;
}

body.theme-homepage-linen.page-product-detail .product-detail-share-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 40px;
    padding: .55rem 1rem;
    border: 1px solid rgba(90, 74, 60, .35);
    border-radius: 999px;
    background: #fffdf9;
    color: #6b5d4f;
    font: inherit;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}

body.theme-homepage-linen.page-product-detail .product-detail-share-trigger:hover,
body.theme-homepage-linen.page-product-detail .product-detail-share--popup.is-open .product-detail-share-trigger {
    border-color: #a0724c;
    background: #a0724c;
    color: #fff;
}

body.theme-homepage-linen.page-product-detail .product-detail-share--popup .product-detail-share-actions {
    position: absolute;
    top: calc(100% + .7rem);
    right: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    width: min(100%, 310px);
    padding: .8rem;
    border: 1px solid rgba(90, 74, 60, .16);
    border-radius: 14px;
    background: #fffdf9;
    box-shadow: 0 18px 45px rgba(46, 37, 32, .16);
}

body.theme-homepage-linen.page-product-detail .product-detail-share--popup .product-detail-share-btn {
    min-width: 0;
    min-height: 38px;
    padding: .5rem .65rem;
    font-size: .68rem;
}

@media (max-width: 767px) {
    body.theme-homepage-linen.page-product-detail .product-detail-share--popup .product-detail-share-actions {
        left: 0;
        right: auto;
        width: min(100vw - 3rem, 310px);
    }
}

body.theme-homepage-linen.page-product-detail .zatra-product-info-panels--inline {
    display: grid;
    gap: 1rem;
    margin: 1rem 0 0;
    padding: 0;
    max-width: none;
}

body.theme-homepage-linen.page-product-detail .zatra-product-info-panels--inline .zatra-product-panel {
    padding: 1rem 1.1rem;
    border: 1px solid rgba(184, 148, 95, .16);
    border-radius: 14px;
    background: rgba(255, 253, 249, .78);
}

body.theme-homepage-linen.page-product-detail .zatra-product-info-panels--inline .zatra-product-panel h2 {
    margin: 0 0 .7rem;
    color: #2A2320;
    font-family: Georgia, Garamond, serif;
    font-size: 1.15rem;
    line-height: 1.2;
}

body.theme-homepage-linen.page-product-detail .zatra-product-info-panels--inline .zatra-spec-table {
    display: grid;
    gap: .45rem;
}

body.theme-homepage-linen.page-product-detail .zatra-product-info-panels--inline .zatra-spec-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .35rem;
    border-bottom: 1px solid rgba(90, 74, 60, .1);
    color: #6B5D4F;
    font-size: .78rem;
}

body.theme-homepage-linen.page-product-detail .zatra-product-info-panels--inline .zatra-spec-row strong {
    color: #2A2320;
    text-align: right;
}

body.theme-homepage-linen.page-product-detail .zatra-product-info-panels--inline .product-detail-desc {
    color: #3D3530;
    font-size: .86rem;
    line-height: 1.65;
}

body.theme-homepage-linen.page-product-detail .product-related-section .featured-scroll {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 767px) {
    body.theme-homepage-linen.page-product-detail .product-related-section .featured-scroll {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .75rem;
    }
}
