:root {
--jy26-ink: #17212b;
--jy26-muted: #5e6b78;
--jy26-line: #d9e0e5;
--jy26-paper: #ffffff;
--jy26-soft: #f3f6f7;
--jy26-deep: #123b4a;
--jy26-teal: #087f75;
--jy26-gold: #d8a12e;
}
.jy26,
.jy26 * { box-sizing: border-box; }
.jy26 { width: 100%; color: var(--jy26-ink); font-family: inherit; line-height: 1.65; }
.jy26 img { display: block; max-width: 100%; }
.jy26 a { text-decoration: none; }
.jy26-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.jy26-section { padding: 76px 0; }
.jy26-section--soft { background: var(--jy26-soft); }
.jy26-section--deep { background: var(--jy26-deep); color: #fff; }
.jy26-kicker { margin: 0 0 10px; color: var(--jy26-teal); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.jy26-section--deep .jy26-kicker { color: #8edbd0; }
.jy26-section--deep h2 { color: #fff !important; }
.jy26-section--deep .jy26-card h3 { color: var(--jy26-ink) !important; }
.jy26-section--deep .jy26-card p { color: var(--jy26-muted) !important; }
.jy26-section--deep .jy26-process p { color: var(--jy26-muted) !important; }
.jy26 h1,
.jy26 h2,
.jy26 h3 { margin-top: 0; color: inherit; letter-spacing: 0; line-height: 1.16; }
.jy26 h1 { font-size: clamp(40px, 6vw, 76px); }
.jy26 h2 { font-size: clamp(30px, 4vw, 48px); }
.jy26 h3 { font-size: 22px; }
.jy26 p { color: var(--jy26-muted); }
.jy26-section--deep p { color: #dbe6e9; }
.jy26-lead { max-width: 760px; font-size: 19px; }
.jy26-home-hero { min-height: min(760px, 82vh); display: flex; align-items: flex-end; background-size: cover; background-position: center; position: relative; color: #fff; }
.jy26-home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,25,32,.88) 0%, rgba(10,25,32,.62) 52%, rgba(10,25,32,.12) 100%); }
.jy26-home-hero .jy26-shell { position: relative; padding-bottom: 76px; }
.jy26-home-hero h1,
.jy26 .jy26-home-hero h1 { max-width: 850px; margin-bottom: 20px; color: #fff !important; }
.jy26-home-hero p { max-width: 680px; color: #e8eff1; font-size: 20px; }
.jy26-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.jy26-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 10px 18px; border: 1px solid var(--jy26-teal); background: var(--jy26-teal); color: #fff !important; font-weight: 800; }
.jy26-btn--ghost { border-color: rgba(255,255,255,.7); background: transparent; }
.jy26-btn--light { border-color: var(--jy26-line); background: #fff; color: var(--jy26-deep) !important; }
.jy26-statbar { background: #fff; border-bottom: 1px solid var(--jy26-line); }
.jy26-stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.jy26-stat { padding: 24px; border-right: 1px solid var(--jy26-line); }
.jy26-stat:last-child { border-right: 0; }
.jy26-stat strong { display: block; font-size: 28px; color: var(--jy26-deep); }
.jy26-stat span { color: var(--jy26-muted); }
.jy26-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.jy26-heading > div { max-width: 760px; }
.jy26-grid { display: grid; gap: 22px; }
.jy26-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.jy26-grid--3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.jy26-grid--4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.jy26-card { min-width: 0; border: 1px solid var(--jy26-line); border-radius: 6px; background: #fff; overflow: hidden; }
.jy26-card-media { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #fff; }
.jy26-card-media img { width: 100%; height: 100%; object-fit: cover; }
.jy26-card-media--contain img { object-fit: contain; padding: 12px; }
.jy26-card-body { padding: 22px; }
.jy26-card-body h3 { margin-bottom: 10px; }
.jy26-card-body p { margin-bottom: 14px; }
.jy26-link { color: #086b91 !important; font-weight: 800; }
.jy26-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 15px 0 0; padding: 0; list-style: none; }
.jy26-tags li { padding: 4px 8px; background: var(--jy26-soft); border: 1px solid var(--jy26-line); color: #46535e; font-size: 12px; }
.jy26-product-hero { padding: 64px 0; background: var(--jy26-soft); }
.jy26-product-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.88fr); gap: 58px; align-items: center; }
.jy26-product-hero h1 { font-size: clamp(38px, 5vw, 64px); }
.jy26-product-hero figure { margin: 0; aspect-ratio: 4 / 3; background: #fff; border: 1px solid var(--jy26-line); overflow: hidden; }
.jy26-product-hero figure img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.jy26-table-wrap { overflow-x: auto; border: 1px solid var(--jy26-line); background: #fff; }
.jy26-table { width: 100%; border-collapse: collapse; min-width: 660px; }
.jy26-table th,
.jy26-table td { padding: 14px 16px; border-bottom: 1px solid var(--jy26-line); text-align: left; vertical-align: top; }
.jy26-table th { background: #edf3f4; color: var(--jy26-deep); }
.jy26-table tr:last-child td { border-bottom: 0; }
.jy26-note { padding: 18px 20px; border-left: 4px solid var(--jy26-gold); background: #fff8e9; color: #5a4a28; }
.jy26-process { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--jy26-line); border: 1px solid var(--jy26-line); }
.jy26-process div { background: #fff; padding: 24px; }
.jy26-process strong { display: block; color: var(--jy26-teal); font-size: 13px; }
.jy26-catalog-hero { padding: 88px 0 54px; background: var(--jy26-deep); color: #fff; }
.jy26-catalog-hero h1 { max-width: 920px; }
.jy26-catalog-hero p { max-width: 780px; color: #dbe6e9; font-size: 19px; }
.jy26-navstrip { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.22); margin-top: 34px; }
.jy26-navstrip a { padding: 18px; color: #fff !important; border-right: 1px solid rgba(255,255,255,.22); font-weight: 800; }
.jy26-navstrip a:last-child { border-right: 0; }
.jy26-model-card .jy26-card-media { aspect-ratio: 3 / 4; }
.jy26-model-card .jy26-card-body { padding: 16px; }
.jy26-model-card h3 { font-size: 18px; }
.jy26-video-showcase { padding: 78px 0; background: #eaf1f3; color: var(--jy26-ink); }
.jy26-video-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 32px; }
.jy26-video-heading > div { max-width: 780px; }
.jy26-video-heading h2 { margin-bottom: 12px; }
.jy26-video-heading p { margin-bottom: 0; color: var(--jy26-muted); font-size: 18px; }
.jy26-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.jy26-video-card { min-width: 0; overflow: hidden; border: 1px solid var(--jy26-line); border-radius: 6px; background: #fff; }
.jy26-video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0d1c24; }
.jy26-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.jy26-video-body { padding: 24px; }
.jy26-video-body h3 { margin-bottom: 10px; font-size: 25px; }
.jy26-video-body p { margin-bottom: 14px; color: var(--jy26-muted); }
.jy26-video-meta { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 12px; color: var(--jy26-teal); font-size: 12px; font-weight: 800; text-transform: uppercase; } .page-id-3480 .site-content > .container { width: 100%; max-width: none; padding: 0; }
.page-id-3480 .site-content > .container > .row { margin: 0; }
.page-id-3480 .man_main_sidebar { flex: 0 0 100%; width: 100%; max-width: 100%; padding: 0; }
.page-id-3480 .content-area,
.page-id-3480 .site-main,
.page-id-3480 .entry-content { width: 100%; max-width: none; margin: 0; padding: 0; }
.page-id-3480 .jy-video-hero { padding-top: 76px; } .single-product .man_nearby_posts { display: none !important; }
.jy-mobile-menu-trigger { display: none; }
.single-product div.product { display: block !important; }
.single-product div.product .woocommerce-product-gallery { display: none !important; }
.single-product div.product .summary { float: none !important; width: 100% !important; max-width: none !important; margin: 0 !important; }
.single-product div.product .summary > .product_title,
.single-product div.product .summary > .woocommerce-product-details__short-description,
.single-product div.product .summary > .product_meta,
.single-product div.product .summary > form.cart,
.single-product div.product .summary > .price { display: none !important; }
.single-product .woocommerce-tabs { display: block !important; width: 100% !important; max-width: none !important; clear: both !important; margin: 0 !important; }
.single-product .woocommerce-tabs > ul.tabs { display: none !important; }
.single-product .woocommerce-tabs .panel,
.single-product .woocommerce-tabs .entry-content { display: block !important; width: 100% !important; max-width: none !important; height: auto !important; margin: 0 !important; padding: 0 !important; }
.single-product .woocommerce-tabs .col-md-6,
.single-product .woocommerce-tabs [class*="col-md-"] { float: none !important; width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.single-product .related.products { display: none !important; }
.single-product .site-content .container,
.single-product .content-area { max-width: none !important; width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }
@media (max-width: 980px) {
.jy-mobile-menu-trigger { display: inline-flex; position: fixed; top: 28px; right: 16px; z-index: 10000; align-items: center; justify-content: center; width: 44px; height: 44px; margin: 0; padding: 0; border: 0; border-radius: 4px; background: var(--jy26-teal); box-shadow: 0 3px 12px rgba(0,0,0,.18); }
.jy-mobile-menu-trigger span,
.jy-mobile-menu-trigger span::before,
.jy-mobile-menu-trigger span::after { display: block; width: 20px; height: 2px; background: #fff; }
.jy-mobile-menu-trigger span { position: relative; }
.jy-mobile-menu-trigger span::before,
.jy-mobile-menu-trigger span::after { content: ""; position: absolute; left: 0; }
.jy-mobile-menu-trigger span::before { top: -6px; }
.jy-mobile-menu-trigger span::after { top: 6px; }
#masthead { position: relative; }
#masthead .elementor-element-bf3eeb5 { display: block !important; position: absolute !important; top: 0 !important; right: 0 !important; z-index: 9998 !important; width: 80px !important; height: 100px !important; }
#masthead .elementor-element-bf3eeb5 > .elementor-widget-wrap { display: block !important; position: static !important; }
#masthead .elementor-element-9ef0ef2 { display: block !important; position: static !important; width: auto !important; }
body #masthead button.sm_menu_toggle { display: inline-flex !important; position: absolute !important; top: 28px !important; right: 16px !important; z-index: 9999 !important; align-items: center; justify-content: center; width: 44px; height: 44px; margin: 0 !important; padding: 0 !important; border: 0; border-radius: 4px; background: var(--jy26-teal) !important; color: #fff !important; }
body #masthead button.sm_menu_toggle::before { content: "\2630"; font-family: Arial, sans-serif; font-size: 24px; line-height: 1; }
body #masthead button.sm_menu_toggle i { display: none !important; }
.jy26-grid--4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.jy26-grid--3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.jy26-product-hero-grid { grid-template-columns: 1fr; }
.jy26-product-hero figure { max-width: 720px; }
.jy26-process { grid-template-columns: repeat(2,1fr); }
.jy26-video-heading { display: block; }
.jy26-video-heading > .jy26-link { display: inline-block; margin-top: 14px; }
}
@media (max-width: 640px) {
.jy26-shell { width: calc(100% - 28px); max-width: calc(100vw - 28px); min-width: 0; }
.jy26-section { padding: 52px 0; }
.jy26-home-hero { min-height: 670px; }
.jy26-home-hero .jy26-shell { padding-bottom: 46px; overflow: hidden; }
.jy26-home-hero h1 { max-width: 100%; font-size: 40px; white-space: normal !important; overflow-wrap: anywhere; }
.jy26-home-hero p { width: 100%; max-width: 100%; font-size: 17px; white-space: normal !important; overflow-wrap: anywhere; }
.jy26-home-hero .jy26-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
.jy26-home-hero .jy26-btn { width: 100%; white-space: normal; }
.jy26-stats,
.jy26-grid--2,
.jy26-grid--3,
.jy26-grid--4,
.jy26-navstrip,
.jy26-process { grid-template-columns: 1fr; }
.jy26-stat { border-right: 0; border-bottom: 1px solid var(--jy26-line); }
.jy26-stat:last-child { border-bottom: 0; }
.jy26-heading { display: block; }
.jy26-heading .jy26-btn { margin-top: 14px; }
.jy26-navstrip a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.jy26-navstrip a:last-child { border-bottom: 0; }
.jy26-product-hero-grid { gap: 30px; }
.jy26-product-hero figure { aspect-ratio: 1 / 1; }
.jy26-video-showcase { padding: 54px 0; }
.jy26-video-grid { grid-template-columns: 1fr; }
.jy26-video-body { padding: 20px; }
.jy26-video-body h3 { font-size: 22px; }
}