@font-face { font-family:'XddFontAwesome'; src:url('../fonts/fontawesome-webfont.woff2') format('woff2'); font-weight:normal; font-style:normal; font-display:block; }
.theme-xdd {
  --xdd-primary: #409eff;
  --xdd-accent: #16c2c2;
  --xdd-bg: #f5f9ff;
  --xdd-surface: #ffffff;
  --xdd-text: rgba(0, 0, 0, .85);
  --xdd-muted: #667085;
  --xdd-border: #e5eaf3;
  --xdd-radius-card: 8px;
  --xdd-shadow-card: 0 8px 28px rgba(31, 66, 135, .08);
  --xdd-container: 1320px;
  margin: 0;
  min-height: 100vh;
  color: var(--xdd-text);
  background: var(--xdd-bg);
  font-family: Inter, "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
  line-height: 1.5;
}
.theme-xdd *, .theme-xdd *::before, .theme-xdd *::after { box-sizing: border-box; }
.theme-xdd a { color: inherit; text-decoration: none; }
.theme-xdd img { display: block; max-width: 100%; }
.theme-xdd button, .theme-xdd input, .theme-xdd select, .theme-xdd textarea { color: inherit; font: inherit; }
.theme-xdd button { cursor: pointer; }
.theme-xdd :focus-visible { outline: 3px solid rgba(64, 158, 255, .45); outline-offset: 3px; }
.theme-xdd [hidden] { display: none !important; }
.theme-xdd .xdd-container { width: min(calc(100% - 40px), var(--xdd-container)); margin-inline: auto; }
.theme-xdd .xdd-header { background: var(--xdd-surface); border-bottom: 1px solid var(--xdd-border); }
.theme-xdd .xdd-header__notice { color: #d9e2f1; background: #111a31; font-size: 12px; }
.theme-xdd .xdd-header__notice .xdd-container { min-height: 34px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; }
.theme-xdd .xdd-header__notice-copy { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; }
.theme-xdd .xdd-header__notice-label { padding: 1px 7px; border-radius: 3px; color: #111a31; background: #fff; font-size: 10px; font-weight: 800; }
.theme-xdd .xdd-header__notice nav { display: flex; gap: 22px; margin-left: auto; }
.theme-xdd .xdd-header__notice .xdd-header__top-actions { margin-left: 0; }
.theme-xdd .xdd-header__notice a:hover { color: #fff; }
.theme-xdd .xdd-language { display: flex; align-items: center; gap: 8px; }
.theme-xdd .xdd-language img { border-radius: 50%; }
.theme-xdd .xdd-header__main { min-height: 76px; display: grid; grid-template-columns: minmax(150px, 250px) minmax(260px, 620px) minmax(0, 1fr); align-items: center; gap: clamp(12px, 2vw, 32px); padding-block: 10px; }
.theme-xdd .xdd-brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; color: var(--xdd-primary); font-size: 24px; }
.theme-xdd .xdd-brand img { width: auto; height: 48px; object-fit: contain; }
.theme-xdd .xdd-header-search { display: grid; grid-template-columns: 1fr 54px; }
.theme-xdd .xdd-header-search input { min-width: 0; min-height: 42px; padding: 8px 14px; border: 2px solid var(--xdd-primary); border-radius: 7px 0 0 7px; }
.theme-xdd .xdd-header-search button { border: 0; border-radius: 0 7px 7px 0; color: #fff; background: var(--xdd-primary); }
.theme-xdd .xdd-account-nav { display: flex; align-items: center; justify-content: flex-end; gap: 16px; font-weight: 500; }
.theme-xdd .xdd-account-nav a:hover, .theme-xdd .xdd-primary-nav a:hover { color: var(--xdd-primary); }
.theme-xdd .xdd-primary-nav { color: #fff; background: var(--xdd-primary); box-shadow: 0 5px 16px rgba(22,119,255,.2); }
.theme-xdd .xdd-primary-nav__inner { min-height: 54px; display: flex; align-items: center; gap: 42px; font-weight: 600; }
.theme-xdd .xdd-primary-nav a { padding: 8px 16px; border-radius: 999px; }
.theme-xdd .xdd-primary-nav a:hover { color: #fff; background: rgba(0,0,0,.12); }
.theme-xdd .xdd-primary-nav__action { min-height: 38px; padding: 8px 16px; border: 0; border-radius: 999px; color: #fff; background: transparent; font-weight: inherit; }
.theme-xdd .xdd-primary-nav__action:hover, .theme-xdd .xdd-primary-nav__action:focus-visible { color: #fff; background: rgba(0,0,0,.12); }
.theme-xdd.theme-xdd--desktop { --xdd-primary: #126fe8; }
.theme-xdd.theme-xdd--desktop .xdd-header { position: relative; }
.theme-xdd.theme-xdd--desktop .xdd-header__main { grid-template-columns: minmax(220px,1fr) minmax(360px,720px) minmax(220px,1fr); }
.theme-xdd.theme-xdd--desktop .xdd-header-search { grid-column: 2; }
.theme-xdd.theme-xdd--desktop .xdd-header__menu-tools { grid-column: 3; }
.theme-xdd.theme-xdd--desktop .xdd-header__menu-tools { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px 12px; font-size: 13px; }
.theme-xdd.theme-xdd--desktop .xdd-header__integral-nav, .theme-xdd.theme-xdd--desktop .xdd-account-nav { min-width: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px 12px; }
.theme-xdd.theme-xdd--desktop .xdd-header__menu-tools a, .theme-xdd.theme-xdd--desktop .xdd-header__menu-tools button { min-width: 0; overflow-wrap: anywhere; }
.theme-xdd.theme-xdd--desktop .xdd-header__menu-tools > a { color: var(--xdd-text); }
.theme-xdd.theme-xdd--desktop [data-xdd-desktop-menu] { position: relative; }
.theme-xdd.theme-xdd--desktop .xdd-desktop-menu__trigger { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 7px 12px; border: 0; border-radius: 7px; color: inherit; background: transparent; font: inherit; cursor: pointer; }
.theme-xdd.theme-xdd--desktop .xdd-primary-nav .xdd-desktop-menu__trigger { min-height: auto; padding: 8px 16px; border-radius: 999px; color: #fff; }
.theme-xdd.theme-xdd--desktop .xdd-primary-nav .xdd-desktop-menu__trigger:hover { background: rgba(0,0,0,.12); }
.theme-xdd.theme-xdd--desktop .xdd-primary-nav .xdd-desktop-menu__trigger .xdd-icon { font-size: 13px; transition: transform .18s ease; }
.theme-xdd.theme-xdd--desktop .xdd-primary-nav .xdd-desktop-menu__trigger[aria-expanded="true"] .xdd-icon { transform: rotate(180deg); }
.theme-xdd.theme-xdd--desktop .xdd-desktop-menu__panel { position: absolute; top: calc(100% + 8px); right: 0; z-index: 40; display: grid; min-width: 190px; max-width: min(360px, calc(100vw - 40px)); padding: 8px; border: 1px solid var(--xdd-border); border-radius: 10px; color: var(--xdd-text); background: var(--xdd-surface); box-shadow: 0 14px 30px rgba(17,26,49,.2); }
.theme-xdd.theme-xdd--desktop .xdd-primary-nav [data-xdd-desktop-menu] { position: static; }
.theme-xdd.theme-xdd--desktop .xdd-primary-nav [data-xdd-mall-navigation] { position: relative; }
.theme-xdd.theme-xdd--desktop .xdd-primary-nav .xdd-desktop-menu__panel { top: calc(100% + 6px); right: auto; left: 0; }
.theme-xdd.theme-xdd--desktop [data-xdd-desktop-menu] .xdd-desktop-menu__panel--align-end { right: 0; left: auto; }
.theme-xdd.theme-xdd--desktop [data-xdd-desktop-menu] .xdd-desktop-menu__panel--align-start { right: auto; left: 0; }
.theme-xdd.theme-xdd--desktop .xdd-desktop-menu__panel a { min-width: 0; padding: 9px 12px; border-radius: 6px; color: var(--xdd-text); white-space: normal; overflow-wrap: anywhere; word-break: break-word; }
.theme-xdd.theme-xdd--desktop .xdd-desktop-menu__panel a:hover { color: var(--xdd-primary); background: #eef5ff; }
.theme-xdd.theme-xdd--desktop .xdd-desktop-menu__panel .xdd-desktop-menu__subitem { padding-left: 30px; color: var(--xdd-muted); }
.theme-xdd.theme-xdd--desktop .xdd-desktop-menu__panel small { margin-left: 7px; color: var(--xdd-muted); }
.theme-xdd.theme-xdd--desktop .xdd-desktop-menu__trigger:focus-visible, .theme-xdd.theme-xdd--desktop .xdd-desktop-menu__panel a:focus-visible { outline: 2px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 5px #0b1f3a; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__panel { grid-template-columns: minmax(280px, 330px) minmax(300px, 1fr); grid-template-rows: minmax(0, 1fr); width: min(820px, calc(100vw - 32px)); max-width: calc(100vw - 32px); height: min(560px, calc(100vh - 180px)); min-height: 330px; max-height: min(560px, calc(100vh - 180px)); padding: 0; overflow: hidden; border-radius: 14px; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__primary-pane, .theme-xdd.theme-xdd--desktop .xdd-product-navigation__children { min-width: 0; min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: stable; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__primary-pane { border-right: 1px solid var(--xdd-border); background: #fff; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__primary-list, .theme-xdd.theme-xdd--desktop .xdd-product-navigation__children ul { padding: 0; margin: 0; list-style: none; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__group { display: grid; grid-template-columns: minmax(0, 1fr) 44px; align-items: stretch; min-height: 72px; border-bottom: 1px solid var(--xdd-border); }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__group:last-child { border-bottom: 0; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__primary-link { display: grid; grid-template-columns: 46px minmax(0, 1fr); align-items: center; gap: 12px; padding: 11px 4px 11px 16px; border-radius: 0; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__logo { display: block; width: 44px; height: 44px; object-fit: contain; border-radius: 9px; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__primary-copy { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__primary-copy strong { min-width: 0; overflow-wrap: anywhere; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__count { flex: 0 0 auto; color: var(--xdd-muted); font-size: 14px; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__caret { display: grid; place-items: center; min-width: 44px; padding: 0; border: 0; color: var(--xdd-text); background: transparent; cursor: pointer; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__group:hover, .theme-xdd.theme-xdd--desktop .xdd-product-navigation__group.xdd-is-active { background: #eef5ff; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__group.xdd-is-active .xdd-product-navigation__primary-link, .theme-xdd.theme-xdd--desktop .xdd-product-navigation__group.xdd-is-active .xdd-product-navigation__caret { color: var(--xdd-primary); }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__children { padding: 18px 20px; background: #fff; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__submenu { min-width: 0; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__child-link { display: grid; grid-template-columns: 12px minmax(0, 1fr) auto; align-items: center; gap: 10px; min-height: 46px; padding: 9px 12px; border-radius: 8px; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__bullet { color: #78bfff; font-size: 7px; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__child-link small { margin-left: 0; white-space: nowrap; }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__empty { margin: 12px; color: var(--xdd-muted); }
.theme-xdd.theme-xdd--desktop .xdd-product-navigation__caret:focus-visible, .theme-xdd.theme-xdd--desktop .xdd-product-navigation__primary-link:focus-visible, .theme-xdd.theme-xdd--desktop .xdd-product-navigation__child-link:focus-visible { position: relative; z-index: 1; outline: 2px solid #0b1f3a; outline-offset: -3px; box-shadow: none; }
.theme-xdd.theme-xdd--desktop .xdd-primary-nav { overflow: visible; }
.theme-xdd.theme-xdd--desktop .xdd-primary-nav__inner { position: relative; min-width: 0; flex-wrap: wrap; gap: 8px 24px; padding-block: 6px; }
.theme-xdd.theme-xdd--desktop .xdd-primary-nav__inner > * { max-width: 100%; overflow-wrap: anywhere; }
.theme-xdd .xdd-card { background: var(--xdd-surface); border: 1px solid var(--xdd-border); border-radius: var(--xdd-radius-card); box-shadow: var(--xdd-shadow-card); }
.theme-xdd .xdd-section { margin-block: 24px; }
.theme-xdd .xdd-section__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.theme-xdd .xdd-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.theme-xdd .xdd-product-card { overflow: hidden; background: var(--xdd-surface); border: 1px solid var(--xdd-border); border-radius: var(--xdd-radius-card); box-shadow: var(--xdd-shadow-card); }
.theme-xdd .xdd-product-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #eef5ff; }
.theme-xdd .xdd-product-card__body { padding: 16px; }
.theme-xdd .xdd-price { color: #f04438; font-weight: 700; }
.theme-xdd .xdd-stock { color: var(--xdd-muted); font-size: 13px; }
.theme-xdd .xdd-button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; gap: 8px; padding: 8px 20px; border: 1px solid var(--xdd-primary); border-radius: 6px; background: var(--xdd-primary); color: #fff; font-weight: 600; }
.theme-xdd .xdd-button:hover { background: #1677ff; }
.theme-xdd.theme-xdd--desktop .xdd-button:hover { background: #0d63ce; }
.theme-xdd .xdd-button--secondary { background: var(--xdd-surface); color: var(--xdd-primary); }
.theme-xdd .xdd-form-control { width: 100%; min-height: 44px; padding: 9px 12px; border: 1px solid var(--xdd-border); border-radius: 6px; background: var(--xdd-surface); }
.theme-xdd .xdd-form-control:focus { border-color: var(--xdd-primary); box-shadow: 0 0 0 3px rgba(64, 158, 255, .14); }
.theme-xdd .xdd-payment-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.theme-xdd .xdd-payment-options button { min-height: 56px; padding: 10px 14px; border: 1px solid var(--xdd-border); border-radius: var(--xdd-radius-card); background: var(--xdd-surface); text-align: left; }
.theme-xdd .xdd-payment-options button small { display: block; margin-top: 3px; color: var(--xdd-muted); font-size: 11px; font-weight: 400; }
.theme-xdd .xdd-payment-options button:hover, .theme-xdd .xdd-payment-options button.xdd-is-selected { border-color: var(--xdd-primary); background: #ecf5ff; color: var(--xdd-primary); box-shadow: 0 0 0 2px rgba(64, 158, 255, .12); }
.theme-xdd.theme-xdd--desktop .xdd-payment-options button { display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; gap: 14px; text-align: left; }
.theme-xdd.theme-xdd--desktop .xdd-payment-option__logo { width: 36px; height: 36px; object-fit: contain; }
.theme-xdd.theme-xdd--desktop .xdd-payment-option__copy { min-width: 0; display: grid; gap: 4px; overflow-wrap: anywhere; }
.theme-xdd.theme-xdd--desktop .xdd-payment-option__copy strong { font: inherit; font-weight: 600; }
.theme-xdd .xdd-payment-option__logo[hidden] + .xdd-payment-option__copy { grid-column: 1 / -1; }
.theme-xdd .xdd-tabs, .theme-xdd .xdd-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.theme-xdd [data-xdd-order-tab], .theme-xdd [data-xdd-catalog-filter] { padding: 8px 16px; border: 1px solid var(--xdd-border); border-radius: 999px; background: var(--xdd-surface); }
.theme-xdd [data-xdd-order-tab].xdd-is-selected, .theme-xdd [data-xdd-catalog-filter].xdd-is-selected { border-color: var(--xdd-primary); background: var(--xdd-primary); color: #fff; }
.theme-xdd .xdd-footer { margin-top: 56px; color: #d9e2f1; background: #17233d; }
.theme-xdd .xdd-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 2fr; gap: 48px; padding-block: 52px; }
.theme-xdd .xdd-footer h2, .theme-xdd .xdd-footer h3 { margin-top: 0; color: #fff; }
.theme-xdd .xdd-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.theme-xdd .xdd-footer a:hover { color: #fff; }
.theme-xdd .xdd-footer__payments { width: min(100%, 542px); height: auto; margin-top: 12px; }
.theme-xdd .xdd-footer__social { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 16px; }
.theme-xdd .xdd-footer__social > span { margin-right: 2px; }
.theme-xdd .xdd-footer__social a { display: block; line-height: 0; }
.theme-xdd .xdd-footer__social img { display: block; width: 32px; height: 32px; object-fit: contain; }
.theme-xdd .xdd-footer__legal { padding-block: 18px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13px; }
.theme-xdd .xdd-footer__legal .xdd-container { display: flex; flex-wrap: wrap; gap: 18px; }
.theme-xdd.theme-xdd--desktop .xdd-footer__legal .xdd-container { justify-content: center; text-align: center; }
.theme-xdd.theme-xdd--desktop .xdd-floating-tools { position: fixed; right: 24px; bottom: 24px; z-index: 30; display: flex; flex-direction: column-reverse; gap: 14px; align-items: center; }
.theme-xdd.theme-xdd--desktop .xdd-telegram-contact, .theme-xdd.theme-xdd--desktop .xdd-back-to-top { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; box-shadow: var(--xdd-shadow-card); }
.theme-xdd.theme-xdd--desktop .xdd-telegram-contact { background: #fff; }
.theme-xdd.theme-xdd--desktop .xdd-telegram-contact img { width: 50px; height: 50px; object-fit: contain; }
.theme-xdd.theme-xdd--desktop .xdd-back-to-top { border: 0; color: #4b5563; background: #fff; font-size: 24px; }
.theme-xdd .xdd-icon--angle-up::before { content: '\f106'; }
.theme-xdd.theme-xdd--desktop .xdd-back-to-top[hidden] { display: none; }
.theme-xdd .xdd-analytics:empty { display: none; }
.theme-xdd.xdd-drawer-open { overflow: hidden; }
.theme-xdd .xdd-visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.theme-xdd .xdd-main { min-height: 640px; }
.theme-xdd .xdd-search-band { padding: 16px 0; background: var(--xdd-surface); }
.theme-xdd .xdd-search { width: min(620px, 100%); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; }
.theme-xdd .xdd-search input { min-height: 46px; padding: 10px 16px; border: 2px solid var(--xdd-primary); border-radius: 6px 0 0 6px; }
.theme-xdd .xdd-search button { min-width: 86px; border: 0; border-radius: 0 6px 6px 0; background: var(--xdd-primary); color: #fff; font-weight: 600; }
.theme-xdd .xdd-service-strip { border-block: 1px solid var(--xdd-border); background: var(--xdd-surface); color: var(--xdd-muted); }
.theme-xdd .xdd-service-strip .xdd-container { min-height: 62px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 24px; font-size: 14px; }
.theme-xdd.theme-xdd--desktop .xdd-service-strip span, .theme-xdd.theme-xdd--desktop .xdd-notice { text-align: center; }
.theme-xdd .xdd-home-banner { position: relative; margin-top: 22px; overflow: hidden; border-radius: var(--xdd-radius-card); background: #eaf2ff; box-shadow: var(--xdd-shadow-card); }
.theme-xdd .xdd-home-banner__stage { position: relative; aspect-ratio: 6 / 1; min-height: 120px; }
.theme-xdd .xdd-home-banner__slide { position: absolute; inset: 0; display: block; }
.theme-xdd .xdd-home-banner__slide img { width: 100%; height: 100%; object-fit: cover; }
.theme-xdd .xdd-home-banner__controls { position: absolute; right: 14px; bottom: 12px; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 5px 7px; border-radius: 999px; color: #fff; background: rgba(17,26,49,.7); }
.theme-xdd .xdd-home-banner__controls button { display: grid; width: 30px; height: 30px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #fff; background: transparent; }
.theme-xdd .xdd-home-banner__controls button:hover { background: rgba(255,255,255,.2); }
.theme-xdd .xdd-home-banner__controls span { min-width: 44px; text-align: center; font-size: 12px; }
.theme-xdd .xdd-storefront { padding-top: 28px; }
.theme-xdd .xdd-notice { min-height: 68px; display: flex; align-items: center; gap: 18px; padding: 16px 22px; color: #ff7a45; background: #f0f5ff; }
.theme-xdd.theme-xdd--desktop .xdd-notice { justify-content: center; color: #b54c1f; }
.theme-xdd .xdd-home-layout, .theme-xdd .xdd-catalog-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); align-items: start; gap: 28px; }
.theme-xdd .xdd-category-rail { overflow: hidden; box-shadow: var(--xdd-shadow-card); }
.theme-xdd.theme-xdd--desktop .xdd-home-layout > .xdd-category-rail { position: sticky; top: 20px; overflow: visible; }
.theme-xdd .xdd-category-rail h2 { margin: 0; padding: 20px; color: #1677ff; font-size: 20px; border-bottom: 1px solid var(--xdd-border); }
.theme-xdd.theme-xdd--desktop .xdd-category-rail h2 { color: #126fe8; }
.theme-xdd .xdd-category-rail nav { display: flex; flex-direction: column; }
.theme-xdd.theme-xdd--desktop [data-xdd-category-scroll] { max-height: 504px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: #9fb6d0 transparent; }
.theme-xdd.theme-xdd--desktop [data-xdd-category-scroll]::-webkit-scrollbar { width: 6px; }
.theme-xdd.theme-xdd--desktop [data-xdd-category-scroll]::-webkit-scrollbar-thumb { border-radius: 999px; background: #9fb6d0; }
.theme-xdd .xdd-category-rail a, .theme-xdd .xdd-category-rail button { min-height: 51px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 11px 20px; border: 0; border-bottom: 1px solid var(--xdd-border); background: var(--xdd-surface); text-align: left; }
.theme-xdd .xdd-category-rail a:hover, .theme-xdd .xdd-category-rail a.xdd-is-current { color: var(--xdd-primary); background: #f0f7ff; }
.theme-xdd .xdd-category-accordion > [data-xdd-category-toggle], .theme-xdd .xdd-category-accordion > .xdd-category-link { width: 100%; }
.theme-xdd.theme-xdd--desktop .xdd-category-accordion > [data-xdd-category-toggle], .theme-xdd.theme-xdd--desktop .xdd-category-accordion > .xdd-category-link { height: 56px; }
.theme-xdd .xdd-category-accordion > [data-xdd-category-panel] { display: flex; flex-direction: column; }
.theme-xdd .xdd-category-accordion > [data-xdd-category-panel][hidden] { display: none; }
.theme-xdd .xdd-category-accordion .xdd-category-child-link { min-height: 44px; padding-left: 40px; }
.theme-xdd .xdd-category-accordion span { min-width: 0; overflow-wrap: anywhere; }
.theme-xdd .xdd-category-logo { width: 38px; height: 38px; flex: 0 0 38px; object-fit: contain; }
.theme-xdd [data-xdd-catalog-categories] .xdd-category-label { min-width: 0; flex: 1 1 auto; overflow-wrap: anywhere; }
.theme-xdd [data-xdd-catalog-categories] .xdd-category-logo + .xdd-category-label { margin-right: auto; }
.theme-xdd .xdd-category-count { margin-left: auto; color: var(--xdd-muted); text-align: right; white-space: nowrap; }
.theme-xdd .xdd-icon--angle-down::before { content: '\f107'; }
.theme-xdd .xdd-icon--angle-left::before { content: '\f104'; }
.theme-xdd .xdd-icon--angle-right::before { content: '\f105'; }
.theme-xdd .xdd-icon--times::before { content: '\f00d'; }
.theme-xdd .xdd-icon--circle::before { content: '\f111'; }
.theme-xdd [data-xdd-category-toggle] .xdd-icon--angle-down { flex: 0 0 auto; transition: transform .18s ease; }
.theme-xdd [data-xdd-category-toggle][aria-expanded="true"] .xdd-icon--angle-down { transform: rotate(180deg); }
.theme-xdd .xdd-category-rail button[data-xdd-catalog-filter] { min-height: 34px; margin: 8px 20px; padding: 5px 12px; border: 1px solid var(--xdd-border); border-radius: 999px; }
.theme-xdd .xdd-home-catalog, .theme-xdd .xdd-catalog-main { min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.theme-xdd .xdd-product-table { overflow: hidden; box-shadow: none; }
.theme-xdd .xdd-product-table > header, .theme-xdd .xdd-reviews > header, .theme-xdd .xdd-news > header, .theme-xdd .xdd-product-description > header { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 20px; border-bottom: 1px solid var(--xdd-border); }
.theme-xdd .xdd-product-table h1, .theme-xdd .xdd-product-table h2, .theme-xdd .xdd-reviews h2, .theme-xdd .xdd-news h2, .theme-xdd .xdd-product-description h2 { margin: 0; font-size: 18px; }
.theme-xdd .xdd-product-table header a, .theme-xdd .xdd-news header a { color: var(--xdd-primary); font-size: 14px; }
.theme-xdd .xdd-product-table__head, .theme-xdd .xdd-product-row { display: grid; grid-template-columns: minmax(0, 1fr) 110px 72px 72px 82px; align-items: center; gap: 18px; padding: 12px 18px; }
.theme-xdd .xdd-product-table--without-sold .xdd-product-table__head, .theme-xdd .xdd-product-table--without-sold .xdd-product-row { grid-template-columns: minmax(0, 1fr) 110px 72px 82px; }
.theme-xdd .xdd-product-table__head { min-height: 45px; color: var(--xdd-muted); background: #fafcff; font-size: 13px; font-weight: 600; }
.theme-xdd .xdd-product-row { min-height: 66px; border-top: 1px solid var(--xdd-border); }
.theme-xdd .xdd-product-table__head + .xdd-product-row { border-top: 0; }
.theme-xdd .xdd-product-row__name { min-width: 0; display: flex; align-items: center; gap: 14px; font-weight: 600; }
.theme-xdd .xdd-product-row__name img { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 7px; object-fit: cover; }
.theme-xdd .xdd-product-row__name span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.theme-xdd .xdd-button--small { min-height: 34px; padding: 5px 14px; font-size: 14px; }
.theme-xdd .xdd-reviews, .theme-xdd .xdd-news { overflow: hidden; padding-bottom: 18px; box-shadow: none; }
.theme-xdd .xdd-icon { font-family:'XddFontAwesome'; font-style:normal; }
.theme-xdd .xdd-icon--star::before { content:'\f005'; }
.theme-xdd.theme-xdd--desktop .xdd-buyer-review-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; padding:24px; }
.theme-xdd.theme-xdd--desktop .xdd-buyer-review-card { min-width:0; padding:20px; border:1px solid var(--xdd-border); border-radius:12px; overflow-wrap:anywhere; }
.theme-xdd.theme-xdd--desktop .xdd-buyer-review-card__head { display:flex; align-items:center; gap:12px; }
.theme-xdd.theme-xdd--desktop .xdd-buyer-review-avatar { display:grid; place-items:center; width:48px; height:48px; flex:0 0 48px; border-radius:14px; color:#fff; background:var(--xdd-primary); }
.theme-xdd.theme-xdd--desktop .xdd-buyer-review-stars { display:flex; gap:3px; margin:16px 0 10px; color:#d0d5dd; }
.theme-xdd.theme-xdd--desktop .xdd-buyer-review-star.is-filled, .theme-xdd.theme-xdd--desktop .xdd-icon--star.is-filled { color:#f59e0b; }
.theme-xdd.theme-xdd--desktop .xdd-buyer-review-card p { margin:0; color:var(--xdd-muted); }
.theme-xdd .xdd-transaction-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 24px; padding: 10px 20px; }
.theme-xdd .xdd-transaction-list p { display: flex; justify-content: space-between; gap: 16px; margin: 0; padding: 10px 0; border-bottom: 1px solid var(--xdd-border); }
.theme-xdd .xdd-empty { padding: 32px 20px; color: var(--xdd-muted); text-align: center; }
.theme-xdd .xdd-news__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: 18px 20px 0; }
.theme-xdd .xdd-news__grid article { min-width: 0; padding: 16px; border: 1px solid var(--xdd-border); border-radius: var(--xdd-radius-card); }
.theme-xdd .xdd-news__grid h3 { margin: 0 0 9px; font-size: 15px; }
.theme-xdd .xdd-news__grid p { margin: 0; color: var(--xdd-muted); font-size: 13px; }
.theme-xdd .xdd-breadcrumb { display: flex; gap: 8px; margin-bottom: 20px; color: var(--xdd-muted); font-size: 14px; }
.theme-xdd .xdd-product-detail { display: grid; grid-template-columns: 480px minmax(0, 1fr); gap: 32px; padding: 24px; }
.theme-xdd .xdd-product-detail__media { overflow: hidden; border: 1px solid var(--xdd-border); border-radius: var(--xdd-radius-card); background: #eef5ff; }
.theme-xdd .xdd-product-detail__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; }
.theme-xdd .xdd-product-detail__summary h1 { margin: 0 0 8px; font-size: 30px; line-height: 1.25; }
.theme-xdd .xdd-product-detail__price { display: block; margin: 14px 0; color: #ff5c35; font-size: 26px; }
.theme-xdd .xdd-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 16px; border-radius: var(--xdd-radius-card); background: #f0f5ff; color: var(--xdd-muted); text-align: center; }
.theme-xdd .xdd-dialog-layer { position: fixed; inset: 0; z-index: 240; display: grid; place-items: center; padding: 20px; }
.theme-xdd .xdd-dialog-layer__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(9,24,45,.68); }
.theme-xdd .xdd-dialog { position: relative; z-index: 1; width: min(100%, 600px); max-height: min(84vh, 720px); overflow: auto; border-radius: 16px; color: var(--xdd-text); background: #fff; box-shadow: 0 26px 80px rgba(7,25,53,.38); }
.theme-xdd .xdd-dialog__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; border-bottom: 1px solid var(--xdd-border); }
.theme-xdd .xdd-dialog__header h2 { margin: 0; font-size: 22px; }
.theme-xdd .xdd-dialog__close { display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; border-radius: 50%; color: #17233d; background: #eef5ff; font-size: 24px; line-height: 1; }
.theme-xdd .xdd-dialog__close:hover { color: #fff; background: var(--xdd-primary); }
.theme-xdd .xdd-dialog__body { padding: 22px; }
.theme-xdd .xdd-dialog__announcement-body { line-height: 1.75; overflow-wrap: anywhere; }
.theme-xdd .xdd-dialog__announcement-body > :first-child { margin-top: 0; }
.theme-xdd .xdd-dialog__announcement-body > :last-child { margin-bottom: 0; }
.theme-xdd .xdd-dialog__announcement-body a { color: var(--xdd-primary); text-decoration: underline; }
.theme-xdd .xdd-dialog__contact-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.theme-xdd .xdd-dialog__contact-item { display: flex; min-height: 74px; align-items: center; justify-content: center; padding: 15px; border: 1px solid #d9e6f7; border-radius: 14px; color: var(--xdd-text); background: #f8fbff; }
.theme-xdd .xdd-dialog__contact-item:hover, .theme-xdd .xdd-dialog__contact-item:focus-visible { border-color: var(--xdd-primary); color: var(--xdd-primary); box-shadow: 0 0 0 3px rgba(18,111,232,.12); outline: 0; }
.theme-xdd .xdd-dialog__contact-item--qr { flex-direction: column; gap: 13px; }
.theme-xdd .xdd-dialog__contact-item--qr img { width: 132px; height: 132px; border-radius: 10px; background: #fff; object-fit: contain; }
.theme-xdd.xdd-dialog-open { overflow: hidden; }
.theme-xdd .xdd-purchase { display: grid; grid-template-columns: 86px minmax(220px, 1fr) 132px; align-items: center; gap: 14px; margin-top: 26px; }
.theme-xdd .xdd-quantity { display: grid; grid-template-columns: 42px minmax(80px, 1fr) 42px; }
.theme-xdd .xdd-quantity button { border: 1px solid var(--xdd-border); background: #f8fbff; }
.theme-xdd .xdd-quantity .xdd-form-control { border-radius: 0; text-align: center; }
.theme-xdd .xdd-alert { padding: 12px 14px; border-radius: 6px; background: #fff1f0; color: #cf1322; }
.theme-xdd .xdd-product-description { margin-top: 24px; overflow: hidden; box-shadow: none; }
.theme-xdd .xdd-rich-content { padding: 24px; overflow-wrap: anywhere; }
.theme-xdd .xdd-rich-content img { height: auto; }
.theme-xdd .xdd-related__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.theme-xdd .xdd-related-card { overflow: hidden; }
.theme-xdd .xdd-related-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; background: #eef5ff; }
.theme-xdd.theme-xdd--desktop [data-xdd-page="goods"] [data-xdd-related-products] .xdd-related-card img { box-sizing: border-box; padding: 14.34375% 25.5%; object-fit: contain; }
.theme-xdd .xdd-related-card h3 { min-height: 42px; margin: 12px; font-size: 14px; }
.theme-xdd .xdd-related-card strong { display: block; margin: 0 12px 14px; }
.theme-xdd .xdd-checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; align-items: start; gap: 22px; padding-bottom: 42px; }
.theme-xdd .xdd-checkout-main { min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.theme-xdd .xdd-checkout-card { overflow: hidden; box-shadow: var(--xdd-shadow-card); }
.theme-xdd .xdd-checkout-card > header, .theme-xdd .xdd-checkout-summary > header { padding: 18px 22px; border-bottom: 1px solid var(--xdd-border); }
.theme-xdd .xdd-checkout-card > header h1, .theme-xdd .xdd-checkout-card > header h2, .theme-xdd .xdd-checkout-summary > header h2 { margin: 0; font-size: 19px; }
.theme-xdd .xdd-checkout-card > header p, .theme-xdd .xdd-checkout-summary > header p { margin: 2px 0 0; color: var(--xdd-muted); font-size: 13px; }
.theme-xdd .xdd-checkout-card__body { padding: 22px; }
.theme-xdd .xdd-checkout-product { display: grid; grid-template-columns: 72px minmax(0, 1fr) 150px; align-items: center; gap: 18px; margin: 22px; padding: 18px; border: 1px solid var(--xdd-border); border-radius: 16px; background: #fbfdff; }
.theme-xdd .xdd-checkout-product__media img { width: 72px; height: 72px; border-radius: 13px; object-fit: cover; }
.theme-xdd .xdd-checkout-product__name { min-width: 0; }
.theme-xdd .xdd-checkout-product__name h2 { margin: 0 0 8px; overflow-wrap: anywhere; font-size: 17px; }
.theme-xdd .xdd-checkout-product__name p, .theme-xdd .xdd-checkout-product__name small { margin: 0; color: var(--xdd-muted); }
.theme-xdd .xdd-checkout-product__price { display: flex; flex-direction: column; align-items: flex-end; color: var(--xdd-muted); }
.theme-xdd .xdd-checkout-product__price strong { color: #f04438; font-size: 20px; }
.theme-xdd .xdd-field { display: grid; gap: 8px; font-weight: 600; }
.theme-xdd .xdd-checkout-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.theme-xdd .xdd-balance-option { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; }
.theme-xdd .xdd-balance-option input { width: 18px; height: 18px; }
.theme-xdd .xdd-checkout-summary { position: sticky; top: 20px; overflow: hidden; }
.theme-xdd .xdd-checkout-summary__body { display: flex; flex-direction: column; gap: 16px; padding: 22px; }
.theme-xdd .xdd-checkout-state { padding: 8px 12px; border-radius: 999px; color: #1677ff; background: #ecf5ff; font-size: 13px; font-weight: 600; }
.theme-xdd.theme-xdd--desktop .xdd-checkout-state { color: #126fe8; }
.theme-xdd .xdd-checkout-amount { display: flex; flex-direction: column; gap: 4px; padding: 17px; border-radius: 16px; background: #fff9f4; color: var(--xdd-muted); }
.theme-xdd .xdd-checkout-amount strong { color: #f04b12; font-size: 34px; line-height: 1.1; }
.theme-xdd .xdd-checkout-summary dl { display: grid; gap: 10px; margin: 0; }
.theme-xdd .xdd-checkout-summary dl div { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 8px; }
.theme-xdd .xdd-checkout-summary dt { color: var(--xdd-muted); }
.theme-xdd .xdd-checkout-summary dd { margin: 0; overflow-wrap: anywhere; text-align: right; font-weight: 600; }
.theme-xdd .xdd-checkout-submit, .theme-xdd .xdd-button--danger { width: 100%; }
.theme-xdd .xdd-button--danger { border-color: #ffccc7; background: #fff1f0; color: #cf1322; }
.theme-xdd .xdd-button--danger:hover { background: #ffccc7; }
.theme-xdd .xdd-checkout-status { min-height: 22px; margin: 0; color: #1677ff; font-size: 13px; }
.theme-xdd.theme-xdd--desktop .xdd-checkout-status { color: #126fe8; }
.theme-xdd .xdd-checkout-status.is-error { padding: 10px 12px; border-radius: 6px; color: #cf1322; background: #fff1f0; }
.theme-xdd .xdd-order-lookup-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, 540px); align-items: center; gap: 36px; min-height: 170px; padding: 30px 34px; border-radius: 22px; color: #fff; background: linear-gradient(110deg, #10295c, #245bcf 64%, #34baf2); box-shadow: var(--xdd-shadow-card); }
.theme-xdd .xdd-order-lookup-kicker { letter-spacing: .14em; font-size: 12px; }
.theme-xdd .xdd-order-lookup-hero h1 { margin: 8px 0 4px; font-size: 36px; }
.theme-xdd .xdd-order-lookup-hero p { margin: 0; }
.theme-xdd .xdd-order-search { display: grid; grid-template-columns: minmax(0, 1fr) 126px; gap: 10px; padding: 12px; border-radius: 22px; background: rgba(255,255,255,.16); }
.theme-xdd .xdd-order-search input { min-width: 0; min-height: 52px; padding: 10px 18px; border: 0; border-radius: 16px; }
.theme-xdd .xdd-order-search button { border: 0; border-radius: 16px; background: #fff; color: #17233d; font-weight: 700; }
.theme-xdd .xdd-order-result-shell { min-height: 290px; margin: 26px 0 42px; overflow: hidden; }
.theme-xdd .xdd-order-result-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 24px; border-bottom: 1px solid var(--xdd-border); }
.theme-xdd .xdd-order-result-head h2 { margin: 0; font-size: 18px; }
.theme-xdd .xdd-order-guest-notice { margin: 0; padding: 12px 24px; color: var(--xdd-muted); background: #fafcff; font-size: 13px; }
.theme-xdd .xdd-order-state { display: grid; min-height: 170px; place-content: center; gap: 12px; color: var(--xdd-muted); text-align: center; }
.theme-xdd .xdd-order-state.is-error { color: #cf1322; }
.theme-xdd .xdd-order-state button { min-height: 36px; border: 1px solid var(--xdd-primary); border-radius: 6px; background: #fff; color: var(--xdd-primary); }
.theme-xdd .xdd-order-list { display: grid; gap: 14px; padding: 20px 24px; }
.theme-xdd .xdd-order-card { padding: 18px; border: 1px solid var(--xdd-border); border-radius: 12px; background: #fbfdff; }
.theme-xdd .xdd-order-card header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.theme-xdd .xdd-order-card h3 { margin: 0; font-size: 17px; }
.theme-xdd .xdd-order-badge { padding: 5px 11px; border-radius: 999px; color: var(--xdd-primary); background: #ecf5ff; font-size: 12px; }
.theme-xdd .xdd-order-card dl { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 16px 0; }
.theme-xdd .xdd-order-card dl div { min-width: 0; }
.theme-xdd .xdd-order-card dt { color: var(--xdd-muted); font-size: 12px; }
.theme-xdd .xdd-order-card dd { margin: 3px 0 0; overflow-wrap: anywhere; font-weight: 600; }
.theme-xdd .xdd-order-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.theme-xdd .xdd-order-pagination { display: flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px 22px; }
.theme-xdd .xdd-order-pagination button { min-height: 36px; padding: 5px 15px; border: 1px solid var(--xdd-border); border-radius: 6px; background: #fff; }
.theme-xdd .xdd-order-pagination button:disabled { cursor: not-allowed; opacity: .45; }
.theme-xdd .xdd-articles-page { padding: 38px 0 52px; }
.theme-xdd .xdd-article-hero { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 32px; min-height: 176px; padding: 32px; border-radius: 26px; color: #fff; background: linear-gradient(112deg, #10295c 0%, #245bd5 58%, #39bdf2 100%); box-shadow: var(--xdd-shadow-card); }
.theme-xdd .xdd-article-kicker { letter-spacing: .16em; font-size: 11px; font-weight: 700; }
.theme-xdd .xdd-article-hero h1 { margin: 8px 0 5px; font-size: 38px; line-height: 1.1; }
.theme-xdd .xdd-article-hero p { margin: 0; color: rgba(255,255,255,.78); }
.theme-xdd .xdd-article-categories { max-width: 660px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.theme-xdd .xdd-article-categories button { min-height: 38px; padding: 7px 17px; border: 0; border-radius: 999px; color: #fff; background: rgba(255,255,255,.14); font-weight: 600; }
.theme-xdd .xdd-article-categories button[aria-pressed="true"] { color: #1d5fd0; background: #fff; }
.theme-xdd .xdd-article-status { min-height: 22px; margin: 18px 0 8px; color: var(--xdd-muted); }
.theme-xdd .xdd-article-list { display: grid; gap: 18px; }
.theme-xdd .xdd-article-card { min-height: 200px; display: grid; grid-template-columns: 230px minmax(0, 1fr); overflow: hidden; }
.theme-xdd .xdd-article-card__media { min-height: 200px; background: #eef5ff; }
.theme-xdd .xdd-article-card__media img { width: 100%; height: 100%; object-fit: cover; }
.theme-xdd .xdd-article-card__body { min-width: 0; display: flex; flex-direction: column; padding: 25px 28px 20px; }
.theme-xdd .xdd-article-badge { align-self: flex-start; padding: 4px 10px; border-radius: 999px; color: #1768dc; background: #eef5ff; font-size: 12px; }
.theme-xdd .xdd-article-card h2 { margin: 12px 0 8px; overflow-wrap: anywhere; font-size: 22px; }
.theme-xdd .xdd-article-card p { margin: 0; color: var(--xdd-muted); line-height: 1.75; }
.theme-xdd .xdd-article-card__meta { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--xdd-border); color: var(--xdd-muted); font-size: 12px; }
.theme-xdd .xdd-article-pagination { min-height: 44px; display: flex; justify-content: center; gap: 10px; margin-top: 28px; }
.theme-xdd .xdd-article-pagination button { width: 40px; height: 40px; border: 1px solid var(--xdd-border); border-radius: 50%; color: #345; background: #fff; }
.theme-xdd .xdd-article-pagination button[aria-current="page"] { border-color: var(--xdd-primary); color: #fff; background: var(--xdd-primary); }
.theme-xdd .xdd-article-empty { min-height: 180px; display: grid; place-content: center; }
.theme-xdd .xdd-article-detail-page { padding: 20px 0 52px; }
.theme-xdd .xdd-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; padding: 8px 0 18px; color: var(--xdd-muted); font-size: 13px; }
.theme-xdd .xdd-article-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 24px; }
.theme-xdd .xdd-article-detail { overflow: hidden; }
.theme-xdd .xdd-article-detail > header { padding: 32px 34px 28px; border-bottom: 1px solid var(--xdd-border); }
.theme-xdd .xdd-article-detail h1 { margin: 0 0 16px; overflow-wrap: anywhere; font-size: 36px; line-height: 1.35; }
.theme-xdd .xdd-article-detail__meta { display: flex; flex-wrap: wrap; gap: 16px; color: var(--xdd-muted); font-size: 13px; }
.theme-xdd .xdd-article-detail > header p { margin: 20px 0 0; padding: 18px; border-radius: 14px; color: #315584; background: #edf5ff; line-height: 1.75; }
.theme-xdd .xdd-article-content { min-height: 560px; padding: 34px; overflow-wrap: anywhere; font-size: 16px; line-height: 1.9; }
.theme-xdd .xdd-article-content img, .theme-xdd .xdd-article-content video, .theme-xdd .xdd-article-content iframe { max-width: 100%; height: auto; }
.theme-xdd .xdd-article-content table, .theme-xdd .xdd-article-content pre { display: block; max-width: 100%; overflow-x: auto; }
.theme-xdd .xdd-article-content h2, .theme-xdd .xdd-article-content h3 { margin-top: 1.8em; }
.theme-xdd .xdd-article-adjacent { display: grid; gap: 10px; padding: 22px 34px; border-top: 1px solid var(--xdd-border); }
.theme-xdd .xdd-article-sidebar { position: sticky; top: 20px; display: grid; gap: 8px; padding: 20px; }
.theme-xdd .xdd-article-sidebar h2 { margin: 0 0 5px; font-size: 19px; }
.theme-xdd .xdd-article-sidebar a { padding: 11px 13px; border-radius: 10px; background: #f6f9fd; }
.theme-xdd .xdd-related-articles .xdd-related__grid article { min-height: 94px; display: grid; align-content: center; padding: 18px; }
.theme-xdd .xdd-related-articles h3 { margin: 0; font-size: 15px; }
.theme-xdd.theme-xdd--desktop :focus-visible { outline: 2px solid #fff !important; outline-offset: 2px !important; box-shadow: 0 0 0 5px #0b1f3a !important; }
@media (min-width: 901px) {
  .theme-xdd.theme-xdd--desktop .xdd-main .xdd-container,
  .theme-xdd.theme-xdd--desktop .xdd-footer .xdd-container { width: min(calc(100% - 136px), var(--xdd-container)); }
  .theme-xdd.theme-xdd--desktop .xdd-floating-tools { right: 0; }
}
@media (max-width: 1100px) {
  .theme-xdd.theme-xdd--desktop .xdd-header__main { grid-template-columns: minmax(0, 1fr) minmax(360px, 620px) minmax(0, 1fr); }
  .theme-xdd.theme-xdd--desktop .xdd-header-search { grid-column: 2; }
  .theme-xdd.theme-xdd--desktop .xdd-header__menu-tools { grid-column: 1 / -1; justify-content: flex-end; }
  .theme-xdd.theme-xdd--desktop .xdd-buyer-review-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .theme-xdd.theme-xdd--desktop .xdd-home-layout, .theme-xdd.theme-xdd--desktop .xdd-catalog-layout, .theme-xdd.theme-xdd--desktop .xdd-product-detail { grid-template-columns: 1fr; }
  .theme-xdd.theme-xdd--desktop .xdd-category-rail { position: static; }
  .theme-xdd.theme-xdd--desktop .xdd-home-layout > .xdd-category-rail { position: static; max-height: none; overflow: visible; overflow-y: visible; }
  .theme-xdd.theme-xdd--desktop [data-xdd-category-scroll] { max-height: none; overflow-y: visible; }
  .theme-xdd.theme-xdd--desktop .xdd-product-detail__media { max-width: 560px; }
  .theme-xdd.theme-xdd--desktop .xdd-related__grid, .theme-xdd.theme-xdd--desktop .xdd-news__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .theme-xdd.theme-xdd--desktop .xdd-checkout-layout, .theme-xdd.theme-xdd--desktop .xdd-order-lookup-hero { grid-template-columns: 1fr; }
  .theme-xdd.theme-xdd--desktop .xdd-checkout-summary { position: static; }
  .theme-xdd.theme-xdd--desktop .xdd-order-card dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .theme-xdd.theme-xdd--desktop .xdd-article-hero, .theme-xdd.theme-xdd--desktop .xdd-article-detail-layout { grid-template-columns: 1fr; }
  .theme-xdd.theme-xdd--desktop .xdd-article-categories { justify-content: flex-start; }
  .theme-xdd.theme-xdd--desktop .xdd-article-sidebar { position: static; }
  .theme-xdd.theme-xdd--desktop .xdd-buyer-review-grid { grid-template-columns:1fr; }
}
@media (max-width: 680px) {
  .theme-xdd .xdd-header__notice .xdd-container { align-items: flex-start; padding-block: 8px; }
  .theme-xdd .xdd-header__notice nav { margin-left: 0; }
  .theme-xdd .xdd-home-banner__stage { min-height: 96px; aspect-ratio: 3 / 1; }
  .theme-xdd .xdd-dialog-layer { padding: 14px; }
  .theme-xdd .xdd-dialog__header { padding: 17px 18px; }
  .theme-xdd .xdd-dialog__body { padding: 18px; }
  .theme-xdd .xdd-dialog__contact-list { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .theme-xdd *, .theme-xdd *::before, .theme-xdd *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
