:root {
    --ink: #171b34;
    --ink-2: #2f3449;
    --muted: #667085;
    --soft: #9298aa;
    --line: #e6e8ef;
    --line-strong: #d8dce6;
    --accent: #ff3f6c;
    --accent-deep: #f52058;
    --accent-soft: #fff4f7;
    --accent-wash: #fff8fa;
    --green: #00a66a;
    --green-soft: #eafaf4;
    --paper: #ffffff;
    --page: #f2f3f7;
    --phone: 430px;
    --shadow-xs: 0 1px 4px rgba(23, 27, 52, .05);
    --shadow-sm: 0 4px 14px rgba(23, 27, 52, .07);
    --shadow-md: 0 12px 32px rgba(23, 27, 52, .12);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    background: var(--page);
    color: var(--ink);
}

body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

button,
input {
    font: inherit;
}

button {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

svg {
    display: block;
}

.app-shell {
    width: min(100%, var(--phone));
    min-height: 100vh;
    margin: 0 auto;
    background: var(--page);
    box-shadow: 0 0 0 1px rgba(23, 27, 52, .025);
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 60;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    background: rgba(255, 255, 255, .985);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}

.icon-btn {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
}

.icon-btn:active {
    background: #f2f3f6;
}

.icon-btn svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1;
}

.site-logo {
    width: 34px;
    height: 26px;
    flex: 0 0 34px;
    display: block;
    object-fit: contain;
}

.brand-name {
    min-width: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 800;
    letter-spacing: -.015em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-actions {
    display: flex;
    align-items: center;
    gap: 1px;
}

.bag-link {
    position: relative;
}

.bag-count {
    position: absolute;
    top: -1px;
    right: -2px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--accent);
    color: #fff;
    font-size: 9px;
    font-weight: 850;
}

.bag-count[hidden] {
    display: none;
}

.gallery-section {
    background: var(--paper);
}

.gallery-viewport {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.gallery-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
}

.gallery-track::-webkit-scrollbar {
    display: none;
}

.gallery-slide {
    min-width: 100%;
    aspect-ratio: 1 / .92;
    scroll-snap-align: start;
    display: grid;
    place-items: center;
    padding: 6px 12px 0;
    background: radial-gradient(circle at 50% 42%, #fff 0, #fff 54%, #fbfbfc 100%);
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    transform: scale(1.07);
    transform-origin: center;
}

.rating-badge {
    position: absolute;
    top: 10px;
    right: 12px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid rgba(23, 27, 52, .08);
    border-radius: 999px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--shadow-sm);
    color: var(--ink);
    font-size: 11.5px;
    line-height: 1;
    font-weight: 800;
}

.rating-star {
    color: var(--green);
    font-size: 14px;
    line-height: 1;
}

.rating-separator {
    width: 1px;
    height: 16px;
    background: var(--line-strong);
}

.rating-reviews {
    color: var(--muted);
    font-weight: 650;
}

.gallery-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 7px 12px 10px;
    background: #fff;
}

.gallery-dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d6d9e1;
    cursor: pointer;
}

.gallery-dot.active {
    width: 9px;
    height: 9px;
    margin-top: -1.5px;
    background: var(--ink);
}

.section {
    margin-top: 6px;
    padding: 13px 15px;
    background: var(--paper);
}

.product-summary {
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 13px;
}

.summary-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.summary-copy {
    flex: 1;
    min-width: 0;
}

.summary-brand {
    display: none;
}

.product-title {
    margin: 0;
    color: var(--ink);
    font-size: 16px;
    line-height: 21px;
    font-weight: 780;
    letter-spacing: -.012em;
}

.summary-actions {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
}

.summary-action {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    color: var(--ink);
    box-shadow: var(--shadow-xs);
    cursor: pointer;
}

.summary-action svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.summary-action.active {
    color: var(--accent);
    border-color: #ffc0cf;
    background: var(--accent-soft);
}

.summary-action.active svg {
    fill: var(--accent);
}

.price-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 8px;
}

.price {
    color: var(--ink);
    font-size: 25px;
    line-height: 29px;
    font-weight: 850;
    letter-spacing: -.025em;
}

.mrp {
    color: var(--muted);
    font-size: 13px;
    line-height: 18px;
    font-weight: 560;
    white-space: nowrap;
}

.mrp s {
    margin-left: 4px;
    color: #777d8f;
    text-decoration-thickness: 1.4px;
}

.discount {
    padding: 3px 7px;
    border-radius: 4px;
    background: var(--accent);
    color: #fff;
    font-size: 12.5px;
    line-height: 17px;
    font-weight: 850;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(255, 63, 108, .18);
}

.tax-copy {
    margin-top: 5px;
    color: var(--green);
    font-size: 12px;
    line-height: 17px;
    font-weight: 650;
}

.seller-copy {
    display: none;
}

.offer-card {
    position: relative;
    margin-top: 12px;
    padding: 12px 12px 10px;
    border: 1px solid #ffc4d2;
    border-radius: 11px;
    background: linear-gradient(112deg, #fff9fb 0%, #fff 52%, #fff8fa 100%);
    box-shadow: 0 4px 15px rgba(255, 63, 108, .045);
}

.offer-top {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
}

.offer-kicker {
    display: none;
}

.offer-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 7px;
    border: 1px solid #d8f2e7;
    border-radius: 999px;
    background: var(--green-soft);
    color: #078c5c;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.offer-status::before {
    content: '✓';
    width: 14px;
    height: 14px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    font-size: 9px;
}

.offer-options {
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-items: center;
    gap: 0;
    padding: 18px 2px 0;
}

.offer-divider {
    width: 1px;
    height: 42px;
    background: #f0dce2;
}

.offer-option {
    padding: 3px 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
}

.offer-option strong {
    display: block;
    color: var(--accent-deep);
    font-size: 16px;
    line-height: 19px;
    font-weight: 850;
    letter-spacing: -.01em;
}

.offer-option span {
    display: block;
    margin-top: 3px;
    color: var(--ink);
    font-size: 13.5px;
    line-height: 17px;
    font-weight: 760;
}

.offer-note {
    margin: 9px 0 0;
    padding-top: 8px;
    border-top: 1px solid #f3e4e8;
    color: var(--ink-2);
    font-size: 9.5px;
    line-height: 14px;
    text-align: center;
}

.offer-note::before {
    content: '☀';
    margin-right: 6px;
    color: #ffbf00;
    font-size: 14px;
    vertical-align: -1px;
}

.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
}

.section-title {
    margin: 0;
    color: var(--ink);
    font-size: 15px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: -.01em;
}

.section-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: 0;
    background: transparent;
    color: var(--accent);
    font-size: 11px;
    line-height: 18px;
    font-weight: 800;
    cursor: pointer;
}

.section-link svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--muted);
    stroke-width: 1.6;
}

.section-subtitle {
    color: var(--accent);
    font-size: 12px;
    line-height: 17px;
    font-weight: 720;
}

.thumb-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 1px 1px 3px;
    scrollbar-width: none;
}

.thumb-list::-webkit-scrollbar {
    display: none;
}

.thumb-btn {
    width: 64px;
    height: 66px;
    flex: 0 0 64px;
    padding: 4px;
    border: 1px solid var(--line-strong);
    border-radius: 11px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.thumb-btn.active {
    border-color: var(--accent);
    box-shadow: inset 0 0 0 1px var(--accent), 0 3px 10px rgba(255, 63, 108, .08);
}

.thumb-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.size-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 1px 1px 3px;
    scrollbar-width: none;
}

.size-list::-webkit-scrollbar {
    display: none;
}

.size-btn {
    min-width: 78px;
    height: 40px;
    padding: 0 13px;
    border: 1px solid #cfd3dc;
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font-size: 12px;
    line-height: 15px;
    font-weight: 680;
    cursor: pointer;
}

.size-btn.active {
    border-color: var(--accent);
    background: var(--accent-soft);
    color: var(--accent-deep);
    box-shadow: inset 0 0 0 1px var(--accent);
}

.size-error {
    min-height: 14px;
    margin-top: 5px;
    color: #d13a53;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
}

.action-bar {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: 9px;
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 3px 10px rgba(23, 27, 52, .035);
}

.action-btn {
    height: 48px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 820;
    cursor: pointer;
}

.action-btn:disabled {
    opacity: .58;
    cursor: wait;
}

.buy-btn {
    border: 1.5px solid var(--accent);
    background: #fff;
    color: var(--accent);
}

.bag-btn {
    border: 0;
    background: linear-gradient(96deg, #ff416e, #fa1757);
    color: #fff;
    box-shadow: 0 7px 16px rgba(255, 63, 108, .20);
}

.action-btn svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 7px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
}

.variants-section,
.size-section {
    padding-top: 12px;
    padding-bottom: 12px;
}

.delivery-section,
.description-section {
    padding-top: 13px;
    padding-bottom: 13px;
}

.delivery-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #fcfdff 100%);
    box-shadow: 0 3px 12px rgba(23, 27, 52, .06);
}

.pincode-row {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 8px 10px;
    border-bottom: 1px solid var(--line);
}

.pincode-row>svg {
    width: 18px;
    height: 18px;
    flex: 0 0 32px;
    padding: 7px;
    border-radius: 10px;
    background: #f3f5ff;
    color: #5f6fca;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    box-sizing: content-box;
}

.pincode-copy {
    flex: 1;
    min-width: 0;
}

.pincode-label {
    display: none;
}

.pincode-value {
    margin: 0;
    color: var(--ink-2);
    font-size: 13px;
    line-height: 18px;
    font-weight: 520;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pincode-value::before {
    content: 'Deliver to: ';
    color: var(--muted);
    font-weight: 520;
}

.pincode-change {
    border: 0;
    background: transparent;
    color: var(--accent);
    font-size: 11px;
    line-height: 18px;
    font-weight: 800;
    cursor: pointer;
}

.pincode-form {
    display: none;
    grid-template-columns: 1fr auto;
    gap: 8px;
    width: 100%;
}

.pincode-form.active {
    display: grid;
}

.pincode-input {
    min-width: 0;
    height: 40px;
    padding: 0 11px;
    border: 1px solid #cfd0d6;
    border-radius: 8px;
    outline: none;
}

.pincode-input:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(255, 63, 108, .08);
}

.pincode-submit {
    height: 40px;
    padding: 0 14px;
    border: 0;
    border-radius: 8px;
    background: var(--accent);
    color: #fff;
    font-weight: 800;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-item {
    min-width: 0;
    display: block;
    position: relative;
    padding: 10px 3px 9px;
    text-align: center;
}

.service-item+.service-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: var(--line);
}

.service-item svg {
    width: 20px;
    height: 20px;
    margin: 0 auto 5px;
    padding: 6px;
    border-radius: 10px;
    box-sizing: content-box;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-item:nth-child(1) svg {
    color: #d97706;
    background: #fff7e8;
}

.service-item:nth-child(2) svg {
    color: #2563eb;
    background: #eef4ff;
}

.service-item:nth-child(3) svg {
    color: #7c3aed;
    background: #f5f0ff;
}

.service-title {
    color: var(--ink);
    font-size: 10.5px;
    line-height: 13px;
    font-weight: 800;
}

.service-note {
    margin-top: 3px;
    color: var(--soft);
    font-size: 8px;
    line-height: 10.5px;
}

.description-head {
    align-items: flex-start;
    margin-bottom: 5px;
}

.description-text {
    margin: 0;
    color: var(--ink-2);
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.description-text.expanded {
    display: block;
}

.description-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--accent);
    font-size: 12px;
    line-height: 19px;
    font-weight: 780;
    cursor: pointer;
}

.description-toggle::after {
    content: '⌄';
    color: var(--ink);
    font-size: 18px;
    line-height: 12px;
    transform: translateY(-2px);
}

.description-toggle.expanded::after {
    transform: rotate(180deg) translateY(1px);
}

.trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 11px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow-xs);
}

.trust-item {
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 9px 4px;
    text-align: left;
}

.trust-item+.trust-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    bottom: 9px;
    width: 1px;
    background: var(--line);
}

.trust-item svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    padding: 5px;
    border-radius: 50%;
    box-sizing: content-box;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.trust-item:nth-child(1) svg {
    color: #e11d48;
    background: #fff0f4;
}

.trust-item:nth-child(2) svg {
    color: #2563eb;
    background: #eef4ff;
}

.trust-item:nth-child(3) svg {
    color: #078c5c;
    background: #ebfaf4;
}

.trust-item span {
    color: var(--ink);
    font-size: 9px;
    line-height: 11.5px;
    font-weight: 680;
}

.similar-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 1px 0 5px;
    scrollbar-width: none;
}

.similar-scroll::-webkit-scrollbar {
    display: none;
}

.similar-card {
    width: 164px;
    flex: 0 0 164px;
    background: #fff;
}

.similar-media {
    position: relative;
    aspect-ratio: 1 / 1.06;
    border-radius: 10px;
    overflow: hidden;
    background: #f7f7f8;
}

.similar-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.similar-heart {
    position: absolute;
    right: 7px;
    top: 7px;
    width: 29px;
    height: 29px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--shadow-sm);
}

.similar-heart svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: var(--ink);
    stroke-width: 1.8;
}

.similar-copy {
    padding: 9px 1px 0;
}

.similar-brand {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 800;
}

.similar-title {
    margin: 2px 0 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.similar-price {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 800;
}

.similar-mrp {
    margin-left: 4px;
    color: var(--soft);
    font-size: 10px;
    font-weight: 500;
    text-decoration: line-through;
}

.similar-discount {
    margin-left: 5px;
    color: var(--accent);
    font-size: 10px;
    font-weight: 800;
}

.toast {
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: calc(22px + env(safe-area-inset-bottom));
    transform: translate(-50%, 20px);
    width: min(90%, 360px);
    padding: 11px 14px;
    border-radius: 8px;
    background: #282c3f;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transition: .2s ease;
}

.toast.show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.toast.error {
    background: #c62845;
}

.modal {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: none;
    align-items: flex-end;
    justify-content: center;
    padding: 18px;
    background: rgba(18, 20, 31, .58);
}

.modal.active {
    display: flex;
}

.modal-card {
    width: min(100%, 430px);
    max-height: 88vh;
    overflow: auto;
    border-radius: 16px 16px 10px 10px;
    background: #fff;
    box-shadow: var(--shadow-md);
}

.modal-head {
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.modal-title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}

.modal-close {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #f4f4f6;
}

.modal-body {
    padding: 14px;
}

.modal-body img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .app-shell {
        --phone: 460px;
    }
}

@media (max-width: 370px) {
    .gallery-slide {
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-title {
        font-size: 15.5px;
        line-height: 20px;
    }

    .summary-action {
        width: 38px;
        height: 38px;
    }

    .offer-option {
        padding-left: 4px;
        padding-right: 4px;
    }

    .offer-option strong {
        font-size: 15px;
    }

    .offer-option span {
        font-size: 13px;
    }

    .service-item {
        padding-left: 1px;
        padding-right: 1px;
    }

    .service-title {
        font-size: 9px;
        line-height: 11px;
    }

    .service-note {
        font-size: 7.2px;
        line-height: 9px;
    }

    .trust-item {
        gap: 3px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .trust-item svg {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
        padding: 4px;
    }

    .trust-item span {
        font-size: 8px;
        line-height: 10px;
    }

    .size-btn {
        min-width: 72px;
        padding: 0 10px;
    }
}

.pdp-desktop-nav {
    display: none;
}

@media (min-width: 1024px) {

    html,
    body {
        background: #f5f6fa;
    }

    body {
        padding: 24px;
    }

    .app-shell {
        width: min(100%, 1240px);
        max-width: 1240px;
        min-height: calc(100vh - 48px);
        display: grid;
        grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
        grid-template-areas:
            "header header"
            "gallery summary"
            "gallery variants"
            "gallery size"
            "gallery actions"
            "delivery description"
            "similar similar";
        align-content: start;
        gap: 18px;
        padding: 0 18px 24px;
        border-radius: 24px;
        overflow: visible;
        background: transparent;
        box-shadow: 0 18px 55px rgba(16, 24, 40, .10), 0 0 0 1px rgba(16, 24, 40, .04);
    }

    .topbar {
        grid-area: header;
        position: sticky;
        top: 0;
        height: 72px;
        margin: 0 -18px;
        padding: 0 28px;
        gap: 12px;
        border-radius: 24px 24px 0 0;
        box-shadow: 0 1px 0 rgba(23, 27, 52, .04);
    }

    .brand-mark {
        flex: 0 1 auto;
        margin-right: 18px;
    }

    .site-logo {
        width: 42px;
        height: 34px;
        flex-basis: 42px;
    }

    .brand-name {
        max-width: 220px;
        font-size: 18px;
        line-height: 22px;
    }

    .pdp-desktop-nav {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-right: auto;
    }

    .pdp-desktop-nav a {
        height: 40px;
        display: inline-flex;
        align-items: center;
        padding: 0 15px;
        border-radius: 999px;
        color: #475467;
        font-size: 13px;
        font-weight: 800;
    }

    .pdp-desktop-nav a:hover {
        background: #fff1f5;
        color: var(--accent);
    }

    .top-actions {
        margin-left: 0;
        gap: 4px;
    }

    .icon-btn {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .top-actions .icon-btn:hover,
    #backButton:hover {
        background: #fafafa;
        box-shadow: inset 0 0 0 1px var(--line);
    }

    .gallery-section {
        grid-area: gallery;
        position: relative;
        top: auto;
        align-self: start;
        overflow: hidden;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 7px 24px rgba(23, 27, 52, .07);
    }

    .gallery-slide {
        aspect-ratio: 1 / 1.02;
        padding: 24px 28px 8px;
    }

    .gallery-slide img {
        transform: none;
    }

    .rating-badge {
        top: 16px;
        right: 18px;
        min-height: 34px;
        padding: 7px 12px;
        font-size: 12.5px;
    }

    .gallery-dots {
        padding: 12px 14px 16px;
        gap: 7px;
    }

    .gallery-dot {
        width: 7px;
        height: 7px;
    }

    .gallery-dot.active {
        width: 24px;
        height: 7px;
        margin-top: 0;
        border-radius: 999px;
        background: var(--accent);
    }

    .section {
        margin-top: 0;
        padding: 20px 22px;
        border-radius: 16px;
        box-shadow: 0 5px 20px rgba(23, 27, 52, .055);
    }

    .product-summary {
        grid-area: summary;
        padding: 22px;
    }

    .variants-section {
        grid-area: variants;
    }

    .size-section {
        grid-area: size;
    }

    .delivery-section {
        grid-area: delivery;
    }

    .description-section {
        grid-area: description;
    }

    .similar-section {
        grid-area: similar;
    }

    .summary-brand {
        display: block;
        margin: 0 0 5px;
        color: var(--muted);
        font-size: 13px;
        font-weight: 750;
    }

    .product-title {
        font-size: 22px;
        line-height: 29px;
        font-weight: 800;
    }

    .summary-action {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .price-row {
        margin-top: 12px;
        gap: 9px;
    }

    .price {
        font-size: 32px;
        line-height: 36px;
    }

    .mrp {
        font-size: 15px;
    }

    .discount {
        font-size: 14px;
        padding: 4px 8px;
    }

    .tax-copy {
        margin-top: 7px;
        font-size: 13px;
    }

    .offer-card {
        margin-top: 17px;
        padding: 16px 16px 13px;
        border-radius: 14px;
    }

    .offer-options {
        padding-top: 20px;
    }

    .offer-option strong {
        font-size: 19px;
        line-height: 23px;
    }

    .offer-option span {
        font-size: 15px;
        line-height: 20px;
    }

    .offer-note {
        margin-top: 12px;
        padding-top: 10px;
        font-size: 11px;
        line-height: 16px;
    }

    .section-head {
        margin-bottom: 13px;
    }

    .section-title {
        font-size: 18px;
        line-height: 23px;
    }

    .section-link,
    .section-subtitle {
        font-size: 13px;
    }

    .thumb-list {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 10px;
        overflow: visible;
    }

    .thumb-btn {
        width: 100%;
        height: 82px;
        flex: none;
        border-radius: 12px;
    }

    .size-list {
        flex-wrap: wrap;
        overflow: visible;
        gap: 10px;
    }

    .size-btn {
        min-width: 92px;
        height: 44px;
        font-size: 13px;
    }

    .action-bar {
        grid-area: actions;
        position: static;
        z-index: auto;
        gap: 12px;
        padding: 14px;
        border: 0;
        border-radius: 16px;
        box-shadow: 0 5px 20px rgba(23, 27, 52, .055);
    }

    .action-btn {
        height: 54px;
        border-radius: 12px;
        font-size: 15px;
    }

    .delivery-card {
        border-radius: 14px;
        box-shadow: none;
    }

    .pincode-row {
        min-height: 58px;
        padding: 10px 13px;
    }

    .pincode-value {
        font-size: 14px;
    }

    .service-item {
        padding: 16px 8px 14px;
    }

    .service-item svg {
        width: 24px;
        height: 24px;
        margin-bottom: 7px;
    }

    .service-title {
        font-size: 12px;
        line-height: 15px;
    }

    .service-note {
        font-size: 9.5px;
        line-height: 12px;
    }

    .description-text {
        font-size: 13px;
        line-height: 20px;
        -webkit-line-clamp: 6;
    }

    .description-toggle {
        font-size: 13px;
    }

    .trust-row {
        margin-top: 15px;
    }

    .trust-item {
        padding: 12px 8px;
        gap: 7px;
    }

    .trust-item span {
        font-size: 10.5px;
        line-height: 13px;
    }

    .similar-scroll {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 18px;
        overflow: visible;
        padding-bottom: 0;
    }

    .similar-card {
        width: auto;
        min-width: 0;
        flex: none;
    }

    .similar-media {
        aspect-ratio: 1 / 1.02;
        border-radius: 13px;
    }

    .similar-copy {
        padding-top: 11px;
    }

    .similar-brand {
        font-size: 14px;
        line-height: 18px;
    }

    .similar-title {
        font-size: 12px;
        line-height: 16px;
    }

    .similar-price {
        font-size: 15px;
    }

    .modal {
        align-items: center;
    }

    .modal-card {
        width: min(92vw, 720px);
        border-radius: 18px;
    }
}