/* Archive */
.custom001-archive-hero { position: relative; min-height: 470px; background-color: #eee; background-image: var(--custom001-archive-image); background-position: center; background-size: cover; background-repeat: no-repeat; }
.custom001-archive-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(249,248,246,.74) 0%, rgba(249,248,246,.42) 34%, rgba(249,248,246,.08) 67%); }
.custom001-archive-hero__inner { position: relative; z-index: 1; min-height: inherit; padding-top: 56px; }
.custom001-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #686c68; font-size: 12px; }
.custom001-breadcrumbs a:hover { color: var(--custom001-green); }
.custom001-archive-hero__copy { display: flex; max-width: 510px; min-height: calc(470px - 56px); flex-direction: column; padding-top: 70px; }
.custom001-archive-hero h1 { margin: 0; font-size: clamp(48px, 4.5vw, 64px); letter-spacing: -.035em; }
.custom001-archive-hero__copy p { max-width: 440px; margin-bottom: 34px; font-size: 19px; line-height: 1.5; }
.custom001-archive-hero__copy strong { display: block; margin-top: auto; margin-bottom: 42px; font-size: 21px; font-weight: 500; }
.custom001-product-archive { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 48px; padding-block: 48px 76px; }
.custom001-product-archive.has-no-sidebar { grid-template-columns: minmax(0, 1fr); }
.custom001-empty-state { grid-column: 1 / -1; margin: 36px 0; color: var(--custom001-muted); }
.custom001-category-sidebar h2 { padding-bottom: 15px; border-bottom: 1px solid var(--custom001-line); font-size: 25px; }
.custom001-category-sidebar h2::after { content: ""; display: block; width: 34px; height: 2px; margin-top: 10px; background: var(--custom001-green); }
.custom001-category-sidebar__toggle { display: none; }
.custom001-category-sidebar__list { padding-bottom: 30px; border-bottom: 1px solid var(--custom001-line); }
.custom001-category-sidebar__list a { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; color: #292e2b; font-size: 15px; line-height: 1.35; }
.custom001-category-sidebar__list a.is-current { color: var(--custom001-green); font-weight: 600; }
.custom001-category-sidebar__list small { font-size: inherit; }
.custom001-assistance-card { margin-top: 32px; padding: 28px 24px 24px; border-radius: 4px; background: #F4F8FA; }
.custom001-assistance-card h3 { margin: 0; font-size: 20px; font-weight: 500; }
.custom001-assistance-card > .custom001-accent-line { width: 28px; height: 2px; margin: 14px 0 20px; }
.custom001-assistance-card__intro { margin: 0; color: #515652; font-size: 15px; line-height: 1.35; }
.custom001-assistance-card__details { display: grid; gap: 15px; margin-top: 24px; }
.custom001-assistance-card__detail { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: center; gap: 11px; color: #303531; font-size: 16px; line-height: 1.4; }
.custom001-assistance-card__detail img { width: 20px; height: 20px; object-fit: contain; }
.custom001-assistance-card__detail a { overflow-wrap: anywhere; }
.custom001-assistance-card__detail a:hover { color: var(--custom001-green); }
.custom001-assistance-card .custom001-button { width: 100%; min-height: 48px; justify-content: space-between; margin-top: 26px; padding: 10px 16px; font-size: 16px; }
.custom001-assistance-card .custom001-button .custom001-lucide-icon { width: 20px; height: 20px; }
.custom001-product-toolbar { min-height: 60px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 32px; margin-bottom: 26px; padding: 10px 22px; background: #F4F8FA; }
.custom001-sort-form { display: flex; align-items: center; gap: 4px; font-size: 14px; }
.custom001-sort-form select { min-width: 118px; border: 0; padding: 8px 28px 8px 4px; background: transparent; }
.custom001-product-search { flex: 0 0 260px; display: grid; grid-template-columns: minmax(0, 1fr) 40px; align-items: center; border: 1px solid #d7d7d2; background: #fff; }
.custom001-product-search input { min-width: 0; height: 42px; padding: 8px 13px; border: 0; outline: 0; box-shadow: none; background: transparent; font-size: 12px; }
.custom001-product-search button { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.custom001-product-search input[type="search"]::-webkit-search-cancel-button { filter: grayscale(1) brightness(0); opacity: 1; }
.custom001-product-search button:focus-visible { outline: 2px solid var(--custom001-accent); outline-offset: 3px; }
.custom001-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.custom001-product-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid #dcdedb; border-radius: 8px; background: #fff; }
.custom001-product-card__image { display: block; overflow: hidden; }
.custom001-product-card__image img { width: 100%; height: auto; aspect-ratio: .9; object-fit: cover; transition: transform .45s ease; }
.custom001-product-card__image-empty { display: block; aspect-ratio: .9; background: #f2f2ef; }
.custom001-product-card__body { display: flex; flex: 1 1 auto; min-height: 180px; flex-direction: column; gap: 12px; padding: 18px; }
.custom001-product-card__title { display: block; }
.custom001-product-card__title strong { display: block; min-height: 26px; font-family: var(--custom001-display); font-size: 22px; font-weight: 400; }
.custom001-product-card__title h2 { margin: 2px 0 0; font-family: var(--custom001-sans); font-size: 14px; font-weight: 500; line-height: 1.45; }
.custom001-product-card__cta { width: 100%; min-height: 46px; margin-top: auto; padding: 8px 12px; }
.custom001-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 46px; }
.custom001-pagination .page-numbers { min-width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--custom001-line); }
.custom001-pagination .current { color: #fff; background: var(--custom001-green); }

/* Product detail */
.custom001-breadcrumbs--detail { padding-top: 22px; }
.custom001-product-intro { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr); gap: 48px; padding: 34px 0 54px; }
.custom001-product-intro.has-no-gallery { grid-template-columns: minmax(0, 720px); justify-content: center; }
.custom001-product-gallery { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 18px; }
.custom001-product-gallery__thumbs { display: flex; flex-direction: column; gap: 18px; }
.custom001-gallery-thumb { position: relative; overflow: hidden; width: 86px; aspect-ratio: 1; padding: 0; border: 1px solid #d4d8d5; border-radius: 7px; background: #fff; }
.custom001-gallery-thumb.is-active { border: 2px solid #4aa2e8; }
.custom001-gallery-thumb img, .custom001-gallery-thumb video { width: 100%; height: 100%; object-fit: cover; }
.custom001-gallery-thumb .custom001-icon { position: absolute; left: 50%; top: 50%; width: 34px; height: 34px; padding: 7px; border-radius: 50%; color: #fff; background: rgba(0,0,0,.52); transform: translate(-50%,-50%); }
.custom001-product-gallery__stage { width: min(100%, 520px); max-width: 520px; justify-self: start; aspect-ratio: 3 / 4; height: auto; min-height: 0; overflow: hidden; border-radius: 6px; background: transparent; }
.custom001-gallery-panel { width: 100%; height: 100%; }
.custom001-gallery-panel img, .custom001-gallery-panel video { width: 100%; height: 100%; min-height: 0; object-fit: contain; background: transparent; }
.custom001-gallery-panel--video { position: relative; display: flex; align-items: center; justify-content: center; }
.custom001-gallery-panel[hidden] { display: none; }
.custom001-gallery-panel--video video { height: auto; aspect-ratio: auto; }
.custom001-gallery-video-play { position: absolute; left: 50%; top: 50%; z-index: 2; width: 68px; height: 68px; display: grid; place-items: center; padding: 0; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; color: #fff; background: rgba(7,18,13,.42); transform: translate(-50%,-50%); transition: opacity .2s ease, visibility .2s ease, background-color .2s ease, transform .2s ease; }
.custom001-gallery-video-play:hover { background: rgba(7,18,13,.72); transform: translate(-50%,-50%) scale(1.04); }
.custom001-gallery-video-play .custom001-icon { width: 30px; height: 30px; }
.custom001-gallery-panel--video.is-playing .custom001-gallery-video-play { visibility: hidden; opacity: 0; pointer-events: none; }
.custom001-product-summary { padding-top: 12px; }
.custom001-product-summary > .custom001-accent-line { width: 28px; margin: 0 0 14px; }
.custom001-product-model { margin-bottom: 4px; font-family: var(--custom001-display); font-size: 28px; font-weight: 400; }
.custom001-product-summary h1 { max-width: 590px; margin-bottom: 14px; font-family: var(--custom001-display); font-size: 36px; font-weight: 400; line-height: 1.12; letter-spacing: -.025em; }
.custom001-product-summary__lead { max-width: 520px; margin-bottom: 26px; color: #444945; font-size: 16px; line-height: 1.6; }
.custom001-product-facts { margin-bottom: 28px; }
.custom001-product-fact { display: grid; grid-template-columns: 170px 1fr; gap: 20px; margin: 10px 0; font-size: 14px; line-height: 1.5; }
.custom001-product-fact dt, .custom001-product-fact dd { margin: 0; }
.custom001-product-fact dt { color: #5d625e; }
.custom001-product-fact a { color: var(--custom001-green); text-decoration: underline; }
.custom001-product-summary__actions { display: grid; gap: 10px; }
.custom001-product-summary__actions .custom001-button { font-size: 14px; }
.custom001-product-tabs { position: sticky; top: 0; z-index: 50; border-block: 1px solid #e2e3df; background: rgba(255,255,255,.97); }
.admin-bar .custom001-product-tabs { top: 32px; }
.custom001-product-tabs .custom001-container { display: flex; gap: 58px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; }
.custom001-product-tabs .custom001-container::-webkit-scrollbar { display: none; }
.custom001-product-tabs a { position: relative; flex: 0 0 auto; padding: 19px 0; font-size: 14px; }
.custom001-product-tabs a::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: var(--custom001-green); }
.custom001-product-tabs a:hover::after, .custom001-product-tabs a.is-active::after { width: 100%; }
.custom001-product-content { padding-block: 36px 70px; }
.custom001-product-content h2 { margin: 0; font-size: 30px; }
.custom001-product-overview { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 58px; margin-bottom: 35px; }
.custom001-product-overview--text-only { grid-template-columns: minmax(0, 760px); }
.custom001-product-overview > img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 10px; }
.custom001-product-overview p { color: #3f4440; font-size: 16px; line-height: 1.6; }
.custom001-specifications { scroll-margin-top: 70px; margin-bottom: 36px; }
.custom001-specifications .custom001-accent-line, .custom001-image-module .custom001-accent-line, .custom001-related-products .custom001-accent-line, .custom001-custom-section .custom001-accent-line { width: 28px; margin: 10px 0 18px; }
.custom001-specification-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 60px; }
.custom001-specification-grid > div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 10px 0; border-top: 1px solid #dedfdb; font-size: 14px; }
.custom001-specification-grid dt, .custom001-specification-grid dd { margin: 0; }
.custom001-image-module, .custom001-custom-section { scroll-margin-top: 70px; margin: 38px 0; }
.custom001-image-grid { display: grid; gap: 22px; }
.custom001-image-grid--1 { grid-template-columns: minmax(0, 720px); }
.custom001-image-grid--2 { grid-template-columns: repeat(2, 1fr); }
.custom001-image-grid--3 { grid-template-columns: repeat(3, 1fr); }
.custom001-image-grid--4 { grid-template-columns: repeat(4, 1fr); }
.custom001-image-grid--5 { grid-template-columns: repeat(5, 1fr); }
.custom001-image-module--color-options .custom001-image-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.custom001-image-grid figure { min-width: 0; margin: 0; text-align: center; }
.custom001-image-grid img { width: 100%; height: auto; aspect-ratio: .92; object-fit: cover; border-radius: 5px; }
.custom001-image-module--color-options .custom001-image-grid figure { width: 100%; max-width: 520px; }
.custom001-image-module--color-options .custom001-image-grid img { height: auto; aspect-ratio: 3 / 4; object-fit: contain; }
.custom001-image-module--applications .custom001-image-grid figcaption { font-size: 16px; }
.custom001-image-grid figcaption { margin-top: 10px; font-size: 12px; }
.custom001-image-grid--scroll { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
.custom001-image-grid--scroll figure { flex: 0 0 min(280px, 72vw); scroll-snap-align: start; }
.custom001-custom-section { display: grid; gap: 30px; }
.custom001-custom-section__copy { font-size: 16px; line-height: 1.6; }
.custom001-custom-section--image-left, .custom001-custom-section--image-right { grid-template-columns: 1fr 1fr; align-items: center; }
.custom001-custom-section--image-left .custom001-custom-section__copy { order: 2; }
.custom001-custom-section--image-right .custom001-image-grid { order: 2; }
.custom001-custom-section--text-top { grid-template-columns: 1fr; }
.custom001-custom-section--text-top .custom001-image-grid--1 { grid-template-columns: minmax(0, 1fr); }
.custom001-custom-section .custom001-image-grid img { height: auto; aspect-ratio: 16 / 6.6; object-fit: cover; }
.custom001-related-products { margin-top: 54px; }
.custom001-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.custom001-related-grid > a { display: grid; grid-template-columns: 150px 1fr; min-height: 150px; overflow: hidden; border: 1px solid var(--custom001-line); border-radius: 5px; }
.custom001-related-grid img { width: 100%; height: 100%; object-fit: cover; }
.custom001-related-grid > a > span { display: flex; flex-direction: column; gap: 6px; padding: 18px; font-size: 12px; }
.custom001-related-grid strong { font-family: var(--custom001-display); font-size: 18px; font-weight: 400; }
.custom001-related-grid small { display: flex; align-items: center; gap: 8px; margin-top: auto; font-size: 11px; }
