@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  color: #10141d;
  font-family: "Inter", Arial, sans-serif;
  font-synthesis: none;
  --blue: #0868ff;
  --blue-dark: #004bd5;
  --navy: #06182b;
  --ink: #070b10;
  --muted: #6d7a91;
  --line: #dce5ef;
  --shell: 1280px;
  --gutter: 38px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; padding-top: 116px; min-width: 320px; min-height: 100vh; background: #fff; -webkit-font-smoothing: antialiased; }
html { scroll-padding-top: 130px; }
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }

.page { min-height: 100vh; background-color: #fff; }
.site-shell { width: 100%; min-width: 0; background: #fff; }
.layout-container { width: 100%; max-width: var(--shell); margin-inline: auto; padding-inline: var(--gutter); }
.site-header { position: fixed; z-index: 45; top: 0; left: 0; right: 0; box-shadow: 0 6px 22px rgba(3, 13, 23, .14); }
.benefit-bar { height: 44px; color: #e9f3ff; background-color: #0b2a4e; font-size: 13px; }
.benefit-bar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.benefit { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.benefit > img { width: 22px; height: 22px; flex: 0 0 auto; object-fit: contain; }
.location { display: inline-flex; align-items: center; gap: 5px; padding: 6px 11px; border-radius: 18px; color: white; background: var(--blue); font-weight: 600; font-size: 13px; }

.header { height: 72px; color: white; background: #030d17; }
.header-inner { height: 100%; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; }
.brand { display: flex; align-items: center; gap: 8px; width: max-content; padding: 0; color: white; background: transparent; text-align: left; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 37px; color: white; background: var(--blue); transform: skew(-12deg); border-radius: 3px 12px 3px 3px; box-shadow: inset -8px 0 0 #0047c7; }
.brand-mark svg { transform: skew(12deg); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-size: 25px; letter-spacing: -.6px; }
.brand b span { color: var(--blue); }
.brand small { margin-top: 4px; font-size: 7px; letter-spacing: 1.2px; font-weight: 700; color: #d5e0ed; }
.header nav { display: flex; align-items: center; justify-content: center; gap: 32px; }
.header nav a, .header nav button { display: inline-flex; align-items: center; gap: 4px; padding: 8px 0; color: #f5f7fb; background: transparent; font-size: 14px; transition: color .18s ease; }
.header nav a:hover, .header nav a:focus-visible, .header nav button:hover, .header nav button:focus-visible { color: #3a91ff; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions button { position: relative; padding: 3px; color: white; background: transparent; }
.header-actions button:hover { color: #318bff; }
.cart-action > img { width: 31px; height: 31px; object-fit: contain; }
.cart-action span { position: absolute; top: -3px; right: -4px; display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 12px; color: white; background: var(--blue); border: 2px solid #030d17; font-size: 9px; font-weight: 800; }

.hero { position: relative; isolation: isolate; height: 450px; overflow: hidden; color: white; background-color: #02070d; background-size: cover; background-position: center; }
.hero::before { content: ""; position: absolute; z-index: 0; inset: 0 auto 0 0; width: calc(50% + min(5vw, 64px)); pointer-events: none; background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0, rgba(0, 0, 0, .88) calc(100% - 100px), rgba(0, 0, 0, 0) 100%); }
.hero-inner { position: relative; z-index: 1; height: 100%; padding-inline: 0; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; width: 62%; height: 100%; padding: 48px 0 104px var(--gutter); background: transparent; }
.eyebrow { margin: 0 0 13px; color: #d7e2ef; font-size: 12px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; }
.hero h1 { margin: 0; font-size: 52px; line-height: .92; letter-spacing: -1.5px; font-weight: 900; }
.hero h1 span { color: #0875ff; }
.hero-lead { margin: 16px 0 12px; color: #f1f5fa; font-size: 16px; line-height: 1.45; }
.hero-cta { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border-radius: 3px; color: white; background: var(--blue); font-weight: 700; font-size: 10px; }
.hero-cta:hover { background: var(--blue-dark); }
.hero-badge { position: absolute; z-index: 2; right: 8px; bottom: -4px; width: 290px; height: auto; }
.hero-features { position: absolute; z-index: 3; left: var(--gutter); bottom: 28px; width: 54%; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hero-feature { display: flex; align-items: center; gap: 7px; }
.hero-feature > img { width: 30px; height: 30px; flex: 0 0 auto; object-fit: contain; }
.hero-feature span { display: flex; flex-direction: column; line-height: 1.15; }
.hero-feature b { font-size: 13px; font-weight: 600; }
.hero-feature small { color: #d6e1ed; font-size: 12px; }

.content { background: #fff; }
.content-inner { padding-top: 38px; padding-bottom: 22px; }
.section-heading h2, .section-title-row h2, .products-heading h2 { margin: 0; color: #0d1117; font-size: 25px; line-height: 1.1; font-weight: 800; letter-spacing: -.7px; }
.section-heading > p { margin: 7px 0 0; color: #6681ad; font-size: 13px; }
.steps { margin-top: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step-wrap { position: relative; }
.step { display: grid; grid-template-columns: 58px 1fr; gap: 12px; }
.step-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; color: var(--blue); background: #eef5ff; }
.step-icon img { width: 42px; height: 42px; object-fit: contain; }
.step-number { display: block; margin: 2px 0 5px; color: var(--blue); font-size: 20px; font-weight: 800; }
.step h3 { margin: 0; font-size: 14px; line-height: 1.25; }
.step p { margin: 4px 0 0; color: #7082a0; font-size: 13px; line-height: 1.4; }
.step-arrow { position: absolute; top: 20px; right: -16px; color: #052c68; }

.categories { margin-top: 70px; }
.section-title-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.section-title-row > button, .section-title-row > a, .see-all { display: inline-flex; align-items: center; gap: 7px; padding: 0; color: var(--blue); background: transparent; font-size: 13px; white-space: nowrap; }
.category-grid { margin-top: 15px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.category-card { min-width: 0; height: 180px; padding: 7px 10px 13px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; border-radius: 6px; background: #f5f7fa; color: #11151a; transition: transform .18s ease, box-shadow .18s ease; }
.category-card:hover { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(20, 49, 85, .12); }
.category-card img { width: 100%; height: 135px; object-fit: contain; mix-blend-mode: multiply; }
.category-card span { min-height: 25px; display: grid; place-items: center; font-size: 13px; line-height: 1.2; font-weight: 700; text-align: center; }

.products { margin-top: 50px; }
.products-heading { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 20px; }
.tabs { display: flex; border-radius: 3px; overflow: hidden; background: #f4f7fb; }
.tabs button { padding: 9px 21px; color: #687c9f; background: transparent; font-size: 11px; }
.tabs button.active { color: white; background: var(--blue); }
.tabs span { padding: 9px 21px; color: #687c9f; font-size: 13px; }
.tabs span.active { color: white; background: var(--blue); }
.product-grid { margin-top: 15px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.product-card { position: relative; min-width: 0; min-height: 310px; padding: 12px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 6px; background: white; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.product-card:hover { transform: translateY(-3px); border-color: #b7cff0; box-shadow: 0 10px 23px rgba(20, 49, 85, .11); }
.wish { position: absolute; z-index: 2; top: 7px; right: 7px; padding: 2px; color: #4f6f9f; background: white; }
.wish:hover { color: var(--blue); }
.product-link { min-width: 0; padding: 0; color: inherit; background: transparent; text-align: left; }
.product-link img { width: 100%; height: 155px; margin-bottom: 7px; object-fit: contain; mix-blend-mode: multiply; }
.product-brand { color: #6680aa; font-size: 12px; }
.product-link h3 { min-height: 40px; margin: 5px 0 7px; overflow: hidden; color: #11151a; font-size: 14px; line-height: 1.28; font-weight: 500; }
.rating { display: flex; align-items: center; gap: 4px; margin-top: auto; color: var(--blue); }
.rating > span { display: flex; }
.rating small { color: #7587a4; font-size: 10px; }
.rating svg { width: 14px; height: 14px; }
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 4px; margin-top: 8px; }
.product-bottom b { color: #0a0e14; font-size: 17px; white-space: nowrap; }
.product-bottom > button { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 4px; color: white; background: var(--blue); }
.add-to-cart img { width: 20px; height: 20px; flex: 0 0 auto; object-fit: contain; filter: brightness(0) invert(1); }
.product-bottom > button:hover { background: var(--blue-dark); }

.promo { height: 165px; margin-top: 22px; padding: 26px 30px; display: grid; grid-template-columns: 1.25fr 1fr 1fr; align-items: center; overflow: hidden; border-radius: 6px; color: white; background-color: #05111f; background-size: cover; background-position: center; }
.promo > div span { font-size: 16px; font-weight: 700; }
.promo h2 { margin: 7px 0; color: #0b7fff; font-size: 30px; line-height: 1; }
.promo p { margin: 0; color: #d7e2ee; font-size: 12px; }
.promo-visual { min-height: 1px; }
.promo ul { margin: 0; padding: 8px 8px 8px 18px; display: grid; gap: 9px; border-left: 1px solid #16304c; border-radius: 3px; background: rgba(3, 12, 24, .74); list-style: none; }
.promo li { display: flex; align-items: center; gap: 9px; color: #e6eef7; font-size: 11px; }
.promo li svg { color: var(--blue); flex: 0 0 auto; }
.campaign-promo { width: 100%; height: auto; min-height: 0; aspect-ratio: 1280 / 498; padding: 0; display: block; overflow: hidden; border-radius: 8px; background: #05080d; }
.campaign-promo img { width: 100%; height: 100%; object-fit: cover; }
.campaign-promo:focus-visible { outline: 3px solid rgba(8, 104, 255, .55); outline-offset: 3px; }

.knowledge { margin-top: 54px; }
.knowledge .section-title-row > div > p { margin: 6px 0 0; color: #71809a; font-size: 13px; }
.article-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.article-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: white; transition: transform .18s ease, box-shadow .18s ease; }
.article-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(16, 42, 74, .11); }
.article-card-image { width: 100%; height: 188px; padding: 0; overflow: hidden; background: #edf2f7; }
.article-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.article-card:hover .article-card-image img { transform: scale(1.025); }
.article-card-body { padding: 18px; }
.article-kind { display: inline-flex; padding: 5px 8px; border-radius: 3px; color: #075edc; background: #eaf3ff; font-size: 12px; line-height: 1; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.article-title { width: 100%; padding: 0; color: #111923; background: transparent; text-align: left; }
.article-title h3 { min-height: 48px; margin: 10px 0 7px; font-size: 17px; line-height: 1.38; }
.article-card-body > p { min-height: 57px; margin: 0; color: #65758b; font-size: 13px; line-height: 1.45; }
.article-card-body > div:last-child { margin-top: 14px; display: flex; justify-content: space-between; gap: 12px; color: #8794a7; font-size: 12px; }

footer { color: #dae3ee; background: #051424; }
.footer-main { background: #051424; }
.footer-main-inner { padding-top: 30px; padding-bottom: 25px; display: grid; grid-template-columns: 1.5fr .9fr .95fr 1.25fr; gap: 48px; }
.footer-brand .brand { margin-bottom: 8px; }
.footer-brand p { max-width: 260px; margin: 0; color: #b7c2cf; font-size: 13px; line-height: 1.55; }
.footer-main h3 { margin: 1px 0 10px; color: white; font-size: 14px; }
.footer-main-inner > div:not(.footer-brand) > button, .footer-main-inner > div:not(.footer-brand) > a { display: block; padding: 4px 0; color: #c4cfdb; background: transparent; font-size: 13px; text-align: left; }
.footer-main-inner > div:not(.footer-brand) > button:hover, .footer-main-inner > div:not(.footer-brand) > a:hover { color: #3b91ff; }
.contacts p { margin: 0 0 7px; display: flex; align-items: flex-start; gap: 8px; color: #c4cfdb; font-size: 13px; line-height: 1.35; }
.contacts a:hover { color: #3b91ff; }
.contacts svg { color: #b8c8da; flex: 0 0 auto; }
.footer-bottom { min-height: 48px; border-top: 1px solid #1a2a3c; color: #8fa0b4; font-size: 12px; }
.footer-bottom-inner { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.footer-bottom button { padding: 0; color: #8fa0b4; background: transparent; font-size: inherit; }
.footer-bottom button:hover { color: #3b91ff; }

.content-hub { min-height: 650px; padding-top: 32px; padding-bottom: 70px; }
.hub-heading { margin: 26px 0 34px; padding: 38px 42px; border-radius: 10px; color: white; background: radial-gradient(circle at 80% 10%, rgba(17, 112, 255, .25), transparent 37%), #071727; }
.hub-heading > span { display: flex; align-items: center; gap: 8px; color: #58a2ff; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.hub-heading h1 { max-width: 760px; margin: 14px 0 10px; font-size: 38px; line-height: 1.08; }
.hub-heading p { max-width: 760px; margin: 0; color: #cad5e2; font-size: 15px; line-height: 1.6; }
.hub-grid { margin-top: 0; }

.article-page { background: #fff; }
.article-hero { padding: 34px 0 48px; color: white; background: radial-gradient(circle at 82% -10%, rgba(8, 104, 255, .35), transparent 38%), #061422; }
.breadcrumbs.light { margin-bottom: 35px; color: #8ea3bd; }
.breadcrumbs.light button { color: #b9c9db; }
.article-hero h1 { max-width: 900px; margin: 15px 0 14px; font-size: clamp(34px, 4.3vw, 58px); line-height: 1.05; letter-spacing: -1.6px; }
.article-hero p { max-width: 790px; margin: 0; color: #cbd6e3; font-size: 17px; line-height: 1.6; }
.article-meta { margin-top: 25px; display: flex; gap: 23px; color: #90a3bb; font-size: 12px; }
.article-layout { padding-top: 42px; padding-bottom: 72px; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 50px; }
.article-cover { height: 430px; margin: 0 0 36px; overflow: hidden; border-radius: 10px; background: #edf2f6; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-main > section:not(.video-block) { margin: 0 0 30px; }
.article-main > section h2 { margin: 0 0 10px; color: #111b28; font-size: 25px; }
.article-main > section p { margin: 0; color: #53647a; font-size: 16px; line-height: 1.75; }
.article-main blockquote { margin: 23px 0 0; padding: 18px 22px; border-left: 4px solid var(--blue); color: #2d435e; background: #f0f6ff; font-size: 15px; line-height: 1.55; }
.video-block { margin: 36px 0; }
.video-poster { min-height: 310px; padding: 34px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 10px; color: white; background-size: cover; background-position: center; text-align: center; }
.video-poster svg { color: #56a0ff; }
.video-poster span { margin-top: 10px; font-size: 20px; font-weight: 800; }
.video-poster small { margin-top: 5px; color: #c7d3e0; font-size: 12px; }
.article-product { margin: 36px 0; padding: 18px; display: grid; grid-template-columns: 130px 1fr auto; gap: 18px; align-items: center; border: 1px solid #c9dcef; border-radius: 9px; background: #f7faff; }
.article-product > img { width: 130px; height: 120px; object-fit: contain; mix-blend-mode: multiply; }
.article-product > div:nth-child(2) > span { color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.article-product h3 { margin: 6px 0 4px; font-size: 17px; }
.article-product p { margin: 0 0 8px; color: #687991; font-size: 13px; line-height: 1.45; }
.article-product strong { font-size: 19px; }
.article-product > div:last-child { display: grid; gap: 8px; }
.article-product button { min-width: 116px; padding: 10px 12px; border: 1px solid #bdd0e8; border-radius: 4px; color: #2a4464; background: white; font-size: 13px; font-weight: 700; }
.article-product button.primary { display: flex; align-items: center; justify-content: center; gap: 6px; border-color: var(--blue); color: white; background: var(--blue); }
.article-actions { padding: 20px 0; display: flex; gap: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.article-actions button { padding: 10px 14px; display: flex; align-items: center; gap: 7px; border-radius: 4px; color: #47617f; background: #eff4f9; font-size: 13px; font-weight: 700; }
.article-actions button.active { color: #075edc; background: #e3f0ff; }
.comments { margin-top: 36px !important; }
.comments .section-title-row { justify-content: flex-start; }
.comments .section-title-row > span { min-width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font-size: 10px; }
.comments > article { padding: 18px 0; display: grid; grid-template-columns: 38px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.comments > article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: #0b2a4e; font-weight: 800; }
.comments article b { font-size: 13px; }
.comments article p { margin: 4px 0 0 !important; font-size: 13px !important; }
.comments form { margin-top: 22px; padding: 18px; border-radius: 8px; background: #f5f8fb; }
.comments form > div { display: grid; grid-template-columns: 180px 1fr; gap: 12px; }
.comments label { display: grid; gap: 5px; color: #26384f; font-size: 13px; font-weight: 700; }
.comments input, .comments textarea { width: 100%; padding: 10px 11px; border: 1px solid #cad6e4; border-radius: 4px; background: white; font-size: 14px; outline: none; }
.comments textarea { min-height: 75px; resize: vertical; }
.comments form > button { margin: 12px 0 0 auto; padding: 10px 14px; display: flex; align-items: center; gap: 7px; border-radius: 4px; color: white; background: var(--blue); font-size: 12px; font-weight: 700; }
.article-sidebar { display: grid; align-content: start; gap: 22px; }
.subscribe-card, .related-articles { padding: 23px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.subscribe-card > svg { color: var(--blue); }
.subscribe-card h2, .related-articles h2 { margin: 10px 0 7px; font-size: 18px; }
.subscribe-card p { margin: 0 0 15px; color: #6f7e92; font-size: 13px; line-height: 1.45; }
.subscribe-card form { display: grid; gap: 8px; }
.subscribe-card input { min-width: 0; padding: 10px; border: 1px solid #cad6e4; border-radius: 4px; font-size: 14px; }
.subscribe-card button { padding: 10px; border-radius: 4px; color: white; background: var(--blue); font-size: 13px; font-weight: 700; }
.subscribe-success { padding: 10px; display: flex; align-items: center; gap: 7px; border-radius: 4px; color: #087447; background: #e8f8f0; font-size: 12px; font-weight: 700; }
.related-articles h2 { margin: 0 0 14px; }
.related-articles > button { width: 100%; padding: 12px 0; display: grid; grid-template-columns: 70px 1fr; gap: 10px; border-top: 1px solid var(--line); color: #1a293b; background: transparent; text-align: left; }
.related-articles > button img { width: 70px; height: 58px; object-fit: cover; border-radius: 4px; }
.related-articles > button span { display: flex; flex-direction: column; gap: 5px; }
.related-articles > button b { font-size: 11px; line-height: 1.35; }
.related-articles > button small { color: #8290a3; font-size: 9px; }

.info-page { min-height: 620px; padding-top: 32px; padding-bottom: 70px; }
.info-page > section { max-width: 840px; margin: 40px auto 0; padding: 48px; border-radius: 10px; color: white; background: radial-gradient(circle at 90% 0, rgba(8, 104, 255, .28), transparent 35%), #071727; }
.info-page section > span { color: #55a0ff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.info-page h1 { margin: 12px 0 18px; font-size: 38px; }
.info-page p { margin: 0; color: #cbd6e3; font-size: 16px; line-height: 1.75; }
.info-page section > button { margin-top: 28px; padding: 11px 15px; display: inline-flex; align-items: center; gap: 8px; border-radius: 4px; color: white; background: var(--blue); font-size: 12px; font-weight: 700; }

.breadcrumbs { display: flex; align-items: center; gap: 7px; color: #7a8ca8; font-size: 13px; }
.breadcrumbs button, .breadcrumbs a { padding: 0; color: #49678f; background: transparent; }
.product-page { min-height: 700px; padding-top: 32px; padding-bottom: 48px; background: white; }
.product-detail { margin-top: 20px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; }
.product-gallery { min-width: 0; display: grid; grid-template-rows: 390px auto; gap: 10px; }
.product-gallery-main { min-width: 0; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #f7f9fb; }
.product-gallery-main img { width: 90%; height: 370px; object-fit: contain; mix-blend-mode: multiply; }
.product-thumbnails { display: grid; grid-template-columns: repeat(5, 72px); gap: 8px; }
.product-thumbnails button { width: 72px; height: 72px; padding: 4px; overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #f7f9fb; }
.product-thumbnails button.active { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(8, 104, 255, .12); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-info { padding-top: 9px; }
.product-info > .product-brand { color: var(--blue); font-size: 13px; font-weight: 600; }
.product-info h1 { margin: 9px 0 13px; color: #0b1017; font-size: 36px; line-height: 1.1; letter-spacing: -.8px; }
.product-meta { display: flex; align-items: center; gap: 13px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: #7f8ca0; font-size: 12px; }
.detail-description { margin: 19px 0 13px; color: #526176; font-size: 16px; line-height: 1.55; }
.stock { display: flex; align-items: center; gap: 5px; color: #12804d; font-size: 13px; font-weight: 600; }
.buy-box { margin-top: 16px; padding: 15px; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center; border-radius: 6px; background: #f4f7fb; }
.buy-box strong { font-size: 30px; }
.qty { height: 36px; display: flex; align-items: center; border: 1px solid #cedae7; border-radius: 4px; overflow: hidden; background: white; }
.qty button { width: 32px; height: 100%; display: grid; place-items: center; color: #40536d; background: white; }
.qty span { min-width: 30px; text-align: center; font-size: 14px; font-weight: 700; }
.add-detail { grid-column: 1 / -1; height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 4px; color: white; background: var(--blue); font-size: 14px; font-weight: 700; }
.add-detail:hover { background: var(--blue-dark); }
.detail-benefits { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.detail-benefits > div { display: flex; gap: 8px; color: var(--blue); }
.detail-benefits img { width: 27px; height: 27px; flex: 0 0 auto; object-fit: contain; }
.detail-benefits span { display: flex; flex-direction: column; color: #1e2938; }
.detail-benefits b { font-size: 12px; }
.detail-benefits small { margin-top: 2px; color: #7a899d; font-size: 10px; }
.product-description { margin-top: 34px; padding-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; border-top: 1px solid var(--line); }
.product-description h2, .related h2 { margin: 0 0 14px; font-size: 23px; }
.product-description p { margin: 0; color: #627086; font-size: 14px; line-height: 1.65; }
.product-description dl { margin: 0; }
.product-description dl div { padding: 9px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e7edf3; font-size: 13px; }
.product-description dt { color: #77869a; }
.product-description dd { margin: 0; color: #202b38; font-weight: 600; text-align: right; }
.related { margin-top: 37px; }
.related-grid { margin-top: 12px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.related-grid .product-card { min-height: 280px; }
.related-grid .product-link img { height: 155px; }
.related-grid .product-link h3 { height: auto; min-height: 30px; font-size: 11px; }
.related-grid .product-brand, .related-grid .rating small { font-size: 8px; }
.category-page { min-height: 650px; background: white; }
.category-hero { padding: 30px 0 38px; color: white; background: radial-gradient(circle at 82% 10%, rgba(8, 104, 255, .3), transparent 38%), #061422; }
.category-hero-content { min-height: 240px; display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 40px; align-items: center; }
.category-hero-content > div > span { color: #63a9ff; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.category-hero h1 { margin: 10px 0 14px; font-size: clamp(36px, 4.3vw, 56px); line-height: 1.02; }
.category-hero p { max-width: 760px; margin: 0; color: #ced9e6; font-size: 16px; line-height: 1.65; }
.category-hero-content img { width: 280px; height: 210px; justify-self: end; object-fit: contain; filter: drop-shadow(0 18px 26px rgba(0, 0, 0, .28)); }
.category-products { padding-top: 40px; padding-bottom: 72px; }
.category-products .section-title-row > div > p { margin: 7px 0 0; color: #718096; font-size: 13px; }
.category-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.category-empty { margin-top: 20px; padding: 35px; border-radius: 8px; background: #f4f7fb; text-align: center; }
.category-empty h2 { margin: 0 0 8px; }
.category-empty p { margin: 0; color: #687991; }
.not-found { min-height: 560px; padding: 80px 38px; text-align: center; }
.not-found button { display: inline-flex; align-items: center; gap: 8px; padding: 11px 15px; color: white; background: var(--blue); }

.overlay { position: fixed; z-index: 50; inset: 0; display: flex; justify-content: flex-end; background: rgba(0, 7, 16, .72); }
.drawer { width: min(440px, 100vw); height: 100%; display: flex; flex-direction: column; background: white; box-shadow: -24px 0 60px rgba(0, 0, 0, .25); animation: slide-in .22s ease-out; }
@keyframes slide-in { from { transform: translateX(30px); opacity: .6; } to { transform: translateX(0); opacity: 1; } }
.drawer-head { min-height: 82px; padding: 18px 22px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.drawer-head > div > span { color: var(--blue); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; }
.drawer-head h2 { margin: 3px 0 0; font-size: 22px; }
.drawer-head > button { width: 40px; height: 40px; flex: 0 0 40px; display: grid; place-items: center; padding: 0; border-radius: 50%; color: #394a60; background: #eef3f8; font-size: 23px; line-height: 1; }
.empty-cart { margin: auto; padding: 34px; display: flex; flex-direction: column; align-items: center; color: #6f8096; text-align: center; }
.empty-cart h3 { margin: 15px 0 5px; color: #172231; font-size: 19px; }
.empty-cart p { margin: 0 0 18px; font-size: 12px; }
.empty-cart button { padding: 11px 15px; border-radius: 4px; color: white; background: var(--blue); font-size: 12px; }
.cart-lines { padding: 4px 22px; overflow-y: auto; }
.cart-line { position: relative; padding: 14px 24px 14px 0; display: grid; grid-template-columns: 82px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.cart-line > img { width: 82px; height: 82px; object-fit: contain; mix-blend-mode: multiply; }
.cart-line h3 { margin: 2px 0 5px; font-size: 12px; line-height: 1.25; }
.cart-line > div > span { color: var(--blue); font-size: 12px; font-weight: 700; }
.remove { position: absolute; top: 13px; right: 0; padding: 3px; color: #8391a3; background: transparent; }
.remove:hover { color: #d82c3a; }
.qty.small { width: max-content; height: 27px; margin-top: 8px; }
.qty.small button { width: 25px; }
.qty.small span { min-width: 24px; font-size: 10px; }
.qty.small svg { width: 12px; }
.cart-summary { margin-top: auto; padding: 17px 22px 23px; border-top: 1px solid var(--line); background: #f6f8fb; }
.cart-summary > div { margin-bottom: 7px; display: flex; justify-content: space-between; gap: 15px; color: #6b7b91; font-size: 10px; }
.cart-summary .total { margin: 13px 0 16px; padding-top: 12px; align-items: end; border-top: 1px solid #d8e1eb; color: #151e2a; }
.cart-summary .total strong { font-size: 21px; }
.cart-summary > button, .submit-order { width: 100%; height: 44px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 4px; color: white; background: var(--blue); font-size: 12px; font-weight: 700; }

.checkout-overlay { align-items: center; justify-content: center; padding: 20px; }
.checkout-modal { width: min(480px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; border-radius: 8px; background: white; box-shadow: 0 28px 90px rgba(0, 0, 0, .34); animation: modal-up .2s ease-out; }
@keyframes modal-up { from { transform: translateY(12px); opacity: .7; } to { transform: translateY(0); opacity: 1; } }
.checkout-modal form { padding: 18px 22px 22px; }
.order-summary-mini { margin-bottom: 14px; padding: 10px 12px; display: flex; justify-content: space-between; gap: 15px; border-radius: 4px; background: #eef5ff; color: #49617f; font-size: 10px; }
.order-summary-mini strong { color: #152235; font-size: 12px; }
.checkout-modal label { margin-top: 11px; display: grid; gap: 5px; color: #263345; font-size: 13px; font-weight: 600; }
.checkout-modal label > span { color: #8995a5; font-weight: 400; }
.checkout-modal input, .checkout-modal select, .checkout-modal textarea { width: 100%; padding: 10px 11px; border: 1px solid #cdd8e4; border-radius: 4px; outline: 0; color: #152033; background: white; font-size: 14px; }
.checkout-modal input:focus, .checkout-modal select:focus, .checkout-modal textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8, 104, 255, .12); }
.checkout-modal textarea { min-height: 68px; resize: vertical; }
.form-error { margin: 11px 0 0; padding: 8px 10px; border-radius: 4px; color: #b91c2c; background: #fff0f2; font-size: 10px; }
.submit-order { margin-top: 15px; border: 0; }
.submit-order:disabled { opacity: .65; cursor: wait; }
.consent { margin: 8px 0 0; color: #8995a5; font-size: 8px; line-height: 1.4; text-align: center; }
.success { padding: 54px 25px 60px; text-align: center; }
.success > span { width: 66px; height: 66px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; color: white; background: #16a05d; }
.success h3 { margin: 0 0 6px; font-size: 21px; }
.success p { margin: 0; color: #718096; font-size: 11px; }
.toast { position: fixed; z-index: 70; left: 50%; bottom: 26px; transform: translateX(-50%); padding: 10px 14px; display: flex; align-items: center; gap: 8px; border-radius: 4px; color: white; background: #0b2039; box-shadow: 0 14px 35px rgba(0, 0, 0, .26); font-size: 11px; }

.hidden { display: none !important; }
.benefit > span:first-child { color: #1680ff; font-size: 18px; }
.brand-mark { font-size: 22px; font-weight: 900; }
.header-actions form { margin: 0; }
.account-link, .logout-link, .account-name { color: #dce7f4; font-size: 13px; white-space: nowrap; }
.account-link:hover, .account-name:hover, .logout-link:hover { color: #318bff; }
.account-name { max-width: 140px; overflow: hidden; text-overflow: ellipsis; }
.logout-link { padding: 4px !important; }
.hero-feature > b { width: 30px; color: #0b7fff; font-size: 25px; font-weight: 500; }
.article-card-image { display: block; }
.article-title { display: block; }
.article-product > div:last-child > a { min-width: 116px; padding: 10px 12px; display: block; border: 1px solid #bdd0e8; border-radius: 4px; color: #2a4464; background: white; font-size: 13px; font-weight: 700; text-align: center; }
.article-actions > a { padding: 10px 14px; display: flex; align-items: center; gap: 7px; border-radius: 4px; color: #47617f; background: #eff4f9; font-size: 13px; font-weight: 700; }
.comments > div[data-comment-list] > article { padding: 18px 0; display: grid; grid-template-columns: 38px 1fr; gap: 12px; border-bottom: 1px solid var(--line); }
.comments > div[data-comment-list] > article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: #0b2a4e; font-weight: 800; }
.comments > div[data-comment-list] article b { font-size: 13px; }
.comments > div[data-comment-list] article small { margin-left: 8px; color: #8995a5; font-size: 9px; }
.comments > div[data-comment-list] article p { margin: 4px 0 0 !important; color: #53647a; font-size: 13px !important; line-height: 1.6; }
.comments form > label { display: grid; gap: 6px; color: #26384f; font-size: 13px; font-weight: 700; }
.comments form > label textarea { min-height: 90px; }
.auth-callout { margin-top: 20px; padding: 18px; display: flex; align-items: center; gap: 12px; border-radius: 8px; background: #f0f6ff; }
.auth-callout p { margin: 0 auto 0 0 !important; font-size: 14px !important; }
.auth-callout a { padding: 9px 12px; border-radius: 4px; color: var(--blue); background: white; font-size: 13px; font-weight: 700; }
.auth-callout a:last-child { color: white; background: var(--blue); }
.video-block iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; border-radius: 10px; }
.related-articles > a { width: 100%; padding: 12px 0; display: grid; grid-template-columns: 70px 1fr; gap: 10px; border-top: 1px solid var(--line); color: #1a293b; text-align: left; }
.related-articles > a img { width: 70px; height: 58px; object-fit: cover; border-radius: 4px; }
.related-articles > a span { display: flex; flex-direction: column; gap: 5px; }
.related-articles > a b { font-size: 11px; line-height: 1.35; }
.related-articles > a small { color: #8290a3; font-size: 9px; }
.subscribe-card small { color: #087447; font-size: 11px; font-weight: 700; }
.info-page section > a { margin-top: 28px; padding: 11px 15px; display: inline-flex; align-items: center; gap: 8px; border-radius: 4px; color: white; background: var(--blue); font-size: 12px; font-weight: 700; }
.not-found > span { display: block; color: var(--blue); font-size: 60px; font-weight: 900; }
.not-found p { color: #718096; }
.not-found a { display: inline-flex; margin-top: 15px; padding: 11px 15px; color: white; background: var(--blue); }
.checkout-modal form { padding: 18px 22px 22px; }
.checkout-modal label { margin-top: 11px; display: grid; gap: 5px; color: #263345; font-size: 13px; font-weight: 600; }
.checkout-modal input, .checkout-modal select, .checkout-modal textarea { width: 100%; padding: 10px 11px; border: 1px solid #cdd8e4; border-radius: 4px; outline: 0; color: #152033; background: white; font-size: 14px; }
.checkout-modal textarea { min-height: 68px; resize: vertical; }
.empty-cart { min-height: 320px; }

.auth-page { min-height: 690px; padding: 70px 20px; display: grid; place-items: start center; background: #f2f6fa; }
.auth-card { width: min(460px, 100%); padding: 36px; border-radius: 10px; background: white; box-shadow: 0 20px 55px rgba(16, 42, 74, .12); }
.auth-card > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 1.3px; }
.auth-card h1 { margin: 9px 0 9px; font-size: 31px; }
.auth-card > p { margin: 0 0 20px; color: #708096; font-size: 13px; line-height: 1.55; }
.auth-card form { display: grid; gap: 14px; }
.auth-card label { display: grid; gap: 6px; color: #2d3b4d; font-size: 13px; font-weight: 700; }
.auth-card input { width: 100%; padding: 12px; border: 1px solid #cad5e1; border-radius: 5px; outline: 0; font-size: 14px; }
.auth-card input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8, 104, 255, .12); }
.auth-card form > button { height: 46px; margin-top: 4px; border-radius: 5px; color: white; background: var(--blue); font-size: 14px; font-weight: 800; }
.auth-switch { margin-top: 19px; color: #708096; font-size: 13px; text-align: center; }
.auth-switch a { color: var(--blue); font-weight: 700; }

.account-page { min-height: 690px; padding: 45px 0 80px; background: #f3f7fb; }
.account-intro { margin-bottom: 30px; }
.account-intro > span { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1.6px; }
.account-intro h1 { margin: 8px 0; color: #0d1a2b; font-size: clamp(29px, 3vw, 42px); line-height: 1.15; }
.account-intro p { margin: 0; color: #687a91; font-size: 15px; }
.account-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 26px; align-items: start; }
.account-nav { padding: 10px; display: grid; gap: 3px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.account-nav a, .account-nav button { width: 100%; padding: 12px 14px; display: block; border-radius: 6px; color: #32465e; background: transparent; font-size: 14px; font-weight: 600; text-align: left; }
.account-nav a:hover, .account-nav button:hover, .account-nav a.active { color: #075fe1; background: #edf5ff; }
.account-nav form { margin: 8px 0 0; padding-top: 8px; border-top: 1px solid var(--line); }
.account-content { min-width: 0; }
.account-section-heading { margin-bottom: 18px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.account-section-heading h2 { margin: 0 0 5px; font-size: 25px; }
.account-section-heading p, .account-panel > p { margin: 0; color: #6d7c91; font-size: 14px; line-height: 1.5; }
.account-section-heading > a { color: var(--blue); font-size: 14px; font-weight: 700; white-space: nowrap; }
.account-alert { margin-bottom: 16px; padding: 12px 15px; border-radius: 6px; font-size: 14px; }
.account-alert.success { color: #076c45; background: #e6f7ee; }
.account-alert.error { color: #b52132; background: #fff0f2; }
.account-empty, .account-panel, .account-order, .account-address-card { padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.account-empty strong { font-size: 20px; }
.account-empty p { color: #63768e; font-size: 14px; }
.account-empty a, .account-primary { width: max-content; padding: 12px 17px; display: inline-flex; align-items: center; justify-content: center; border-radius: 5px; color: white; background: var(--blue); font-size: 14px; font-weight: 700; }
.account-empty a:hover, .account-primary:hover { background: var(--blue-dark); }
.account-orders, .account-addresses { display: grid; gap: 14px; }
.account-order-head, .account-address-head, .account-order-foot { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.account-order-head small { color: #73849a; font-size: 12px; }
.account-order-head h3 { margin: 5px 0 0; font-size: 17px; }
.account-order-status, .account-address-head span { padding: 6px 10px; border-radius: 15px; color: #075fe1; background: #e9f3ff; font-size: 12px; font-weight: 700; white-space: nowrap; }
.account-order-status.status-completed { color: #087449; background: #e5f7ec; }
.account-order-status.status-cancelled { color: #a83a47; background: #fff0f2; }
.account-order ul { margin: 18px 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.account-order li { padding: 11px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); font-size: 14px; }
.account-order li small { color: #7c8ca0; }
.account-order-foot { color: #55677e; font-size: 13px; }
.account-order-foot > span { overflow-wrap: anywhere; }
.account-order-foot strong { color: #111b29; font-size: 17px; white-space: nowrap; }
.account-address-head h3, .account-panel h3 { margin: 0 0 8px; font-size: 18px; }
.account-address-card > p { margin: 3px 0 7px; color: #293c52; font-size: 15px; }
.account-address-card > small { color: #6d7e95; font-size: 13px; }
.account-address-card details { margin-top: 16px; }
.account-address-card summary { width: max-content; color: var(--blue); font-size: 14px; font-weight: 700; cursor: pointer; }
.account-delete { margin-top: 12px; padding: 0; color: #ae3d4a; background: transparent; font-size: 13px; }
.account-panel { margin-top: 18px; }
.account-panel h3 + p { margin-bottom: 16px; }
.account-form { margin-top: 16px; display: grid; gap: 14px; }
.account-address-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.account-form label { display: grid; gap: 6px; color: #35485f; font-size: 13px; font-weight: 700; }
.account-form .wide { grid-column: 1 / -1; }
.account-form input:not([type="checkbox"]) { width: 100%; min-width: 0; padding: 11px 12px; border: 1px solid #cbd7e4; border-radius: 5px; outline: none; color: #152235; background: white; font-size: 14px; }
.account-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8, 104, 255, .12); }
.account-form .account-checkbox { display: flex; align-items: center; gap: 8px; }
.account-form .account-checkbox input { width: 16px; height: 16px; margin: 0; }
.account-form button { border: 0; }
.account-profile { margin-top: 0; }
.account-profile > div { padding: 11px 0; display: flex; justify-content: space-between; gap: 14px; border-top: 1px solid var(--line); font-size: 14px; }
.account-profile > div span { color: #708097; }
.account-password-form { max-width: 440px; }

.favorite-form { position: absolute; z-index: 2; top: 10px; right: 10px; margin: 0; }
.favorite-form button, .favorite-login { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid #d8e4f0; border-radius: 50%; background: white; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.favorite-form img { width: 36px; height: 36px; object-fit: contain; }
.product-favorite { margin: 13px 0 19px; display: inline-flex; align-items: center; color: #bb3150; font-size: 14px; font-weight: 700; }
.product-favorite button { padding: 0; display: inline-flex; align-items: center; color: inherit; background: none; font-size: inherit; font-weight: inherit; }
.product-favorite img { width: 32px; height: 32px; object-fit: contain; }
.product-reviews { margin-top: 42px; padding-top: 25px; border-top: 1px solid var(--line); }
.product-reviews > p { color: #687a91; font-size: 14px; }
.product-review-list { margin-top: 20px; display: grid; gap: 12px; }
.product-review-list article { padding: 18px 20px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.product-review-list article > div { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.product-review-list strong { font-size: 15px; }
.product-review-list span { color: #e6a119; font-size: 18px; }
.product-review-list small { color: #77869a; font-size: 12px; }
.product-review-list p { color: #40536b; font-size: 14px; line-height: 1.6; }
.account-order a { color: #075fe1; font-weight: 600; }
.account-order-status.status-delivered { color: #087449; background: #dff6e9; }
.order-timeline { margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line); }
.order-timeline summary { color: #305779; font-size: 14px; font-weight: 700; cursor: pointer; }
.order-timeline ol { margin: 14px 0 0; padding-left: 22px; }
.order-timeline li { padding: 4px 0; border: 0; color: #40536b; font-size: 13px; }
.order-timeline time { margin-left: 12px; color: #8190a2; }
.order-repeat { margin-top: 17px; display: flex; flex-wrap: wrap; align-items: center; gap: 9px 14px; }
.order-repeat button, .order-review-item button { padding: 10px 14px; border-radius: 5px; color: white; background: var(--blue); font-size: 13px; font-weight: 700; }
.order-repeat small { color: #77869a; font-size: 12px; }
.order-reviews { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.order-reviews h4 { margin: 0 0 12px; font-size: 16px; }
.order-review-item { margin-top: 12px; padding: 14px; border-radius: 7px; background: #f5f8fc; }
.order-review-item > strong { display: block; margin-bottom: 9px; font-size: 14px; }
.order-review-item p { color: #49617e; font-size: 13px; }
.order-review-item form { display: grid; gap: 10px; }
.order-review-item label { display: grid; gap: 5px; color: #40536b; font-size: 13px; font-weight: 600; }
.order-review-item select, .order-review-item textarea { width: 100%; padding: 9px; border: 1px solid #cbd7e4; border-radius: 5px; background: white; font-size: 14px; }
.order-review-item textarea { min-height: 85px; resize: vertical; }
.order-review-item button { width: max-content; }
.account-favorites { display: grid; gap: 12px; }
.account-favorites article { padding: 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.account-favorites article > a { min-width: 0; display: flex; align-items: center; gap: 16px; color: #1a293b; }
.account-favorites img { width: 100px; height: 90px; object-fit: contain; }
.account-favorites article span { display: grid; gap: 5px; }
.account-favorites article small { color: #708097; }
.account-favorites article strong { font-size: 15px; }
.account-favorites article b { color: #0a66ec; }
.account-favorites button { padding: 8px 11px; color: #ac3048; background: #fff0f2; border-radius: 5px; font-size: 13px; }
.account-profile > form { margin-top: 14px; }
.account-profile label small { color: #74849a; font-size: 12px; font-weight: 400; }
.profile-address-link { margin: 17px 0 0; color: #63768e; font-size: 13px; }
.profile-address-link a { color: #075fe1; font-weight: 700; }
.admin-reviews { display: grid; gap: 12px; }
.admin-reviews article { padding: 20px; border-radius: 8px; background: white; }
.admin-reviews article > div { display: flex; justify-content: space-between; gap: 15px; }
.admin-reviews article small { color: #74849a; }
.admin-reviews article p { color: #40536b; line-height: 1.5; }
.admin-reviews button { padding: 9px 12px; border-radius: 4px; color: white; background: var(--blue); }

.admin-body { min-width: 980px; padding-top: 0; color: #172231; background: #eef3f8; }
.admin-top { position: sticky; z-index: 20; top: 0; height: 64px; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; color: white; background: #061422; }
.admin-logo { font-size: 22px; font-weight: 900; }
.admin-logo span { color: #2c8aff; }
.admin-top nav { display: flex; align-items: center; gap: 18px; font-size: 12px; }
.admin-top nav form { margin: 0; }
.admin-top nav button { padding: 7px 10px; border-radius: 4px; color: white; background: #17314e; }
.admin-shell { min-height: calc(100vh - 64px); display: grid; grid-template-columns: 220px minmax(0, 1fr); }
.admin-nav { padding: 25px 15px; display: flex; flex-direction: column; gap: 5px; background: #0b2036; }
.admin-nav a { padding: 11px 13px; border-radius: 5px; color: #b8c7d7; font-size: 13px; font-weight: 600; }
.admin-nav a:hover, .admin-nav a.active { color: white; background: #133555; }
.admin-main { min-width: 0; padding: 34px; }
.admin-alert { margin-bottom: 18px; padding: 11px 14px; border-radius: 5px; font-size: 12px; }
.admin-alert.success { color: #087447; background: #def6e9; }
.admin-alert.error { color: #a41d2c; background: #ffe8eb; }
.admin-page-head { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.admin-page-head span { color: #6b7b8f; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.admin-page-head h1 { margin: 5px 0 0; font-size: 31px; }
.admin-page-head > a, .admin-welcome a { padding: 10px 14px; border-radius: 5px; color: white; background: var(--blue); font-size: 12px; font-weight: 700; }
.admin-page-head > a.secondary { color: #34506f; background: white; }
.admin-stats { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.admin-stats > * { padding: 20px; display: flex; flex-direction: column; gap: 10px; border-radius: 8px; background: white; box-shadow: 0 7px 20px rgba(17, 45, 78, .05); }
.admin-stats span { color: #718197; font-size: 11px; }
.admin-stats strong { color: #0d1b2b; font-size: 29px; }
.admin-welcome { margin-top: 20px; padding: 28px; border-radius: 8px; background: white; }
.admin-welcome h2 { margin: 0 0 8px; }
.admin-welcome p { max-width: 720px; margin: 0; color: #68788e; font-size: 13px; line-height: 1.6; }
.admin-welcome > div { margin-top: 22px; display: flex; gap: 10px; }
.admin-table-wrap { overflow: auto; border-radius: 8px; background: white; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.admin-table th { padding: 12px 15px; color: #718197; background: #f8fafc; font-size: 10px; text-align: left; text-transform: uppercase; letter-spacing: .5px; }
.admin-table td { padding: 13px 15px; border-top: 1px solid #e8eef4; vertical-align: middle; }
.table-product { display: flex; align-items: center; gap: 11px; }
.table-product img { width: 54px; height: 54px; object-fit: contain; border-radius: 4px; background: #f2f5f8; }
.table-product span { display: flex; flex-direction: column; gap: 4px; }
.table-product small, .table-slug { display: block; margin-top: 4px; color: #8592a3; font-size: 9px; }
.status { width: max-content; padding: 5px 7px; border-radius: 3px; color: #24527d; background: #e8f2fc; font-size: 9px; font-weight: 800; }
.status.ok { color: #087447; background: #e4f7ed; }
.status.muted { color: #6d7784; background: #eef1f4; }
.table-actions { display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.table-actions form { margin: 0; }
.table-actions a, .table-actions button { padding: 6px 8px; border-radius: 3px; color: #2868b1; background: #edf5ff; font-size: 10px; }
.table-actions button { color: #b31f33; background: #fff0f2; }
.admin-form { padding: 24px; border-radius: 8px; background: white; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-grid label { display: grid; gap: 6px; color: #304158; font-size: 11px; font-weight: 700; }
.form-grid > .wide { grid-column: 1 / -1; }
.form-grid label small { color: #8592a3; font-weight: 400; }
.form-grid input, .form-grid select, .form-grid textarea, .admin-inline-form input { width: 100%; padding: 11px; border: 1px solid #cbd7e4; border-radius: 4px; outline: 0; background: white; font-size: 12px; }
.form-grid textarea { resize: vertical; line-height: 1.55; }
.form-grid .check { display: flex; align-items: center; gap: 8px; }
.form-grid .check input { width: auto; }
.admin-submit { margin-top: 22px; padding: 12px 18px; border-radius: 4px; color: white; background: var(--blue); font-size: 12px; font-weight: 800; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.admin-photo-editor, .admin-hero-editor { min-width: 0; padding: 18px; border: 1px solid #d5e2ef; border-radius: 8px; background: #f8fbff; }
.admin-photo-heading strong { display: block; font-size: 15px; }
.admin-photo-heading small { display: block; margin-top: 5px; color: #657991; font-size: 12px; line-height: 1.4; }
.admin-photo-list { margin-top: 15px; display: grid; gap: 8px; }
.admin-photo-empty { margin: 0; padding: 18px; border: 1px dashed #b8cce2; border-radius: 6px; color: #667b94; font-size: 13px; }
.admin-photo-row { min-width: 0; padding: 8px; display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; gap: 12px; border: 1px solid #d9e3ef; border-radius: 6px; background: white; }
.admin-photo-row img { width: 72px; height: 60px; object-fit: contain; border-radius: 4px; background: #f2f5f9; }
.admin-photo-row > div:nth-child(2) { min-width: 0; }
.admin-photo-row strong { display: block; font-size: 13px; }
.admin-photo-row small { display: block; margin-top: 4px; overflow: hidden; color: #74859a; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.admin-photo-row-actions { display: flex; gap: 5px; }
.admin-photo-row-actions button { min-width: 32px; padding: 7px; border-radius: 4px; color: #1c62ae; background: #edf5ff; font-size: 13px; }
.admin-photo-row-actions button:disabled { opacity: .35; cursor: default; }
.admin-photo-row-actions button:last-child { color: #a53042; background: #fff0f2; font-size: 11px; }
.admin-photo-controls { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 10px; }
.admin-photo-controls label, .admin-hero-editor label { display: grid; gap: 6px; color: #304158; font-size: 12px; font-weight: 700; }
.admin-photo-controls input, .admin-hero-editor input { width: 100%; min-width: 0; padding: 10px; border: 1px solid #cbd7e4; border-radius: 4px; background: white; font-size: 13px; }
.admin-photo-controls button { padding: 11px 13px; border-radius: 4px; color: white; background: var(--blue); font-size: 12px; font-weight: 700; }
.admin-photo-note, .admin-photo-message { margin: 10px 0 0; color: #687b91; font-size: 12px; }
.admin-photo-message:not(:empty) { color: #155da8; }
.admin-hero-editor img { width: min(100%, 340px); height: 150px; margin: 12px 0; object-fit: cover; border-radius: 6px; background: #e8eef6; }
.admin-inline-form { margin-bottom: 18px; padding: 15px; display: grid; grid-template-columns: 1fr .8fr 1.5fr 1.2fr 90px auto; gap: 9px; border-radius: 8px; background: white; }
.admin-inline-form button, .admin-category-list button, .admin-orders form button { padding: 9px 12px; border-radius: 4px; color: white; background: var(--blue); font-size: 11px; font-weight: 700; }
.admin-category-list { display: grid; gap: 10px; }
.admin-category-list > form { padding: 13px; display: grid; grid-template-columns: 60px 1fr .75fr 1.5fr 1.1fr 75px 80px auto auto; gap: 10px; align-items: end; border-radius: 7px; background: white; }
.admin-category-list img { width: 60px; height: 60px; object-fit: contain; }
.admin-category-list label { display: grid; gap: 4px; color: #68788e; font-size: 9px; }
.admin-category-list input { min-width: 0; padding: 8px; border: 1px solid #d2dce7; border-radius: 4px; font-size: 11px; }
.admin-category-list > form > span { align-self: center; color: #718197; font-size: 10px; }
button.danger { color: #b31f33; background: #fff0f2; }
.admin-comments, .admin-orders { display: grid; gap: 12px; }
.admin-comments > article, .admin-orders > article { padding: 19px; border-radius: 8px; background: white; }
.admin-comments > article > div:first-child { display: flex; align-items: center; gap: 10px; }
.admin-comments > article > div:first-child > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; color: white; background: #0b2a4e; font-weight: 800; }
.admin-comments article small { display: block; margin-top: 3px; color: #8592a3; font-size: 9px; }
.admin-comments article p { color: #47596f; font-size: 13px; line-height: 1.5; }
.admin-comments article > a { color: var(--blue); font-size: 11px; }
.admin-comments article > div:last-child { margin-top: 14px; display: flex; align-items: center; gap: 8px; }
.admin-comments article form { margin: 0; }
.admin-comments article button { padding: 7px 9px; border-radius: 3px; color: #2b5f94; background: #edf5ff; font-size: 10px; }
.admin-orders > article > header { display: flex; justify-content: space-between; }
.admin-orders header div { display: flex; flex-direction: column; gap: 3px; }
.admin-orders header span { color: #8290a3; font-size: 10px; }
.order-customer { display: grid; grid-template-columns: 1fr 1fr; color: #506176; font-size: 12px; }
.admin-orders ul { padding: 0; border-top: 1px solid #e7edf3; list-style: none; }
.admin-orders li { padding: 8px 0; display: flex; justify-content: space-between; border-bottom: 1px solid #e7edf3; font-size: 11px; }
.admin-orders form { display: flex; justify-content: flex-end; gap: 8px; }
.admin-orders select { padding: 8px; border: 1px solid #cad6e4; border-radius: 4px; }

@media (max-width: 1080px) {
  :root { --gutter: 28px; }
  .header-inner { grid-template-columns: 220px 1fr auto; }
  .header nav { gap: 18px; }
}

@media (max-width: 820px) {
  .account-layout { grid-template-columns: 1fr; gap: 20px; }
  .account-nav { display: flex; flex-wrap: wrap; }
  .account-nav a, .account-nav button { width: auto; }
  .account-nav form { margin: 0 0 0 auto; padding: 0; border: 0; }
  .benefit:nth-child(2), .benefit:nth-child(3), .header nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero { height: 500px; background-position: 64% center; }
  .hero::before { width: 100%; background: linear-gradient(90deg, rgba(0, 0, 0, .76) 0, rgba(0, 0, 0, .76) calc(100% - 100px), rgba(0, 0, 0, 0) 100%); }
  .hero-copy { width: 100%; padding: 38px 24px 105px; background: transparent; }
  .hero h1 { font-size: clamp(37px, 9vw, 52px); }
  .hero-lead { font-size: 14px; }
  .hero-lead br { display: none; }
  .hero-badge { display: none; }
  .hero-features { left: 24px; right: 24px; width: auto; grid-template-columns: repeat(2, 1fr); gap: 13px; }
  .hero-feature b, .hero-feature small { font-size: 12px; }
  .content-inner { padding-top: 30px; padding-bottom: 30px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 24px; }
  .step { grid-template-columns: 58px 1fr; }
  .step-icon { width: 58px; height: 58px; }
  .step h3 { font-size: 14px; }
  .step p { font-size: 12px; }
  .step-arrow { display: none; }
  .category-grid, .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .category-card { height: 180px; }
  .category-card img { height: 138px; }
  .product-card { min-height: 300px; }
  .product-link img { height: 170px; }
  .product-link h3 { min-height: 34px; font-size: 13px; }
  .product-brand { font-size: 11px; }
  .products-heading { grid-template-columns: 1fr auto; }
  .tabs { grid-column: 1 / -1; grid-row: 2; width: max-content; }
  .promo { grid-template-columns: 1.2fr .8fr; }
  .promo ul { display: none; }
  .footer-main-inner { grid-template-columns: 1.4fr 1fr 1fr; }
  .contacts { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 2px 25px; }
  .contacts h3 { grid-column: 1 / -1; }
  .product-detail { grid-template-columns: 1fr; gap: 20px; }
  .product-gallery { grid-template-rows: 360px auto; }
  .product-gallery-main img { height: 340px; }
  .category-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-grid .article-card:last-child { grid-column: 1 / -1; }
  .article-card-body > p { min-height: 0; }
  .article-layout { grid-template-columns: 1fr; gap: 32px; }
  .article-sidebar { grid-template-columns: 1fr 1fr; }
  .article-product { grid-template-columns: 110px 1fr; }
  .article-product > div:last-child { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 540px) {
  body:not(.admin-body) { padding-top: 111px; }
  :root { --gutter: 18px; }
  .benefit-bar { height: 39px; }
  .benefit { font-size: 11px; }
  .benefit svg { width: 17px; }
  .location { margin-left: auto; }
  .brand-mark { width: 39px; height: 35px; }
  .brand-mark svg { width: 28px; }
  .brand b { font-size: 20px; }
  .brand small { font-size: 6px; letter-spacing: .9px; }
  .header-actions > .admin-link, .header-actions > form { display: none; }
  .account-name { max-width: 92px; font-size: 12px; }
  .account-page { padding-top: 28px; }
  .account-intro { margin-bottom: 22px; }
  .account-intro p { font-size: 13px; }
  .account-nav { gap: 3px; }
  .account-nav a, .account-nav button { padding: 9px; font-size: 12px; }
  .account-nav form { width: 100%; margin-left: 0; }
  .account-section-heading { align-items: flex-start; }
  .account-section-heading h2 { font-size: 22px; }
  .account-section-heading p { font-size: 12px; }
  .account-empty, .account-panel, .account-order, .account-address-card { padding: 18px; }
  .account-address-form { grid-template-columns: 1fr; }
  .account-order-foot { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero { height: 515px; }
  .hero-copy { padding: 35px 20px 120px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.7px; }
  .hero h1 { font-size: clamp(34px, 10.5vw, 46px); }
  .hero-lead { max-width: 340px; font-size: 13px; }
  .hero-features { left: 20px; right: 20px; gap: 12px 6px; }
  .hero-feature svg { width: 23px; }
  .hero-feature b { font-size: 11px; }
  .hero-feature small { font-size: 10px; }
  .content-inner, .product-page { padding-top: 25px; padding-bottom: 25px; }
  .section-heading h2, .section-title-row h2, .products-heading h2 { font-size: 20px; }
  .section-heading > p { font-size: 11px; }
  .steps { grid-template-columns: 1fr; gap: 18px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card { height: 165px; }
  .category-card img { height: 125px; }
  .category-card span { font-size: 12px; }
  .products-heading { grid-template-columns: 1fr; gap: 12px; }
  .tabs { grid-column: 1; grid-row: auto; width: 100%; }
  .tabs button { flex: 1; padding-inline: 5px; font-size: 9px; }
  .see-all { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card { min-height: 278px; }
  .product-link img { height: 150px; }
  .product-link h3 { font-size: 13px; }
  .product-brand { font-size: 10px; }
  .product-bottom b { font-size: 14px; }
  .promo { height: 170px; padding: 20px; grid-template-columns: 1fr 100px; }
  .promo h2 { font-size: 18px; }
  .promo > div span { font-size: 10px; }
  .promo-visual { width: 100px; }
  .footer-main-inner { grid-template-columns: 1fr 1fr; gap: 25px 18px; }
  .footer-brand, .contacts { grid-column: 1 / -1; }
  .contacts { grid-template-columns: 1fr; }
  .footer-main h3 { font-size: 11px; }
  .footer-main-inner > div:not(.footer-brand) > button, .footer-main-inner > div:not(.footer-brand) > a, .contacts p, .footer-brand p { font-size: 12px; }
  .footer-bottom-inner { padding-top: 12px; padding-bottom: 12px; align-items: flex-start; flex-direction: column; }
  .product-gallery { grid-template-rows: 300px auto; }
  .product-gallery-main img { height: 285px; }
  .product-thumbnails { grid-template-columns: repeat(4, 62px); }
  .product-thumbnails button { width: 62px; height: 62px; }
  .product-info h1 { font-size: 25px; }
  .product-description { grid-template-columns: 1fr; gap: 28px; }
  .detail-benefits { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr 1fr; }
  .related-grid .product-card:last-child { display: none; }
  .drawer { width: 100%; }
  .knowledge { margin-top: 40px; }
  .knowledge .section-title-row { align-items: flex-end; }
  .article-grid { grid-template-columns: 1fr; }
  .article-grid .article-card:last-child { grid-column: auto; }
  .article-card-image { height: 190px; }
  .article-title h3 { min-height: 0; font-size: 17px; }
  .campaign-promo { min-height: 190px; aspect-ratio: auto; }
  .campaign-promo img { object-position: 68% center; }
  .hub-heading { margin-top: 20px; padding: 28px 22px; }
  .hub-heading h1 { font-size: 29px; }
  .hub-heading p { font-size: 13px; }
  .article-hero { padding: 24px 0 35px; }
  .breadcrumbs.light { margin-bottom: 25px; }
  .article-hero h1 { font-size: 34px; letter-spacing: -.8px; }
  .article-hero p { font-size: 14px; }
  .article-layout { padding-top: 25px; padding-bottom: 45px; }
  .article-cover { height: 260px; }
  .article-main > section h2 { font-size: 21px; }
  .article-main > section p { font-size: 14px; }
  .video-poster { min-height: 230px; padding: 24px; }
  .article-product { grid-template-columns: 88px 1fr; gap: 12px; }
  .article-product > img { width: 88px; height: 90px; }
  .article-product p { display: none; }
  .article-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .article-actions button { justify-content: center; padding-inline: 8px; }
  .comments form > div { grid-template-columns: 1fr; }
  .article-sidebar { grid-template-columns: 1fr; }
  .info-page > section { margin-top: 25px; padding: 30px 22px; }
  .info-page h1 { font-size: 29px; }
  .info-page p { font-size: 14px; }
  .category-hero-content { min-height: 0; grid-template-columns: 1fr; gap: 20px; }
  .category-hero h1 { font-size: 34px; }
  .category-hero p { font-size: 14px; }
  .category-hero-content img { width: 180px; height: 140px; justify-self: start; }
  .category-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

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