/* =====================================================
   Product SEO Internal Linking — Isolated
   Scope: .seo-product-page only
===================================================== */

/* SEO section inherits product page font */
.seo-product-page {
    font-family: inherit;
}




.seo-product-page .pm-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #888;
    margin: 0 0 18px;
}

.seo-product-page .pm-breadcrumb a {
    color: #777;
    text-decoration: none;
}

.seo-product-page .pm-breadcrumb a:hover {
    color: #111;
    text-decoration: underline;
}

.seo-product-page .pm-breadcrumb strong {
    color: #333;
    font-weight: 500;
}

/* Top tags */
.seo-product-page .pm-top-tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin: 10px 0 16px;
}

.seo-product-page .pm-mini-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 4px;
    background: #f4f1ec;
    color: #111;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    border: 0;
}

.seo-product-page .pm-mini-tag:first-child {
    background: #f3c400;
}

.seo-product-page .pm-mini-tag:hover {
    background: #e8e2d8;
    color: #111;
}

/* Wide cart button */
.seo-product-page .pm-wide-cart {
    width: 100%;
    border: 0;
    background: #231f20;
    color: #fff;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 22px;
    border-radius: 0;
    font-weight: 800;
    margin: 14px 0 18px;
    transition: 0.2s ease;
}

.seo-product-page .pm-wide-cart:hover {
    background: #111;
}

.seo-product-page .pm-wide-cart-disabled {
    justify-content: center;
    background: #999;
    cursor: not-allowed;
}

.seo-product-page .pm-cart-price,
.seo-product-page .pm-rail-price {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    direction: ltr;
    white-space: nowrap;
}

.seo-product-page .pm-cart-price .sr-symbol,
.seo-product-page .pm-rail-price .sr-symbol {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

/* Perfumer card */


/* =====================================================
   Perfumer Card - isolated clean design
===================================================== */

.seo-product-page .pm-perfumer-box {
    margin: 28px 0 24px;
    display: grid;
    gap: 12px;
}

.seo-product-page .pm-perfumer-card {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 16px;
    align-items: center;
    width: 100%;
    padding: 18px 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, #F4F8FF 0%, #ECF4FF 100%);
    border: 0;
    box-shadow: 0 10px 26px rgba(9, 18, 44, 0.08);
    text-decoration: none !important;
    color: #09122C;
    overflow: hidden;
}

.seo-product-page .pm-perfumer-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(9, 18, 44, 0.12);
}

.seo-product-page .pm-perfumer-img,
.seo-product-page .pm-perfumer-avatar {
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    max-width: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: #F2EEE8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8c8c8c;
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.75);
    flex: 0 0 74px;
}

.seo-product-page .pm-perfumer-img img,
.seo-product-page .pm-perfumer-avatar img,
.seo-product-page .pm-perfumer-card > img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover !important;
    object-position: center center !important;
    border-radius: 50% !important;
    display: block !important;
}

.seo-product-page .pm-perfumer-content {
    min-width: 0;
    text-align: right;
    overflow: hidden;
}

.seo-product-page .pm-perfumer-kicker,
.seo-product-page .pm-perfumer-label {
    display: block;
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    color: #7A8699;
    line-height: 1.4;
}

.seo-product-page .pm-perfumer-name {
    display: block;
    margin: 0 0 6px;
    max-width: 100%;
    color: #09122C;
    font-size: 1.25rem;
    line-height: 1.45;
    font-weight: 900;
    text-decoration: none !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

.seo-product-page .pm-perfumer-more {
    display: block;
    max-width: 100%;
    color: #5E6B7A;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none !important;
    white-space: normal;
    overflow-wrap: anywhere;
}

.seo-product-page .pm-perfumer-card:hover .pm-perfumer-name,
.seo-product-page .pm-perfumer-card:hover .pm-perfumer-more {
    color: #0B4EA2;
}








.seo-product-page .pm-perfumer-card:hover {
    box-shadow: 0 10px 28px rgba(21, 76, 160, 0.12);
}





























.seo-product-page .pm-perfumer-more:hover,
.seo-product-page .pm-perfumer-name:hover {
    color: #0B4EA2;
}





/* Fragrance details */




/* =====================================================
   Fragrance Details - clean isolated design
===================================================== */

.seo-product-page .pm-fragrance-details {
    margin-top: 28px;
    border: 1px solid #eeeeee;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 8px 22px rgba(9, 18, 44, 0.04);
}

.seo-product-page .pm-fragrance-details h3 {
    margin: 0;
    padding: 18px 16px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    line-height: 1.4;
}

.seo-product-page .pm-details-title-ar {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 900;
    color: #222;
}

.seo-product-page .pm-details-title-en {
    display: block;
    margin-top: 3px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #888;
    direction: ltr;
}

.seo-product-page .pm-detail-row {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 18px;
    padding: 18px 20px;
    border-bottom: 1px solid #f1f1f1;
    align-items: center;
}

.seo-product-page .pm-detail-row:last-child {
    border-bottom: 0;
}

.seo-product-page .pm-detail-key {
    text-align: right;
}

.seo-product-page .pm-detail-key strong {
    display: block;
    font-size: 1rem;
    color: #222;
    font-weight: 900;
    line-height: 1.4;
}

.seo-product-page .pm-detail-key span {
    display: block;
    margin-top: 3px;
    font-size: 0.78rem;
    color: #8a8a8a;
    font-weight: 600;
    line-height: 1.3;
    direction: ltr;
}

.seo-product-page .pm-detail-value {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

/* Same visual language as product top notes */
.seo-product-page .pm-fragrance-details .pm-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f4f1ec;
    color: #111;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 600;
    border: 0;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}

.seo-product-page .pm-fragrance-details .pm-chip:hover {
    background: #e8e2d8;
    color: #111;
}

.seo-product-page .pm-muted {
    color: #aaa;
    font-size: 13px;
}




/* Related sections */


/* =====================================================
   Related Product Rails - premium card design
===================================================== */
/* =====================================================
   Related Product Rails - premium card design
===================================================== */

/* =====================================================
   Related Product Rails - upgraded premium card design
===================================================== */

.seo-product-page .pm-related-section {
    margin-top: 46px;
    max-width: 100%;
    overflow: hidden;
}

.seo-product-page .pm-related-section:last-of-type {
    margin-bottom: 64px;
}

.seo-product-page .pm-related-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.seo-product-page .pm-related-head h3 {
    margin: 0;
    font-size: 21px;
    font-weight: 900;
    color: #09122C;
    text-align: right;
    line-height: 1.4;
}

.seo-product-page .pm-product-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 242px; /* أكبر تقريباً 10% */
    gap: 18px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    padding: 6px 4px 18px;
    max-width: 100%;
}

.seo-product-page .pm-product-rail::-webkit-scrollbar {
    height: 5px;
}

.seo-product-page .pm-product-rail::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 999px;
}

.seo-product-page .pm-product-rail::-webkit-scrollbar-thumb {
    background: #cfd6de;
    border-radius: 999px;
}


.seo-product-page .pm-rail-card {
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 360px;
    height: 100%;
    padding: 0;
    border: 1px solid #ececec;
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 2px 10px rgba(9, 18, 44, 0.04);
}


.seo-product-page .pm-rail-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(9, 18, 44, 0.08);
}

.seo-product-page .pm-rail-media {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    background: #f8f8f8;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
}



.seo-product-page .pm-rail-img {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    margin: 0;
    padding: 0;
}

.seo-product-page .pm-rail-img img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center center;
    margin: 0;
    padding: 0;
    border-radius: 0;
}



.seo-product-page .pm-rail-discount {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ef476f;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    padding: 6px 9px;
    border-radius: 999px;
    z-index: 2;
}


.seo-product-page .pm-rail-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 12px 12px 14px;
    text-align: center;
}


.seo-product-page .pm-rail-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
    color: #09122C;
    text-decoration: none !important;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
    margin-bottom: 10px;
}

.seo-product-page .pm-rail-prices {
    min-height: 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-bottom: 12px;
}

.seo-product-page .pm-rail-price,
.seo-product-page .pm-rail-old-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    direction: ltr;
    white-space: nowrap;
}

.seo-product-page .pm-rail-price {
    font-weight: 900;
    font-size: 16px;
    color: #111;
}

.seo-product-page .pm-rail-old-price {
    min-height: 18px;
    font-weight: 700;
    font-size: 12px;
    color: #8d8d8d;
    text-decoration: line-through;
}

.seo-product-page .pm-rail-old-price--empty {
    visibility: hidden;
}

.seo-product-page .pm-rail-price .sr-symbol {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.seo-product-page .pm-rail-old-price .sr-symbol {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
}

.seo-product-page .pm-rail-cta {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 12px;
    background: #1f1f1f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    margin-top: auto;
    transition: background .2s ease, transform .2s ease;
}

.seo-product-page .pm-rail-cta:hover {
    background: #111;
    transform: translateY(-1px);
}

.seo-product-page .pm-rail-cta i {
    font-size: 0.95rem;
    line-height: 1;
    color: #fff;
}













/* Mobile */
@media (max-width: 768px) {
    .seo-product-page {
        padding-bottom: 95px;
    }


    .seo-product-page .pm-fragrance-details {
        border-radius: 16px;
        margin-top: 24px;
    }

    .seo-product-page .pm-fragrance-details h3 {
        padding: 16px 12px;
    }

    .seo-product-page .pm-details-title-ar {
        font-size: 1.15rem;
    }

    .seo-product-page .pm-details-title-en {
        font-size: 0.82rem;
    }

    .seo-product-page .pm-detail-row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 16px 14px;
        text-align: center;
    }

    .seo-product-page .pm-detail-key {
        text-align: center;
    }

    .seo-product-page .pm-detail-key strong {
        font-size: 1rem;
    }

    .seo-product-page .pm-detail-key span {
        font-size: 0.78rem;
    }

    .seo-product-page .pm-detail-value {
        justify-content: center;
        gap: 7px;
    }

    .seo-product-page .pm-fragrance-details .pm-chip {
        font-size: 13px;
        padding: 5px 10px;
    }




    .seo-product-page .pm-product-rail {
        grid-auto-columns: 42%;
        gap: 14px;
        padding-bottom: 18px;
    }

    .seo-product-page .pm-related-head h3 {
        font-size: 18px;
        line-height: 1.4;
    }

.seo-product-page .pm-rail-card {
    min-height: 330px;
    border-radius: 18px;
    padding: 0;
}



.seo-product-page .pm-rail-media {
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}


.seo-product-page .pm-rail-info {
    padding: 10px 10px 12px;
}


    .seo-product-page .pm-rail-name {
        min-height: 44px;
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .seo-product-page .pm-rail-prices {
        min-height: 50px;
        margin-bottom: 10px;
    }

    .seo-product-page .pm-rail-price {
        font-size: 15px;
    }

    .seo-product-page .pm-rail-old-price {
        font-size: 11px;
    }



    .seo-product-page .pm-rail-cta {
        min-height: 40px;
        border-radius: 11px;
        font-size: 0.9rem;
        gap: 6px;
    }

    .seo-product-page .pm-rail-cta i {
        font-size: 0.9rem;
    }






    .seo-product-page .pm-rail-cart {
        width: 36px;
        height: 36px;
        left: 7px;
        bottom: 7px;
    }

    .seo-product-page .pm-rail-cart i {
        font-size: 14px;
    }

    .seo-product-page .pm-rail-discount {
        top: 7px;
        right: 7px;
        font-size: 10px;
        padding: 5px 7px;
    }










    .seo-product-page .pm-wide-cart {
        min-height: 56px;
        font-size: 15px;
        padding: 0 18px;
    }

 
 
 
.seo-product-page .pm-perfumer-card {
    grid-template-columns: 62px 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 16px;
}

.seo-product-page .pm-perfumer-img,
.seo-product-page .pm-perfumer-avatar {
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    max-width: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;
    flex-basis: 62px;
}

.seo-product-page .pm-perfumer-name {
    font-size: 1.05rem;
    line-height: 1.45;
}

.seo-product-page .pm-perfumer-more {
    font-size: 0.88rem;
}
 
 










    


}





@media (max-width: 420px) {
    .seo-product-page .pm-product-rail {
        grid-auto-columns: 44%;
    }
}


/* =====================================================
   Brand + Price polish
===================================================== */

.seo-product-page .pm-brand-meta {
    margin-top: 6px;
    margin-bottom: 16px;
}

.seo-product-page .pm-brand-line {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    border-bottom: 0 !important;
}

.seo-product-page .pm-brand-line a {
    color: #111 !important;
    line-height: 1.2;
}

.seo-product-page .pm-brand-line .badge-verified {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.seo-product-page .pm-brand-subtitle {
    margin-top: 4px;
    color: #8D8D8D;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
}

.seo-product-page .pm-price-card {
    padding: 22px 22px 18px;
    border-radius: 18px;
    background: #F5F7FA;
    border: 1px solid #E7EBF0;
    box-shadow: none;
}

.seo-product-page .pm-price-main {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.seo-product-page .pm-price-main--single {
    margin-bottom: 14px;
}

.seo-product-page .pm-current-price {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.seo-product-page .pm-current-price .amount {
    font-size: 2.55rem;
    font-weight: 900;
    color: #111;
    line-height: 1;
}

.seo-product-page .pm-current-price .sr-symbol {
    width: 26px;
    height: 26px;
    flex: 0 0 22px;
}

.seo-product-page .pm-price-old {
    margin-bottom: 12px;
}

.seo-product-page .pm-price-old .amount {
    font-size: 1.25rem;
    font-weight: 800;
    color: #8B8B8B;
}

.seo-product-page .pm-price-old .sr-symbol {
    width: 17px;
    height: 17px;
}

.seo-product-page .pm-price-size {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    padding: 8px 14px;
    border-radius: 12px;
    background: #EEE7DA;
    color: #4E3D28;
    font-size: 0.96rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .seo-product-page .pm-brand-meta {
        margin-bottom: 14px;
    }

    .seo-product-page .pm-brand-subtitle {
        font-size: 0.88rem;
    }

    .seo-product-page .pm-price-card {
        padding: 18px 18px 16px;
        border-radius: 16px;
    }

    .seo-product-page .pm-current-price .amount {
        font-size: 2.15rem;
    }

    .seo-product-page .pm-current-price .sr-symbol {
        width: 24px;
        height: 24px;
    }

    .seo-product-page .pm-price-old .amount {
        font-size: 1.1rem;
    }

    .seo-product-page .pm-price-size {
        min-width: 78px;
        padding: 7px 12px;
        font-size: 0.9rem;
    }
}



/* =====================================================
   Buy Area - isolated clean design
===================================================== */

.seo-product-page .pm-buy-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
    margin-bottom: 22px;
}



.seo-product-page .pm-addcart-btn {
    width: 100%;
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    border-radius: 14px;
    padding: 0 20px;
    background: #09122C;
    color: #fff;
    box-shadow: 0 10px 22px rgba(9, 18, 44, 0.22);
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    direction: rtl;
    cursor: pointer;
}



.seo-product-page .pm-addcart-btn:hover {
    background: #111B3E;
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(9, 18, 44, 0.30);
}



.seo-product-page .pm-addcart-btn--disabled,
.seo-product-page .pm-addcart-btn--disabled:hover {
    background: #9b9b9b;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}



.seo-product-page .pm-addcart-text {
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
}

.seo-product-page .pm-addcart-btn i {
    font-size: 1.02rem;
    line-height: 1;
    color: #fff;
    flex: 0 0 auto;
}








.seo-product-page .pm-authentic-bar {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 16px;
    border-radius: 14px;
    background: #EEF5FF;
    border: 0;
    color: #0B4EA2;
    font-size: 1.04rem;
    font-weight: 900;
    box-shadow: 0 5px 14px rgba(11, 78, 162, 0.07);
}




.seo-product-page .pm-authentic-bar img {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

/* Mobile */
@media (max-width: 767px) {
    .seo-product-page .pm-buy-stack {
        gap: 12px;
        margin-top: 18px;
        margin-bottom: 22px;
    }

.seo-product-page .pm-addcart-btn {
    min-height: 58px;
    padding: 0 16px;
    border-radius: 12px;
    justify-content: center;
    gap: 8px;
}
    .seo-product-page .pm-addcart-text {
        font-size: 1rem;
    }





    .seo-product-page .pm-authentic-bar {
        min-height: 54px;
        border-radius: 12px;
        font-size: .98rem;
    }
}



/* =====================================================
   STEP 1 - Trust Row only
   Safe override without touching product data
===================================================== */



.seo-product-page .pm-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 14px 0 0;
    padding: 0 0 14px;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #111;
    flex-wrap: nowrap;
}



.seo-product-page .pm-trust-row .pm-trust-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #111;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
    flex: 0 0 auto;
}

.seo-product-page .pm-trust-row .pm-trust-item i {
    color: #111;
    font-size: 1rem;
    line-height: 1;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .seo-product-page .pm-trust-row {
        justify-content: center;
        gap: 16px;
        margin-top: 12px;
        padding-bottom: 12px;
        flex-wrap: nowrap;
    }

    .seo-product-page .pm-trust-row .pm-trust-item {
        font-size: 0.86rem;
        gap: 5px;
    }

    .seo-product-page .pm-trust-row .pm-trust-item i {
        font-size: 0.9rem;
    }
}

@media (max-width: 390px) {
    .seo-product-page .pm-trust-row {
        gap: 10px;
    }

    .seo-product-page .pm-trust-row .pm-trust-item {
        font-size: 0.78rem;
        gap: 4px;
    }

    .seo-product-page .pm-trust-row .pm-trust-item i {
        font-size: 0.82rem;
    }
}






.pm-product-seo-content {
  max-width: 760px;
  margin: 32px auto 0;
  color: #444;
  font-size: 15px;
  line-height: 2;
}

.pm-seo-content-inner {
  position: relative;
  max-height: 185px;
  overflow: hidden;
}

.pm-seo-content-inner.is-open {
  max-height: none;
}

.pm-seo-content-inner:not(.is-open)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  pointer-events: none;
}

.pm-product-seo-content h2 {
  font-size: 19px;
  font-weight: 800;
  color: #111;
  margin: 18px 0 10px;
}

.pm-product-seo-content h2:first-child {
  margin-top: 0;
}

.pm-product-seo-content p {
  margin: 0 0 13px;
}

.pm-product-seo-content ul {
  margin: 12px 0 16px;
  padding-right: 22px;
}

.pm-product-seo-content li {
  margin-bottom: 6px;
}

.pm-seo-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 18px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-weight: 700;
  cursor: pointer;
}

.pm-seo-readmore:hover {
  background: #f7f7f7;
}

@media (max-width: 768px) {
  .pm-product-seo-content {
    font-size: 14px;
    line-height: 1.9;
    margin-top: 24px;
  }

  .pm-seo-content-inner {
    max-height: 165px;
  }

  .pm-product-seo-content h2 {
    font-size: 17px;
  }
}