/*
 * Product Details — Figma frame 291:1559
 * All selectors are page-scoped so Bootstrap and legacy catalogue styles
 * cannot leak into the reconstructed Product Details components.
 */

body.page-product {
    --pd-primary: #32348f;
    --pd-secondary: #5fa8ab;
    --pd-secondary-soft: #edf5f6;
    --pd-n0: #f8fafc;
    --pd-n100: #f1f5f9;
    --pd-n200: #e2e8f0;
    --pd-n300: #cad5e2;
    --pd-n400: #90a1b9;
    --pd-n500: #62748e;
    --pd-n600: #45556c;
    --pd-n700: #314158;
    --pd-n800: #1d293d;
    --pd-n900: #0f172b;
    --pd-shadow: 0 16px 40px rgba(50, 52, 143, .07);
    min-width: 320px;
    padding: 0;
    color: var(--pd-n800);
    font-family: "Yekan Bakh FaNum";
    font-feature-settings: "ss01" 1;
}

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

.page-product button,
.page-product input,
.page-product textarea {
    font-family: inherit;
}

.page-product main {
    display: block;
    background: #fff;
}

.page-product .pd-shell {
    width: 1200px;
    max-width: calc(100% - 40px);
    height: 100%;
    margin-inline: auto;
}

.page-product .pd-button {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-inline: 20px;
    border: 0;
    border-radius: 18px;
    color: var(--pd-primary);
    background: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 800;
    white-space: nowrap;
}

.page-product .pd-button:hover {
    color: inherit;
}

.page-product .pd-button--primary {
    color: #fff;
    background: var(--pd-secondary);
    box-shadow: 0 12px 28px rgba(95, 168, 171, .26);
}

.page-product .pd-button--soft {
    color: var(--pd-secondary);
    background: var(--pd-secondary-soft);
    box-shadow: none;
}

.page-product .pd-button:disabled,
.page-product .pd-button[aria-disabled="true"] {
    cursor: wait;
    opacity: .68;
}

.page-product .pd-mobile-cart-bar {
    display: none;
}

/* Product hero */

.page-product .pd-hero {
    height: 566px;
}

.page-product .pd-hero__grid {
    display: grid;
    grid-template:
        "support summary gallery" 470px
        / 306px 454px 383px;
    column-gap: 28.5px;
    padding-block: 48px;
    direction: ltr;
}

.page-product .pd-breadcrumb {
    width: max-content;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: flex-start;
    gap: 10px;
    overflow: hidden;
    color: var(--pd-n400);
    direction: rtl;
    white-space: nowrap;
    font-size: 10px;
    line-height: 20px;
    font-weight: 325;
    letter-spacing: -.3px;
}

.page-product .pd-breadcrumb a,
.page-product .pd-breadcrumb span {
    color: inherit;
}

.page-product .pd-breadcrumb img {
    width: 12px;
    height: 12px;
    display: block;
    flex: 0 0 12px;
    transform: rotate(90deg);
}

.page-product .pd-gallery {
    grid-area: gallery;
    min-width: 0;
    height: 470px;
    direction: rtl;
}

.page-product .pd-gallery__stage {
    position: relative;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--pd-n100);
    border-radius: 41px;
    background: #fff;
}

.page-product .pd-gallery__main {
    width: 291px;
    height: 291px;
    display: block;
    object-fit: contain;
    transition: opacity .15s ease;
}

.page-product .pd-gallery__main.is-changing {
    opacity: .35;
}

.page-product .pd-gallery__actions {
    position: absolute;
    z-index: 2;
    top: 23.78px;
    right: 23.26px;
    left: auto;
    display: flex;
    gap: 9.304px;
    direction: ltr;
}

.page-product .pd-gallery__actions button {
    width: 49.619px;
    height: 49.619px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1.034px solid var(--pd-n200);
    border-radius: 12.405px;
    color: var(--pd-secondary);
    background: var(--pd-n0);
}

.page-product .pd-gallery__actions img {
    width: 24.81px;
    height: 24.81px;
    display: block;
}

.page-product .pd-gallery__actions button[aria-pressed="true"] {
    background: var(--pd-secondary-soft);
}

.page-product .pd-gallery__thumbs {
    height: 84px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-block-start: 16px;
    overflow: visible;
}

.page-product .pd-gallery__thumbs button {
    width: 100%;
    height: 84px;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--pd-n100);
    border-radius: 20px;
    background: #fff;
}

.page-product .pd-gallery__thumbs button.is-active {
    border-color: var(--pd-secondary);
    box-shadow: inset 0 0 0 1px var(--pd-secondary);
}

.page-product .pd-gallery__thumbs img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.page-product .pd-summary {
    grid-area: summary;
    min-width: 0;
    height: 470px;
    display: flex;
    flex-direction: column;
    direction: rtl;
    padding: 16px 0 12px 16px;
}

.page-product .pd-summary__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.page-product .pd-summary__head {
    height: 76px;
    display: flex;
    flex: 0 0 76px;
    flex-direction: column;
    gap: 12px;
    padding-block-start: 8px;
}

.page-product .pd-summary__head h1 {
    margin: 0;
    color: var(--pd-n900);
    font-size: 24px;
    line-height: 40px;
    font-weight: 725;
    letter-spacing: -.96px;
}

.page-product .pd-summary__meta {
    width: 100%;
    height: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    color: var(--pd-n400);
    font-size: 12px;
    line-height: 24px;
    font-weight: 325;
    letter-spacing: -.36px;
    direction: ltr;
}

.page-product .pd-summary__divider {
    width: 1px;
    height: 12px;
    display: block;
    flex: 0 0 1px;
    background: var(--pd-n300);
}

.page-product .pd-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #171717;
    direction: rtl;
    font-size: 12px;
    line-height: 24px;
    font-weight: 325;
    letter-spacing: -.36px;
}

.page-product .pd-summary__description {
    height: 56px;
    margin: 32px 0 0;
    overflow: hidden;
    color: var(--pd-n400);
    font-size: 14px;
    line-height: 28px;
    font-weight: 325;
    letter-spacing: -.42px;
}

.page-product .pd-attributes {
    height: 110px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.page-product .pd-attributes > li {
    min-width: 0;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--pd-n100);
    border-radius: 12px;
    color: var(--pd-n700);
    background: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 325;
    letter-spacing: -.36px;
}

.page-product .pd-attributes > li > span {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: var(--pd-secondary);
}

.page-product .pd-purchase {
    height: 76px;
    display: grid;
    grid-template-columns: 174px 77px 1fr;
    align-items: center;
    gap: 12px;
    margin-block-start: 32px;
    margin-block-end: 0;
    padding: 10px;
    border-radius: 24px;
    background: var(--pd-secondary-soft);
    direction: ltr;
}

.page-product .pd-purchase .pd-button {
    width: 174px;
    height: 56px;
}

.page-product .pd-purchase--unavailable {
    grid-template-columns: 174px 1fr;
}

.page-product .pd-purchase--unavailable .pd-button--unavailable {
    color: var(--pd-n600);
    background: var(--pd-n200);
    box-shadow: none;
    cursor: not-allowed;
    opacity: 1;
}

.page-product .pd-purchase--unavailable > p {
    margin: 0;
    color: var(--pd-n600);
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    direction: rtl;
}

.page-product .pd-quantity {
    width: 77px;
    height: 40px;
    display: grid;
    grid-template-columns: 24px 29px 24px;
    align-items: center;
    border: 0;
    border-radius: 0;
    overflow: visible;
    direction: ltr;
}

.page-product .pd-quantity button,
.page-product .pd-quantity input {
    width: 100%;
    height: 40px;
    min-width: 0;
    padding: 0;
    border: 0;
    color: var(--pd-n700);
    background: transparent;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    appearance: textfield;
}

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

.page-product .pd-quantity button:disabled {
    color: var(--pd-n300);
}

.page-product .pd-purchase .price--detail {
    width: auto;
    min-width: 0;
    direction: rtl;
}

.page-product .pd-purchase .price__current {
    gap: 5px;
}

.page-product .pd-purchase .price__old-row {
    min-height: 20px;
    gap: 8px;
}

.page-product .pd-purchase .price__old {
    color: var(--pd-n400);
    font-size: 12px;
    line-height: 20px;
}

.page-product .pd-purchase .price .price__discount {
    min-width: 34px;
    min-height: 18px;
    padding-inline: 6px;
    color: #fff;
    background: var(--pd-secondary);
    font-size: 10px;
    line-height: 18px;
    font-weight: 900;
}

.page-product .pd-purchase .price strong {
    color: var(--pd-n900);
    font-size: 18px;
    line-height: 32px;
    font-weight: 900;
}

.page-product .pd-purchase .price span {
    color: var(--pd-primary);
    font-size: 11px;
    line-height: 24px;
    font-weight: 700;
}

.page-product .pd-support {
    grid-area: support;
    height: 470px;
    display: grid;
    grid-template-rows: 248px 222px;
    overflow: hidden;
    border: 1px solid var(--pd-n100);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--pd-shadow);
    direction: rtl;
}

.page-product .pd-support__services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
    padding: 24px;
}

.page-product .pd-support__services article {
    min-width: 0;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 12px;
    padding-block-start: 6px;
    text-align: center;
}

.page-product .pd-support__icon {
    width: 24px;
    height: 24px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.page-product .pd-support__icon--headset {
    background-image: url("../product-detail/hero-12.svg");
}

.page-product .pd-support__icon--gift {
    background-image: url("../product-detail/service-gift.svg");
}

.page-product .pd-support__icon--bolt {
    background-image: url("../product-detail/service-bolt.svg");
}

.page-product .pd-support__icon--card {
    background-image: url("../product-detail/service-card.svg");
}

.page-product .pd-support__services p {
    display: grid;
    gap: 0;
    margin: 0;
}

.page-product .pd-support__services strong {
    color: var(--pd-n800);
    font-size: 14px;
    line-height: 28px;
    font-weight: 325;
    letter-spacing: -.42px;
}

.page-product .pd-support__services p span {
    color: var(--pd-n400);
    font-size: 10px;
    line-height: 20px;
    font-weight: 325;
    letter-spacing: -.3px;
}

.page-product .pd-support__contact {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 28px;
    background: linear-gradient(180deg, var(--pd-n0), #fff);
}

.page-product .pd-support__contact-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 54px;
}

.page-product .pd-support__contact-copy strong {
    color: var(--pd-n800);
    font-size: 16px;
    line-height: 32px;
    font-weight: 450;
    letter-spacing: -.48px;
}

.page-product .pd-support__contact-copy span {
    color: var(--pd-n400);
    font-size: 12px;
    line-height: 24px;
    font-weight: 325;
    letter-spacing: -.36px;
}

.page-product .pd-support__channels {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-block-start: 0;
    direction: ltr;
}

.page-product .pd-support__channels a {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
}

.page-product .pd-support__channels a:nth-child(1) {
    background: rgba(40, 212, 104, .2);
}

.page-product .pd-support__channels a:nth-child(2) {
    background: linear-gradient(-39.5656deg, rgba(55, 76, 236, .2) 19.799%, rgba(219, 52, 158, .2) 27.721%, rgba(238, 61, 97, .2) 72.864%, rgba(238, 174, 92, .2) 103.75%);
}

.page-product .pd-support__channels a:nth-child(3) {
    background: rgba(239, 127, 26, .2);
}

.page-product .pd-support__channels a:nth-child(4) {
    background: #eaedf5;
}

.page-product .pd-support__channels img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

/* Product rows and cards */

.page-product .pd-products-section {
    overflow: hidden;
    background: #fff;
}

.page-product .pd-products-section--similar {
    height: 625px;
    padding-block: 48px;
}

.page-product .pd-section-head,
.page-product .pd-suggestions-head {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-product .pd-section-head {
    margin-block-end: 40px;
    justify-content: flex-start;
    direction: rtl;
}

.page-product .pd-section-head .pd-button,
.page-product .pd-suggestions-head > .pd-button {
    width: 160px;
    height: 56px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 450;
    letter-spacing: -.48px;
}

.page-product .pd-section-head h2,
.page-product .pd-suggestions-head h2 {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    color: var(--pd-n800);
    font-size: 32px;
    line-height: 52px;
    font-weight: 725;
    letter-spacing: -.96px;
    white-space: nowrap;
    direction: rtl;
    flex-direction: row-reverse;
}

.page-product .pd-slider-viewport {
    height: 449px;
    overflow-x: auto;
    overflow-y: hidden;
    direction: ltr;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.page-product .pd-slider-viewport::-webkit-scrollbar {
    display: none;
}

.page-product .pd-product-slider .pd-slider-viewport {
    height: auto;
}

.page-product .pd-product-row {
    display: flex;
    gap: 16px;
    width: max-content;
    padding: 2px 2px 10px;
    direction: ltr;
}

.page-product .pd-product-slider {
    position: relative;
}

.page-product .pd-product-slider .product-slider__control {
    inset-block-start: 50%;
    z-index: 5;
}

.page-product .pd-product-slider .product-slider__control--prev {
    inset-inline-start: 12px;
}

.page-product .pd-product-slider .product-slider__control--next {
    inset-inline-end: 12px;
}

.page-product .pd-products-section--similar .pd-product-slider .pd-slider-viewport {
    width: 100%;
    margin-inline: 0;
}

.page-product .pd-products-section--similar .pd-slider-viewport {
    width: 100vw;
    margin-left: calc((1200px - 100vw) / 2);
}

.page-product .pd-product-track {
    width: max-content;
    height: 449px;
    display: flex;
    gap: 24px;
    direction: ltr;
    overflow: visible;
    margin: 0;
}

.page-product .pd-product-track .product-card {
    width: 282px;
    min-width: 282px;
    height: 449px;
    min-height: 449px;
    padding: 7px;
    border: 1px solid var(--pd-n200);
    border-radius: 32px;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
    direction: rtl;
}

.page-product .pd-product-track .product-card__image {
    width: 266px;
    height: 211px;
    border-radius: 24px;
    overflow: hidden;
    background: var(--pd-n0);
}

.page-product .pd-product-track .product-card__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.page-product .pd-product-track .product-card__body {
    height: 222px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0 0;
}

.page-product .pd-product-track .product-card__details {
    width: 100%;
    height: 70px;
    display: flex;
    flex: 0 0 70px;
    flex-direction: column;
    gap: 6px;
    padding-inline: 16px;
}

.page-product .pd-product-track .product-card h3 {
    height: 32px;
    min-height: 32px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: var(--pd-n800);
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -.54px;
    white-space: nowrap;
}

.page-product .pd-product-track .product-card__meta {
    height: 32px;
    min-height: 32px;
    padding: 0;
    direction: ltr;
}

.page-product .pd-product-track .product-card__review,
.page-product .pd-product-track .product-card__rating {
    color: var(--pd-n500);
    font-size: 16px;
    line-height: 30px;
    font-weight: 325;
    letter-spacing: -.48px;
}

.page-product .pd-product-track .product-card__category {
    color: var(--pd-n500);
    font-size: 14px;
    line-height: 28px;
    font-weight: 325;
    letter-spacing: -.42px;
    direction: rtl;
}

.page-product .pd-product-track .product-card__price-panel {
    height: 120px;
    min-height: 120px;
    flex: 0 0 120px;
    display: grid;
    grid-template-rows: 32px 52px;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 24px;
    background: var(--pd-n0);
}

.page-product .pd-product-track .product-card__availability {
    min-height: 32px;
    color: var(--pd-n600);
    background: var(--pd-n100);
    font-size: 14px;
    line-height: 28px;
    font-weight: 325;
    letter-spacing: -.42px;
}

.page-product .pd-product-track .product-card__footer {
    height: 52px;
    min-height: 52px;
    direction: ltr;
}

.page-product .pd-product-track .product-card__cart {
    width: 86px;
    height: 48px;
    flex-basis: 86px;
    border: 1px solid var(--pd-primary);
    border-radius: 14px;
    background: #fff;
}

.page-product .pd-product-track .product-card__cart .ava-icon {
    width: 28px;
    height: 28px;
}

.page-product .pd-product-track .product-card__cart-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page-product .pd-product-track .product-card__cart-icon--mobile {
    display: none;
}

.page-product .pd-product-track .product-card--suggested .product-card__cart {
    border-color: transparent;
    color: var(--pd-n400);
}

.page-product .pd-product-track .product-card--suggested .product-card__cart .ava-icon {
    width: 24px;
    height: 24px;
}

.page-product .pd-product-track .product-card--suggested:nth-child(4) .product-card__cart .ava-icon {
    width: 40px;
    height: 40px;
}

.page-product .pd-product-track .product-card--suggested .price__old-row {
    display: none;
}

.page-product .pd-product-track .product-card--suggested .price__current {
    min-height: 48px;
    align-items: center;
}

.page-product .pd-product-track .price--card {
    width: 136px;
}

.page-product .price__current {
    direction: rtl;
}

.page-product .pd-product-track .price__old-row {
    min-height: 22px;
}

.page-product .pd-product-track .price del {
    font-size: 16px;
    line-height: 30px;
    font-weight: 325;
    letter-spacing: -.48px;
}

.page-product .pd-product-track .price strong {
    color: var(--pd-n900);
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -.7px;
}

.page-product .pd-product-track .price span {
    font-size: 13.5px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -.525px;
}

.page-product .pd-products-section__mobile-more {
    display: none;
}

/* Product body */

.page-product .pd-body {
    height: auto;
    background: #fff;
}

.page-product .pd-body > .pd-shell {
    padding-block: 40px;
}

.page-product .pd-tabs {
    position: relative;
    z-index: 3;
    height: 76px;
    display: flex;
    gap: 8px;
    align-items: start;
    padding-block-end: 20px;
    border-block-end: 1px solid var(--pd-n200);
    overflow: visible;
}

.page-product .pd-tabs a {
    width: 294px;
    flex: 0 0 294px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    color: var(--pd-n500);
    font-size: 16px;
    line-height: 30px;
    font-weight: 325;
    letter-spacing: -.48px;
}

.page-product .pd-tabs a.is-active {
    gap: 11px;
    color: var(--pd-n600);
    background: var(--pd-n100);
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -.54px;
}

.page-product .pd-tab-label--mobile {
    display: none;
}

.page-product .pd-introduction {
    height: 510px;
    padding-block: 40px;
    scroll-margin-top: 12px;
}

.page-product .pd-content-heading {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-direction: row-reverse;
}

.page-product .pd-content-heading h2 {
    margin: 0;
    color: var(--pd-n900);
    font-size: 22px;
    line-height: 40px;
    font-weight: 900;
}

.page-product .pd-introduction > p {
    margin: 24px 0 0;
    color: var(--pd-n500);
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-align: justify;
}

.page-product .pd-introduction__columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-block-start: 48px;
}

.page-product .pd-introduction__columns article {
    min-width: 0;
}

.page-product .pd-introduction__columns h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    color: var(--pd-secondary);
    font-size: 20px;
    line-height: 36px;
    font-weight: 900;
    flex-direction: row-reverse;
}

.page-product .pd-introduction__columns article:first-child h3 {
    font-size: 18px;
    line-height: 32px;
}

.page-product .pd-introduction__columns p {
    margin: 0;
    color: var(--pd-n500);
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.page-product .pd-specifications {
    height: 584px;
    padding-block: 40px;
    scroll-margin-top: 12px;
}

.page-product .pd-spec-list {
    display: grid;
    gap: 16px;
    margin: 24px 0 0;
}

.page-product .pd-spec-list > div {
    height: 60px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding-inline: 24px;
    border: 1px solid var(--pd-n100);
    border-radius: 12px;
    background: #fff;
}

.page-product .pd-spec-list dt,
.page-product .pd-spec-list dd {
    margin: 0;
    color: var(--pd-n500);
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.page-product .pd-spec-list dt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-product .pd-spec-list dt > span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--pd-secondary);
}

.page-product .pd-spec-list dd {
    text-align: start;
}

.page-product .pd-reviews {
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 385px 1fr;
    align-items: start;
    gap: 48px;
    padding-block: 40px;
    direction: ltr;
    scroll-margin-top: 12px;
}

.page-product .pd-review-form,
.page-product .pd-reviews__list {
    direction: rtl;
}

.page-product .pd-review-form h2 {
    margin: 0 0 32px;
    color: var(--pd-n900);
    font-size: 26px;
    line-height: 44px;
    font-weight: 900;
}

.page-product .pd-review-form__box {
    position: relative;
    height: auto;
    padding: 16px 16px 84px;
    border: 1px solid var(--pd-n200);
    border-radius: 25px;
    background: var(--pd-n0);
}

.page-product .pd-review-form__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-block-end: 12px;
}

.page-product .pd-review-form__fields > label {
    min-width: 0;
    display: grid;
    gap: 5px;
    color: var(--pd-n400);
    font-size: 12px;
    line-height: 24px;
}

.page-product .pd-review-form__fields small {
    font-size: 9px;
}

.page-product .pd-review-form__fields input {
    width: 100%;
    height: 48px;
    padding-inline: 14px;
    border: 1px solid var(--pd-n200);
    border-radius: 14px;
    outline: 0;
    color: var(--pd-n700);
    background: #fff;
    font-size: 13px;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.page-product .pd-review-form__fields input:focus {
    border-color: var(--pd-primary);
    box-shadow: 0 0 0 3px rgba(50, 52, 143, .08);
}

.page-product .pd-review-form__fields input[aria-invalid="true"] {
    border-color: #d34a59;
}

.page-product .pd-review-form textarea {
    width: 100%;
    height: 140px;
    display: block;
    resize: none;
    padding: 8px 4px;
    border: 0;
    outline: 0;
    color: var(--pd-n700);
    background: transparent;
    font-size: 14px;
    line-height: 28px;
}

.page-product .pd-review-form textarea::placeholder {
    color: var(--pd-n400);
    opacity: 1;
}

.page-product .pd-review-form__rating {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 6px 4px 0;
    padding: 0;
    border: 0;
}

.page-product .pd-review-form__rating[hidden] {
    display: none;
}

.page-product .pd-review-form__rating legend {
    width: auto;
    margin: 0;
    color: var(--pd-n500);
    font-size: 12px;
    line-height: 24px;
}

.page-product .pd-review-form__stars {
    display: flex;
    align-items: center;
    gap: 3px;
    direction: rtl;
}

.page-product .pd-review-form__stars input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
}

.page-product .pd-review-form__stars label {
    color: var(--pd-n300);
    cursor: pointer;
    font-size: 25px;
    line-height: 30px;
    transition: color .15s ease, transform .15s ease;
}

.page-product .pd-review-form__stars label:hover,
.page-product .pd-review-form__stars label.is-selected {
    color: #f5a524;
}

.page-product .pd-review-form__stars label:hover {
    transform: translateY(-1px);
}

.page-product .pd-review-honeypot {
    position: absolute !important;
    inset-inline-start: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.page-product .pd-review-replying,
.page-product .pd-review-success {
    margin-block-end: 12px;
    padding: 10px 13px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 22px;
}

.page-product .pd-review-success {
    color: #176b52;
    background: #e8f7f1;
}

.page-product .pd-review-replying {
    color: var(--pd-primary);
    background: #eeeeff;
}

.page-product .pd-review-replying button {
    margin-inline-start: 8px;
    padding: 0;
    border: 0;
    color: #aa3043;
    background: transparent;
    font: inherit;
}

.page-product .pd-review-form__notice {
    margin: 10px 5px 0;
    color: var(--pd-n400);
    font-size: 10px;
    line-height: 20px;
}

.page-product .pd-review-form .pd-button {
    position: absolute;
    inset-inline-end: 16px;
    inset-block-end: 16px;
    width: 73px;
    min-height: 56px;
    padding: 0;
}

.page-product .pd-review-login {
    padding: 26px;
    border: 1px solid var(--pd-n200);
    border-radius: 25px;
    background: var(--pd-n0);
}

.page-product .pd-review-login h2 {
    margin-block-end: 12px;
}

.page-product .pd-review-login p {
    margin: 0 0 22px;
    color: var(--pd-n500);
    font-size: 13px;
    line-height: 27px;
}

.page-product .pd-review-login .pd-button {
    position: static;
    width: 100%;
    min-height: 52px;
    padding-inline: 18px;
}

.page-product .pd-form-error {
    position: absolute;
    inset-inline-start: 20px;
    inset-block-end: 18px;
    width: 240px;
    margin: 0;
    color: #d34a59;
    font-size: 10px;
    line-height: 18px;
}

.page-product .pd-review-form__box.is-invalid {
    border-color: #d34a59;
}

.page-product .pd-reviews__head {
    min-height: 82px;
}

.page-product .pd-reviews__head .pd-content-heading {
    justify-content: flex-end;
}

.page-product .pd-reviews__score {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-block-start: 6px;
    color: var(--pd-n500);
    direction: rtl;
    font-size: 12px;
    line-height: 24px;
}

.page-product .pd-reviews__rating {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--pd-n900);
}

.page-product .pd-reviews__rating strong {
    font-weight: 600;
}

.page-product .pd-review-cards {
    display: grid;
    gap: 26px;
    margin-block-start: 21px;
}

.page-product .pd-reviews__empty {
    display: grid;
    gap: 6px;
    padding: 46px 24px;
    border: 1px dashed var(--pd-n300);
    border-radius: 28px;
    color: var(--pd-n500);
    background: #fff;
    text-align: center;
}

.page-product .pd-reviews__empty strong {
    color: var(--pd-primary);
    font-size: 18px;
}

.page-product .pd-review-card {
    position: relative;
    height: auto;
    min-height: 0;
    display: grid;
    grid-template-rows: auto auto auto;
    align-content: start;
    gap: 10px;
    padding: 30px;
    border: 1px solid var(--pd-n200);
    border-radius: 40px;
    background: #fff;
}

.page-product .pd-review-card--reply {
    margin-inline-start: 80px;
}

.page-product .pd-review-card__head {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-inline-start: 80px;
    direction: rtl;
}

.page-product .pd-review-card__identity {
    min-width: 0;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
}

.page-product .pd-review-card__avatar {
    position: absolute;
    inset-block-start: 30px;
    inset-inline-start: 30px;
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    border: 1px solid var(--pd-n300);
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--pd-primary);
    background: #f1f2ff;
    font-size: 17px;
    font-weight: 900;
}

.page-product .pd-review-card__name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 8px;
}

.page-product .pd-review-card__name small {
    padding: 1px 7px;
    border-radius: 8px;
    color: #307477;
    background: rgba(95, 168, 171, .13);
    font-size: 9px;
    line-height: 18px;
}

.page-product .pd-review-card__name .pd-review-card__rating {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    color: #9a6500;
    background: #fff6dc;
}

.page-product .pd-review-card__head strong {
    color: var(--pd-n900);
    font-size: 15px;
    line-height: 26px;
    font-weight: 800;
}

.page-product .pd-review-card__head time {
    color: var(--pd-n400);
    font-size: 11px;
    line-height: 22px;
    direction: rtl;
}

.page-product .pd-review-card > p {
    height: auto;
    min-height: 0;
    margin: 0;
    margin-inline-start: 80px;
    white-space: pre-line;
    color: var(--pd-n500);
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.page-product .pd-review-card__reply {
    width: max-content;
    padding: 0;
    border: 0;
    color: var(--pd-primary);
    background: transparent;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    margin-inline-start: 80px;
    cursor: pointer;
    text-decoration: none;
}

.page-product .pd-products-section--suggested {
    height: 621px;
    padding-block: 40px;
    scroll-margin-top: 12px;
}

.page-product .pd-suggestions-head {
    display: grid;
    grid-template-columns: 160px 736px 224px;
    gap: 40px;
    margin-block-end: 40px;
    direction: ltr;
}

.page-product .pd-suggestions-head h2 {
    justify-content: flex-end;
    direction: rtl;
}

.page-product .pd-product-filters {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    padding: 8px 20px;
    overflow: hidden;
    border-radius: 999px;
    direction: rtl;
}

.page-product .pd-product-filters button {
    padding: 0;
    border: 0;
    color: var(--pd-n500);
    background: transparent;
    font-size: 14px;
    line-height: 28px;
    font-weight: 325;
    letter-spacing: -.42px;
}

.page-product .pd-product-filters button.is-active {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--pd-n700);
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -.54px;
}

.page-product .pd-product-filters button.is-active::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    flex: 0 0 6px;
    border-radius: 50%;
    background: var(--pd-secondary);
}

.page-product .pd-suggest-title--mobile {
    display: none;
}

/* Promotional banner */

.page-product .pd-banner-wrap {
    height: 298px;
}

.page-product .pd-banner {
    position: relative;
    height: 298px;
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: center;
    gap: 56px;
    padding: 48px 56px;
    overflow: hidden;
    border-radius: 48px;
    background:
        linear-gradient(90deg, rgba(226, 232, 240, .92), rgba(202, 213, 226, .88)),
        url("../product-detail/banner-photo-1.jpeg") center 48% / cover no-repeat;
}

.page-product .pd-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, rgba(255,255,255,.30), transparent 42%, rgba(255,255,255,.12));
}

.page-product .pd-banner__title,
.page-product .pd-banner__copy {
    position: relative;
    z-index: 1;
}

.page-product .pd-banner__title h2 {
    display: grid;
    margin: 0 0 4px;
    color: var(--pd-primary);
    font-size: 36px;
    line-height: 56px;
    font-weight: 900;
}

.page-product .pd-banner__title h2 span {
    color: var(--pd-n800);
}

.page-product .pd-banner__title p {
    margin: 0 0 12px;
    color: var(--pd-n500);
    font-size: 12px;
    line-height: 24px;
}

.page-product .pd-banner__title a {
    width: 73px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px 12px 12px 2px;
    color: #fff;
    background: var(--pd-secondary);
    font-size: 11px;
    line-height: 22px;
    font-weight: 700;
}

.page-product .pd-banner__copy {
    display: grid;
    gap: 10px;
}

.page-product .pd-banner__copy p {
    margin: 0;
    color: var(--pd-n600);
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

/* Fluid desktop/tablet */

@media (min-width: 992px) and (max-width: 1240px) {
    .page-product .pd-shell {
        width: calc(100% - 40px);
    }

    .page-product .pd-hero {
        height: auto;
        min-height: 566px;
    }

    .page-product .pd-hero__grid {
        grid-template:
            "support summary gallery" minmax(470px, auto)
            / minmax(230px, 26%) minmax(390px, 39%) minmax(300px, 32%);
        column-gap: 1.5%;
    }

    .page-product .pd-products-section--similar .pd-slider-viewport {
        width: 100vw;
        margin-left: -20px;
    }

    .page-product .pd-tabs a {
        width: calc((100% - 24px) / 4);
        min-width: 0;
        flex: 1 1 0;
    }

    .page-product .pd-suggestions-head {
        grid-template-columns: 160px minmax(0, 1fr) 224px;
        gap: 20px;
    }

    .page-product .pd-product-filters {
        gap: 18px;
        padding-inline: 8px;
    }
}

/* Mobile and compact layouts */

@media (max-width: 991px) {
    .page-product .pd-mobile-cart-bar {
        position: fixed;
        z-index: 98;
        inset-inline-start: 50%;
        inset-block-end: calc(98px + env(safe-area-inset-bottom, 0px));
        width: min(440px, calc(100% - 32px));
        height: 72px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px;
        border: 1px solid var(--pd-n200);
        border-radius: 22px;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 18px 46px rgba(20, 27, 52, .16);
        backdrop-filter: blur(14px);
        direction: ltr;
        transform: translateX(-50%);
    }

    .page-product .pd-mobile-cart-bar .pd-button {
        height: 56px;
        flex: 1 1 auto;
    }

    .page-product .pd-mobile-cart-bar .pd-quantity {
        flex: 0 0 77px;
    }

    body.page-product {
        padding-block-end: 0;
    }

    .page-product .pd-shell {
        width: 100%;
        max-width: none;
    }

    .page-product .pd-hero {
        height: 1235px;
    }

    .page-product .pd-hero__grid {
        display: grid;
        grid-template:
            "breadcrumb" 36px
            "gallery" 470px
            "summary" 379px
            "support" 302px
            / minmax(0, 1fr);
        row-gap: 16px;
        padding: 0 20px;
    }

    .page-product .pd-breadcrumb {
        grid-area: breadcrumb;
        width: max-content;
        height: 36px;
        align-items: flex-end;
        justify-content: flex-start;
        justify-self: end;
        padding-block-start: 16px;
        font-size: 10px;
        line-height: 20px;
        letter-spacing: -.3px;
    }

    .page-product .pd-gallery {
        width: 100%;
        height: 470px;
    }

    .page-product .pd-gallery__stage {
        height: 372.46px;
        border-radius: 24px;
    }

    .page-product .pd-gallery__main {
        width: 286px;
        height: 286px;
    }

    .page-product .pd-gallery__actions {
        top: 15.78px;
        right: 15.26px;
        left: auto;
    }

    .page-product .pd-gallery__actions button {
        width: 48px;
        height: 48px;
        border-radius: 12.405px;
    }

    .page-product .pd-gallery__thumbs {
        height: 81px;
        gap: 12px;
        margin-block-start: 16.54px;
    }

    .page-product .pd-gallery__thumbs button {
        height: 81px;
        border-radius: 16px;
    }

    .page-product .pd-gallery__thumbs button:not(.is-active) {
        opacity: .62;
    }

    .page-product .pd-gallery__thumbs button.is-active {
        opacity: 1;
    }

    .page-product .pd-summary {
        display: contents;
    }

    .page-product .pd-summary__content {
        grid-area: summary;
        width: 100%;
        height: 379px;
        padding: 16px 0 16px 16px;
    }

    .page-product .pd-summary__head {
        height: 76px;
        flex-basis: 76px;
        gap: 12px;
        padding: 0;
    }

    .page-product .pd-summary__head h1 {
        font-size: 24px;
        line-height: 40px;
    }

    .page-product .pd-summary__meta {
        min-height: 24px;
        font-size: 13px;
        line-height: 24px;
        font-weight: 400;
    }

    .page-product .pd-summary__description {
        height: 52px;
        margin: 24px 0;
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
    }

    .page-product .pd-attributes {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        height: 171px;
        margin: 0;
    }

    .page-product .pd-attributes > li {
        font-size: 13px;
        font-weight: 400;
    }

    .page-product .pd-attributes > li:nth-child(2) {
        order: 1;
    }

    .page-product .pd-attributes > li:nth-child(3) {
        order: 2;
    }

    .page-product .pd-attributes > li:nth-child(1) {
        order: 3;
    }

    .page-product .pd-attributes > li:nth-child(6) {
        order: 4;
    }

    .page-product .pd-attributes > li:nth-child(4) {
        order: 5;
    }

    .page-product .pd-attributes > li:nth-child(5) {
        order: 6;
    }

    .page-product .pd-purchase {
        display: none;
    }

    .page-product .pd-support {
        width: 100%;
        height: 302px;
        grid-template-rows: 144px 158px;
        border-radius: 27.739px;
    }

    .page-product .pd-support__services {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 50px);
        gap: 12px 0;
        padding: 16px 20px;
    }

    .page-product .pd-support__services article {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        padding: 0;
        text-align: start;
    }

    .page-product .pd-support__services article:nth-child(even) {
        padding-inline-start: 12px;
    }

    .page-product .pd-support__services p {
        text-align: start;
    }

    .page-product .pd-support__services strong {
        font-size: 14px;
        line-height: 28px;
    }

    .page-product .pd-support__services p span {
        font-size: 10px;
        line-height: 20px;
    }

    .page-product .pd-support__icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    .page-product .pd-support__contact {
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }

    .page-product .pd-support__contact-copy {
        height: 50px;
    }

    .page-product .pd-support__contact-copy strong {
        font-size: 15px;
        line-height: 28px;
    }

    .page-product .pd-support__contact-copy span {
        font-size: 13px;
        line-height: 24px;
    }

    .page-product .pd-support__channels {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        margin-block-start: 0;
    }

    .page-product .pd-support__channels a {
        height: 48px;
        border-radius: 12px;
    }

    .page-product .pd-products-section--similar {
        height: 639px;
        padding: 32px 20px 24px;
    }

    .page-product .pd-section-head {
        height: 40px;
        justify-content: flex-start;
        margin-block-end: 24px;
        direction: rtl;
    }

    .page-product .pd-section-head > .pd-button {
        display: none;
    }

    .page-product .pd-section-head h2,
    .page-product .pd-suggestions-head h2 {
        gap: 16px;
        font-size: 24px;
        line-height: 40px;
    }

    .page-product .pd-section-head h2 .ava-icon,
    .page-product .pd-suggestions-head h2 .ava-icon {
        width: 28px;
        height: 28px;
    }

    .page-product .pd-slider-viewport {
        width: 100%;
        height: 447px;
        margin: 0;
    }

    .page-product .pd-products-section--similar .pd-slider-viewport {
        width: calc(100% + 40px);
        margin-inline: -20px;
    }

    .page-product .pd-product-track {
        width: max-content;
        height: 447px;
        gap: 16px;
    }

    .page-product .pd-product-track .product-card {
        width: 264px;
        min-width: 264px;
        height: 447px;
        min-height: 447px;
        display: flex;
        flex: 0 0 264px;
        flex-direction: column;
        gap: 16px;
        scroll-snap-align: start;
    }

    .page-product .pd-product-track .product-card__image {
        width: 248px;
        height: 211px;
        flex: 0 0 211px;
    }

    .page-product .pd-product-track .product-card__body {
        display: contents;
    }

    .page-product .pd-product-track .product-card__details {
        width: 248px;
        height: 70px;
        flex: 0 0 70px;
        padding-inline: 16px;
    }

    .page-product .pd-product-track .product-card h3 {
        width: 216px;
        text-align: right;
        font-size: 16px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: -.54px;
    }

    .page-product .pd-product-track .product-card__meta {
        width: 216px;
        flex: 0 0 32px;
        gap: 0;
        direction: ltr;
    }

    .page-product .pd-product-track .product-card__review {
        width: 109px;
        justify-content: flex-start;
        gap: 6px;
        direction: ltr;
    }

    .page-product .pd-product-track .product-card__review,
    .page-product .pd-product-track .product-card__rating {
        font-size: 15px;
        line-height: 30px;
        font-weight: 325;
        letter-spacing: -.45px;
    }

    .page-product .pd-product-track .product-card__rating {
        gap: 6px;
    }

    .page-product .pd-product-track .product-card__category {
        font-size: 14px;
        line-height: 26px;
        font-weight: 500;
        letter-spacing: -.42px;
    }

    .page-product .pd-product-track .product-card__availability {
        width: 220px;
        height: 30px;
        min-height: 30px;
        flex: 0 0 30px;
        font-size: 14px;
        line-height: 26px;
    }

    .page-product .pd-product-track .product-card__price-panel {
        width: 248px;
        height: 118px;
        min-height: 118px;
        flex-basis: 118px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 12px 14px;
    }

    .page-product .pd-product-track .product-card__cart {
        width: 68px;
        height: 48px;
        flex-basis: 68px;
    }

    .page-product .pd-product-track .product-card__footer {
        width: 220px;
        height: 52px;
        min-height: 52px;
        display: flex;
        flex: 0 0 52px;
        align-items: center;
        justify-content: flex-start;
        gap: 16px;
        direction: ltr;
    }

    .page-product .pd-product-track .product-card__cart .ava-icon {
        width: 30px;
        height: 30px;
    }

    .page-product .pd-product-track .product-card--suggested .product-card__cart {
        border-color: var(--pd-primary);
        color: var(--pd-primary);
    }

    .page-product .pd-product-track .product-card--suggested .product-card__cart-icon--desktop {
        display: none;
    }

    .page-product .pd-product-track .product-card--suggested .product-card__cart-icon--mobile {
        display: inline-flex;
    }

    .page-product .pd-product-track .product-card--suggested .price__old-row {
        display: flex;
    }

    .page-product .pd-product-track .product-card--suggested .price__current {
        min-height: 32px;
    }

    .page-product .pd-product-track .price--card {
        width: 136px;
        height: 52px;
        min-width: 136px;
        display: flex;
        flex: 0 0 136px;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        gap: 0;
        padding: 8px 0 0 8px;
        overflow: visible;
    }

    .page-product .pd-product-track .price__old-row {
        width: 128px;
        height: 30px;
        min-height: 30px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0;
        margin-block-end: -10px;
        direction: ltr;
    }

    .page-product .pd-product-track .price del {
        height: 30px;
        display: inline-flex;
        align-items: flex-start;
        padding-block-end: 8px;
        font-size: 15px;
        line-height: 30px;
    }

    .page-product .pd-product-track .price__discount {
        position: relative;
        width: 38px;
        min-width: 38px;
        height: 20px;
        min-height: 20px;
        padding: 2px 8px 0;
        border-radius: 999px 999px 2px 999px;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: -.42px;
    }

    .page-product .pd-product-track .price__current {
        width: 128px;
        height: 32px;
        min-height: 32px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        padding-inline-end: 8px;
        direction: rtl;
    }

    .page-product .pd-product-track .price__current strong {
        flex: 0 0 auto;
    }

    .page-product .pd-product-track .price__current > span {
        width: 32px;
        height: 16px;
        display: inline-flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding-block-start: 2px;
        flex: 0 0 32px;
        line-height: 16px;
    }

    .page-product .pd-products-section__mobile-more {
        width: 100%;
        height: 56px;
        display: flex;
        margin-block-start: 24px;
    }

    .page-product .pd-products-section--similar .pd-products-section__mobile-more {
        height: 48px;
        border-radius: 14px;
    }

    .page-product .pd-body {
        height: auto;
        min-height: 0;
    }

    .page-product .pd-body > .pd-shell {
        padding: 0;
    }

    .page-product .pd-tabs {
        width: 100%;
        height: 84px;
        display: flex;
        gap: 12px;
        align-items: flex-start;
        padding: 16px 20px;
        overflow-x: auto;
        overflow-y: hidden;
        border-block-end: 1px solid var(--pd-n200);
        scrollbar-width: none;
    }

    .page-product .pd-tabs::after {
        content: "";
        position: absolute;
        top: 16px;
        left: 0;
        width: 160px;
        height: 52px;
        pointer-events: none;
        background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
    }

    .page-product .pd-tabs::-webkit-scrollbar {
        display: none;
    }

    .page-product .pd-tabs a {
        width: auto;
        min-width: 0;
        height: 52px;
        flex: 0 0 auto;
        padding-inline: 14px;
        border-radius: 12px;
        font-size: 15px;
        line-height: 30px;
        font-weight: 325;
        letter-spacing: -.45px;
    }

    .page-product .pd-tabs a.is-active {
        font-size: 16px;
        line-height: 32px;
        font-weight: 600;
        letter-spacing: -.54px;
    }

    .page-product .pd-tabs a[href="#productIntroduction"] {
        width: 102px;
    }

    .page-product .pd-tabs a[href="#productSpecifications"] {
        width: 115px;
    }

    .page-product .pd-tabs a[href="#productReviews"] {
        width: 92px;
    }

    .page-product .pd-tabs a[href="#productSuggestions"] {
        width: 123px;
    }

    .page-product .pd-tab-label--desktop {
        display: none;
    }

    .page-product .pd-tab-label--mobile {
        display: inline;
    }

    .page-product .pd-introduction {
        height: auto;
        min-height: 1118px;
        padding: 24px 20px;
    }

    .page-product .pd-content-heading {
        gap: 8px;
    }

    .page-product .pd-content-heading h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .page-product .pd-content-heading .ava-icon {
        width: 24px;
        height: 24px;
    }

    .page-product .pd-introduction > p {
        margin-block-start: 20px;
        font-size: 15px;
        line-height: 30px;
        letter-spacing: -.48px;
        word-spacing: -1.5px;
        text-align: start;
    }

    .page-product .pd-introduction__columns {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-block-start: 28px;
    }

    .page-product .pd-introduction__columns h3 {
        margin-block-end: 12px;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -.6px;
    }

    .page-product .pd-introduction__columns article:nth-child(2) h3 {
        font-size: 16px;
        letter-spacing: -.54px;
    }

    .page-product .pd-introduction__columns p {
        font-size: 15px;
        line-height: 30px;
        letter-spacing: -.48px;
        text-align: start;
    }

    .page-product .pd-specifications {
        height: 552px;
        padding: 24px 20px;
    }

    .page-product .pd-spec-list {
        gap: 16px;
        margin-block-start: 24px;
    }

    .page-product .pd-spec-list > div {
        height: 60px;
        grid-template-columns: 1fr 2fr;
        padding: 12px 24px 12px 16px;
    }

    .page-product .pd-spec-list dt {
        font-size: 15px;
        line-height: 28px;
    }

    .page-product .pd-spec-list dd {
        font-size: 14px;
        line-height: 26px;
    }

    .page-product .pd-reviews {
        height: auto;
        min-height: 0;
        display: block;
        padding: 24px 20px;
    }

    .page-product .pd-review-form {
        display: block;
        margin-block-end: 40px;
    }

    .page-product .pd-review-form h2 {
        margin-block-end: 18px;
        font-size: 22px;
        line-height: 40px;
    }

    .page-product .pd-reviews__head {
        min-height: 80px;
    }

    .page-product .pd-reviews__head .pd-content-heading,
    .page-product .pd-reviews__score {
        justify-content: flex-end;
    }

    .page-product .pd-reviews__score {
        margin-block-start: 0;
    }

    .page-product .pd-specifications .pd-content-heading,
    .page-product .pd-reviews .pd-content-heading {
        gap: 16px;
    }

    .page-product .pd-specifications .pd-content-heading h2,
    .page-product .pd-reviews .pd-content-heading h2 {
        font-size: 22px;
        line-height: 40px;
        font-weight: 725;
        letter-spacing: -.66px;
    }

    .page-product .pd-specifications .pd-content-heading .ava-icon,
    .page-product .pd-reviews .pd-content-heading .ava-icon {
        width: 28px;
        height: 28px;
    }

    .page-product .pd-review-cards {
        gap: 20px;
        margin-block-start: 24px;
    }

    .page-product .pd-review-card {
        height: auto;
        min-height: 0;
        grid-template-rows: auto auto auto;
        gap: 16px;
        padding: 20px;
        border-radius: 24px;
    }

    .page-product .pd-review-card__head {
        height: 54px;
        gap: 16px;
        padding: 0;
        direction: ltr;
    }

    .page-product .pd-review-card__identity {
        height: 54px;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        direction: rtl;
    }

    .page-product .pd-review-card__avatar {
        position: static;
        flex: 0 0 49px;
        border-radius: 8px;
    }

    .page-product .pd-review-card__head strong {
        font-size: 16px;
        line-height: 32px;
        font-weight: 450;
        letter-spacing: -.48px;
    }

    .page-product .pd-review-card__head time {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: -.36px;
    }

    .page-product .pd-review-card > p {
        height: auto;
        min-height: 0;
        margin-inline-start: 0;
    }

    .page-product .pd-review-card__reply {
        margin-inline-start: 0;
    }

    .page-product .pd-review-card--reply {
        height: auto;
        min-height: 0;
        grid-template-rows: auto auto;
        margin-inline-start: 24px;
    }

    .page-product .pd-review-card > p {
        height: auto;
        color: var(--pd-n400);
        font-size: 14px;
        line-height: 26px;
        letter-spacing: -.42px;
        text-align: right;
    }

    .page-product .pd-review-card--reply > p {
        height: auto;
    }

    .page-product .pd-review-card__reply {
        font-size: 13px;
        line-height: 20px;
        font-weight: 450;
    }

    .page-product .pd-products-section--suggested {
        height: 707px;
        padding: 32px 20px;
    }

    .page-product .pd-suggestions-head {
        height: 92px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 40px 36px;
        gap: 16px;
        margin-block-end: 24px;
    }

    .page-product .pd-suggestions-head > .pd-button {
        display: none;
    }

    .page-product .pd-suggestions-head h2 {
        grid-row: 1;
        width: 222px;
        justify-self: end;
        justify-content: flex-start;
    }

    .page-product .pd-suggest-title--desktop {
        display: none;
    }

    .page-product .pd-suggest-title--mobile {
        display: inline;
    }

    .page-product .pd-product-filters {
        width: 100%;
        height: 36px;
        justify-content: space-between;
        gap: 24px;
        padding-inline: 16px;
        overflow-x: auto;
        border: 1px solid var(--pd-n200);
        border-radius: 20px;
        white-space: nowrap;
    }

    .page-product .pd-product-filters button {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -.36px;
    }

    .page-product .pd-product-filters button.is-active {
        gap: 8px;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -.3px;
    }

    .page-product .pd-products-section--suggested .pd-products-section__mobile-more {
        margin-block-start: 24px;
    }

    .page-product .pd-banner-wrap {
        height: 530px;
        padding: 16px;
    }

    .page-product .pd-banner-wrap .pd-shell {
        height: 498px;
    }

    .page-product .pd-banner {
        width: 100%;
        height: 498px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        gap: 24px;
        padding: 32px;
        border-radius: 32px;
        background: linear-gradient(180deg, var(--pd-n200), var(--pd-n300));
    }

    .page-product .pd-banner::after {
        content: none;
    }

    .page-product .pd-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        pointer-events: none;
        background: url("../product-detail/banner-frame31.png") center bottom / 100% 100% no-repeat;
        mix-blend-mode: overlay;
    }

    .page-product .pd-banner__title {
        height: 80px;
        flex: 0 0 80px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 40px 40px;
        align-items: start;
        column-gap: 8px;
    }

    .page-product .pd-banner__title h2 {
        grid-row: 1 / 3;
        margin: 0;
        font-size: 24px;
        line-height: 40px;
        font-weight: 875;
        letter-spacing: -1.08px;
    }

    .page-product .pd-banner__title p {
        align-self: start;
        margin: 0 0 -8px;
        text-align: end;
        font-size: 16px;
        line-height: 32px;
        font-weight: 450;
        letter-spacing: -.48px;
    }

    .page-product .pd-banner__title a {
        position: relative;
        width: 68px;
        height: 28px;
        justify-self: start;
        border-radius: 14px 0 14px 14px;
        font-size: 16px;
        line-height: 30px;
        font-weight: 325;
        letter-spacing: -.48px;
    }

    .page-product .pd-banner__title a::before {
        content: "";
        position: absolute;
        inset-inline-end: 0;
        inset-block-start: -14px;
        width: 14px;
        height: 14px;
        background: var(--pd-secondary);
        clip-path: polygon(100% 0, 100% 100%, 0 100%);
    }

    .page-product .pd-banner__copy {
        gap: 0;
    }

    .page-product .pd-banner__copy p {
        font-size: 15px;
        line-height: 30px;
        font-weight: 325;
        letter-spacing: -.48px;
        text-align: start;
    }

}

@media (max-width: 374px) {
    .page-product .pd-hero__grid {
        padding-inline: 16px;
    }

    .page-product .pd-summary__head h1 {
        font-size: 22px;
    }

    .page-product .pd-attributes > li {
        padding-inline: 8px;
    }

}
