/* =========================================================
   SHANI PRODUCT — SPLIT EDITORIAL V4
   assets/css/product-split-v3.css
========================================================= */

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

.product-split {
    --red: #ed2939;
    --ink: #191715;
    --text: #514b46;
    --muted: #918982;
    --paper: #f7f3ee;
    --warm: #fbf7f3;
    --line: rgba(25, 23, 21, .09);
    --soft-red: rgba(237, 41, 57, .06);

    background: #fff;
    color: var(--ink);
    overflow: clip;
}

.product-split *,
.product-split *::before,
.product-split *::after {
    box-sizing: border-box;
}

.ps-container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.product-split-hero__curve {
    background: #fff;
}


/* =========================================================
   SPLIT FOCUS
========================================================= */

.ps-focus {
    padding: 42px 0 50px;
    background: #fff;
}

.ps-focus__grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(560px, 1.22fr);
    gap: clamp(28px, 4vw, 58px);
    align-items: center;margin-top: -100px;
}

/* Visual = ستون راست در RTL */
.ps-visual {
    position: relative;
    min-height: 620px;
    display: grid;
    place-items: center;
    isolation: isolate;
    perspective: 1100px;
}

.ps-visual__word {
    position: absolute;
    z-index: -4;
    top: 50%;
    left: 50%;
    width: 115%;
    transform: translate(-50%, -50%);
    color: transparent;
    font-size: clamp(86px, 9vw, 142px);
    font-weight: 900;
    line-height: .82;
    letter-spacing: -.065em;
    white-space: nowrap;
    text-align: center;
    -webkit-text-stroke: 1px rgba(25, 23, 21, .095);
    user-select: none;
}

.ps-visual__halo {
    position: absolute;
    z-index: -3;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 46% 37%, rgba(255,255,255,.96), transparent 27%),
        radial-gradient(circle, rgba(237,41,57,.13), rgba(237,41,57,.035) 58%, transparent 72%);
}

.ps-visual__ring {
    position: absolute;
    z-index: -2;
    border-radius: 50%;
    pointer-events: none;
}

.ps-visual__ring--a {
    width: 485px;
    height: 485px;
    border: 1px solid rgba(237,41,57,.12);
}

.ps-visual__ring--b {
    width: 565px;
    height: 345px;
    border: 1px dashed rgba(237,41,57,.12);
    transform: rotate(-12deg);
}

.ps-product-figure {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    display: grid;
    place-items: center;
}

.ps-product-image {
position: relative;
    z-index: 3;
    width: 120%;
    max-height: 595px;
    object-fit: contain;
    transform-style: preserve-3d;
    will-change: transform;
    filter: drop-shadow(0 30px 25px rgba(53, 28, 16, .24));
    max-width: unset;
}

.ps-product-shadow {
    position: absolute;
    z-index: 1;
    bottom: 38px;
    width: 350px;
    height: 36px;
    border-radius: 50%;
    background: rgba(61, 37, 22, .18);
    filter: blur(17px);
}

.ps-visual__caption {
    position: absolute;
    left: 2px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    direction: ltr;
}

.ps-visual__caption span {
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
}

.ps-visual__caption small {
    color: var(--muted);

    font-size: 7px;
    letter-spacing: .14em;
}


/* LEFT CONTENT */
.ps-content {
    padding-block: 18px;
}

.ps-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 12px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: var(--soft-red);
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.ps-kicker:hover,
.ps-kicker:focus-visible {
    color: var(--red);
    text-decoration: none;
}

.ps-content__intro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 0px;
}

.ps-content__micro {
    color: var(--muted);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
    direction: ltr;
	display:none;
}

.ps-content__lead {
    max-width: 570px;
    margin: 0;
    color: #302c29;
    font-size: 17px;
    line-height: 2.05;
    font-weight: 650;
}

.ps-specs {
margin-top: 30px;
    padding-top: 10px;
 
}

.ps-specs__heading {
display: none;
    align-items: end;
    justify-content: flex-end;
    gap: 18px;
    margin-bottom: 21px;
    flex-direction: row-reverse;
}

.ps-specs__heading span {
    color: var(--muted);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .15em;    display: none;
}

.ps-specs__heading h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -.025em;
}

.ps-specs__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px 30px;
    margin: 0;
}

.ps-spec-item {
    min-width: 0;
}

.ps-spec-item dt {
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.ps-spec-item dd {
    margin: 0;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 800;
}



/* =========================================================
   SECTION HEAD
========================================================= */

.ps-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 34px;
    margin-bottom: 24px;
}

.ps-section-head span,
.ps-description__heading span {
    display: block;
    margin-bottom: 5px;
    color: var(--red);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .15em;
}

.ps-section-head h2,
.ps-description__heading h2 {
    margin: 0;
    font-size: clamp(27px, 3.2vw, 27px);
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -.035em;
}

.ps-section-head > p {
    max-width: 440px;
    margin: 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.9;
}


/* =========================================================
   NUTRITION — no boxes, no table lines
========================================================= */

.ps-nutrition {
    padding: 46px 0 50px;
    background: var(--paper);
}

.ps-nutrition__row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.ps-nutrition__item {
    min-height: 92px;
    padding: 17px 18px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(51, 30, 18, .035);
}

.ps-nutrition__item span {
    display: block;
    margin-bottom: 13px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
}

.ps-nutrition__item strong {
    display: block;
    color: var(--red);
    font-size: 19px;
    line-height: 1;
    font-weight: 900;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.ps-description {
    padding: 52px 0 56px;
    background: #fff;
}

.ps-description__grid {
      display: grid;
    grid-template-columns: 208px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.ps-description__text {
    max-width: 820px;
}

.ps-description__text p {
    margin: 0;
    color: #4b4541;
    font-size: 14px;
    line-height: 2.15;
    font-weight: 500;
}

.ps-description__text p + p {
    margin-top: 14px;
}


/* =========================================================
   FAQ
========================================================= */

.ps-faq {
    padding: 48px 0 60px;
    background: #fbf9f6;
	padding-bottom: 45px;
}

.ps-section-head--faq {
    margin-bottom: 12px;
}

.ps-faq__list {
    max-width: 980px;
}

.ps-faq__item {
    border-bottom: 1px solid rgba(25, 23, 21, .08);
}

.ps-faq__item summary {
    list-style: none;
    min-height: 62px;
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) 30px;
    gap: 14px;
    align-items: center;
    cursor: pointer;
}

.ps-faq__item summary::-webkit-details-marker {
    display: none;
}

.ps-faq__item summary > span:first-child {
    color: var(--red);
    font-size: 9px;
    font-weight: 900;
}

.ps-faq__item summary strong {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 800;
}

.ps-faq__item summary i {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(237,41,57,.06);
}

.ps-faq__item summary i::before,
.ps-faq__item summary i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--red);
    transform: translate(-50%, -50%);
    transition: opacity .22s ease;
}

.ps-faq__item summary i::before {
    width: 9px;
    height: 1px;
}

.ps-faq__item summary i::after {
    width: 1px;
    height: 9px;
}

.ps-faq__item[open] summary i::after {
    opacity: 0;
}

.ps-faq__answer {
    max-width: 800px;
    padding: 0 48px 16px 0;
}

.ps-faq__answer p {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    line-height: 2;
}


/* =========================================================
   SCROLL REVEAL
========================================================= */

.ps-scroll-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition:
        opacity .65s cubic-bezier(.22,.8,.22,1),
        transform .65s cubic-bezier(.22,.8,.22,1);
}

.ps-scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1080px) {
    .ps-focus__grid {
        grid-template-columns: minmax(0, .82fr) minmax(470px, 1.18fr);
        gap: 30px;
    }

    .ps-visual {
        min-height: 560px;
    }

    .ps-product-image {
        width: min(470px, 90%);
        max-height: 530px;
    }
}

@media (max-width: 860px) {
    .ps-focus__grid {
        grid-template-columns: 1fr;
    }

    .ps-visual {
        order: -1;
        min-height: 450px;
    }

    .ps-product-image {
        width: min(420px, 72vw);
        max-height: 475px;
    }

    .ps-content {
        padding-top: 0;
    }

    .ps-nutrition__row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .ps-container {
        width: min(100% - 30px, 1180px);
    }

    .ps-focus {
        padding-top: 22px;
        padding-bottom: 38px;
    }

    .ps-visual {
        min-height: 400px;
    }

    .ps-visual__word {
        font-size: 18vw;
    }

    .ps-visual__halo {
        width: 300px;
        height: 300px;
    }

    .ps-visual__ring--a {
        width: 330px;
        height: 330px;
    }

    .ps-visual__ring--b {
        width: 370px;
        height: 230px;
    }

    .ps-product-image {
        width: min(340px, 78vw);
        max-height: 390px;
    }

    .ps-visual__caption {
        display: none;
    }

    .ps-specs__grid {
        grid-template-columns: 1fr 1fr;
    }

    .ps-section-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .ps-nutrition__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ps-description__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width: 430px) {
    .ps-visual {
        min-height: 360px;
    }

    .ps-product-image {
        width: min(290px, 78vw);
        max-height: 335px;
    }

    .ps-specs__grid,
    .ps-nutrition__row {
        grid-template-columns: 1fr;
    }

    .ps-nutrition__item {
        min-height: 72px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ps-scroll-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .ps-product-image,
    .ps-visual__word,
    .ps-visual__halo,
    .ps-visual__ring,
    .ps-enter {
        opacity: 1 !important;
        transform: none !important;
    }
}


/* =========================================================
   RELATED PRODUCTS — compact editorial row
========================================================= */
.ps-related-compact {
    padding: 36px 0 52px;
    background: #fff;
    border-top: 1px solid rgba(25, 23, 21, .055);
}

.ps-related-compact__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
}

.ps-related-compact__head span {
    display: block;
    margin-bottom: 4px;
    color: var(--red);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.ps-related-compact__head h2 {
    margin: 0;
    font-size: clamp(24px, 2.8vw, 28px);
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -.035em;
}

.ps-related-compact__head > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    text-decoration: none;
    transition: color .22s ease;
}

.ps-related-compact__head > a i {
    color: var(--red);
    font-style: normal;
}

.ps-related-compact__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.ps-related-compact__card {
    min-width: 0;
    min-height: 166px;
    display: grid;
    grid-template-columns: 148px minmax(0, 1fr) 32px;
    align-items: center;
    gap: 18px;
    padding: 12px 14px;
    border: 1px solid rgba(25, 23, 21, .07);
    border-radius: 18px;
    background: #fbf9f6;
    color: var(--ink);
    text-decoration: none;
    transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}

.ps-related-compact__media {
    width: 148px;
    height: 148px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
}

.ps-related-compact__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    padding: 0;
    transition: transform .25s ease;
}

.ps-related-compact__copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.ps-related-compact__copy small {
    color: var(--red);
    font-size: 8px;
    font-weight: 800;
}

.ps-related-compact__copy strong {
    overflow: hidden;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 850;
    text-overflow: ellipsis;
}

.ps-related-compact__arrow {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(237, 41, 57, .07);
    color: var(--red);
    font-style: normal;
    font-size: 11px;
    transition: background .22s ease, color .22s ease, transform .22s ease;
}

@media (hover: hover) {
    .ps-related-compact__head > a:hover {
        color: var(--red);
    }

    .ps-related-compact__card:hover {
        transform: translateY(-2px);
        border-color: rgba(237, 41, 57, .20);
        background: #fff;
        box-shadow: 0 12px 28px rgba(45, 28, 19, .06);
    }

    .ps-related-compact__card:hover .ps-related-compact__media img {
        transform: scale(1.045);
    }

    .ps-related-compact__card:hover .ps-related-compact__arrow {
        background: var(--red);
        color: #fff;
        transform: rotate(-8deg);
    }
}

@media (max-width: 900px) {
    .ps-related-compact__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .ps-related-compact {
        padding: 30px 0 42px;
    }

    .ps-related-compact__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .ps-related-compact__grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ps-related-compact__card {
        min-height: 124px;
        grid-template-columns: 112px minmax(0, 1fr) 28px;
        border-radius: 16px;
    }

    .ps-related-compact__media {
        width: 112px;
        height: 112px;
        border-radius: 12px;
    }
}


/* 1.0.63 — FAQ without decorative ordinal numbers. */
.ps-faq__item summary{grid-template-columns:minmax(0,1fr) 30px}
