.product-page-main {
    width: 100%;
    margin: 0 auto 72px;
}

.product-section {
    width: min(1120px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
    margin-top: clamp(28px, 6vw, 72px);
}

.product-page-main > .product-gallery:first-child {
    width: min(1120px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
    margin-top: clamp(14px, 2vw, 24px);
}

.product-page-main > [data-product-detail]:first-child {
    width: min(1120px, calc(100% - 32px));
    margin: clamp(14px, 2vw, 24px) auto 0;
}

.product-page-main > [data-product-detail]:first-child > .product-gallery-with-summary {
    width: 100%;
    margin-top: 0;
}

.product-section h2 {
    margin: 0;
    color: var(--brand-deep);
    font-size: clamp(1.7rem, 3.4vw, 3rem);
    line-height: 1;
    letter-spacing: 0;
}

.product-section p {
    color: var(--muted);
    line-height: 1.68;
}

.product-section-kicker {
    margin: 0 0 10px;
    color: var(--accent);
    font-size: 0.75rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-section-head {
    display: grid;
    gap: 8px;
    max-width: 760px;
    margin-bottom: 18px;
}

.product-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.product-trust-strip article,
.product-feature-grid article,
.product-stay-grid article,
.product-process-steps article,
.product-comments-grid article,
.product-two-columns article,
.product-location,
.product-overview,
.product-video,
.product-manager,
.product-availability-calendar,
.product-final-cta {
    border: 1px solid rgba(16, 32, 56, 0.1);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(16, 32, 56, 0.07);
}

.product-trust-strip article {
    display: grid;
    gap: 4px;
    min-height: 86px;
    padding: 16px;
}

.product-trust-strip span,
.product-process-steps span,
.product-feature-grid span {
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-trust-strip strong {
    color: var(--brand-deep);
    font-size: 1rem;
    line-height: 1.25;
}

.product-overview {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(18px, 4vw, 48px);
    padding: clamp(22px, 4vw, 40px);
}

.product-overview p {
    margin: 0;
    font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.product-video {
    display: grid;
    grid-template-columns: minmax(240px, 0.52fr) minmax(0, 1fr);
    gap: clamp(18px, 4vw, 42px);
    align-items: center;
    padding: clamp(18px, 3vw, 28px);
}

.product-video-copy {
    padding: clamp(6px, 1.5vw, 14px);
}

.product-video-frame {
    overflow: hidden;
    border-radius: 14px;
    background: #0f223d;
    aspect-ratio: 16 / 9;
    box-shadow: 0 18px 46px rgba(16, 32, 56, 0.12);
}

.product-video-frame video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-related {
    display: grid;
    gap: 22px;
}

.product-related .product-section-head {
    max-width: 680px;
}

.product-related-list {
    width: 100%;
}

.product-feature-grid,
.product-stay-grid,
.product-process-steps,
.product-two-columns {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.product-feature-grid article,
.product-stay-grid article,
.product-process-steps article,
.product-two-columns article {
    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 170px;
    padding: 20px;
}

.product-feature-grid strong,
.product-stay-grid strong,
.product-process-steps strong {
    color: var(--brand-deep);
    font-size: 1.05rem;
}

.product-feature-grid p,
.product-stay-grid p,
.product-process-steps p {
    margin: 0;
}

.product-split {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1fr);
    gap: clamp(18px, 4vw, 44px);
    align-items: start;
}

.product-split > div:first-child {
    padding-top: 8px;
}

.product-check-list,
.product-location-list,
.product-chip-list {
    display: grid;
    gap: 10px;
}

.product-check-list span,
.product-location-list span,
.product-chip-list span {
    display: flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid rgba(19, 54, 111, 0.12);
    border-radius: 12px;
    padding: 10px 12px;
    color: var(--brand-deep);
    background: #f8fbff;
    font-weight: 800;
}

.product-check-list.compact span {
    min-height: 40px;
}

.product-gallery {
    position: relative;
    display: block;
}

.product-gallery-with-summary {
    --product-media-frame-height: 430px;
    --product-media-thumb-height: 209px;
    --product-media-tabs-height: 42px;
    --product-media-tabs-gap: 10px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 320px);
    gap: 16px;
    align-items: stretch;
}

.product-media-switcher {
    display: grid;
    gap: var(--product-media-tabs-gap);
    min-width: 0;
}

.product-media-panels {
    min-width: 0;
}

.product-media-panel {
    min-width: 0;
}

.product-media-panel[hidden] {
    display: none;
}

.product-gallery-with-summary .product-gallery {
    width: 100%;
    margin: 0;
}

.product-media-video,
.product-media-plan,
.product-media-virtual,
.product-media-empty {
    width: 100%;
    height: var(--product-media-frame-height);
    display: block;
    border: 0;
    border-radius: 8px;
    background: #eaf1f8;
}

.product-media-video,
.product-media-plan {
    object-fit: cover;
}

.product-media-empty {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 24px;
    color: var(--muted);
    text-align: center;
}

.product-media-empty strong {
    color: var(--brand-deep);
    font-size: 1rem;
}

.product-media-empty span {
    max-width: 320px;
    font-size: 0.9rem;
    line-height: 1.45;
}

.product-media-tabs {
    display: flex;
    gap: 8px;
    min-height: var(--product-media-tabs-height);
    overflow-x: auto;
    padding-bottom: 2px;
}

.product-media-tabs button {
    min-height: 40px;
    flex: 0 0 auto;
    padding: 0 14px;
    color: var(--muted);
    border: 1px solid rgba(16, 32, 56, 0.1);
    border-radius: 8px;
    background: #ffffff;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 850;
    cursor: pointer;
}

.product-media-tabs button.is-active {
    color: #ffffff;
    border-color: rgba(16, 35, 63, 0.08);
    background: var(--brand-deep);
    box-shadow: 0 10px 24px rgba(19, 54, 111, 0.14);
}

.product-gallery-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(140px, 0.65fr) minmax(140px, 0.65fr);
    gap: 12px;
}

.product-gallery-grid[hidden] {
    display: none;
}

.product-gallery-with-summary .product-gallery-grid {
    grid-template-columns: minmax(0, 1.38fr) minmax(150px, 0.62fr);
}

.product-gallery-item {
    position: relative;
    display: block;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #eaf1f8;
}

.product-gallery-open-frame {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.product-gallery-open-frame img {
    display: block;
    width: 100%;
    height: var(--product-media-thumb-height);
    object-fit: cover;
    transition: transform 180ms ease;
}

.product-gallery-open-frame:hover img,
.product-gallery-open-frame:focus-visible img {
    transform: scale(1.02);
}

.product-gallery-item-main {
    grid-row: span 2;
}

.product-gallery-item-main .product-gallery-open-frame img {
    height: var(--product-media-frame-height);
}

.product-gallery-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    display: inline-flex;
    gap: 8px;
}

.product-gallery-action {
    width: 38px;
    height: 38px;
}

.product-summary-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: calc(var(--product-media-frame-height) + var(--product-media-tabs-height) + var(--product-media-tabs-gap));
    padding: 14px;
    overflow: hidden;
    border: 1px solid rgba(19, 54, 111, 0.12);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(16, 32, 56, 0.07);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
}

.product-summary-sidebar-head {
    display: grid;
    gap: 6px;
}

.product-summary-sidebar-head h1 {
    margin: 0;
    color: var(--brand-deep);
    font-size: clamp(1.18rem, 1.65vw, 1.52rem);
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: normal;
}

.product-summary-sidebar-head p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.42;
}

.product-summary-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 10px 0;
    border-top: 1px solid rgba(19, 54, 111, 0.1);
    border-bottom: 1px solid rgba(19, 54, 111, 0.1);
}

.product-summary-price-value {
    color: var(--brand-deep);
    font-size: 1.48rem;
    font-weight: 950;
    line-height: 1;
}

.product-summary-price span:last-child {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 850;
}

.product-summary-facts {
    display: grid;
    gap: 8px;
    margin: 0;
}

.product-summary-facts div {
    display: grid;
    grid-template-columns: minmax(92px, max-content) minmax(0, 1fr);
    gap: 12px;
    align-items: baseline;
}

.product-summary-facts dt,
.product-summary-manager span {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-summary-facts dd {
    margin: 0;
    color: var(--text);
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.28;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: manual;
}

.product-summary-manager {
    display: grid;
    gap: 4px;
    padding-top: 4px;
}

.product-summary-manager strong {
    color: var(--brand-deep);
    font-size: 0.98rem;
}


.product-gallery-more {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: rgba(8, 23, 48, 0.56);
    font-size: clamp(1.6rem, 4vw, 3rem);
    font-weight: 900;
}

.product-gallery-caption {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 12px;
    z-index: 2;
    display: grid;
    gap: 3px;
    max-width: min(86%, 360px);
    padding: 34px 14px 14px;
    color: #ffffff;
    text-align: left;
    background: linear-gradient(180deg, rgba(5, 14, 30, 0), rgba(5, 14, 30, 0.72));
    pointer-events: none;
}

.product-gallery-caption strong,
.product-gallery-caption small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-gallery-caption strong {
    font-size: 0.96rem;
    font-weight: 900;
}

.product-gallery-caption small {
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.78rem;
    font-weight: 750;
}

.product-gallery-viewer[hidden] {
    display: none;
}

.product-gallery-viewer {
    position: relative;
    width: 100%;
    height: var(--product-media-frame-height);
    overflow: hidden;
    border-radius: 8px;
    background: #061225;
}

.product-gallery-viewer-frame {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

.product-gallery-viewer-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-gallery-viewer-frame figcaption {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: grid;
    gap: 4px;
    width: min(88%, 520px);
    padding: 48px 18px 18px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(5, 14, 30, 0), rgba(5, 14, 30, 0.76));
    font-weight: 800;
    pointer-events: none;
}

.product-gallery-viewer-frame figcaption:empty {
    display: none;
}

.product-gallery-viewer-frame figcaption strong {
    font-size: 1.05rem;
}

.product-gallery-viewer-frame figcaption span {
    color: rgba(255, 255, 255, 0.78);
}

.product-gallery-viewer-progress {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 4;
    display: grid;
    width: auto;
    min-width: 58px;
    padding: 8px 11px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    background: rgba(5, 14, 30, 0.34);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(12px);
}

.product-gallery-viewer-progress > span:first-child {
    font-size: 0.72rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
}

.product-gallery-viewer-close,
.product-gallery-viewer-nav {
    position: absolute;
    z-index: 3;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.34);
    color: #ffffff;
    background: rgba(5, 14, 30, 0.36);
    cursor: pointer;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.product-gallery-viewer-close:hover,
.product-gallery-viewer-close:focus-visible,
.product-gallery-viewer-nav:hover,
.product-gallery-viewer-nav:focus-visible {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(5, 14, 30, 0.52);
}

.product-gallery-viewer-close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    font-size: 0.96rem;
    font-weight: 900;
}

.product-gallery-viewer-close:hover,
.product-gallery-viewer-close:focus-visible {
    transform: scale(1.04);
}

.product-gallery-viewer-nav {
    top: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.7rem;
    line-height: 1;
    transform: translateY(-50%);
    background: rgba(5, 14, 30, 0.28);
}

.product-gallery-viewer-nav:hover,
.product-gallery-viewer-nav:focus-visible {
    transform: translateY(-50%) scale(1.035);
}

.product-gallery-viewer-nav span,
.product-gallery-viewer-close span {
    display: block;
    transform: translateY(-1px);
}

.product-gallery-viewer-prev {
    left: 14px;
}

.product-gallery-viewer-next {
    right: 14px;
}

.has-product-gallery-modal {
    overflow: hidden;
}

.product-gallery-modal[hidden] {
    display: none;
}

.product-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: grid;
    grid-template-columns: minmax(48px, 0.12fr) minmax(0, 1fr) minmax(48px, 0.12fr);
    align-items: center;
    gap: 16px;
    padding: clamp(16px, 4vw, 48px);
    background: rgba(4, 12, 28, 0.88);
}

.product-gallery-modal-frame {
    position: relative;
    display: grid;
    justify-items: center;
    margin: 0;
}

.product-gallery-modal-frame img {
    width: min(100%, 1180px);
    max-height: 82vh;
    border-radius: 8px;
    object-fit: contain;
    background: #061225;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
}

.product-gallery-modal-frame figcaption {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    display: grid;
    gap: 4px;
    width: min(92%, 520px);
    min-height: 0;
    padding: 46px 18px 18px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(5, 14, 30, 0), rgba(5, 14, 30, 0.76));
    font-weight: 800;
    text-align: left;
    pointer-events: none;
}

.product-gallery-modal-frame figcaption strong {
    font-size: 1.05rem;
}

.product-gallery-modal-frame figcaption span {
    color: rgba(255, 255, 255, 0.78);
}

.product-gallery-modal-close,
.product-gallery-modal-nav {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    cursor: pointer;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.product-gallery-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    font-size: 1.2rem;
    font-weight: 900;
}

.product-gallery-modal-nav {
    display: grid;
    place-items: center;
    width: 52px;
    height: 72px;
    border-radius: 999px;
    font-size: 2.6rem;
    line-height: 1;
}

.product-gallery-modal-next {
    justify-self: end;
}

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

.product-two-columns article {
    min-height: 260px;
}

.product-chip-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 8px;
}

.product-location,
.product-manager,
.product-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
    gap: clamp(18px, 4vw, 48px);
    align-items: center;
    padding: clamp(22px, 4vw, 40px);
}

.product-location p,
.product-manager p,
.product-final-cta p {
    margin-bottom: 0;
}

.product-manager article {
    display: flex;
    gap: 16px;
    align-items: center;
    min-height: 150px;
    border: 1px solid rgba(19, 54, 111, 0.12);
    border-radius: 16px;
    padding: 18px;
    background: #f8fbff;
}

.product-manager article > span {
    display: grid;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--brand-deep);
    font-size: 1.45rem;
    font-weight: 950;
    text-transform: uppercase;
}

.product-manager article > img {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 14px 30px rgba(19, 54, 111, 0.16);
}

.product-manager strong {
    display: block;
    color: var(--brand-deep);
    font-size: 1.1rem;
}

.product-manager a {
    display: inline-flex;
    margin: 8px 12px 0 0;
    color: var(--accent);
    font-weight: 850;
    text-decoration: none;
}

.product-availability-calendar {
    padding: clamp(22px, 4vw, 36px);
}

.product-availability-calendar .product-section-head {
    max-width: 720px;
}

.product-availability-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 12px 0 22px;
}

.product-availability-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(19, 54, 111, 0.12);
    border-radius: 999px;
    padding: 8px 12px;
    color: var(--brand-deep);
    background: #f8fbff;
    font-size: 0.86rem;
    font-weight: 850;
}

.product-availability-legend i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.product-availability-legend .is-free,
.product-availability-day.is-free {
    background: #dff8e8;
    color: #075f35;
}

.product-availability-legend .is-occupied,
.product-availability-day.is-occupied {
    background: #ffe1db;
    color: #9f2418;
}

.product-availability-legend .is-unavailable,
.product-availability-day.is-unavailable {
    background: #d8dee8;
    color: #3f4c5f;
}

.product-availability-months {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.product-availability-month {
    display: grid;
    gap: 12px;
    min-width: 0;
    border: 1px solid rgba(19, 54, 111, 0.1);
    border-radius: 14px;
    padding: 14px;
    background: #ffffff;
}

.product-availability-month h3 {
    margin: 0;
    color: var(--brand-deep);
    font-size: 1rem;
    font-weight: 950;
}

.product-availability-weekdays,
.product-availability-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}

.product-availability-weekdays span {
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.product-availability-day {
    display: grid;
    min-width: 0;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 900;
}

.product-availability-day.is-today {
    border-color: var(--accent);
}

.product-availability-day.is-empty {
    background: transparent;
}

.product-process-steps {
    counter-reset: process;
}

.product-process-steps span {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--brand-deep);
}

.product-comments-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.product-comments-grid article {
    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 210px;
    padding: 20px;
}

.product-comments-grid span {
    justify-self: start;
    border-radius: 999px;
    padding: 7px 10px;
    color: var(--brand-deep);
    background: #eef5ff;
    font-weight: 950;
}

.product-comments-grid p {
    margin: 0;
}

.product-comments-grid strong {
    color: var(--brand-deep);
}

.product-comments-grid small {
    color: var(--muted);
    font-weight: 800;
}

.product-faq {
    display: grid;
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(18px, 4vw, 44px);
}

.product-faq details {
    border-bottom: 1px solid rgba(16, 32, 56, 0.12);
    padding: 18px 0;
}

.product-faq details:first-child {
    padding-top: 0;
}

.product-faq summary {
    color: var(--brand-deep);
    cursor: pointer;
    font-weight: 900;
}

.product-faq details p {
    margin: 10px 0 0;
}

.product-final-cta {
    background: var(--brand-deep);
}

.product-final-cta h2,
.product-final-cta .product-section-kicker {
    color: #ffffff;
}

.product-final-cta p {
    color: rgba(255, 255, 255, 0.78);
}

.product-final-cta .button {
    justify-self: end;
}

@media (max-width: 860px) {
    .product-page-main {
        margin-top: 0;
    }

    .product-gallery-with-summary {
        --product-media-frame-height: 230px;
        --product-media-thumb-height: 230px;
    }

    .product-trust-strip,
    .product-overview,
    .product-video,
    .product-feature-grid,
    .product-split,
    .product-stay-grid,
    .product-gallery-with-summary,
    .product-gallery-grid,
    .product-two-columns,
    .product-location,
    .product-manager,
    .product-availability-months,
    .product-process-steps,
    .product-comments-grid,
    .product-faq,
    .product-final-cta {
        grid-template-columns: 1fr;
    }

    .product-gallery-item,
    .product-gallery-item-main {
        grid-row: auto;
    }

    .product-gallery-open-frame img,
    .product-gallery-item-main .product-gallery-open-frame img,
    .product-media-video,
    .product-media-plan,
    .product-media-virtual,
    .product-media-empty {
        height: 230px;
    }

    .product-summary-sidebar {
        height: auto;
        min-height: 0;
    }

    .product-gallery-modal {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .product-gallery-modal-nav {
        position: fixed;
        top: 50%;
        width: 44px;
        height: 58px;
        font-size: 2rem;
        transform: translateY(-50%);
    }

    .product-gallery-modal-prev {
        left: 12px;
    }

    .product-gallery-modal-next {
        right: 12px;
    }

    .product-final-cta .button {
        justify-self: stretch;
        text-align: center;
    }
}

@media (max-width: 560px) {
    .product-trust-strip,
    .product-chip-list {
        grid-template-columns: 1fr;
    }
}

.product-gallery img[data-active="true"] {
    outline: 3px solid rgba(19, 54, 111, 0.28);
    outline-offset: 3px;
}

.product-faq details[open] summary {
    color: var(--accent);
}
