.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.header-inner { gap: 25px; }
.site-nav { gap: 22px; font-size: 13px; }
.header-search { display: flex; width: 205px; flex-shrink: 0; align-items: center; border-radius: 7px; background: #fff; color: var(--navy); overflow: hidden; }
.header-search input { width: 100%; min-width: 0; background: transparent; border: 0; border-radius: 0; font-size: 12px; padding: 11px 0 11px 12px; }
.header-search button { display: grid; place-items: center; border: 0; background: transparent; width: 37px; flex-shrink: 0; cursor: pointer; padding: 10px; }
.header-search .icon { width: 17px; height: 17px; }
.country { flex-shrink: 0; }
.button { border: 0; cursor: pointer; font-family: inherit; text-decoration: none; }
.button:disabled { cursor: not-allowed; opacity: .58; transform: none; }
.button-navy { background: var(--navy); color: #fff; }
.button-navy:hover { background: #183b4c; }
.button-outline { color: var(--navy); border: 1px solid #d6dee4; background: #fff; }
.button-outline:hover { border-color: var(--navy); }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #168bc2; outline-offset: 3px; }
.demo-notice { display: flex; gap: 10px; align-items: center; background: #fff9df; color: #716021; border: 1px solid #f2e6b7; border-radius: 7px; padding: 10px 13px; margin-bottom: 23px; font-size: 12px; }
.demo-notice > span { background: #efdfa1; border-radius: 3px; padding: 2px 5px; font-size: 10px; font-weight: 800; letter-spacing: .5px; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.product-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid #edf0f3; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px #152c4210; background: #fff; transition: box-shadow .18s, transform .18s; }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 10px 24px #152c421a; }
.product-image { position: relative; display: block; background: #fff; padding: 11px; overflow: hidden; }
.product-image img { width: 100%; height: 205px; object-fit: contain; display: block; }
.discount-badge { position: absolute; top: 11px; left: 10px; display: inline-block; background: var(--red); border-radius: 5px; padding: 4px 8px; color: #fff; font-size: 12px; font-weight: 800; z-index: 1; }
.demo-tag { position: absolute; right: 9px; top: 13px; z-index: 1; background: #f0f3f5; border-radius: 3px; padding: 2px 5px; font-size: 10px; color: #78828a; }
.product-info { padding: 8px 13px 12px; display: flex; flex-direction: column; flex: 1; }
.product-category { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: #6f7f8b; margin: 0 0 5px; }
.product-info h3 { font-size: 14px; line-height: 1.45; margin: 0 0 17px; min-height: 42px; font-weight: 700; }
.product-info h3 a:hover { color: #157daf; }
.product-prices { display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px; margin-top: auto; margin-bottom: 11px; }
.old-price { text-decoration: line-through; color: #909aa4; font-size: 13px; }
.product-prices strong { font-size: 19px; font-weight: 800; color: var(--red); letter-spacing: -.4px; }
.product-cta { min-height: 38px; font-size: 12px; padding: 9px 8px; gap: 5px; width: 100%; border-radius: 6px; }
.product-cta .icon { width: 15px; height: 15px; }
.product-cta .icon:last-child { margin-left: 0; }
.product-shop { background: #f7f9fb; padding: 10px 13px; font-size: 11px; border-top: 1px solid #f0f2f4; color: #5b6874; }
.product-shop strong { font-weight: 650; color: #26343f; }
.promos { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-bottom: 35px; }
.promo { position: relative; overflow: hidden; min-height: 236px; border-radius: 11px; padding: 28px; color: #fff; background: #102533; box-shadow: 0 5px 17px #081c2717; background-size: cover; background-position: center; }
.promo-parcels { background-image: linear-gradient(90deg, #081c27e8 0%, #081c2780 50%, #081c2700 85%), url('/assets/parcel-banner.png'); }
.promo-germany { background-image: linear-gradient(90deg, #081c27d9 0%, #081c2766 57%, #081c2700 90%), url('/assets/germany-banner.png'); }
.promo h2 { font-size: 28px; line-height: 1.17; letter-spacing: -.8px; max-width: 330px; margin: 0 0 12px; }
.promo h2 span { color: var(--yellow); }
.promo p { max-width: 260px; margin: 0 0 19px; font-size: 14px; line-height: 1.5; }
.promo .button { min-height: 38px; font-size: 12px; padding: 10px 15px; }
.button-white { background: #fff; color: var(--navy); }
.benefits { padding-top: 4px; padding-bottom: 37px; }
.benefits h2 { display: flex; gap: 9px; align-items: center; font-size: 23px; font-weight: 800; letter-spacing: -.5px; margin: 0 0 25px; }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.benefits-grid article { display: flex; gap: 14px; }
.benefits-grid .icon { width: 32px; height: 32px; margin-top: 3px; }
.benefits-grid h3 { font-size: 14px; margin: 0 0 4px; }
.benefits-grid p { font-size: 12px; margin: 0; color: var(--muted); }
.newsletter { display: flex; gap: 17px; align-items: center; padding: 23px 25px; background: var(--navy); border-radius: 10px; color: #fff; margin-bottom: 24px; }
.newsletter > .icon { width: 35px; height: 35px; }
.newsletter h2 { font-size: 18px; margin: 0 0 4px; letter-spacing: -.3px; }
.newsletter p { font-size: 12px; color: #ced7dd; margin: 0; }
.newsletter-soon { margin-left: auto; border: 1px solid #ffffff39; border-radius: 6px; padding: 9px 18px; color: var(--yellow); font-size: 13px; white-space: nowrap; }
.footer-columns { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 30px; }
.footer-columns h2 { font-size: 13px; font-weight: 700; margin: 0 0 13px; }
.footer-columns > div > a:not(.brand) { display: block; font-size: 12px; color: #c8d2d9; margin-block: 6px; }
.footer-columns > div > a:hover { color: var(--yellow); }
.footer-description { margin-top: 18px; color: #9fb0bb; font-size: 12px; line-height: 1.7; }
.footer-columns .brand-name { font-size: 23px; }
.footer-columns .brand-tag { width: 34px; height: 45px; font-size: 26px; }
.catalog-main { padding-top: 43px; padding-bottom: 60px; min-height: 65vh; }
.page-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.eyebrow { font-size: 10px; font-weight: 800; letter-spacing: 1.7px; color: #7a8790; margin: 0 0 7px; }
.page-heading h1, .content-page h1 { font-size: 37px; line-height: 1.15; letter-spacing: -1.2px; margin: 0 0 10px; }
.page-heading p:not(.eyebrow) { color: var(--muted); margin: 0; }
.result-count { font-size: 13px; background: #f0f4f6; padding: 8px 13px; border-radius: 7px; white-space: nowrap; }
label { display: block; font-size: 13px; font-weight: 650; margin-bottom: 6px; }
input:not([type=checkbox]), select, textarea { width: 100%; padding: 11px 12px; border: 1px solid #dce3e8; border-radius: 6px; background: #fff; color: var(--ink); font: inherit; font-size: 14px; }
textarea { resize: vertical; }
input[type=checkbox] { accent-color: #162f3b; width: 17px; height: 17px; }
.filter-panel { display: grid; grid-template-columns: 1.5fr 1.3fr 1fr 1fr 1.3fr; gap: 17px; padding: 22px; background: #f7f9fb; border: 1px solid var(--border); border-radius: 10px; margin-bottom: 28px; }
.filter-actions { grid-column: span 2; display: flex; align-items: flex-end; gap: 17px; padding-bottom: 1px; }
.filter-actions .button { min-height: 43px; font-size: 13px; }
.filter-actions .text-link { padding-bottom: 11px; }
.catalog-grid { row-gap: 28px; }
.pagination { display: flex; gap: 8px; justify-content: center; margin-top: 30px; }
.pagination a { display: grid; place-items: center; min-width: 40px; height: 40px; border: 1px solid var(--border); border-radius: 6px; font-size: 14px; }
.pagination a[aria-current] { background: var(--navy); color: #fff; }
.notice { padding: 15px 18px; border-radius: 7px; background: #fff8de; border: 1px solid #efe0b0; color: #715d22; font-size: 14px; margin: 18px 0; }
.notice-error { background: #fff0f0; color: #9d2230; border-color: #f0ccd1; }
.notice-success { background: #eaf8ef; color: #206b3d; border-color: #c8e6d3; }
.content-page { max-width: 920px; padding-top: 54px; padding-bottom: 70px; min-height: 60vh; }
.content-page p { line-height: 1.8; }
.lead { font-size: 22px; color: #425965; }
.prose { font-size: 16px; line-height: 1.85; overflow-wrap: anywhere; }
.info-box { background: #f5f8fa; padding: 24px 28px; border-radius: 9px; margin-block: 28px; }
.info-box h2 { font-size: 21px; margin-top: 0; }
.info-box li { padding-bottom: 12px; }
.product-page { padding-block: 30px 65px; min-height: 65vh; }
.breadcrumbs { display: flex; gap: 12px; font-size: 13px; color: var(--muted); margin-bottom: 25px; }
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.detail-image { position: relative; border: 1px solid var(--border); border-radius: 13px; padding: 20px; }
.detail-image img { width: 100%; height: auto; max-height: 540px; object-fit: contain; display: block; }
.detail-image .discount-badge { top: 20px; left: 20px; padding: 7px 12px; font-size: 16px; }
.detail-copy { padding-top: 20px; }
.detail-copy h1 { font-size: 35px; line-height: 1.2; letter-spacing: -1px; margin: 10px 0 20px; }
.detail-description { color: #596974; line-height: 1.8; }
.detail-prices { display: flex; flex-direction: column; margin-top: 25px; }
.detail-prices strong { font-size: 38px; color: var(--red); letter-spacing: -1px; }
.price-note { font-size: 12px; color: var(--muted); margin: 0 0 23px; }
.product-facts { margin-block: 30px; font-size: 13px; }
.product-facts > div { display: flex; gap: 20px; padding: 9px 0; border-bottom: 1px solid var(--border); }
.product-facts dt { color: var(--muted); width: 85px; flex-shrink: 0; }
.product-facts dd { margin: 0; }

@media (max-width: 1250px) {
    .header-inner { gap: 19px; }
    .site-nav { gap: 17px; font-size: 12px; }
    .header-search { width: 175px; }
    .product-grid { gap: 14px; }
    .product-image img { height: 175px; }
    .product-prices { gap: 6px; }
    .product-prices strong { font-size: 17px; }
}
@media (max-width: 1050px) {
    .header-inner .brand-name { font-size: 21px; }
    .header-inner .brand-tag { width: 31px; height: 42px; font-size: 24px; }
    .header-inner .country { display: none; }
    .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .product-image img { height: 220px; }
    .filter-panel { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .filter-actions { grid-column: span 1; flex-wrap: wrap; gap: 3px; }
    .filter-actions .text-link { padding-bottom: 0; }
    .benefits-grid { gap: 20px; }
    .benefits-grid article { gap: 10px; }
    .footer-columns { gap: 25px; }
}
@media (max-width: 760px) {
    .header-inner { gap: 0 14px; padding-bottom: 0; }
    .header-inner .brand-name { font-size: 21px; }
    .header-search { width: 130px; margin-left: auto; }
    .header-search input { padding: 9px 0 9px 8px; font-size: 11px; }
    .header-search button { width: 30px; padding: 7px; }
    .site-nav { font-size: 11px; gap: 8px; margin-top: 6px; }
    .site-nav a { padding-block: 14px 17px; }
    .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
    .product-image { padding: 8px; }
    .product-image img { height: 180px; }
    .product-info { padding-inline: 10px; }
    .product-info h3 { font-size: 13px; min-height: 55px; }
    .product-category { font-size: 9px; }
    .product-prices { gap: 5px; }
    .product-prices strong { font-size: 17px; }
    .old-price { font-size: 11px; }
    .product-cta { font-size: 11px; }
    .discount-badge { font-size: 11px; top: 8px; left: 7px; padding: 3px 6px; }
    .demo-tag { top: 9px; right: 7px; font-size: 9px; }
    .product-shop { padding-inline: 10px; font-size: 10px; }
    .demo-notice { align-items: flex-start; font-size: 11px; }
    .promos { grid-template-columns: 1fr; gap: 17px; padding-bottom: 30px; }
    .promo { min-height: 230px; padding: 25px; }
    .promo h2 { font-size: 27px; max-width: 245px; }
    .benefits h2 { font-size: 21px; }
    .benefits-grid { grid-template-columns: 1fr 1fr; gap: 23px 16px; }
    .benefits-grid .icon { width: 27px; height: 27px; }
    .benefits-grid h3 { font-size: 12px; }
    .benefits-grid p { font-size: 11px; }
    .newsletter { flex-wrap: wrap; padding: 20px; gap: 12px; }
    .newsletter > div { flex: 1; }
    .newsletter h2 { font-size: 16px; }
    .newsletter-soon { width: 100%; text-align: center; margin-top: 5px; }
    .footer-columns { grid-template-columns: 1fr 1fr; gap: 25px 20px; }
    .footer-columns > div:first-child { grid-column: 1 / -1; }
    .footer-description { margin: 14px 0 0; }
    .catalog-main { padding-top: 30px; }
    .page-heading h1, .content-page h1 { font-size: 30px; }
    .page-heading p:not(.eyebrow) { font-size: 14px; }
    .result-count { font-size: 11px; padding: 7px 9px; }
    .eyebrow { font-size: 9px; }
    .filter-panel { grid-template-columns: 1fr 1fr; padding: 16px; gap: 14px; }
    .filter-search { grid-column: 1 / -1; }
    .filter-actions { grid-column: 1 / -1; gap: 18px; align-items: center; }
    .filter-panel label { font-size: 12px; }
    .filter-panel input, .filter-panel select { font-size: 13px; min-width: 0; }
    .product-detail { grid-template-columns: 1fr; gap: 20px; }
    .detail-image img { max-height: 320px; }
    .detail-copy { padding-top: 0; }
    .detail-copy h1 { font-size: 30px; }
    .content-page { padding-top: 35px; }
    .lead { font-size: 20px; }
}
@media (max-width: 380px) {
    .header-inner .brand-name { font-size: 18px; }
    .header-inner .brand-tag { width: 26px; height: 36px; font-size: 22px; }
    .header-inner .brand { gap: 9px; }
    .header-search { width: 118px; }
    .site-nav { font-size: 10px; gap: 4px; }
    .product-image img { height: 145px; }
    .product-cta { font-size: 10px; }
    .product-info h3 { min-height: 60px; }
    .product-prices strong { font-size: 16px; }
    .filter-panel { padding: 13px; gap: 10px; }
}
