/* Product detail page. Local PT Sans, measured spacing, no catalogue overrides. */
@font-face { font-family: "FORTE Product PT Sans"; src: url("shrift/PT-Sans/pt-sans_regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "FORTE Product PT Sans"; src: url("shrift/PT-Sans/pt-sans_bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; }

.is-product-page { background: #f7f7f7; }
/* Space after the complete mobile header; this search shell is hidden on desktop. */
.is-product-page .forte-mobile-search-shell { margin-bottom: 24px; }
@media (min-width: 992px) {
    .is-product-page .container-navbar > .container-fluid.mb-30 { margin-bottom: 24px !important; }
}
.forte-pdp {
    --pdp-accent: #fc8507;
    --pdp-ink: #333;
    --pdp-muted: #8c8c8c;
    --pdp-line: #eee;
    --pdp-soft: #f7f7f7;
    --pdp-link: #007de3;
    --pdp-dock-height: 68px;
    color: var(--pdp-ink);
    font: 400 16px/1.42857 "FORTE Product PT Sans", Arial, sans-serif;
}
.forte-pdp *, .forte-pdp *::before, .forte-pdp *::after { box-sizing: border-box; }
.forte-pdp :where(button, input, textarea, select) { font: inherit; }
.forte-pdp :where(button, a, input, summary) { -webkit-tap-highlight-color: transparent; }
.forte-pdp :where(button, a, input, textarea, select, summary):focus:not(:focus-visible) { outline: none; }
.forte-pdp :where(button, a, input, textarea, select, summary):focus-visible { outline: 2px solid var(--pdp-accent); outline-offset: 3px; }
.forte-pdp [tabindex="-1"]:focus { outline: none; }
.forte-pdp :where(a) { color: var(--pdp-link); text-decoration: none; transition: color .2s ease; }
.forte-pdp a:hover { color: #d56800; text-decoration: none; }
.forte-pdp button, .forte-pdp summary { cursor: pointer; }
.forte-pdp button:disabled { cursor: not-allowed; opacity: .55; }
.forte-pdp [hidden] { display: none !important; }
.pdp-sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.pdp-icon { display: inline-block; width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.forte-pdp__container { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 10px 48px; }
/* Independent of Bootstrap's breadcrumb-item/text-dark spacing and !important colours. */
.forte-pdp__breadcrumb { position: relative; min-width: 0; margin: 0 0 4px; color: #6f6f6f; font-size: 13px; font-weight: 400; line-height: 20px; }
.forte-pdp__breadcrumb-scroll { overflow-x: auto; overflow-y: hidden; overscroll-behavior-x: contain; scrollbar-width: none; scroll-padding-inline: 8px; border-radius: 2px; }
.forte-pdp__breadcrumb-scroll::-webkit-scrollbar { display: none; }
.forte-pdp__breadcrumb-list { display: flex; align-items: center; width: max-content; min-width: 100%; margin: 0; padding: 4px 0; list-style: none; white-space: nowrap; }
.forte-pdp__breadcrumb-list > li { display: flex; align-items: center; flex: 0 0 auto; margin: 0; padding: 0; }
.forte-pdp__breadcrumb-list a { display: block; border-radius: 2px; color: #666; transition: color .3s ease; }
.forte-pdp__breadcrumb-list a:hover { color: #b95700; }
.forte-pdp__breadcrumb-list [aria-current="page"] { color: #6f6f6f; }
.forte-pdp__breadcrumb-separator { flex: 0 0 5px; width: 5px; height: 5px; margin: 0 8px; border-top: 1px solid #999; border-right: 1px solid #999; transform: rotate(45deg); }
/* Inset outlines remain visible at the edges of the scrolling viewport. */
.forte-pdp__breadcrumb-scroll:focus-visible, .forte-pdp__breadcrumb-list a:focus-visible { outline: 2px solid var(--pdp-accent); outline-offset: -1px; }
.forte-pdp__breadcrumb::before, .forte-pdp__breadcrumb::after { content: ""; position: absolute; z-index: 1; top: 0; bottom: 0; width: 24px; pointer-events: none; opacity: 0; transition: opacity .15s ease; }
.forte-pdp__breadcrumb::before { left: 0; background: linear-gradient(to right, var(--pdp-soft), transparent); }
.forte-pdp__breadcrumb::after { right: 0; background: linear-gradient(to left, var(--pdp-soft), transparent); }
.forte-pdp__breadcrumb.can-scroll-start::before, .forte-pdp__breadcrumb.can-scroll-end::after { opacity: 1; }
.forte-pdp__breadcrumb:focus-within::before, .forte-pdp__breadcrumb:focus-within::after { opacity: 0; }

/* Title is outside the white panel; on mobile it follows the image. */
.forte-pdp-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-areas: "heading heading" "gallery summary"; position: relative; min-width: 0; }
.forte-pdp-hero::before { content: ""; grid-area: 2 / 1 / 3 / 3; border-radius: 16px; background: #fff; box-shadow: 0 1px 2px #00000012; pointer-events: none; }
.forte-pdp__heading { grid-area: heading; display: flex; align-items: center; gap: 24px; min-width: 0; padding: 6px 0 24px; }
.forte-pdp__heading > div { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.forte-pdp__heading h1 { order: -1; margin: 0; color: #333; font: 700 32px/1.1 "FORTE Product PT Sans", Arial, sans-serif; overflow-wrap: anywhere; }
.forte-pdp__eyebrow { display: flex; align-items: center; gap: 8px; margin-top: 10px; color: #8c8c8c; font-size: 13px; line-height: 18px; }
.forte-pdp__share { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 12px; color: #777; background: #eee; transition: color .2s, background-color .2s; }
.forte-pdp__share span { display: none; }
.forte-pdp__share:hover { color: var(--pdp-accent); background: #fff0df; }

/* A gallery sized to its media, not stretched to the purchase column. */
.forte-pdp-gallery { grid-area: gallery; position: relative; align-self: start; min-width: 0; padding: 32px; }
.forte-pdp-gallery.has-thumbs { padding-left: 88px; }
.forte-pdp-gallery__stage { position: relative; display: flex; align-items: center; justify-content: center; height: 500px; min-width: 0; }
.forte-pdp-gallery__main { display: flex; align-items: center; justify-content: center; position: relative; width: 100%; height: 100%; padding: 12px; border: 0; border-radius: 12px; background: #fff; color: #777; touch-action: pan-y; }
.forte-pdp-gallery__main img { display: block; width: 100%; height: 100%; max-width: 500px; object-fit: contain; transition: opacity .2s ease; }
.forte-pdp-gallery__main img.is-loading, [data-gallery-modal-image].is-loading { opacity: .4; }
.forte-pdp-gallery__main > span { position: absolute; bottom: 6px; right: 6px; display: inline-flex; align-items: center; gap: 5px; padding: 7px 10px; border-radius: 8px; background: #f7f7f7; font-size: 13px; opacity: 0; transition: opacity .2s; }
.forte-pdp-gallery__stage:hover .forte-pdp-gallery__main > span, .forte-pdp-gallery__main:focus-visible > span { opacity: 1; }
.forte-pdp-gallery__thumbs { position: absolute; top: 32px; left: 24px; display: flex; flex-direction: column; gap: 8px; width: 52px; max-height: 500px; padding: 3px; overflow-y: auto; scrollbar-width: thin; }
.forte-pdp-gallery__thumb { display: flex; align-items: center; justify-content: center; flex: 0 0 44px; width: 44px; height: 44px; padding: 3px; border: 1px solid transparent; border-radius: 6px; background: #fff; transition: border-color .2s; }
.forte-pdp-gallery__thumb img { width: 100%; height: 100%; object-fit: contain; }
.forte-pdp-gallery__thumb:hover { border-color: #ddd; }
.forte-pdp-gallery__thumb.is-active { border-color: var(--pdp-accent); }
.forte-pdp-gallery__arrow, .forte-gallery-modal__arrow { position: absolute; top: 50%; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 44px; padding: 0; border: 0; border-radius: 12px; color: #666; background: #f7f7f7ed; transform: translateY(-50%); transition: color .2s, background-color .2s; }
.forte-pdp-gallery__arrow:hover, .forte-gallery-modal__arrow:hover { color: var(--pdp-accent); background: #fff0df; }
.forte-pdp-gallery__arrow.is-prev { left: 0; }
.forte-pdp-gallery__arrow.is-next { right: 0; }
.forte-pdp-gallery__meta { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 16px; min-height: 24px; margin: 12px 0 0; color: #8c8c8c; font-size: 12px; }
.forte-pdp-gallery__meta i { margin-right: 4px; }
.forte-pdp-gallery__discount { position: absolute; top: 24px; right: 24px; z-index: 2; padding: 4px 8px; border-radius: 6px; color: #dc6800; background: #fff2e5; font-size: 13px; }

.forte-pdp-summary { grid-area: summary; position: relative; align-self: start; min-width: 0; padding: 32px 32px 32px 0; }
.forte-pdp-summary__intro.has-brand { min-height: 44px; padding-right: 114px; }
/* One linked brand mark for every product type. Known artwork is framed, not stretched. */
.forte-pdp-brand { --brand-max-width: 90px; --brand-max-height: 35px; position: absolute; top: 32px; right: 32px; width: 90px; }
.forte-pdp-brand__link { display: flex; align-items: flex-start; justify-content: flex-end; width: 100%; min-width: 44px; min-height: 44px; color: #333 !important; border-radius: 4px; }
.forte-pdp-brand__art { position: relative; display: block; flex-shrink: 0; width: var(--brand-max-width); height: var(--brand-max-height); overflow: hidden; }
.forte-pdp-brand__art img { display: block; width: 100%; height: 100%; max-width: none; object-fit: contain; }
.forte-pdp-brand__art.is-normalized { width: min(var(--brand-max-width), calc(var(--brand-max-height) * var(--brand-ratio))); height: auto; aspect-ratio: var(--brand-ratio); }
.forte-pdp-brand__art.is-normalized img { position: absolute; object-fit: fill; }
.forte-pdp-brand__name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-width: 100%; color: #333; font-size: 16px; font-weight: 700; line-height: 20px; text-align: right; overflow-wrap: anywhere; }
.forte-pdp-brand__link:hover .forte-pdp-brand__name { color: #d56800; }
.forte-pdp-brand__code { display: none; }
.forte-pdp-summary__specs { margin: 0; font-size: 14px; line-height: 20px; }
.forte-pdp-summary__specs > div { display: flex; align-items: baseline; gap: 5px; min-width: 0; }
.forte-pdp-summary__specs dt { flex: 0 0 auto; margin: 0; color: #8c8c8c; font-weight: 400; }
.forte-pdp-summary__specs dd { min-width: 0; margin: 0; color: #333; font-weight: 400; overflow-wrap: anywhere; }
.forte-pdp-summary__more { display: inline-flex; align-items: center; min-height: 28px; margin-top: 4px; font-size: 14px; }
.forte-pdp-summary__more svg { width: 14px; height: 14px; }
.forte-pdp-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 16px 0; }
.forte-pdp-proof > a, .forte-pdp-compare { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 36px; margin: 0; padding: 6px 9px; color: #333; border-radius: 10px; background: #f7f7f7; font-size: 14px; font-weight: 400; line-height: 20px; white-space: nowrap; transition: color .2s, background-color .2s; }
.forte-pdp-proof > a:hover { color: #d56800; background: #fff0df; }
.forte-pdp-proof .pdp-icon { width: 17px; height: 17px; color: #aaa; }
.forte-pdp-proof .pdp-icon--star { color: var(--pdp-accent); fill: currentColor; stroke-width: 0; }
.forte-pdp-proof__divider { color: #ccc; }
.forte-pdp-compare { cursor: pointer; }
.forte-pdp-compare input { appearance: none; -webkit-appearance: none; position: relative; flex-shrink: 0; width: 16px; height: 16px; margin: 0; border: 1px solid #bbb; border-radius: 4px; background: #fff; cursor: pointer; transition: background-color .18s, border-color .18s; }
.forte-pdp-compare input:checked { border-color: var(--pdp-accent); background: var(--pdp-accent); }
.forte-pdp-compare input:checked::after { content: ""; position: absolute; top: 1px; left: 4px; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.forte-pdp-compare input:disabled { opacity: .5; cursor: wait; }
.forte-pdp-variants { padding: 0; margin: 16px 0; border: 0; }
.forte-pdp-variants legend { margin: 0 0 8px; font-size: 14px; }
.forte-pdp-variants > div { display: flex; flex-wrap: wrap; gap: 8px; }
.forte-pdp-variants button { min-height: 40px; padding: 7px 12px; border: 1px solid #ddd; border-radius: 8px; background: #fff; color: #333; font-size: 14px; transition: border-color .2s, background-color .2s; }
.forte-pdp-variants button.is-active { border-color: var(--pdp-accent); background: #fff7ec; }

/* Single purchase row. Each price is allowed to wrap; it is never ellipsised. */
.forte-pdp-buybox { display: grid; grid-template-columns: minmax(0, 1fr) 56px minmax(120px, 148px); align-items: stretch; gap: 8px; margin-top: 16px; }
.forte-pdp-buybox__price { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; min-height: 64px; padding: 10px 12px; border-radius: 12px; background: #f7f7f7; }
.forte-pdp-buybox__price > strong { color: #333; font-size: 22px; font-weight: 700; line-height: 24px; overflow-wrap: anywhere; }
.forte-pdp-buybox__price del { color: #999; font-size: 13px; line-height: 18px; }
.forte-pdp-buybox__price > span { margin-top: 3px; color: #777; font-size: 13px; line-height: 18px; }
.forte-pdp-payment-link { display: inline-flex; align-items: center; gap: 3px; min-height: 22px; padding: 0; border: 0; background: transparent; color: #666; font-size: 14px; line-height: 18px; text-align: left; }
.forte-pdp-payment-link:hover { color: var(--pdp-link); }
.forte-pdp-payment-link svg { width: 15px; height: 15px; margin-left: 4px; color: #aaa; }
.forte-pdp-buybox__actions { display: contents; }
.forte-pdp-buybox__favorite, .forte-pdp-buybox__buy { display: inline-flex; position: relative; align-items: center; justify-content: center; min-height: 64px; padding: 10px 12px; border: 0; border-radius: 12px; text-align: center; }
.forte-pdp-buybox__buy, .forte-pdp-mobile-buy__button { color: #fff; background: linear-gradient(to top, #fc8507, #ffa218); font-size: 18px; font-weight: 700; line-height: 24px; transition: box-shadow .2s, transform .12s, opacity .2s; }
.forte-pdp-buybox__buy:hover, .forte-pdp-mobile-buy__button:hover { color: #fff !important; box-shadow: inset 0 100px 0 #ffffff1a; }
.forte-pdp-buybox__buy:active, .forte-pdp-mobile-buy__button:active { transform: translateY(1px); }
.forte-pdp :is(.forte-pdp-buybox__favorite, .forte-pdp-mobile-buy__favorite) { min-width: 0; width: 100%; height: 100%; border: 0; color: #aaa; background: #f7f7f7; transition: color .2s, background-color .2s; }
.forte-pdp :is(.forte-pdp-buybox__favorite, .forte-pdp-mobile-buy__favorite) > i { display: none; }
.forte-pdp :is(.forte-pdp-buybox__favorite, .forte-pdp-mobile-buy__favorite)::before { content: ""; display: block; width: 24px; height: 24px; background: currentColor; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.6' stroke-linejoin='round' d='M12 20S3 14.5 3 8.5C3 3.5 9 2 12 6c3-4 9-2.5 9 2.5C21 14.5 12 20 12 20Z'/%3E%3C/svg%3E") center / contain no-repeat; }
.forte-pdp :is(.forte-pdp-buybox__favorite, .forte-pdp-mobile-buy__favorite).is-active::before { mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 20S3 14.5 3 8.5C3 3.5 9 2 12 6c3-4 9-2.5 9 2.5C21 14.5 12 20 12 20Z'/%3E%3C/svg%3E"); }
.forte-pdp :is(.forte-pdp-buybox__favorite, .forte-pdp-mobile-buy__favorite):hover, .forte-pdp :is(.forte-pdp-buybox__favorite, .forte-pdp-mobile-buy__favorite).is-active { color: var(--pdp-accent); background: #fff0df; }
.forte-pdp .is-wishlist-loading::before { opacity: 0; }
.forte-pdp .is-cart-loading { cursor: wait; color: transparent; }
.forte-pdp .is-cart-loading > * { visibility: hidden; }
.forte-pdp .is-cart-loading::after { content: ""; position: absolute; top: 50%; left: 50%; width: 20px; height: 20px; margin: -10px; border: 2px solid #fff; border-right-color: transparent; border-radius: 50%; animation: pdp-spin .6s linear infinite; }
.forte-pdp .is-in-cart { background: #edf8ef; color: #268548; }
.forte-pdp .is-in-cart:hover { color: #268548 !important; }
@keyframes pdp-spin { to { transform: rotate(360deg); } }

.forte-pdp-delivery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
.forte-pdp-delivery > button, .forte-pdp-delivery > div { display: flex; align-items: center; gap: 8px; min-width: 0; min-height: 72px; padding: 10px; border: 0; border-radius: 12px; background: #f7f7f7; text-align: left; }
.forte-pdp-delivery > button { transition: background-color .2s; }
.forte-pdp-delivery > button:hover { background: #fff0df; }
.forte-pdp-delivery > * > svg { width: 22px; height: 22px; color: var(--pdp-accent); }
.forte-pdp-delivery > * > span { min-width: 0; }
.forte-pdp-delivery strong, .forte-pdp-delivery small { display: block; font-size: 14px; line-height: 18px; font-weight: 400; overflow-wrap: anywhere; }
.forte-pdp-delivery small { margin-top: 3px; color: #737373; }
.forte-pdp-delivery button small { color: var(--pdp-link); }
.forte-pdp-warranty { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; margin: 16px 0; font-size: 14px; }
.forte-pdp-warranty svg { color: #399b60; width: 18px; height: 18px; }
.forte-pdp-warranty strong { font-weight: 400; }
.forte-pdp-warranty a { margin-left: auto; }
.forte-pdp-disclosure { overflow: hidden; border-top: 1px solid #eee; }
.forte-pdp-disclosure > summary { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 46px; padding: 10px 0; list-style: none; color: #4e4e4e; font-size: 14px; }
.forte-pdp-disclosure > summary::-webkit-details-marker { display: none; }
.forte-pdp-disclosure summary > svg, .forte-pdp-disclosure summary > i:last-child { width: 14px; height: 14px; transition: transform .22s; }
.forte-pdp-disclosure[open] summary > svg, .forte-pdp-disclosure[open] summary > i:last-child { transform: rotate(180deg); }
.forte-pdp-disclosure summary small { color: #d56800; font-size: 13px; }
.forte-pdp-stores summary > b { margin-left: auto; font-size: 13px; font-weight: 400; color: #888; }
.forte-pdp-stores summary span i { margin-right: 5px; color: #888; }
.forte-pdp-services { display: grid; gap: 8px; margin: 0; padding: 0 0 12px; border: 0; }
.forte-pdp-services label { display: grid; grid-template-columns: 18px minmax(0, 1fr) auto; align-items: center; gap: 10px; margin: 0; padding: 12px; border: 1px solid #eee; border-radius: 10px; cursor: pointer; }
.forte-pdp-services input { width: 18px; height: 18px; margin: 0; accent-color: #fc8507; }
.forte-pdp-services b { font-size: 14px; font-weight: 400; }
.forte-pdp-services small { display: block; margin-top: 4px; font-size: 13px; line-height: 18px; color: #888; }
.forte-pdp-services strong { font-size: 14px; font-weight: 400; white-space: nowrap; }
.forte-pdp-services label:has(input:checked) { border-color: #fc8507; background: #fffaf4; }
.forte-pdp-stores article { display: grid; grid-template-columns: 18px minmax(0, 1fr) auto auto; align-items: center; gap: 10px; padding: 12px 0; border-top: 1px solid #f2f2f2; font-size: 14px; }
.forte-pdp-stores article > i { color: #bbb; }
.forte-pdp-stores article strong, .forte-pdp-stores article small { display: block; }
.forte-pdp-stores article small { margin-top: 3px; color: #888; font-size: 13px; }
.forte-pdp-stores article b { font-weight: 400; color: #888; }
.forte-pdp-stores article b.is-stock { color: #2b8d50; }

/* Horizontal recommendations are subordinate to the actual product. */
.product-rail, .product-category-upsells { margin-top: 24px; padding: 24px 32px; border-radius: 16px; background: #fff; box-shadow: 0 1px 2px #00000012; }
.product-rail__header, .product-category-upsells > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.product-rail__eyebrow, .forte-pdp-content__eyebrow { display: none; }
.product-rail__header h2, .product-category-upsells h2 { margin: 0; color: #333; font: 700 24px/1.3 "FORTE Product PT Sans", Arial, sans-serif; }
.product-rail__header p, .product-category-upsells header p { margin: 5px 0 0; color: #888; font-size: 14px; }
.product-rail__navigation { display: flex; gap: 8px; }
.product-rail__navigation button { width: 36px; height: 36px; border: 0; border-radius: 10px; color: #888; background: #f7f7f7; }
.product-rail__navigation button:hover { color: #fc8507; background: #fff0df; }
.product-rail__track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 80px) / 5); gap: 20px; min-width: 0; overflow-x: auto; padding: 3px 3px 8px; margin: -3px; scroll-snap-type: x proximity; scroll-behavior: smooth; overscroll-behavior-inline: contain; scrollbar-width: thin; }
.product-rail-card { display: grid; grid-template-rows: 150px 1fr auto; gap: 12px; min-width: 0; padding: 8px 0; scroll-snap-align: start; }
.product-rail-card__image { position: relative; display: flex; align-items: center; justify-content: center; }
.product-rail-card__image img { width: 100%; height: 100%; object-fit: contain; }
.product-rail-card__stock { display: none; }
.product-rail-card__body { display: flex; flex-direction: column; min-width: 0; }
.product-rail-card__title { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 60px; color: #333 !important; font-size: 14px; line-height: 20px; }
.product-rail-card__title:hover { color: #d56800 !important; }
.product-rail-card__price { margin-top: auto; padding-top: 12px; }
.product-rail-card__price strong { display: block; font-size: 18px; line-height: 24px; overflow-wrap: anywhere; }
.product-rail-card__price del { display: block; color: #999; font-size: 13px; }
.product-rail-card__actions { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 8px; }
.product-rail-card__actions button, .product-rail-card__more { display: flex; align-items: center; justify-content: center; min-height: 40px; padding: 6px 8px; border: 0; border-radius: 10px; background: #f7f7f7; color: #777; font-size: 14px; }
.product-rail-card__actions .is-active { color: #fc8507; }
.product-rail-card__buy i { display: none; }
.product-rail-card__actions .product-rail-card__buy { position: relative; background: #fff3e5; color: #d56800; }
.product-rail-card__more:hover { background: #eee; }

/* DNS-style recommendation cards; other product rails keep their existing layout. */
.product-rail--expandable { position: relative; z-index: 1; }
.product-rail--expandable:has(.product-rail-card:hover), .product-rail--expandable:focus-within { z-index: 2; }
.product-rail--expandable .product-rail-card { position: relative; display: flex; flex-direction: column; padding: 0; border-radius: 16px; isolation: isolate; }
.product-rail-card__main { display: flex; flex: 1; flex-direction: column; gap: 8px; padding: 12px; }
.product-rail--expandable .product-rail-card__image { flex: 0 0 160px; height: 160px; }
.product-rail--expandable .product-rail-card__body { gap: 8px; }
.product-rail--expandable .product-rail-card__price { order: -1; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; margin: 4px 0 0; padding: 0; }
.product-rail--expandable .product-rail-card__price strong { font-size: 16px; line-height: 21px; }
.product-rail--expandable .product-rail-card__price del { font-size: 12px; line-height: 18px; }
.product-rail--expandable .product-rail-card__title { min-height: 40px; height: 40px; -webkit-line-clamp: 2; }
.product-rail-card__reveal { display: grid; gap: 8px; padding: 0 12px 12px; }
.product-rail-card__stat { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; min-height: 36px; font-size: 13px; line-height: 20px; }
.product-rail-card__compare, .product-rail-card__rating { display: inline-flex; align-items: center; justify-content: center; gap: 5px; min-height: 36px; margin: 0; padding: 6px; border-radius: 8px; background: #f7f7f7; color: #333; font-weight: 400; white-space: nowrap; }
.product-rail-card__compare { cursor: pointer; }
.product-rail-card__compare input { appearance: none; -webkit-appearance: none; position: relative; width: 16px; height: 16px; margin: 0; border: 1px solid #bbb; border-radius: 4px; background: #fff; cursor: pointer; flex-shrink: 0; }
.product-rail-card__compare input:checked { border-color: #fc8507; background: #fc8507; }
.product-rail-card__compare input:checked::after { content: ""; position: absolute; top: 1px; left: 4px; width: 5px; height: 9px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.product-rail-card__compare input:disabled { opacity: .5; cursor: wait; }
.product-rail-card__rating .pdp-icon { width: 14px; height: 14px; color: #fc8507; fill: currentColor; stroke: none; }
.product-rail-card__rating-divider { color: #bbb; }
.product-rail--expandable .product-rail-card__actions { grid-template-columns: minmax(0, 1fr) 44px; gap: 5px; }
.product-rail--expandable .product-rail-card__actions > .product-rail-card__favorite, .product-rail--expandable .product-rail-card__actions > .wishlist-vue-host { grid-column: 2; grid-row: 1; width: 44px; height: 44px; }
.product-rail--expandable .product-rail-card__actions > .product-rail-card__buy, .product-rail--expandable .product-rail-card__actions > .product-rail-card__more { grid-column: 1; grid-row: 1; }
.product-rail--expandable .product-rail-card__actions button, .product-rail--expandable .product-rail-card__more { width: 100%; min-height: 44px; padding: 10px; border-radius: 12px; font-size: 16px; line-height: 24px; }
.product-rail--expandable .product-rail-card__actions .product-rail-card__buy { color: #fff; background: linear-gradient(to top, #fc8507, #ffa218); transition: box-shadow .2s; }
.product-rail--expandable .product-rail-card__buy:hover { box-shadow: inset 0 100px 0 #ffffff1a; }
.product-rail--expandable .product-rail-card__buy.is-cart-loading { color: transparent; }
.product-rail--expandable .product-rail-card__buy.is-in-cart { color: #268548; background: #edf8ef; }
.product-rail--expandable .product-rail-card__favorite { color: #aaa; }
.product-rail--expandable .product-rail-card__favorite:hover, .product-rail--expandable .product-rail-card__favorite.is-active { color: #fc8507; background: #fff0df; }

@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
    /* Keep the revealed buttons clear of the following section's heading. */
    .product-rail--expandable { padding-bottom: var(--rail-clearance, 80px); }
    /* A fixed scrolling gutter holds the overlay; its negative margin prevents layout shifts.
       Empty overlay space passes pointer events to the next section, unlike the cards themselves. */
    .product-rail--expandable .product-rail__track { --rail-bleed: 164px; align-items: stretch; padding: 24px 16px var(--rail-bleed); margin: -24px -16px calc(-1 * var(--rail-bleed)); scrollbar-width: none; pointer-events: none; }
    .product-rail--expandable .product-rail__track::-webkit-scrollbar { display: none; }
    .product-rail--expandable .product-rail-card { pointer-events: auto; scroll-margin-inline: 16px; }
    .product-rail--expandable .product-rail-card::before { content: ""; position: absolute; z-index: -1; inset: 0 0 calc(4px - var(--rail-reveal-height, 100px)); border-radius: 16px; background: #fff; box-shadow: 0 20px 40px #00000014, 0 4px 4px #0000000a, 0 0 0 1px #0000000a; opacity: 0; pointer-events: none; transition: opacity .15s ease; }
    .product-rail--expandable .product-rail-card__reveal { position: absolute; top: calc(100% - 4px); left: 0; right: 0; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-4px); transition: opacity .15s ease, transform .15s ease; }
    .product-rail--expandable .product-rail-card:not(.is-reveal-dismissed):is(:hover, :focus-within, .is-reveal-busy) { z-index: 3; }
    .product-rail--expandable .product-rail-card:not(.is-reveal-dismissed):is(:hover, :focus-within, .is-reveal-busy)::before { opacity: 1; }
    .product-rail--expandable .product-rail-card:not(.is-reveal-dismissed):is(:hover, :focus-within, .is-reveal-busy) .product-rail-card__reveal { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
}
@media (max-width: 991px) {
    .product-rail--expandable .product-rail-card__image { flex-basis: 120px; height: 120px; }
}
@media (min-width: 576px) and (max-width: 991px) {
    .product-rail--expandable .product-rail__track { grid-auto-columns: minmax(180px, calc((100% - 40px) / 3)); }
}
.product-category-upsells__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.product-category-upsells__grid > a { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; min-width: 0; padding: 16px; border-radius: 12px; background: #f7f7f7; color: #333; }
.product-category-upsells__grid svg { width: 60px; height: 60px; }
.product-category-upsells__grid small { margin-top: auto; font-size: 13px; color: var(--pdp-link); }

/* The navigation remains stable; price / purchase has its own dock. */
.forte-pdp-tabs { position: sticky; top: var(--pdp-dock-height); z-index: 20; display: flex; align-items: center; gap: 24px; min-height: 58px; padding: 0 24px; margin-top: 24px; border-bottom: 1px solid #eee; border-radius: 12px; background: #fffffff5; box-shadow: 0 1px 2px #00000012; overflow-x: auto; scrollbar-width: none; }
.forte-pdp-tabs::-webkit-scrollbar { display: none; }
.forte-pdp-tabs a { display: inline-flex; align-items: center; flex-shrink: 0; gap: 6px; min-height: 58px; color: #777; border-bottom: 2px solid transparent; font-size: 16px; }
.forte-pdp-tabs a.is-active { color: #333; border-bottom-color: #fc8507; }
.forte-pdp-tabs span, .forte-pdp-community h2 span { color: #999; font-size: 14px; font-weight: 400; }
.forte-pdp-content, .forte-pdp-specifications, .forte-pdp-community__section, .forte-pdp-evidence > section { margin-top: 24px; padding: 32px; border-radius: 16px; background: #fff; box-shadow: 0 1px 2px #00000012; scroll-margin-top: 140px; }
.forte-pdp-content h2, .forte-pdp-specifications h2, .forte-pdp-community h2, .forte-pdp-evidence h2 { margin: 0; color: #333; font: 700 24px/1.3 "FORTE Product PT Sans", Arial, sans-serif; }
.forte-pdp-content { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 48px; align-items: start; }
.forte-pdp-content__copy { min-width: 0; }
.forte-pdp-content__copy > p { margin: 18px 0 0; font-size: 16px; line-height: 1.5; white-space: pre-line; overflow: hidden; }
.forte-pdp-text-toggle { display: inline-flex; min-height: 36px; align-items: center; padding: 4px 0; margin-top: 6px; border: 0; background: transparent; color: var(--pdp-link); font-size: 14px; }
.forte-pdp-service-points { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 20px; font-size: 13px; color: #777; }
.forte-pdp-service-points i { margin-right: 4px; color: #459a63; }
.forte-pdp-content__help { display: flex; gap: 12px; padding: 20px; border-radius: 12px; background: #f7f7f7; }
.forte-pdp-content__help > i { color: #aaa; }
.forte-pdp-content__help strong { font-size: 16px; }
.forte-pdp-content__help p { margin: 8px 0; color: #888; font-size: 14px; line-height: 20px; }
.forte-pdp-content__help a { font-size: 14px; }
.forte-pdp-evidence { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr)); gap: 24px; }
.forte-pdp-evidence header > p { margin: 6px 0 0; color: #999; font-size: 13px; }
.forte-price-history { display: flex; align-items: end; gap: 16px; height: 160px; margin-top: 24px; padding: 22px 30px 0; overflow-x: auto; }
.forte-price-history > span { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; flex: 0 0 72px; height: var(--history-height); }
.forte-price-history i { display: block; width: 40px; height: 100%; min-height: 12px; border-radius: 6px 6px 0 0; background: #ffb763; }
.forte-price-history b { position: absolute; top: -20px; font-size: 12px; font-weight: 400; white-space: nowrap; }
.forte-price-history small { font-size: 12px; color: #999; }
.forte-price-history__range { margin: 18px 0 0; color: #888; font-size: 13px; }
.forte-product-documents { display: grid; gap: 12px; margin-top: 18px; }
.forte-product-documents a { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 10px; background: #f7f7f7; }
.forte-product-documents a > span { flex: 1; min-width: 0; }
.forte-product-documents strong { display: block; font-size: 14px; font-weight: 400; }
.forte-product-documents small { display: block; margin-top: 3px; font-size: 12px; color: #999; }
.forte-pdp-specifications__body { overflow: hidden; }
.forte-pdp-spec-group { padding-top: 28px; }
.forte-pdp-spec-group.is-collapsible { display: none; }
.forte-pdp-specifications.is-expanded .forte-pdp-spec-group.is-collapsible { display: block; }
.forte-pdp-spec-group h3 { margin: 0 0 16px; font: 700 18px/24px "FORTE Product PT Sans", Arial, sans-serif; color: #333; }
.forte-pdp-spec-group dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 48px; margin: 0; }
.forte-pdp-spec-group dl > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: baseline; gap: 12px; font-size: 16px; line-height: 23px; }
.forte-pdp-spec-group dt { margin: 0; font-weight: 400; color: #8c8c8c; overflow-wrap: anywhere; }
.forte-pdp-spec-group dd { margin: 0; color: #333; overflow-wrap: anywhere; }
.forte-pdp-specifications__toggle { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; min-height: 48px; padding: 10px 16px; margin-top: 24px; border: 0; border-radius: 12px; background: #f7f7f7; color: #333; font-size: 16px; transition: background-color .2s; }
.forte-pdp-specifications__toggle:hover { background: #eee; }
.forte-pdp-specifications__toggle i { font-size: 12px; transition: transform .22s; }
.forte-pdp-specifications.is-expanded .forte-pdp-specifications__toggle i { transform: rotate(180deg); }

.forte-pdp-community { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.forte-pdp-community__section { min-width: 0; }
.forte-pdp-community__section > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.forte-pdp-community__section > header > button { min-height: 42px; padding: 8px 16px; border: 1px solid #ddd; border-radius: 10px; background: #fff; color: #333; font-size: 14px; transition: border-color .2s, color .2s; }
.forte-pdp-community__section > header > button:hover { color: #d56800; border-color: #fc8507; }
.forte-community-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 180px; padding: 24px; text-align: center; background: #f7f7f7; border-radius: 12px; }
.forte-community-empty > i { margin-bottom: 12px; font-size: 24px; color: #b9b9b9; }
.forte-community-empty strong { font-size: 18px; }
.forte-community-empty p { max-width: 340px; margin: 8px 0 0; color: #888; font-size: 14px; }
.forte-community-form { display: grid; gap: 16px; padding: 20px; margin: 0 0 20px; border: 1px solid #eee; border-radius: 12px; }
.forte-community-form > label { display: grid; gap: 6px; margin: 0; color: #777; font-size: 14px; }
.forte-community-form input:not([type=radio]), .forte-community-form textarea { width: 100%; min-width: 0; padding: 10px 12px; color: #333; background: #fff; border: 1px solid #ddd; border-radius: 8px; font-size: 16px; }
.forte-community-form textarea { resize: vertical; min-height: 112px; }
.forte-community-form__honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; clip-path: inset(50%); overflow: hidden; }
.forte-community-form fieldset { padding: 0; margin: 0; border: 0; }
.forte-community-form legend { font-size: 14px; color: #777; }
.forte-rating-input { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 6px; }
.forte-rating-input input { position: absolute; width: 1px; height: 1px; clip-path: inset(50%); }
.forte-rating-input label { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; margin: 0; font-size: 24px; color: #ccc; cursor: pointer; border-radius: 6px; }
.forte-rating-input input:checked ~ label, .forte-rating-input label:hover, .forte-rating-input label:hover ~ label { color: #fc8507; }
.forte-rating-input input:focus-visible + label { outline: 2px solid #fc8507; outline-offset: 2px; }
.forte-community-form__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.forte-community-form__actions button { min-height: 42px; padding: 10px 16px; border: 0; border-radius: 10px; background: #fc8507; color: #fff; font-size: 14px; }
.forte-community-form__actions span { font-size: 14px; color: #318a4c; }
.forte-community-form__actions span.is-error { color: #b73b37; }
.forte-community-list { display: grid; gap: 20px; }
.forte-community-list > article { padding-top: 20px; border-top: 1px solid #eee; }
.forte-community-list > article > header { display: flex; justify-content: space-between; gap: 12px; }
.forte-community-list time { color: #999; font-size: 13px; }
.forte-community-list p { margin: 12px 0 0; font-size: 16px; line-height: 24px; overflow-wrap: anywhere; }
.forte-community-stars { margin-top: 8px; color: #fc8507; font-size: 14px; }
.forte-community-answer { margin-top: 16px; padding: 16px; border-radius: 10px; background: #f7f7f7; }
.forte-community-answer strong { color: #388b53; font-size: 14px; }

/* One shared dock keeps wishlist and product variants in sync on every screen. */
.forte-pdp-mobile-buy { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: grid; grid-template-columns: minmax(0, 1fr) auto 44px 140px; align-items: center; gap: 12px; min-height: 68px; padding: 10px max(20px, calc((100vw - 1380px) / 2)); background: #fffffff7; box-shadow: 0 5px 18px #0000000d; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .22s, transform .22s, visibility .22s; }
.forte-pdp-mobile-buy.is-visible { opacity: 1; visibility: visible; transform: none; }
.forte-pdp-dock-title { min-width: 0; max-width: 760px; padding-right: 16px; color: #333 !important; font-size: 14px; line-height: 20px; }
.forte-pdp-dock-price { display: flex; flex-direction: column; min-width: 0; padding: 0 4px; }
.forte-pdp-dock-price strong { color: #333; font-size: 20px; font-weight: 700; line-height: 24px; overflow-wrap: anywhere; }
.forte-pdp-dock-price > span { color: #888; font-size: 12px; line-height: 16px; }
.forte-pdp-mobile-buy__button, .forte-pdp-mobile-buy__favorite { display: flex; position: relative; align-items: center; justify-content: center; min-height: 44px; padding: 8px; border: 0; border-radius: 12px; }
.forte-pdp-mobile-buy__button { font-size: 16px; line-height: 20px; }

/* Native dialogs provide focus containment and Escape without a custom overlay. */
html:has(.forte-gallery-modal[open], .forte-pdp-dialog[open]) { overflow: hidden; scrollbar-gutter: stable; }
.forte-gallery-modal, .forte-pdp-dialog { padding: 0; border: 0; color: #333; font: 400 16px/1.42857 "FORTE Product PT Sans", Arial, sans-serif; }
.forte-gallery-modal { width: 100%; max-width: none; height: 100dvh; max-height: none; margin: 0; background: #fff; }
.forte-gallery-modal[open] { display: flex; flex-direction: column; animation: pdp-dialog-in .18s ease-out; }
.forte-gallery-modal > header { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-shrink: 0; min-height: 64px; padding: 12px 24px; border-bottom: 1px solid #eee; }
.forte-gallery-modal h2 { margin: 0; font: 700 20px/26px "FORTE Product PT Sans", Arial, sans-serif; color: #333; }
.forte-gallery-modal__close, .forte-pdp-dialog__close { display: flex; align-items: center; justify-content: center; flex: 0 0 40px; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 10px; color: #777; background: #f7f7f7; }
.forte-gallery-modal__stage { position: relative; display: flex; align-items: center; justify-content: center; flex: 1; min-height: 0; padding: 24px 76px; }
.forte-gallery-modal__stage > img { display: block; width: 100%; height: 100%; object-fit: contain; touch-action: pan-y; transition: opacity .2s; }
.forte-gallery-modal__arrow.is-prev { left: 20px; }
.forte-gallery-modal__arrow.is-next { right: 20px; }
.forte-gallery-modal__thumbs { display: flex; flex-shrink: 0; gap: 10px; padding: 6px 20px; overflow-x: auto; scrollbar-width: thin; }
.forte-gallery-modal__thumbs button { flex: 0 0 64px; width: 64px; height: 64px; padding: 4px; border: 1px solid #eee; border-radius: 8px; background: #fff; }
.forte-gallery-modal__thumbs button:first-child { margin-left: auto; }
.forte-gallery-modal__thumbs button:last-child { margin-right: auto; }
.forte-gallery-modal__thumbs button[aria-pressed=true] { border-color: #fc8507; }
.forte-gallery-modal__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.forte-gallery-modal > p { flex-shrink: 0; margin: 0; padding: 8px 16px 12px; color: #999; text-align: center; font-size: 13px; }
.forte-pdp-dialog { width: min(560px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); padding: 28px; margin: auto; border-radius: 16px; box-shadow: 0 16px 60px #0003; }
.forte-pdp-dialog[open] { animation: pdp-dialog-in .18s ease-out; }
.forte-pdp-dialog::backdrop { background: #0006; }
.forte-pdp-dialog__close { position: absolute; top: 12px; right: 12px; }
.forte-pdp-dialog h2 { margin: 0 36px 20px 0; color: #333; font: 700 24px/1.3 "FORTE Product PT Sans", Arial, sans-serif; }
.forte-pdp-dialog p { margin: 0 0 16px; font-size: 16px; line-height: 24px; }
.forte-pdp-dialog__note { color: #888; font-size: 14px !important; line-height: 20px !important; }
.forte-pdp-installments { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 20px 0; }
.forte-pdp-installments > span { display: flex; flex-direction: column; gap: 6px; min-width: 0; padding: 12px 10px; border-radius: 10px; background: #f7f7f7; }
.forte-pdp-installments b { font-size: 14px; font-weight: 400; }
.forte-pdp-installments strong { font-size: 16px; overflow-wrap: anywhere; }
.forte-pdp-installments small { color: #999; font-size: 12px; line-height: 16px; }
.forte-pdp-status { position: fixed; z-index: 1700; left: 50%; bottom: 24px; transform: translateX(-50%); max-width: calc(100vw - 32px); padding: 12px 20px; border-radius: 12px; background: #333; color: #fff; box-shadow: 0 4px 16px #0002; font-size: 14px; pointer-events: none; }
.forte-pdp-status:empty { display: none; }
@keyframes pdp-dialog-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .forte-pdp-hero { grid-template-columns: minmax(0, .8fr) minmax(0, 1fr); }
    .forte-pdp-gallery { padding: 24px; }
    .forte-pdp-gallery.has-thumbs { padding-left: 76px; }
    .forte-pdp-gallery__stage { height: 440px; }
    .forte-pdp-gallery__thumbs { left: 16px; top: 24px; max-height: 440px; }
    .forte-pdp-summary { padding: 24px 24px 24px 0; }
    .forte-pdp-brand { top: 24px; right: 24px; }
    .forte-pdp-buybox { grid-template-columns: minmax(0, 1fr) 48px 120px; }
    .forte-pdp-buybox__price > strong { font-size: 20px; }
    .forte-pdp-delivery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .forte-pdp-delivery > :last-child { grid-column: 1 / -1; min-height: 60px; }
    .product-rail__track { grid-auto-columns: calc((100% - 60px) / 4); }
}

@media (max-width: 991px) {
    .is-product-page { padding-bottom: 84px; }
    .forte-pdp__container { padding: 0 16px 24px; }
    .forte-pdp__breadcrumb { margin-bottom: 20px; }
    .forte-pdp-hero { display: flex; flex-direction: column; border-radius: 16px; background: #fff; box-shadow: 0 1px 2px #00000012; }
    .forte-pdp-hero::before { display: none; }
    .forte-pdp-gallery, .forte-pdp-gallery.has-thumbs { order: 0; align-self: stretch; padding: 16px 16px 8px; }
    .forte-pdp-gallery__stage { height: 300px; }
    .forte-pdp-gallery__main { padding: 0 16px; }
    .forte-pdp-gallery__main > span { display: none; }
    .forte-pdp-gallery__thumbs { position: static; flex-direction: row; width: auto; max-width: 100%; max-height: none; order: 2; margin-top: 8px; padding: 4px; overflow-x: auto; overflow-y: hidden; }
    .forte-pdp-gallery.has-thumbs { display: flex; flex-direction: column; }
    .forte-pdp-gallery__thumbs .forte-pdp-gallery__thumb:first-child { margin-left: auto; }
    .forte-pdp-gallery__thumbs .forte-pdp-gallery__thumb:last-child { margin-right: auto; }
    .forte-pdp-gallery__meta { justify-content: flex-start; margin: 8px 0 0; }
    .forte-pdp-gallery__meta > span:nth-child(2) { display: none; }
    .forte-pdp__heading { order: 1; gap: 12px; padding: 12px 16px 16px; }
    .forte-pdp__heading h1 { font-size: 20px; line-height: 26px; font-weight: 400; }
    .forte-pdp__eyebrow { margin-top: 8px; font-size: 12px; }
    .forte-pdp__share { width: 40px; height: 40px; background: #f7f7f7; }
    .forte-pdp-summary { order: 2; align-self: stretch; padding: 0 16px 16px; }
    .forte-pdp-summary__intro.has-brand { min-height: 0; padding-right: 0; }
    .forte-pdp-hero.has-brand .forte-pdp__eyebrow { display: none; }
    .forte-pdp-brand { --brand-max-width: 110px; --brand-max-height: 20px; position: static; display: flex; align-items: center; justify-content: space-between; gap: 16px; width: auto; min-height: 44px; margin: 0 0 8px; }
    .forte-pdp-brand__link { align-items: center; justify-content: flex-start; width: auto; max-width: min(50%, 160px); }
    .forte-pdp-brand__name { font-size: 14px; line-height: 20px; text-align: left; }
    .forte-pdp-brand__code { display: block; flex-shrink: 0; color: #8c8c8c; font-size: 12px; line-height: 18px; }
    .forte-pdp-summary__specs > div:nth-child(n+5) { display: none; }
    .forte-pdp-proof { margin: 12px 0; }
    .forte-pdp-buybox { grid-template-columns: 1fr; margin-top: 12px; }
    .forte-pdp-buybox__actions { display: none; }
    .forte-pdp-buybox__price { flex-direction: row; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 4px 12px; min-height: 56px; }
    .forte-pdp-buybox__price > strong { font-size: 20px; }
    .forte-pdp-delivery { margin-top: 12px; }
    .forte-pdp-warranty { margin: 14px 0; }
    .forte-pdp-tabs { top: 0; gap: 20px; min-height: 48px; padding: 0 16px; }
    .forte-pdp-tabs a { min-height: 48px; font-size: 14px; }
    .forte-pdp-content, .forte-pdp-specifications, .forte-pdp-community__section, .forte-pdp-evidence > section { padding: 24px; scroll-margin-top: 64px; }
    .forte-pdp-content { grid-template-columns: 1fr; gap: 24px; }
    .forte-pdp-content__help { max-width: none; }
    .forte-pdp-spec-group dl { grid-template-columns: 1fr; gap: 14px; }
    .forte-pdp-community { grid-template-columns: 1fr; gap: 0; }
    .forte-pdp-mobile-buy { top: auto; bottom: 0; grid-template-columns: minmax(0, 1fr) 44px 100px; gap: 8px; min-height: 68px; padding: 8px 16px max(8px, env(safe-area-inset-bottom)); box-shadow: 0 -3px 12px #00000012; opacity: 1; visibility: visible; transform: none; }
    .forte-pdp-dock-title { display: none; }
    .forte-pdp-dock-price { padding: 0; }
    .forte-pdp-dock-price strong { font-size: 18px; line-height: 22px; }
    .forte-pdp-mobile-buy__button { font-size: 16px; line-height: 20px; }
    .forte-pdp-status { bottom: 84px; }
    .product-rail { padding: 24px; }
    .product-rail__track { grid-auto-columns: calc((100% - 40px) / 3); }
    .product-category-upsells__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575px) {
    .forte-pdp__container { padding: 0 10px 24px; }
    .forte-pdp__breadcrumb { margin-inline: 6px; }
    .forte-pdp-gallery__stage { height: 280px; }
    .forte-pdp__heading h1 { font-size: 16px; line-height: 24px; }
    .forte-pdp-proof { gap: 6px; }
    .forte-pdp-proof > a, .forte-pdp-compare { min-height: 36px; padding: 6px 8px; font-size: 13px; }
    .forte-pdp-summary__specs { font-size: 14px; }
    .forte-pdp-summary__specs > div { display: block; }
    .forte-pdp-summary__specs dt, .forte-pdp-summary__specs dd { display: inline; }
    .forte-pdp-summary__specs dt { margin-right: 4px; }
    .forte-pdp-delivery { grid-template-columns: 1fr; }
    .forte-pdp-delivery > * { min-height: 60px !important; }
    .forte-pdp-services label { grid-template-columns: 18px minmax(0, 1fr); }
    .forte-pdp-services strong { grid-column: 2; }
    .forte-pdp-warranty { font-size: 13px; }
    .forte-pdp-warranty a { margin-left: 0; }
    .forte-pdp-stores article { grid-template-columns: minmax(0, 1fr) auto; }
    .forte-pdp-stores article > i { display: none; }
    .forte-pdp-stores article > a { grid-column: 2; }
    .forte-pdp-content, .forte-pdp-specifications, .forte-pdp-community__section, .forte-pdp-evidence > section { padding: 20px 16px; margin-top: 16px; }
    .forte-pdp-content h2, .forte-pdp-specifications h2, .forte-pdp-community h2, .forte-pdp-evidence h2, .product-rail__header h2 { font-size: 22px; }
    .forte-pdp-evidence { gap: 0; }
    .forte-pdp-content__help { padding: 16px; }
    .forte-pdp-spec-group { padding-top: 24px; }
    .forte-pdp-spec-group dl > div { grid-template-columns: 1fr; gap: 3px; font-size: 14px; line-height: 20px; }
    .forte-pdp-spec-group h3 { font-size: 16px; margin-bottom: 12px; }
    .forte-pdp-community__section > header { flex-wrap: wrap; gap: 12px; }
    .forte-community-form { padding: 16px 12px; }
    .forte-pdp-mobile-buy { grid-template-columns: minmax(0, 1fr) 44px 88px; gap: 7px; padding-left: 10px; padding-right: 10px; }
    .forte-pdp-dock-price strong { font-size: clamp(15px, 4.5vw, 18px); line-height: 20px; }
    .forte-pdp-mobile-buy__button { font-size: 14px; font-weight: 400; }
    .product-rail { padding: 20px 16px; margin-top: 16px; }
    .product-rail__header p { font-size: 13px; }
    .product-rail__navigation { display: none; }
    .product-rail__track { grid-auto-columns: minmax(180px, 66vw); gap: 16px; }
    .product-category-upsells { padding: 20px 16px; }
    .product-category-upsells__grid { display: flex; overflow-x: auto; }
    .product-category-upsells__grid > a { flex: 0 0 180px; }
    .forte-gallery-modal > header { padding: 10px 12px; gap: 12px; }
    .forte-gallery-modal h2 { font-size: 16px; line-height: 22px; font-weight: 400; }
    .forte-gallery-modal__stage { padding: 16px 32px; }
    .forte-gallery-modal__arrow { width: 32px; height: 40px; }
    .forte-gallery-modal__arrow.is-prev { left: 4px; }
    .forte-gallery-modal__arrow.is-next { right: 4px; }
    .forte-gallery-modal__thumbs { gap: 8px; padding: 6px 12px; }
    .forte-gallery-modal__thumbs button { flex-basis: 48px; width: 48px; height: 48px; }
    .forte-pdp-dialog { padding: 24px 16px; }
    .forte-pdp-installments { grid-template-columns: 1fr; gap: 8px; }
    .forte-pdp-installments > span { flex-direction: row; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 5px 8px; }
    .forte-pdp-installments small { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .forte-pdp *, .forte-pdp *::before, .forte-pdp *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
