/* WooCommerce product detail: gallery-led industrial product presentation. */
/* Keep the product content below the fixed, homepage-consistent navigation. */
.oulu-product-detail { --oulu-product-detail-shell-width: min(1480px, calc(100% - 96px)); padding-top: 96px; color: #183f82; background: #fff; }
body.admin-bar .oulu-product-detail { padding-top: 124px; }
.oulu-product-detail__shell { width: var(--oulu-product-detail-shell-width); margin: 0 auto; }
/* Keep product detail content on the same responsive grid as the site header. */
@media (max-width: 1500px) {
  .oulu-product-detail { --oulu-product-detail-shell-width: calc(100% - 120px); }
}
@media (min-width: 1281px) and (max-width: 1600px) and (max-height: 950px) {
  .oulu-product-detail { --oulu-product-detail-shell-width: calc(100% - 48px); }
}
@media (min-width: 1181px) and (max-width: 1440px) {
  .oulu-product-detail { --oulu-product-detail-shell-width: min(calc(100% - 48px), 1320px); }
}
@media (min-width: 761px) and (max-width: 1180px) {
  .oulu-product-detail { --oulu-product-detail-shell-width: calc(100% - 28px); }
}
.oulu-product-detail__breadcrumbs { padding: 14px 0 0; border-bottom: 0; }
.oulu-product-detail__breadcrumbs .oulu-product-detail__shell { display: flex; align-items: center; gap: 10px; min-height: 44px; overflow: hidden; color: #70839a; font-size: 13px; white-space: nowrap; }
.oulu-product-detail__breadcrumbs a { color: #536c89; text-decoration: none; }
.oulu-product-detail__breadcrumbs a:hover { color: #1191aa; }
.oulu-product-detail__breadcrumbs span:last-child { overflow: hidden; color: #183f82; font-weight: 700; text-overflow: ellipsis; }
.oulu-product-detail__main { padding: 34px 0 42px; }
.oulu-product-detail__layout { display: grid; grid-template-columns: 618px minmax(0, 1fr); gap: 64px; align-items: start; }
.oulu-product-detail__gallery { display: grid; grid-template-columns: 102px 484px; gap: 32px; min-width: 0; align-content: start; }
.oulu-product-detail__stage { position: relative; display: grid; grid-column: 2; grid-row: 1; aspect-ratio: 1 / 1; place-items: center; overflow: hidden; border: 0; border-radius: 5px; background: #fff; }
.oulu-product-detail__stage::before, .oulu-product-detail__stage::after { content: none; }
.oulu-product-detail__stage img { display: block; position: relative; z-index: 1; width: 80%; height: 80%; padding: 0; object-fit: contain; }
.oulu-product-detail__stage img.is-switching { animation: oulu-product-image-switch .28s ease-out; }
@keyframes oulu-product-image-switch { from { opacity: .3; transform: scale(.985); } to { opacity: 1; transform: scale(1); } }
.oulu-product-detail__thumb-rail { display: flex; grid-column: 1; grid-row: 1; flex-direction: column; gap: 10px; align-items: center; }
.oulu-product-detail__thumb-viewport { width: 102px; height: 460px; overflow: hidden; scrollbar-width: none; touch-action: none; }
.oulu-product-detail__thumb-viewport::-webkit-scrollbar { display: none; }
.oulu-product-detail__thumbs { display: flex; flex-direction: column; gap: 20px; align-items: stretch; padding: 0; }
.oulu-product-detail__thumb-control { display: grid; width: 36px; height: 30px; flex: 0 0 auto; place-items: center; padding: 0; color: #83aab7; cursor: pointer; border: 0; border-radius: 50%; background: transparent; font-size: 0; line-height: 1; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.oulu-product-detail__thumb-control span { display: block; width: 8px; height: 8px; border: solid currentColor; border-width: 0 1.5px 1.5px 0; }
.oulu-product-detail__thumb-control[data-oulu-product-thumb-prev] span { margin-top: 4px; transform: rotate(-135deg); }
.oulu-product-detail__thumb-control[data-oulu-product-thumb-next] span { margin-top: -4px; transform: rotate(45deg); }
.oulu-product-detail__thumb-control:hover:not(:disabled), .oulu-product-detail__thumb-control:focus-visible { color: #159bb0; background: #eaf8fb; transform: translateY(-1px); }
.oulu-product-detail__thumb-control:disabled { opacity: .34; cursor: default; }
.oulu-product-detail__thumb { display: grid; width: 102px; height: 100px; flex: 0 0 100px; place-items: center; padding: 7px; overflow: hidden; cursor: pointer; border: 1px solid #dfe8ed; border-radius: 5px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.oulu-product-detail__thumb img { width: 100%; height: 100%; object-fit: contain; }
.oulu-product-detail__thumb:hover, .oulu-product-detail__thumb.is-active { border-color: #129ab2; box-shadow: 0 8px 16px rgba(17, 121, 145, .14); }
.oulu-product-detail__thumb:hover { transform: translateY(-2px); }
.oulu-product-detail__thumb.is-active { transform: none; }
.oulu-product-detail__thumb:focus-visible, .oulu-product-detail__inquiry:focus-visible, .oulu-product-detail__details-link:focus-visible { outline: 3px solid rgba(18, 154, 178, .55); outline-offset: 3px; }
.oulu-product-detail__summary { padding: 6px 0; border: 0; background: transparent; }
.oulu-product-detail__eyebrow { margin: 0 0 18px; color: #0d879f; font-size: 12px; font-weight: 800; letter-spacing: .12em; line-height: 1.3; text-transform: uppercase; }
.oulu-product-detail__eyebrow::before { display: inline-block; width: 30px; height: 2px; margin: 0 12px 3px 0; background: #f56630; content: ''; vertical-align: middle; }
.oulu-product-detail__summary h1 { max-width: 760px; margin: 0; color: #173f82; font-size: 46px; font-weight: 700; letter-spacing: 0; line-height: 1.12; }
.oulu-product-detail__brief { max-width: 720px; margin-top: 20px; color: #526d87; font-size: 18px; line-height: 1.6; }
.oulu-product-detail__brief > :first-child { margin-top: 0; }
.oulu-product-detail__brief > :last-child { margin-bottom: 0; }
.oulu-product-detail__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 52px; margin-top: 34px; padding: 24px 0 4px; border-top: 1px solid #cbdde7; border-bottom: 1px solid #cbdde7; }
.oulu-product-detail__facts > div { display: grid; min-height: 0; grid-template-columns: 1fr; align-content: start; gap: 8px; padding: 15px 0 18px 18px; border: 0; border-left: 3px solid #1597ae; background: transparent; transition: border-color .2s ease, background-color .2s ease; }
.oulu-product-detail__facts > div:hover { border-left-color: #f56630; background: #fbfdfe; }
.oulu-product-detail__facts span { color: #4f6c89; font-size: 12px; font-weight: 800; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }
.oulu-product-detail__facts strong { color: #173f82; font-size: 20px; font-weight: 700; line-height: 1.35; }
.oulu-product-detail__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin-top: 30px; }
.oulu-product-detail__inquiry, .oulu-product-detail__details-link { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 15px; padding: 0 25px; font-size: 14px; font-weight: 800; text-decoration: none; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.oulu-product-detail__inquiry { width: 204px; color: #fff !important; border: 1px solid #1597ae; border-radius: 4px; background: #1597ae; box-shadow: 0 9px 18px rgba(15, 130, 150, .16); }
.oulu-product-detail__inquiry:hover { color: #fff !important; background: #0f8296; box-shadow: 0 12px 22px rgba(15, 130, 150, .22); transform: translateY(-2px); }
.oulu-product-detail__details-link { min-width: 166px; justify-content: space-between; color: #173f82; border-bottom: 1px solid #7cc7d5; }
.oulu-product-detail__details-link:hover { color: #0d879f; border-color: #0d879f; }
.oulu-product-detail__inquiry > span, .oulu-product-detail__details-link > span { display: none; }
.oulu-product-detail__content { padding: 40px 0 36px; border-top: 1px solid #dae8ed; background: #fff; }
.oulu-product-detail__section-heading { margin-bottom: 18px; }
.oulu-product-detail__content .oulu-product-detail__section-heading p { display: none; }
.oulu-product-detail__section-heading p { margin: 0 0 12px; color: #1390a5; font-size: 12px; font-weight: 800; letter-spacing: .11em; line-height: 1.3; }
.oulu-product-detail__section-heading h2 { margin: 0; color: #183f82; font-size: 22px; font-weight: 700; letter-spacing: 0; line-height: 1.25; }
.oulu-product-detail__content .oulu-product-detail__section-heading h2::after { display: block; width: 30px; height: 2px; margin-top: 10px; background: #1597ae; content: ''; }
.oulu-product-detail__content-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(540px, 1.22fr); gap: 70px; align-items: start; }
.oulu-product-detail__description { grid-column: 1 / -1; min-width: 0; color: #58708b; font-size: 16px; line-height: 1.9; }
.oulu-product-detail__description .has-text-align-left { text-align: left; }
.oulu-product-detail__description .has-text-align-center { text-align: center; }
.oulu-product-detail__description .has-text-align-right { text-align: right; }
.oulu-product-detail__description figure.wp-block-image,
.oulu-product-detail__description .fl-photo { max-width: 100%; margin: 34px 0; text-align: left; }
.oulu-product-detail__description figure.wp-block-image img,
.oulu-product-detail__description .fl-photo img,
.oulu-product-detail__description img.fl-photo-img { display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto 0 0; }
.oulu-product-detail__description figure.wp-block-image.aligncenter,
.oulu-product-detail__description .fl-photo.fl-photo-align-center { margin-right: auto; margin-left: auto; text-align: center; }
.oulu-product-detail__description figure.wp-block-image.aligncenter img,
.oulu-product-detail__description .fl-photo.fl-photo-align-center img { margin-right: auto; margin-left: auto; }
.oulu-product-detail__description figure.wp-block-image.alignright,
.oulu-product-detail__description .fl-photo.fl-photo-align-right { margin-right: 0; margin-left: auto; text-align: right; }
.oulu-product-detail__description figure.wp-block-image.alignright img,
.oulu-product-detail__description .fl-photo.fl-photo-align-right img { margin-right: 0; margin-left: auto; }
.oulu-product-detail__description figure.wp-block-image.alignleft,
.oulu-product-detail__description .fl-photo.fl-photo-align-left { margin-right: auto; margin-left: 0; text-align: left; }
.oulu-product-detail__description figure.wp-block-image.alignleft img,
.oulu-product-detail__description .fl-photo.fl-photo-align-left img { margin-right: auto; margin-left: 0; }
.oulu-product-detail__description .fl-photo-content { max-width: 100%; margin: 0; text-align: inherit; }
.oulu-product-detail__description > :first-child { margin-top: 0; }
.oulu-product-detail__description :is(h2, h3, h4, h5, h6) { color: #183f82; font-family: inherit; text-wrap: balance; }
.oulu-product-detail__description h2 { margin: 48px 0 22px; font-size: clamp(28px, 2.6vw, 36px); font-weight: 700; letter-spacing: -.018em; line-height: 1.2; }
.oulu-product-detail__description h3 { margin: 36px 0 18px; font-size: clamp(23px, 2.2vw, 30px); font-weight: 700; letter-spacing: -.01em; line-height: 1.24; }
.oulu-product-detail__description h4 { margin: 30px 0 14px; padding-left: 15px; border-left: 3px solid #1597ae; font-size: clamp(19px, 1.8vw, 23px); font-weight: 700; letter-spacing: -.005em; line-height: 1.3; }
.oulu-product-detail__description h5 { margin: 26px 0 12px; color: #1c6b91; font-size: 17px; font-weight: 800; line-height: 1.35; }
.oulu-product-detail__description h6 { margin: 22px 0 10px; color: #456988; font-size: 14px; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.oulu-product-detail__description > h2 { margin: 0 0 30px; padding-bottom: 17px; border-bottom: 1px solid #cbdde7; font-size: clamp(30px, 3vw, 40px); font-weight: 700; letter-spacing: -.02em; }
.oulu-product-detail__description > h2::after { display: block; width: 44px; height: 3px; margin-top: 15px; background: #1597ae; content: ''; }
.oulu-product-detail__description > h3,
.oulu-product-detail__description > h3 + div h3 { margin: 0 0 18px; color: #183f82; font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; letter-spacing: -.01em; line-height: 1.24; }
.oulu-product-detail__description > h3 + div h3 + div { margin-bottom: 32px; }
.oulu-product-detail__description ul { padding-left: 22px; }
.oulu-product-detail__description li + li { margin-top: 8px; }
.oulu-product-detail__description li:has(> a[rel="prev"]),
.oulu-product-detail__description li:has(> a[rel="next"]) { list-style: none; margin: 18px 0; }
.oulu-product-detail__description li > b:has(+ br + a[rel="prev"]),
.oulu-product-detail__description li > b:has(+ br + a[rel="next"]) { color: #183f82; font-size: 16px; }
.oulu-product-detail__description a,
.oulu-product-detail__description a * { color: #159bb0 !important; font-weight: 700; text-decoration: none !important; }
.oulu-product-detail__description a { padding-bottom: 2px; border-bottom: 2px solid rgba(21, 155, 176, .32); transition: color .18s ease, border-color .18s ease, transform .18s ease; }
.oulu-product-detail__description a:hover,
.oulu-product-detail__description a:hover * { color: #183f82 !important; }
.oulu-product-detail__description a:hover { border-color: #183f82; }
.oulu-product-detail__description a:focus-visible { outline: 3px solid rgba(21, 155, 176, .32); outline-offset: 4px; border-radius: 2px; }
.oulu-product-detail__description a[rel="prev"],
.oulu-product-detail__description a[rel="next"] { display: inline-flex; margin-top: 8px; line-height: 1.35; }
.oulu-product-detail__description a[rel="prev"]:hover,
.oulu-product-detail__description a[rel="next"]:hover { transform: translateX(3px); }
/* Preserve specification tables supplied through product content after the base stylesheet resets table cells. */
.oulu-product-detail__description .fl-callout-text > div,
.oulu-product-detail__table-scroll { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.oulu-product-detail__description table { width: 100%; min-width: 760px; margin: 28px 0; overflow: hidden; border: 1px solid #d7e7ed; border-radius: 12px; border-collapse: separate; border-spacing: 0; box-shadow: 0 10px 24px rgba(24, 63, 130, .06); }
.oulu-product-detail__description table td, .oulu-product-detail__description table th { padding: 14px 16px; vertical-align: top; border: 0 !important; border-right: 1px solid #c8dde4 !important; border-bottom: 1px solid #c8dde4 !important; font-size: 15px; font-weight: 400; line-height: 1.58; text-align: left; word-break: normal; overflow-wrap: anywhere; }
.oulu-product-detail__description table td *, .oulu-product-detail__description table th * { font-family: inherit !important; font-weight: inherit !important; }
.oulu-product-detail__description table tr:last-child td, .oulu-product-detail__description table tr:last-child th { border-bottom: 0 !important; }
.oulu-product-detail__description table td:last-child, .oulu-product-detail__description table th:last-child { border-right: 0 !important; }
.oulu-product-detail__description table td:first-child:not([colspan="4"]), .oulu-product-detail__description table th:first-child { width: 88px; font-weight: 700; text-align: center; }
.oulu-product-detail__description table td:nth-child(2) { width: 22%; font-weight: 600; }
.oulu-product-detail__description table td:nth-child(3) { width: 25%; }
.oulu-product-detail__description table tr:first-child td, .oulu-product-detail__description table tr:first-child th { border-color: rgba(255, 255, 255, .28) !important; background: #17a5ba; color: #fff; font-weight: 700; white-space: nowrap; }
.oulu-product-detail__description table tr:first-child td[colspan="4"] { padding: 17px 20px; border-color: rgba(255, 255, 255, .28) !important; background: #17a5ba; color: #fff; font-size: 16px; font-weight: 700; }
.oulu-product-detail__description table tr:first-child td *, .oulu-product-detail__description table tr:first-child th * { color: #fff !important; }
.oulu-product-detail__description table tr:not(:first-child) td[colspan="4"] { padding: 15px 20px; border-right: 0; font-size: 16px; font-weight: 700; }
.oulu-product-detail__specifications { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.oulu-product-detail__specifications h3 { margin: 0 0 15px; color: #183f82; font-size: 16px; line-height: 1.25; }
.oulu-product-detail__specifications dl { margin: 0; border: 1px solid #dce5eb; border-bottom: 0; border-radius: 4px; overflow: hidden; }
.oulu-product-detail__specifications dl > div { display: grid; grid-template-columns: minmax(260px, 1fr) minmax(0, 1fr); gap: 18px; padding: 9px 16px; border-top: 0; border-bottom: 1px solid #dce5eb; }
.oulu-product-detail__specifications dt { color: #536f8b; font-size: 12px; font-weight: 700; }
.oulu-product-detail__specifications dd { margin: 0; color: #294f82; font-size: 12px; font-weight: 700; line-height: 1.5; }
.oulu-product-detail__related { padding: 46px 0 58px; border-top: 1px solid #dce8ed; background: #fff; }
.oulu-product-detail__related .oulu-product-detail__section-heading { margin-bottom: 22px; padding-bottom: 13px; border-bottom: 1px solid #cfdee5; text-align: left; }
.oulu-product-detail__related .oulu-product-detail__section-heading p { display: none; }
.oulu-product-detail__related .oulu-product-detail__section-heading h2 { color: #173f82; font-size: 22px; }
.oulu-product-detail__related .oulu-product-detail__section-heading h2::after { display: block; width: 30px; height: 2px; margin-top: 10px; background: #1597ae; content: ''; }
.woocommerce ul.products.oulu-product-detail__related-grid { display: grid !important; grid-auto-flow: row; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; width: 100%; margin: 0; padding: 0; list-style: none; }
.woocommerce ul.products.oulu-product-detail__related-grid::before, .woocommerce ul.products.oulu-product-detail__related-grid::after { display: none !important; content: none !important; }
.woocommerce ul.products.oulu-product-detail__related-grid > li.product { display: grid; width: auto !important; min-width: 0; min-height: 152px; grid-column: auto !important; grid-row: auto !important; grid-template-columns: 132px minmax(0, 1fr); margin: 0 !important; float: none !important; clear: none !important; order: 0 !important; overflow: hidden; border: 1px solid #d5e2e7; border-radius: 8px; background: #fff; box-shadow: 0 7px 16px rgba(24, 63, 130, .045); transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease; }
.woocommerce ul.products.oulu-product-detail__related-grid > li.product:hover { border-color: rgba(21, 151, 174, .52); box-shadow: 0 13px 25px rgba(24, 63, 130, .11); transform: translateY(-2px); }
.oulu-product-detail__related-grid .oulu-product-list-card__image { display: grid; min-height: 0; place-items: center; padding: 0; overflow: hidden; border: 0; border-right: 1px solid #dce9ed; background: #eaf5f7; }
.oulu-product-detail__related-grid .oulu-product-list-card__image img { width: 100%; height: 100%; margin: 0 !important; object-fit: contain; background: transparent !important; mix-blend-mode: multiply; transition: transform .22s ease; }
.oulu-product-detail__related-grid > li.product:hover .oulu-product-list-card__image img { transform: scale(1.035); }
.oulu-product-detail__related-grid .oulu-product-list-card__copy { display: flex; min-height: 0; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; padding: 20px 22px; }
.oulu-product-detail__related-grid .oulu-product-list-card__copy h3 { margin: 0; color: #173f82; font-size: 16px; font-weight: 700; line-height: 1.45; text-align: left; }
.oulu-product-detail__related-grid .oulu-product-list-card__copy h3 a { color: inherit; text-decoration: none; }
.oulu-product-detail__related-grid .oulu-product-list-card__copy h3 a:hover { color: #1597ae; }
.oulu-product-detail__related-grid .oulu-product-list-card__actions { display: none !important; }
.oulu-product-detail__related-grid .oulu-product-list-card__copy > p { display: -webkit-box !important; max-width: 100%; height: 3.1em; margin: 0; overflow: hidden; color: #536c89; font-size: 14px; line-height: 1.55; text-align: left; text-overflow: clip !important; white-space: normal !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.oulu-product-detail__faq { padding: 54px 0 62px; background: #fff; }
.oulu-product-detail__faq-heading { margin-bottom: 24px; }
.oulu-product-detail__faq-heading h2 { margin: 0; color: #2d3036; font-size: 32px; font-weight: 700; line-height: 1.2; }
.oulu-product-detail__faq-list { display: grid; gap: 18px; }
.oulu-product-detail__faq-list details { overflow: hidden; border: 1px solid #edf0f2; border-radius: 8px; background: #fff; box-shadow: 0 8px 20px rgba(23, 63, 130, .06); transition: border-color .2s ease, box-shadow .2s ease; }
.oulu-product-detail__faq-list details[open] { border-color: rgba(21, 151, 174, .38); box-shadow: 0 12px 24px rgba(23, 63, 130, .09); }
.oulu-product-detail__faq-list summary { position: relative; display: flex; min-height: 74px; align-items: center; padding: 15px 92px 15px 38px; color: #46556d; cursor: pointer; font-size: 18px; font-weight: 500; line-height: 1.45; list-style: none; }
.oulu-product-detail__faq-list summary::-webkit-details-marker { display: none; }
.oulu-product-detail__faq-list summary::before, .oulu-product-detail__faq-list summary::after { position: absolute; right: 39px; width: 14px; height: 14px; border-right: 3px solid #173f82; border-bottom: 3px solid #173f82; content: ''; transform: rotate(45deg); transition: transform .2s ease; }
.oulu-product-detail__faq-list summary::before { top: calc(50% - 12px); }
.oulu-product-detail__faq-list summary::after { top: calc(50% - 3px); }
.oulu-product-detail__faq-list details[open] summary::before { transform: translateY(5px) rotate(225deg); }
.oulu-product-detail__faq-list details[open] summary::after { transform: translateY(-5px) rotate(225deg); }
.oulu-product-detail__faq-list details > div { padding: 0 92px 28px 38px; color: #536c89; font-size: 16px; line-height: 1.7; }
.oulu-product-detail__faq-list details > div p { margin: 0; }
.oulu-product-detail__faq-list summary:focus-visible { outline: 3px solid rgba(18, 154, 178, .55); outline-offset: -3px; }
.oulu-product-detail__support { padding: 48px 0 72px; background: #fff; }
.oulu-product-detail__support .oulu-product-archive-cta { margin: 0; padding: 0; background: #fff; }
.oulu-product-detail__support .oulu-product-archive-cta__card { cursor: pointer; }
.oulu-product-detail__support .oulu-product-archive-cta__card:focus-visible { outline: 3px solid rgba(20, 150, 169, .52); outline-offset: 4px; }
@media (max-width: 1140px) {
  .oulu-product-detail__layout { grid-template-columns: 1fr; gap: 42px; }
  .oulu-product-detail__gallery { width: min(100%, 618px); }
}
@media (max-width: 1180px) {
  .oulu-product-detail { padding-top: 86px; }
  body.admin-bar .oulu-product-detail { padding-top: 124px; }
}
@media (max-width: 960px) {
  .oulu-product-detail__layout, .oulu-product-detail__content-grid { grid-template-columns: minmax(0, 1fr); gap: 42px; }
  .oulu-product-detail__gallery { width: min(100%, 618px); }
  .oulu-product-detail__summary { max-width: 760px; }
  .woocommerce ul.products.oulu-product-detail__related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .oulu-product-detail { padding-top: 78px; }
  body.admin-bar .oulu-product-detail { padding-top: 118px; }
  .oulu-product-detail__shell { width: calc(100% - 28px); }
  .oulu-product-detail__breadcrumbs { padding-top: 10px; }
  .oulu-product-detail__breadcrumbs .oulu-product-detail__shell { font-size: 12px; }
  .oulu-product-detail__main { padding-top: 38px; }
  .oulu-product-detail__gallery { grid-template-columns: minmax(0, 1fr); }
  .oulu-product-detail__stage { grid-column: 1; grid-row: 1; }
  .oulu-product-detail__stage img { width: 80%; height: 80%; padding: 0; }
  .oulu-product-detail__thumb-rail { grid-column: 1; grid-row: 2; flex-direction: row; width: 100%; }
  .oulu-product-detail__thumb-viewport { width: auto; height: 78px; flex: 1 1 auto; overflow: hidden; touch-action: none; }
  .oulu-product-detail__thumbs { flex-direction: row; padding: 0 2px; }
  .oulu-product-detail__thumb-control { width: 30px; height: 30px; }
  .oulu-product-detail__thumb-control[data-oulu-product-thumb-prev] span { margin-top: 0; transform: rotate(135deg); }
  .oulu-product-detail__thumb-control[data-oulu-product-thumb-next] span { margin-top: 0; transform: rotate(-45deg); }
  .oulu-product-detail__thumb { width: 76px; height: 76px; flex-basis: 76px; }
  .oulu-product-detail__summary h1 { font-size: 34px; }
  .oulu-product-detail__brief { margin-top: 16px; font-size: 16px; }
  .oulu-product-detail__facts { grid-template-columns: 1fr; gap: 0; margin-top: 26px; padding: 15px 0 0; }
  .oulu-product-detail__facts > div { min-height: 0; gap: 6px; padding: 13px 0 15px 15px; }
  .oulu-product-detail__facts strong { font-size: 17px; }
  .oulu-product-detail__actions > * { width: 100%; flex: 1 1 100%; }
  .oulu-product-detail__details-link { justify-content: flex-start; }
  .oulu-product-detail__content-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .oulu-product-detail__description .fl-photo { margin-top: 26px; margin-bottom: 26px; }
  .oulu-product-detail__description .fl-callout-text > div,
  .oulu-product-detail__table-scroll { margin-right: -14px; padding-right: 14px; }
  .oulu-product-detail__description h2 { margin: 38px 0 18px; font-size: 28px; }
  .oulu-product-detail__description h3 { margin: 30px 0 14px; font-size: 23px; }
  .oulu-product-detail__description h4 { margin: 26px 0 12px; padding-left: 12px; font-size: 19px; }
  .oulu-product-detail__description h5 { margin: 22px 0 10px; font-size: 16px; }
  .oulu-product-detail__description h6 { margin: 20px 0 9px; font-size: 13px; }
  .oulu-product-detail__description > h2 { margin-bottom: 24px; padding-bottom: 14px; font-size: 30px; }
  .oulu-product-detail__description > h2::after { margin-top: 12px; }
  .oulu-product-detail__description > h3,
  .oulu-product-detail__description > h3 + div h3 { margin-bottom: 14px; font-size: 24px; }
  .oulu-product-detail__description > h3 + div h3 + div { margin-bottom: 25px; }
  .oulu-product-detail__description table { min-width: 700px; margin: 22px 0; }
  .oulu-product-detail__description table td, .oulu-product-detail__description table th { padding: 12px 14px; font-size: 14px; }
  .oulu-product-detail__specifications dl > div { grid-template-columns: 1fr; gap: 4px; }
  .woocommerce ul.products.oulu-product-detail__related-grid { grid-template-columns: 1fr; }
  .oulu-product-detail__faq { padding: 38px 0 46px; }
  .oulu-product-detail__faq-heading { margin-bottom: 18px; }
  .oulu-product-detail__faq-heading h2 { font-size: 28px; }
  .oulu-product-detail__faq-list { gap: 12px; }
  .oulu-product-detail__faq-list summary { min-height: 64px; padding: 14px 62px 14px 20px; font-size: 16px; }
  .oulu-product-detail__faq-list summary::before, .oulu-product-detail__faq-list summary::after { right: 23px; width: 11px; height: 11px; border-width: 2px; }
  .oulu-product-detail__faq-list details > div { padding: 0 20px 22px; font-size: 15px; }
  .oulu-product-detail__support { padding: 34px 0 48px; }
}
@media (prefers-reduced-motion: reduce) {
  .oulu-product-detail__thumb, .oulu-product-detail__facts > div, .oulu-product-detail__inquiry, .oulu-product-detail__details-link, .oulu-product-detail__faq-list details, .oulu-product-detail__faq-list summary::before, .oulu-product-detail__faq-list summary::after, .oulu-product-detail__support .oulu-product-archive-cta__card, .oulu-product-detail__support .oulu-product-archive-cta__icon { transition: none; }
  .oulu-product-detail__thumb:hover, .oulu-product-detail__inquiry:hover { transform: none; }
}
