@charset "UTF-8";
/*
 * DeviceMall universal stylesheet.
 * This is the only file for storefront colors, typography, layout and states.
 * InSales compiles this source directly into the storefront theme.css asset.
 */
/* Migrated legacy DeviceMall storefront rules. */
/* line 10, theme.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, 1);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, 1);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, 1);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, 1);
  --color-btn-bg: var(--draft-color-btn-bg, #2f63e8);
  --color-btn-bg-is-light: var(--draft-color-btn-bg-is-light, 0);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #3b73ee);
  --color-btn-bg-minor-shade-is-light: var(--draft-color-btn-bg-minor-shade-is-light, 0);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #244fca);
  --color-btn-bg-major-shade-is-light: var(--draft-color-btn-bg-major-shade-is-light, 0);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #17347f);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, 1);
  --color-accent-text: var(--draft-color-accent-text, #8b8b8b);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, 1);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #9a9a9a);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, 1);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #a8a8a8);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, 1);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #d2d2d2);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, 1);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, 1);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, 1);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, 1);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, 1);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, 1);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, 1);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, 1);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, 1);
  --icons_pack: var(--draft-icons_pack, intermittent);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 4px);
  --color-notice-warning: var(--draft-color-notice-warning, #eaf1ff);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, 1);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #dbe7ff);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, 1);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #c9dcff);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, 1);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #2f63e8);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, 1);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, 1);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, 1);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, 1);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, 1);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, 1);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, 1);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, 1);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, 1);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, 1);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, 1);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, 1);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, 1);
  --font-family: var(--draft-font-family, 'PT Root UI');
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Roboto);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1140px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, normal);
  --sidebar_index_show: var(--draft-sidebar_index_show, 0);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, 1);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, 0);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, 0);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, 0);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, 0);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, 0);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, 0);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, 0);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, 1);
  --favorite_enabled: var(--draft-favorite_enabled, 1);
  --compare_enabled: var(--draft-compare_enabled, 1); }

/* DeviceMall custom storefront */
/* line 120, theme.scss */
:root {
  color-scheme: light;
  /* Surfaces and content */
  --dm-bg: #f5f6f8;
  --dm-page-bg: #ffffff;
  --dm-surface: #ffffff;
  --dm-surface-2: #f0f2f5;
  --dm-surface-3: #e5eaf1;
  --dm-text: #15171a;
  --dm-muted: #5f6672;
  --dm-muted-2: #8e98a8;
  --dm-line: #e1e4e9;
  /* Brand and semantic states */
  --dm-accent: #2f63e8;
  --dm-accent-hover: #1745b4;
  --dm-accent-soft: #eaf0ff;
  --dm-action-primary: var(--dm-accent);
  --dm-action-hover: var(--dm-accent-hover);
  --dm-action-strong: #102f78;
  --dm-success: #209268;
  --dm-success-text: #17603a;
  --dm-danger: #e64b4b;
  /* Shape and elevation */
  --dm-radius-sm: 12px;
  --dm-radius-md: 14px;
  --dm-radius-lg: 16px;
  --dm-shadow-sm: 0 8px 24px rgba(19, 32, 57, 0.08);
  --dm-shadow-lg: 0 24px 72px rgba(17, 31, 61, 0.14);
  --dm-motion-shadow: 0 18px 42px rgba(31, 93, 218, 0.18);
  --dm-motion-shadow-soft: 0 14px 34px rgba(24, 52, 112, 0.1);
  --dm-glow: 0 30px 82px rgba(31, 93, 218, 0.15);
  --dm-lift: 0 18px 48px rgba(24, 52, 112, 0.1);
  /* One responsive width contract for every storefront surface. The value is
     intentionally generous: components may own the whole viewport band while
     readable text keeps its own, smaller measure. */
  --dm-shell: 1600px;
  --dm-page-inset: clamp(20px, 1.67vw, 32px);
  /* Motion */
  --dm-motion-fast: 140ms;
  --dm-motion-ui: 220ms;
  --dm-motion-enter: 620ms;
  --dm-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --dm-ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dm-ease-calm: cubic-bezier(0.16, 1, 0.3, 1);
  --dm-ease-press: cubic-bezier(0.16, 1, 0.3, 1);
  /* Extended blue system */
  --dm-blue-900: #102f78;
  --dm-blue-800: var(--dm-accent-hover);
  --dm-blue-700: var(--dm-accent);
  --dm-blue-100: #eaf2ff;
  --dm-ink: #101828;
  --dm-ink-blue: #102d6f;
  --dm-paper: rgba(255, 255, 255, 0.94);
  --dm-soft: #f7faff;
  --dm-stroke: #e3ebf7;
  --dm-surface-blue: #edf3ff; }

/* DeviceMall final storefront layer: consistent brand, compact commerce and helpful catalog motion. */
/* line 184, theme.scss */
.dm-section-heading p {
  max-width: 680px; }

/* line 186, theme.scss */
.dm-home-selection__content:has(.dm-selection-product:only-child) .dm-selection-products {
  justify-content: flex-start; }

/* line 188, theme.scss */
.dm-home-selection__content:has(.dm-selection-product:only-child) .dm-selection-product {
  width: min(100%, 360px);
  flex-basis: min(100%, 360px); }

/* Cart and checkout: restrained DeviceMall purchase flow. */
/* line 193, theme.scss */
.dm-cart-heading__title h1 {
  align-items: center;
  letter-spacing: -0.035em; }

/* line 196, theme.scss */
.dm-cart-heading__title h1 em {
  min-width: 30px;
  height: 30px;
  margin-top: 0;
  border-radius: 9px;
  font-size: 13px; }

/* line 202, theme.scss */
.dm-cart-heading__title p {
  margin-top: 8px; }

/* line 204, theme.scss */
.dm-cart-widget .cart__area-items {
  display: grid;
  gap: 10px; }

/* line 207, theme.scss */
.dm-cart-widget .cart-item .item-image {
  width: 88px;
  min-width: 88px; }

/* line 210, theme.scss */
.dm-cart-widget .cart-item .img-ratio {
  --img-ratio: 1;
  border-radius: 10px;
  background: #fff; }

/* line 214, theme.scss */
.dm-cart-widget .cart-item .img-ratio__inner img {
  object-fit: contain; }

/* line 216, theme.scss */
.dm-cart-widget .item-price {
  color: var(--dm-text);
  font-size: 13px;
  font-weight: 750; }

/* line 220, theme.scss */
.dm-cart-widget .price-old {
  display: block;
  margin-top: 4px;
  color: var(--dm-muted-2);
  font-weight: 600; }

/* line 225, theme.scss */
.dm-cart-widget .item-total {
  color: var(--dm-text);
  font-size: 17px;
  font-weight: 820;
  text-align: right;
  white-space: nowrap; }

/* line 231, theme.scss */
.dm-cart-widget .item-delete .button {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--dm-muted); }

/* line 238, theme.scss */
.dm-cart-widget .item-delete .button:hover {
  background: #e7ebf1;
  color: var(--dm-danger); }

/* line 241, theme.scss */
.dm-cart-widget .counter {
  border-radius: 10px; }

/* line 243, theme.scss */
.dm-cart-widget .coupon-content {
  max-width: 390px;
  display: flex;
  align-items: stretch;
  gap: 8px; }

/* line 248, theme.scss */
.dm-cart-widget .coupon-input {
  flex: 1 1 auto;
  border: 1px solid var(--dm-line);
  border-radius: 10px; }

/* line 252, theme.scss */
.dm-cart-widget .coupon-input:focus-within {
  border-color: var(--dm-accent);
  box-shadow: 0 0 0 3px rgba(36, 87, 214, 0.12); }

/* line 255, theme.scss */
.dm-cart-widget .coupon-button {
  min-height: 46px;
  padding-inline: 20px;
  border: 1px solid var(--dm-accent);
  border-radius: 10px;
  box-shadow: none; }

/* line 261, theme.scss */
.dm-cart-widget .total-products,
.dm-cart-widget .total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px; }

/* line 267, theme.scss */
.dm-cart-widget .total-products {
  color: var(--dm-muted);
  font-size: 13px; }

/* line 270, theme.scss */
.dm-cart-widget .total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dce3ef; }

/* line 274, theme.scss */
.dm-cart-widget .total-description {
  font-weight: 750; }

/* line 276, theme.scss */
.dm-cart-widget .total-amount {
  font-size: 25px;
  font-weight: 850; }

/* line 279, theme.scss */
.dm-cart-widget .submit-block {
  margin-top: 18px; }

/* line 281, theme.scss */
.dm-cart-widget .cart-controls .button,
.dm-cart-widget .cart__area-controls .button {
  min-height: 50px;
  border-radius: 10px;
  box-shadow: none; }

/* line 286, theme.scss */
.dm-cart-assurance__icon {
  font-size: 18px;
  font-weight: 850; }

/* line 289, theme.scss */
.dm-cart-assurance > p {
  color: var(--dm-muted); }

/* line 291, theme.scss */
.dm-checkout-header__secure i {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  margin-right: 6px;
  border-radius: 50%;
  background: #e7f5ef;
  color: var(--dm-success);
  font-size: 11px;
  font-style: normal; }

/* line 302, theme.scss */
body[data-theme-template*="checkout"] main > .layout {
  margin-top: 26px !important; }

@media (max-width: 1100px) {
  /* line 306, theme.scss */
  .dm-cart-widget .cart-item .item-image {
    width: 80px;
    min-width: 80px; } }
@media (max-width: 900px) {
  /* line 311, theme.scss */
  .dm-cart-layout,
  body[data-theme-template*="checkout"] .co-section--checkout_order_sided {
    grid-template-columns: 1fr !important; }

  /* line 314, theme.scss */
  body[data-theme-template*="checkout"] .co-section--checkout_order_sided > .co-section--checkout_order-summary,
  body[data-theme-template*="checkout"] .co-section--checkout_order_sided > .co-checkout-order_form--aside,
  body[data-theme-template*="checkout"] .co-section--checkout_order_sided > [class*="checkout_order-summary"],
  body[data-theme-template*="checkout"] .co-section--checkout_order_sided > [class*="checkout_sidebar"] {
    position: static;
    grid-column: 1;
    grid-row: auto; } }
@media (max-width: 700px) {
  /* line 322, theme.scss */
  .dm-cart-heading {
    gap: 16px; }

  /* line 324, theme.scss */
  .dm-checkout-context p {
    font-size: 13px; } }
/* Final cart and checkout cascade. Keep below legacy theme rules. */
/* Cart and checkout — compact retail flow inspired by best-in-class one-page checkout. */
/* line 328, theme.scss */
.dm-cart-heading {
  display: flex;
  justify-content: space-between;
  gap: 36px; }

/* line 332, theme.scss */
.dm-cart-heading .dm-secondary-head {
  margin: 0; }

/* line 334, theme.scss */
.dm-cart-heading .dm-secondary-head h1 {
  display: flex;
  align-items: flex-start;
  gap: 12px; }

/* line 338, theme.scss */
.dm-cart-heading .dm-secondary-head h1 em {
  min-width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-top: 3px;
  border-radius: 9px;
  background: var(--dm-accent-soft);
  color: var(--dm-accent);
  font-size: 13px;
  font-style: normal;
  font-weight: 850; }

/* line 350, theme.scss */
.dm-checkout-progress {
  display: flex;
  align-items: center;
  gap: 0; }

/* line 354, theme.scss */
.dm-checkout-progress span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #929baa;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap; }

/* line 363, theme.scss */
.dm-checkout-progress span + span {
  margin-left: 24px;
  padding-left: 42px; }

/* line 366, theme.scss */
.dm-checkout-progress span + span::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background: #d8dee8; }

/* line 372, theme.scss */
.dm-checkout-progress i {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #d5dce8;
  border-radius: 50%;
  background: #fff;
  color: inherit;
  font-size: 11px;
  font-style: normal;
  font-weight: 850; }

/* line 384, theme.scss */
.dm-checkout-progress .is-current {
  color: var(--dm-accent); }

/* line 386, theme.scss */
.dm-checkout-progress .is-current i {
  border-color: var(--dm-accent);
  background: var(--dm-accent);
  color: #fff; }

/* line 390, theme.scss */
.dm-cart-primary {
  min-width: 0; }

/* line 392, theme.scss */
.dm-cart-widget .cart-item + .cart-item {
  margin-top: 10px; }

/* line 394, theme.scss */
.dm-cart-widget .cart-item img,
.dm-cart-widget [class*="item-image"] img {
  object-fit: contain; }

/* line 397, theme.scss */
.dm-cart-widget .item-title {
  font-size: 15px;
  line-height: 1.35; }

/* line 400, theme.scss */
.dm-cart-widget .item-price,
.dm-cart-widget .item-total,
.dm-cart-widget .total-amount {
  font-weight: 800; }

/* line 404, theme.scss */
.dm-cart-widget .counter {
  min-height: 42px;
  border: 1px solid #dce2eb;
  background: #fff; }

/* line 408, theme.scss */
.dm-cart-widget .coupon-input {
  min-height: 46px;
  background: #fff; }

/* line 411, theme.scss */
.dm-cart-widget .coupon-button,
.dm-cart-widget .cart-controls .button,
.dm-cart-widget .cart__area-controls .button {
  min-height: 48px;
  padding-inline: 24px; }

/* line 416, theme.scss */
.dm-cart-assurance h2 {
  max-width: 260px; }

/* line 418, theme.scss */
.dm-cart-assurance__note {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: 14px; }

/* line 423, theme.scss */
.dm-cart-assurance__note strong {
  font-size: 13px; }

/* line 425, theme.scss */
.dm-cart-assurance__note small {
  font-size: 12px;
  line-height: 1.4; }

/* line 428, theme.scss */
.dm-checkout-header {
  position: relative;
  z-index: 20; }

/* line 431, theme.scss */
.dm-checkout-progress {
  min-height: 48px;
  justify-content: center;
  border-top: 1px solid #edf0f4; }

/* line 435, theme.scss */
.dm-checkout-progress b {
  font-size: inherit;
  font-weight: inherit; }

/* line 438, theme.scss */
.dm-checkout-context > span {
  color: var(--dm-accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase; }

/* line 444, theme.scss */
.dm-checkout-context h1 {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--dm-text);
  font-weight: 840;
  text-wrap: balance; }

/* line 450, theme.scss */
.dm-checkout-context p {
  max-width: 610px;
  margin: 14px 0 0;
  color: var(--dm-muted);
  font-size: 14px;
  line-height: 1.5; }

/* line 456, theme.scss */
body[data-theme-template*="checkout"] main > .layout {
  width: calc(100% - var(--dm-page-inset));
  max-width: var(--dm-shell) !important;
  margin: 32px auto 0 !important;
  padding: 0 !important; }

/* line 461, theme.scss */
body[data-theme-template*="checkout"] main .layout__content,
body[data-theme-template*="checkout"] .checkout-v2-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 467, theme.scss */
body[data-theme-template*="checkout"] .co-section--checkout_order_sided {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px) !important;
  align-items: start;
  gap: 22px !important; }

/* line 472, theme.scss */
body[data-theme-template*="checkout"] .co-section--checkout_order_sided > * {
  min-width: 0;
  grid-column: 1; }

/* line 475, theme.scss */
body[data-theme-template*="checkout"] .co-section--checkout_order_sided > .co-section--checkout_order-summary,
body[data-theme-template*="checkout"] .co-section--checkout_order_sided > .co-checkout-order_form--aside,
body[data-theme-template*="checkout"] .co-section--checkout_order_sided > [class*="checkout_order-summary"],
body[data-theme-template*="checkout"] .co-section--checkout_order_sided > [class*="checkout_sidebar"] {
  position: sticky;
  top: 24px;
  grid-column: 2;
  grid-row: 1 / span 20; }

/* line 483, theme.scss */
body[data-theme-template*="checkout"] .co-section--checkout_header {
  padding: 24px 28px !important; }

/* line 485, theme.scss */
body[data-theme-template*="checkout"] .co-title--h1,
body[data-theme-template*="checkout"] .co-title--h2,
body[data-theme-template*="checkout"] .co-title--h3 {
  color: var(--dm-text) !important;
  font-weight: 800 !important;
  letter-spacing: -0.025em; }

/* line 491, theme.scss */
body[data-theme-template*="checkout"] .co-title--h1 {
  font-size: 24px !important; }

/* line 493, theme.scss */
body[data-theme-template*="checkout"] .co-input--wrapper {
  overflow: hidden;
  border: 1px solid #dfe5ee !important;
  border-radius: 12px !important;
  background: #f6f8fb !important;
  box-shadow: none !important; }

/* line 499, theme.scss */
body[data-theme-template*="checkout"] .co-input--wrapper:focus-within {
  border-color: var(--dm-accent) !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(36, 87, 214, 0.12) !important; }

/* line 503, theme.scss */
body[data-theme-template*="checkout"] .co-input--wrapper input,
body[data-theme-template*="checkout"] .co-input--wrapper textarea,
body[data-theme-template*="checkout"] .co-input--wrapper select,
body[data-theme-template*="checkout"] input[type="text"],
body[data-theme-template*="checkout"] input[type="tel"],
body[data-theme-template*="checkout"] input[type="email"] {
  min-height: 54px !important;
  border-radius: 12px !important;
  background: #f6f8fb;
  font: inherit; }

/* line 513, theme.scss */
body[data-theme-template*="checkout"] .co-delivery_method,
body[data-theme-template*="checkout"] .co-payment_method,
body[data-theme-template*="checkout"] [class*="delivery_method"],
body[data-theme-template*="checkout"] [class*="payment_method"] {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }

/* line 518, theme.scss */
body[data-theme-template*="checkout"] .co-delivery_method:hover,
body[data-theme-template*="checkout"] .co-payment_method:hover {
  border-color: #b9c9e7 !important;
  transform: translateY(-1px); }

/* line 522, theme.scss */
body[data-theme-template*="checkout"] .co-delivery_method.co-delivery_method--current,
body[data-theme-template*="checkout"] .co-payment_method.co-payment_method--current,
body[data-theme-template*="checkout"] [class*="delivery_method"].is-active,
body[data-theme-template*="checkout"] [class*="payment_method"].is-active {
  border-color: var(--dm-accent) !important;
  box-shadow: inset 0 0 0 1px var(--dm-accent), 0 12px 30px rgba(36, 87, 214, 0.1) !important; }

/* line 528, theme.scss */
body[data-theme-template*="checkout"] .co-button,
body[data-theme-template*="checkout"] button[type="submit"] {
  min-height: 56px;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }

/* line 532, theme.scss */
body[data-theme-template*="checkout"] .co-button:hover,
body[data-theme-template*="checkout"] button[type="submit"]:hover {
  background: var(--dm-accent-hover) !important;
  transform: translateY(-1px); }

/* line 536, theme.scss */
body[data-theme-template*="checkout"] .co-button:active,
body[data-theme-template*="checkout"] button[type="submit"]:active {
  transform: scale(0.99); }

@media (max-width: 980px) {
  /* line 541, theme.scss */
  .dm-cart-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px; }

  /* line 545, theme.scss */
  .dm-cart-layout {
    grid-template-columns: 1fr; }

  /* line 547, theme.scss */
  .dm-cart-assurance {
    position: static; }

  /* line 549, theme.scss */
  body[data-theme-template*="checkout"] .co-section--checkout_order_sided {
    grid-template-columns: 1fr !important; }

  /* line 551, theme.scss */
  body[data-theme-template*="checkout"] .co-section--checkout_order_sided > .co-section--checkout_order-summary,
  body[data-theme-template*="checkout"] .co-section--checkout_order_sided > .co-checkout-order_form--aside,
  body[data-theme-template*="checkout"] .co-section--checkout_order_sided > [class*="checkout_order-summary"],
  body[data-theme-template*="checkout"] .co-section--checkout_order_sided > [class*="checkout_sidebar"] {
    position: static;
    grid-column: 1;
    grid-row: auto; } }
@media (max-width: 700px) {
  /* line 559, theme.scss */
  .dm-checkout-progress {
    justify-content: space-between; }

  /* line 561, theme.scss */
  .dm-checkout-progress span {
    gap: 6px;
    font-size: 10px; }

  /* line 564, theme.scss */
  .dm-checkout-progress span + span {
    margin-left: 8px;
    padding-left: 18px; }

  /* line 567, theme.scss */
  .dm-checkout-progress span + span::before {
    width: 12px; }

  /* line 569, theme.scss */
  .dm-checkout-progress i {
    width: 22px;
    height: 22px;
    font-size: 9px; }

  /* line 573, theme.scss */
  .dm-checkout-progress {
    width: calc(100% - 28px);
    min-height: 44px; }

  /* line 576, theme.scss */
  .dm-checkout-progress b {
    display: none; }

  /* line 578, theme.scss */
  .dm-checkout-context {
    width: calc(100% - 28px);
    padding-top: 28px; }

  /* line 581, theme.scss */
  body[data-theme-template*="checkout"] main > .layout {
    width: calc(100% - 20px);
    margin-top: 22px !important; }

  /* line 584, theme.scss */
  body[data-theme-template*="checkout"] .co-section--checkout_header {
    padding: 20px !important; } }
/* line 586, theme.scss */
.dm-product-widget input:focus,
.dm-product-widget select:focus,
.dm-product-widget textarea:focus {
  border-color: var(--dm-accent) !important;
  box-shadow: 0 0 0 3px rgba(36, 87, 214, 0.14) !important; }

/* line 591, theme.scss */
.dm-cart-layout {
  display: grid; }

/* line 593, theme.scss */
.dm-cart-assurance > span {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase; }

/* line 600, theme.scss */
.dm-cart-assurance > span {
  color: #adc4ff; }

/* line 602, theme.scss */
.dm-cart-assurance h2 {
  letter-spacing: -0.035em;
  line-height: 1.05; }

/* line 605, theme.scss */
.dm-cart-assurance ol {
  margin: 24px 0;
  padding: 0;
  list-style: none;
  counter-reset: dm-cart-step; }

/* line 610, theme.scss */
.dm-cart-assurance li {
  position: relative;
  min-height: 32px;
  padding: 0 0 18px 42px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.4;
  counter-increment: dm-cart-step; }

/* line 618, theme.scss */
.dm-cart-assurance li::before {
  content: counter(dm-cart-step);
  position: absolute;
  top: -4px;
  left: 0;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800; }

/* line 631, theme.scss */
.dm-cart-assurance a {
  color: #fff;
  font-size: 13px;
  font-weight: 750; }

/* line 635, theme.scss */
.dm-checkout-header__inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 30px; }

/* line 641, theme.scss */
.dm-checkout-header .dm-logo img {
  width: 176px;
  height: auto; }

/* line 644, theme.scss */
.dm-checkout-header__back {
  justify-self: center;
  color: var(--dm-muted);
  font-size: 13px;
  font-weight: 700; }

/* line 649, theme.scss */
.dm-checkout-header__secure {
  color: var(--dm-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase; }

/* line 655, theme.scss */
body[data-theme-template*="checkout"] main {
  min-height: 65vh; }

/* line 657, theme.scss */
body[data-theme-template*="checkout"] .checkout-v2-wrapper {
  --primary-color: var(--dm-accent);
  color: var(--dm-text); }

/* line 660, theme.scss */
body[data-theme-template*="checkout"] .co-checkout-order,
body[data-theme-template*="checkout"] .co-basket,
body[data-theme-template*="checkout"] .co-delivery_method,
body[data-theme-template*="checkout"] .co-payment_method,
body[data-theme-template*="checkout"] .co-input--wrapper,
body[data-theme-template*="checkout"] [class*="co-checkout-block"] {
  border-color: var(--dm-line);
  border-radius: 16px; }

/* line 668, theme.scss */
body[data-theme-template*="checkout"] .co-button,
body[data-theme-template*="checkout"] button[type="submit"] {
  border-color: var(--dm-accent);
  background: var(--dm-accent);
  color: #fff;
  font-weight: 800; }

/* line 674, theme.scss */
body[data-theme-template*="checkout"] input:focus,
body[data-theme-template*="checkout"] textarea:focus,
body[data-theme-template*="checkout"] select:focus {
  border-color: var(--dm-accent);
  box-shadow: 0 0 0 3px rgba(36, 87, 214, 0.14); }

/* line 679, theme.scss */
.dm-checkout-footer {
  padding: 26px 0;
  border-top: 1px solid var(--dm-line);
  background: #fff;
  color: var(--dm-muted);
  font-size: 12px; }

/* line 685, theme.scss */
.dm-checkout-footer > div {
  display: flex;
  justify-content: space-between;
  gap: 24px; }

/* line 689, theme.scss */
.dm-catalog-widget .product-preview,
.dm-catalog-widget .product-item,
.dm-catalog-widget .product-card {
  position: relative;
  overflow: visible; }

/* line 694, theme.scss */
.dm-dialog {
  position: absolute;
  z-index: 12;
  top: 29%;
  max-width: min(260px, calc(100% - 22px));
  padding: 11px 17px;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(17, 42, 98, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px) scale(0.96);
  transition: opacity 220ms ease, transform 220ms ease; }

/* line 706, theme.scss */
.dm-dialog--left {
  left: 52%;
  background: #e5edff;
  color: #143b91; }

/* line 710, theme.scss */
.dm-dialog--right {
  right: 52%;
  background: #163e99;
  color: #fff; }

/* line 714, theme.scss */
.dm-dialog--greeting {
  top: 23%;
  left: 50%;
  background: #163e99;
  color: #fff; }

/* line 719, theme.scss */
.dm-dialog.is-visible {
  opacity: 1;
  transform: none; }

/* line 722, theme.scss */
.dm-dialog__text {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  max-width: 220px;
  text-wrap: pretty;
  white-space: normal; }

/* line 732, theme.scss */
.dm-dialog__tail {
  position: absolute;
  bottom: -6px;
  width: 16px;
  height: 16px;
  background: inherit;
  transform: rotate(45deg); }

/* line 739, theme.scss */
.dm-dialog--left .dm-dialog__tail {
  left: 18px; }

/* line 741, theme.scss */
.dm-dialog--right .dm-dialog__tail {
  right: 18px; }

/* line 743, theme.scss */
.dm-dialog--greeting .dm-dialog__tail {
  left: 18px; }

/* Product-to-product conversations sit at the facing edges of two cards. */
/* line 747, theme.scss */
body .dm-page--collection .dm-variant-card__media .dm-dialog {
  top: 16px !important;
  bottom: auto !important;
  width: max-content !important;
  min-height: 52px;
  max-width: calc(100% - 20px) !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 13px 16px !important;
  border: 1px solid rgba(47, 101, 230, 0.18);
  border-radius: 15px !important;
  box-shadow: 0 14px 34px rgba(17, 42, 98, 0.18) !important;
  backdrop-filter: blur(10px);
  transform: translateY(6px) scale(0.98) !important; }

/* line 762, theme.scss */
body .dm-page--collection .dm-variant-card__media .dm-dialog--left {
  right: 12px !important;
  left: auto !important;
  background: rgba(242, 246, 255, 0.96);
  color: #173e99; }

/* line 767, theme.scss */
body .dm-page--collection .dm-variant-card__media .dm-dialog--right {
  right: auto !important;
  left: 12px !important;
  background: rgba(23, 62, 153, 0.96);
  color: #fff; }

/* line 772, theme.scss */
body .dm-page--collection .dm-variant-card__media .dm-dialog.is-visible {
  transform: none !important; }

/* line 774, theme.scss */
body .dm-page--collection .dm-variant-card__media .dm-dialog__text {
  width: auto !important;
  max-width: 25ch !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  font-weight: 760 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.012em;
  overflow-wrap: normal !important;
  word-break: normal;
  text-wrap: pretty;
  white-space: normal !important; }

/* line 785, theme.scss */
body .dm-page--collection .dm-variant-card__media .dm-dialog.is-reply {
  background: #fff !important;
  color: #173e99 !important;
  box-shadow: 0 16px 38px rgba(17, 42, 98, 0.22) !important;
  transform: translateY(4px) !important; }

/* line 790, theme.scss */
body .dm-page--collection .dm-variant-card__media .dm-dialog.is-turning .dm-dialog__text {
  animation: dm-dialog-turn 300ms ease both; }

@keyframes dm-dialog-turn {
  from {
    opacity: 0;
    transform: translateY(4px); }
  to {
    opacity: 1;
    transform: none; } }
/* line 795, theme.scss */
body .dm-page--collection .dm-variant-card__media .dm-dialog--left .dm-dialog__tail,
body .dm-page--collection .dm-variant-card__media .dm-dialog--right .dm-dialog__tail {
  top: auto;
  bottom: -6px;
  width: 14px;
  height: 14px;
  clip-path: none;
  border-radius: 2px;
  transform: rotate(45deg); }

/* line 804, theme.scss */
body .dm-page--collection .dm-variant-card__media .dm-dialog--left .dm-dialog__tail {
  right: 18px;
  left: auto; }

/* line 807, theme.scss */
body .dm-page--collection .dm-variant-card__media .dm-dialog--right .dm-dialog__tail {
  right: auto;
  left: 18px; }

/* line 810, theme.scss */
.dm-cookie {
  position: fixed;
  z-index: 220;
  display: grid;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 240ms ease, transform 240ms ease; }

/* line 817, theme.scss */
.dm-cookie.is-visible {
  opacity: 1;
  transform: none; }

/* line 820, theme.scss */
.dm-cookie__mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 900; }

/* line 828, theme.scss */
.dm-cookie__copy {
  min-width: 0;
  display: grid; }

/* line 831, theme.scss */
.dm-cookie button {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 11px;
  background: #fff;
  color: #173e99;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer; }

@media (max-width: 900px) {
  /* line 844, theme.scss */
  .dm-dialog {
    top: 25%;
    max-width: 150px;
    padding: 9px 11px;
    border-radius: 16px; }

  /* line 849, theme.scss */
  .dm-dialog--left {
    left: 36%; }

  /* line 851, theme.scss */
  .dm-dialog--right {
    right: 36%; }

  /* line 853, theme.scss */
  .dm-dialog--greeting {
    top: 19%;
    left: 32%; }

  /* line 856, theme.scss */
  .dm-dialog__text {
    width: max-content;
    max-width: 126px;
    font-size: 11px;
    line-height: 1.3;
    white-space: normal; }

  /* line 862, theme.scss */
  .dm-checkout-header__inner {
    grid-template-columns: 160px 1fr;
    min-height: 72px; }

  /* line 865, theme.scss */
  .dm-checkout-header__back {
    justify-self: end; }

  /* line 867, theme.scss */
  .dm-checkout-header__secure {
    display: none; } }
@media (max-width: 767px) {
  /* Two-column grid, ~170px cards. The catalogue rules above already keep each
     bubble inside its own card (max-width: calc(100% - 20px)), so only the type
     and padding need to come down. The right-hand bubble is nudged lower so the
     pair reads as turns in a conversation rather than one banner across two cards.
     This block previously did `display: none` and killed dialogues on mobile. */
  /* line 875, theme.scss */
  body .dm-page--collection .dm-variant-card__media .dm-dialog {
    top: 10px !important;
    min-height: 0;
    padding: 8px 10px !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 20px rgba(17, 42, 98, 0.16) !important; }

  /* line 881, theme.scss */
  body .dm-page--collection .dm-variant-card__media .dm-dialog--left {
    right: 8px !important; }

  /* line 883, theme.scss */
  body .dm-page--collection .dm-variant-card__media .dm-dialog--right {
    top: 30% !important;
    left: 8px !important; }

  /* line 886, theme.scss */
  body .dm-page--collection .dm-variant-card__media .dm-dialog__text {
    max-width: 17ch !important;
    font-size: 11px !important;
    line-height: 1.26 !important; }

  /* line 890, theme.scss */
  body .dm-page--collection .dm-variant-card__media .dm-dialog--left .dm-dialog__tail,
  body .dm-page--collection .dm-variant-card__media .dm-dialog--right .dm-dialog__tail {
    bottom: -5px;
    width: 11px;
    height: 11px; }

  /* line 895, theme.scss */
  body .dm-page--collection .dm-variant-card__media .dm-dialog--left .dm-dialog__tail {
    right: 13px; }

  /* line 897, theme.scss */
  body .dm-page--collection .dm-variant-card__media .dm-dialog--right .dm-dialog__tail {
    left: 13px; } }
@media (max-width: 600px) {
  /* line 900, theme.scss */
  .dm-cart-widget {
    padding: 14px; }

  /* line 902, theme.scss */
  .dm-cookie {
    right: 12px;
    bottom: 84px;
    width: calc(100% - 24px);
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 14px; }

  /* line 909, theme.scss */
  .dm-cookie button {
    grid-column: 1 / -1;
    width: 100%; }

  /* line 912, theme.scss */
  .dm-checkout-header__inner {
    width: calc(100% - 28px);
    grid-template-columns: 135px 1fr;
    gap: 12px; }

  /* line 916, theme.scss */
  .dm-checkout-header .dm-logo img {
    width: 135px; }

  /* line 918, theme.scss */
  .dm-checkout-header__back {
    font-size: 12px; }

  /* line 920, theme.scss */
  .dm-checkout-footer > div {
    flex-direction: column;
    gap: 6px; } }
/* line 923, theme.scss */
html {
  scroll-padding-top: 136px; }

/* line 925, theme.scss */
body {
  min-width: 320px;
  margin: 0;
  color: var(--dm-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 931, theme.scss */
body,
button,
input,
select,
textarea {
  font-family: "PT Root UI", "Segoe UI", Arial, sans-serif; }

/* line 937, theme.scss */
a {
  text-decoration: none; }

/* line 939, theme.scss */
img {
  max-width: 100%; }

/* line 941, theme.scss */
:focus-visible {
  outline: 3px solid rgba(36, 87, 214, 0.36);
  outline-offset: 3px; }

/* line 944, theme.scss */
.dm-shell {
  box-sizing: border-box;
  width: calc(100% - var(--dm-page-inset));
  max-width: var(--dm-shell);
  margin-inline: auto; }

/* InSales gives widget layouts a theme-level max-width. DeviceMall widgets
   provide their own inner .dm-shell, so their outer band must stay full-width. */
/* line 952, theme.scss */
.dm-main .layout[class*="widget-type_dm_"],
.dm-main .layout[class*="widget-type_dm_"] > .layout__content,
.page_section_top .layout[class*="widget-type_dm_"],
.page_section_top .layout[class*="widget-type_dm_"] > .layout__content,
.dm-header-zone .layout.widget-type_dm_header_v1,
.dm-header-zone .layout.widget-type_dm_header_v1 > .layout__content,
.dm-footer-zone .layout.widget-type_dm_footer_v1,
.dm-footer-zone .layout.widget-type_dm_footer_v1 > .layout__content {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important; }

/* line 968, theme.scss */
.dm-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 978, theme.scss */
.dm-skip-link {
  position: fixed;
  z-index: 300;
  top: 16px;
  left: 16px;
  transform: translateY(-160%);
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--dm-accent);
  color: #fff;
  font-weight: 700; }

/* line 989, theme.scss */
.dm-skip-link:focus {
  transform: none; }

/* DeviceMall storefront system — product-first retail layout */
/* line 992, theme.scss */
.dm-home {
  padding: 30px 0 64px; }

/* line 994, theme.scss */
.dm-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 750;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease; }

/* line 1002, theme.scss */
.dm-button--primary {
  padding: 0 24px;
  border-radius: 12px;
  background: var(--dm-accent);
  color: #fff; }

/* line 1007, theme.scss */
.dm-button--primary:hover {
  background: var(--dm-action-hover); }

/* line 1009, theme.scss */
.dm-button:active {
  transform: translateY(1px); }

/* line 1011, theme.scss */
.dm-button--text {
  color: var(--dm-text); }

/* line 1013, theme.scss */
.dm-button--text:hover {
  color: var(--dm-accent); }

/* line 1015, theme.scss */
.dm-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px; }

/* line 1021, theme.scss */
.dm-section-heading h2 {
  margin: 0;
  color: var(--dm-text);
  font-size: 34px;
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.05; }

/* line 1028, theme.scss */
.dm-section-heading p {
  margin: 8px 0 0;
  color: var(--dm-muted);
  font-size: 15px; }

/* line 1032, theme.scss */
.dm-section-heading > a {
  color: var(--dm-accent);
  font-size: 14px;
  font-weight: 750; }

/* line 1036, theme.scss */
.dm-home-categories {
  padding-top: 58px; }

/* line 1038, theme.scss */
.dm-home-categories__grid {
  display: grid;
  gap: 12px; }

/* line 1041, theme.scss */
.dm-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  color: var(--dm-text);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), background 180ms ease; }

/* line 1049, theme.scss */
.dm-category-card:hover {
  transform: translateY(-4px);
  background: #edf2ff; }

/* line 1052, theme.scss */
.dm-category-card > span {
  color: #7c8491;
  font-size: 13px;
  font-weight: 700; }

/* line 1056, theme.scss */
.dm-category-card strong {
  letter-spacing: -0.03em;
  line-height: 1.05; }

/* line 1059, theme.scss */
.dm-category-card small {
  color: var(--dm-muted);
  font-size: 14px;
  line-height: 1.45; }

/* line 1063, theme.scss */
.dm-category-card > i {
  position: absolute;
  right: -24px;
  bottom: -54px;
  width: 210px;
  height: 210px;
  transform: rotate(-12deg);
  border: 34px solid var(--dm-accent-soft);
  border-radius: 46px; }

/* line 1072, theme.scss */
.dm-category-card--laptops > i {
  width: 230px;
  height: 150px;
  border-width: 26px;
  border-radius: 18px; }

/* line 1077, theme.scss */
.dm-category-card--home > i {
  width: 180px;
  height: 220px;
  border-width: 30px;
  border-radius: 70px 70px 20px 20px; }

/* line 1082, theme.scss */
.dm-category-card--audio > i {
  width: 190px;
  height: 190px;
  border-width: 38px;
  border-radius: 50%; }

/* Home catalog categories, bestsellers and curated shelves */
/* line 1088, theme.scss */
.dm-home-categories__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* line 1090, theme.scss */
.dm-category-card {
  min-height: 330px;
  isolation: isolate;
  padding: 24px;
  background: #fff; }

/* line 1095, theme.scss */
.dm-category-card::after {
  position: absolute;
  z-index: -2;
  right: -46px;
  bottom: -54px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #edf2ff;
  content: "";
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1); }

/* line 1106, theme.scss */
.dm-category-card:hover::after {
  transform: scale(1.07); }

/* line 1108, theme.scss */
.dm-category-card--blue {
  background: var(--dm-accent);
  color: #fff; }

/* line 1111, theme.scss */
.dm-category-card--blue::after {
  background: rgba(255, 255, 255, 0.14); }

/* line 1113, theme.scss */
.dm-category-card--blue strong,
.dm-category-card--blue small,
.dm-category-card--blue .dm-category-card__meta,
.dm-category-card--blue .dm-category-card__arrow {
  color: #fff; }

/* line 1118, theme.scss */
.dm-category-card__meta {
  color: #687385;
  font-size: 12px;
  font-weight: 700; }

/* line 1122, theme.scss */
.dm-category-card strong {
  position: relative;
  z-index: 2;
  max-width: 230px;
  margin-top: 18px;
  font-size: 26px; }

/* line 1128, theme.scss */
.dm-category-card small {
  position: relative;
  z-index: 2;
  max-width: 205px;
  margin-top: 10px; }

/* line 1133, theme.scss */
.dm-category-card > img {
  position: absolute;
  z-index: -1;
  right: 12px;
  bottom: 8px;
  width: 68%;
  height: 58%;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1); }

/* line 1144, theme.scss */
.dm-category-card:hover > img {
  transform: translateY(-4px) scale(1.02); }

/* line 1146, theme.scss */
.dm-category-card__mark {
  position: absolute;
  z-index: -1;
  right: 22px;
  bottom: -8px;
  color: rgba(49, 87, 246, 0.16);
  font-size: 180px;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.85; }

/* line 1156, theme.scss */
.dm-category-card--blue .dm-category-card__mark {
  color: rgba(255, 255, 255, 0.18); }

/* line 1158, theme.scss */
.dm-category-card__arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--dm-accent);
  background: #fff;
  font-size: 18px;
  font-weight: 800;
  transition: transform 180ms ease; }

/* line 1173, theme.scss */
.dm-category-card:hover .dm-category-card__arrow {
  transform: translateX(3px); }

/* line 1175, theme.scss */
.dm-home-selection {
  min-width: 0;
  display: grid; }

/* line 1178, theme.scss */
.dm-home-selection__aside {
  flex-direction: column; }

/* line 1180, theme.scss */
.dm-home-selection:nth-child(even) .dm-home-selection__aside {
  color: #fff; }

/* line 1182, theme.scss */
.dm-home-selection__aside > span {
  color: #51627f;
  font-size: 12px;
  font-weight: 750; }

/* line 1186, theme.scss */
.dm-home-selection:nth-child(even) .dm-home-selection__aside > span,
.dm-home-selection:nth-child(even) .dm-home-selection__aside p {
  color: #bdc9e8; }

/* line 1189, theme.scss */
.dm-home-selection__aside h3 {
  max-width: 240px;
  margin: 24px 0 14px;
  color: inherit;
  font-size: 32px;
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance; }

/* line 1198, theme.scss */
.dm-home-selection__aside p {
  margin: 0;
  color: #536176;
  font-size: 14px;
  line-height: 1.5; }

/* line 1203, theme.scss */
.dm-home-selection__aside a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(16, 37, 87, 0.16);
  color: inherit;
  font-size: 13px;
  font-weight: 750; }

/* line 1214, theme.scss */
.dm-home-selection:nth-child(even) .dm-home-selection__aside a {
  border-top-color: rgba(255, 255, 255, 0.2); }

/* line 1216, theme.scss */
.dm-selection-products {
  min-width: 0; }

/* line 1218, theme.scss */
.dm-selection-products--static {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px; }

/* line 1222, theme.scss */
.dm-selection-product {
  min-width: 0;
  scroll-snap-align: start;
  overflow: hidden; }

/* line 1226, theme.scss */
.dm-selection-product__media {
  aspect-ratio: 1 / 0.92;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #737d8d;
  font-size: 12px;
  line-height: 1.4;
  text-align: center; }

/* line 1235, theme.scss */
.dm-selection-product__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1); }

/* line 1243, theme.scss */
.dm-media-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 9px;
  padding: 20px;
  background: #f3f6fb;
  color: var(--dm-muted);
  text-align: center; }

/* line 1257, theme.scss */
.dm-category-card.is-image-missing,
.dm-product-card__image-link.is-image-missing,
.dm-selection-product__media.is-image-missing,
.dmrec-card__media.is-image-missing,
.dm-variant-card__media.is-image-missing,
.dmpc-gallery__stage.is-image-missing {
  position: relative; }

/* Product JPEGs often contain a baked-in white canvas. Keep the complete gallery
   surface white so that canvas does not appear as a separate rectangle. */
/* line 1268, theme.scss */
.product.dmpc .dmpc-gallery__stage,
.product.dmpc .dmpc-gallery__main,
.product.dmpc .dmpc-gallery__main .img-ratio__inner {
  background: #fff !important; }

/* line 1274, theme.scss */
.dm-media-fallback b {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--dm-accent);
  color: #fff;
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -.03em; }

/* line 1287, theme.scss */
.dm-media-fallback small {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35; }

/* line 1292, theme.scss */
.dm-selection-product:hover .dm-selection-product__media img {
  transform: scale(1.025); }

/* line 1294, theme.scss */
.dm-selection-product__body {
  min-height: 150px;
  flex-direction: column;
  background: #fff; }

/* line 1298, theme.scss */
.dm-selection-product__body small {
  color: var(--dm-success-text);
  font-size: 11px;
  font-weight: 700; }

/* line 1302, theme.scss */
.dm-selection-product__body h4 {
  display: -webkit-box;
  margin: 8px 0 14px;
  overflow: hidden;
  color: var(--dm-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

/* line 1312, theme.scss */
.dm-selection-product__body h4 a {
  color: inherit; }

/* line 1314, theme.scss */
.dm-selection-product__body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto; }

/* line 1320, theme.scss */
.dm-selection-product__body strong {
  font-size: 18px;
  white-space: nowrap; }

/* line 1323, theme.scss */
.dm-selection-product__body > div > a {
  width: 36px;
  height: 36px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--dm-accent);
  font-size: 16px;
  font-weight: 800; }

@media (max-width: 1100px) {
  /* line 1336, theme.scss */
  .dm-home-selection {
    grid-template-columns: 240px minmax(0, 1fr); }

  /* line 1338, theme.scss */
  .dm-selection-product {
    flex-basis: calc((100% - 12px) / 2); } }
@media (max-width: 900px) {
  /* line 1341, theme.scss */
  body.dm-menu-open {
    overflow: hidden; }

  /* line 1343, theme.scss */
  .dm-home-selection__aside h3 {
    max-width: 520px; } }
@media (max-width: 640px) {
  /* line 1346, theme.scss */
  .dm-home-categories {
    padding-top: 44px; }

  /* line 1348, theme.scss */
  .dm-home-categories__grid {
    width: calc(100% + 12px);
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-right: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; }

  /* line 1356, theme.scss */
  .dm-home-categories__grid::-webkit-scrollbar {
    display: none; }

  /* line 1358, theme.scss */
  .dm-category-card {
    min-height: 310px;
    flex: 0 0 78%;
    scroll-snap-align: start; }

  /* line 1362, theme.scss */
  .dm-home-selection__aside {
    min-height: 280px;
    padding: 26px 22px; }

  /* line 1365, theme.scss */
  .dm-home-selection__aside h3 {
    font-size: 29px; }

  /* line 1367, theme.scss */
  .dm-home-selection__content {
    padding: 14px; }

  /* line 1369, theme.scss */
  .dm-selection-product {
    flex-basis: 84%; }

  /* line 1371, theme.scss */
  .dm-selection-products--static {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; } }
/* Storefront refinement: reference-led merchandising, compact PDP and usable catalog */
/* line 1377, theme.scss */
.dm-home-selection {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.55fr);
  min-height: 460px;
  gap: 0;
  overflow: hidden;
  border: 0; }

/* line 1383, theme.scss */
.dm-home-selection__aside {
  position: relative;
  min-height: 460px;
  display: block;
  overflow: hidden;
  padding: 0;
  background: radial-gradient(circle at 86% 74%, rgba(76, 108, 221, 0.56), rgba(0, 0, 0, 0) 35%), linear-gradient(145deg, #182968 0%, #10172f 68%); }

/* line 1390, theme.scss */
.dm-home-selection:nth-child(even) .dm-home-selection__aside {
  background: radial-gradient(circle at 84% 74%, rgba(45, 93, 207, 0.62), rgba(0, 0, 0, 0) 38%), linear-gradient(145deg, #0e255d 0%, #111827 72%); }

/* line 1392, theme.scss */
.dm-home-selection__copy {
  position: relative;
  z-index: 2;
  width: min(100%, 420px);
  padding: 42px 38px; }

/* line 1397, theme.scss */
.dm-home-selection__copy > span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #a9c3ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase; }

/* line 1405, theme.scss */
.dm-home-selection__copy h3 {
  max-width: 330px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 3.8vw, 58px);
  font-weight: 790;
  letter-spacing: -0.05em;
  line-height: 0.98; }

/* line 1413, theme.scss */
.dm-home-selection__copy p {
  max-width: 330px;
  margin: 20px 0 0;
  color: rgba(231, 238, 255, 0.72);
  font-size: 14px;
  line-height: 1.55; }

/* line 1419, theme.scss */
.dm-home-selection__copy a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  color: #fff;
  font-size: 13px;
  font-weight: 760; }

/* line 1427, theme.scss */
.dm-home-selection__art {
  position: absolute;
  z-index: 1;
  right: 8px;
  bottom: 8px;
  width: 76%;
  height: 48%;
  display: grid;
  place-items: center;
  pointer-events: none; }

/* line 1437, theme.scss */
.dm-home-selection__art::before {
  content: "";
  position: absolute;
  right: 4%;
  bottom: -24%;
  width: 88%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(62, 111, 238, 0.48) 0%, rgba(62, 111, 238, 0) 68%);
  filter: blur(4px); }

/* line 1447, theme.scss */
.dm-home-selection__art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 24px 30px rgba(4, 10, 27, 0.48)); }

/* line 1455, theme.scss */
.dm-home-selection__content {
  min-width: 0;
  padding: 28px;
  background: #f2f5fa; }

/* line 1459, theme.scss */
.dm-selection-products {
  gap: 14px; }

/* line 1461, theme.scss */
.dm-selection-product {
  width: 280px;
  flex: 0 0 280px;
  border: 1px solid #e2e7ef;
  border-radius: 20px;
  background: #fff; }

/* line 1467, theme.scss */
.dm-selection-product__media {
  background: #fff; }

/* line 1469, theme.scss */
.dm-selection-product__media img {
  padding: 24px; }

/* line 1471, theme.scss */
.dm-selection-product__body {
  padding: 18px 20px 20px; }

/* line 1474, theme.scss */
.dm-promotions--count-1 .dm-promotion-card:not(.has-image) .dm-promotion-card__content {
  position: relative;
  z-index: 2;
  max-width: 52%; }

/* Promotion cards stay editorial-sized even before all campaign blocks are filled. */
/* line 1480, theme.scss */
.dm-promotions--rail .dm-promotions__track {
  grid-auto-columns: calc((100% - 32px) / 3); }

/* line 1482, theme.scss */
.dm-promotions--count-1 .dm-promotions__track,
.dm-promotions--rail.dm-promotions--count-1 .dm-promotions__track {
  max-width: 720px;
  margin-right: auto; }

/* line 1486, theme.scss */
.dm-promotion-card {
  min-height: clamp(330px, 28vw, 410px); }

/* line 1488, theme.scss */
.dm-promotion-card strong {
  font-size: clamp(28px, 3vw, 44px); }

/* line 1490, theme.scss */
.dm-promotion-card--school .dm-promotion-card__content,
.dm-promotion-card--phones .dm-promotion-card__content,
.dm-promotion-card--kit .dm-promotion-card__content {
  position: relative;
  z-index: 2;
  max-width: 66%;
  padding: 30px; }

@media (max-width: 900px) {
  /* line 1499, theme.scss */
  .dm-home-selection {
    grid-template-columns: 1fr; }

  /* line 1501, theme.scss */
  .dm-home-selection__aside {
    min-height: 430px; }

  /* line 1503, theme.scss */
  .dm-home-selection__art {
    right: 16px;
    bottom: 12px;
    width: 50%;
    height: 62%; } }
@media (max-width: 700px) {
  /* line 1509, theme.scss */
  .dm-home-selection {
    min-height: 0;
    border-radius: 22px; }

  /* line 1512, theme.scss */
  .dm-home-selection__aside {
    min-height: 360px; }

  /* line 1514, theme.scss */
  .dm-home-selection__copy {
    padding: 30px 24px; }

  /* line 1516, theme.scss */
  .dm-home-selection__copy h3 {
    max-width: 250px;
    font-size: 39px; }

  /* line 1519, theme.scss */
  .dm-home-selection__copy p {
    max-width: 260px; }

  /* line 1521, theme.scss */
  .dm-home-selection__art {
    right: 8px;
    bottom: 8px;
    width: 58%;
    height: 48%; }

  /* line 1526, theme.scss */
  .dm-home-selection__content {
    padding: 18px 14px 20px; }

  /* line 1528, theme.scss */
  .dm-promotions--count-1 .dm-promotion-card:not(.has-image)::after {
    top: 54px;
    right: -10%;
    bottom: auto;
    width: 74%;
    height: 38%; }

  /* line 1534, theme.scss */
  .dm-promotions--count-1 .dm-promotion-card:not(.has-image) .dm-promotion-card__content {
    max-width: 100%; }

  /* line 1536, theme.scss */
  .dm-promotions--rail .dm-promotions__track {
    grid-auto-columns: min(82vw, 360px); }

  /* line 1538, theme.scss */
  .dm-promotion-card--school::after,
  .dm-promotion-card--phones::after,
  .dm-promotion-card--kit::after {
    right: -14%;
    bottom: 12%;
    width: 82%;
    height: 58%; }

  /* line 1545, theme.scss */
  .dm-promotion-card--school .dm-promotion-card__content,
  .dm-promotion-card--phones .dm-promotion-card__content,
  .dm-promotion-card--kit .dm-promotion-card__content {
    max-width: 100%;
    padding: 24px; }

  /* line 1550, theme.scss */
  .dm-selection-product {
    width: min(74vw, 270px);
    flex-basis: min(74vw, 270px); } }
/* Secondary storefront pages */
/* line 1554, theme.scss */
.dm-secondary-page {
  min-height: 560px;
  padding-top: 28px;
  padding-bottom: 72px; }

/* line 1558, theme.scss */
.dm-breadcrumbs {
  min-width: 0;
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--dm-muted);
  font-size: 13px;
  line-height: 1.45;
  overflow: hidden;
  white-space: nowrap; }

/* line 1570, theme.scss */
.dm-breadcrumbs a {
  flex: 0 0 auto;
  color: var(--dm-accent);
  text-decoration: none; }

/* line 1574, theme.scss */
.dm-breadcrumbs a:hover {
  color: var(--dm-accent-hover); }

/* line 1576, theme.scss */
.dm-breadcrumbs > svg,
.dm-breadcrumbs__segment > svg {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  flex: 0 0 16px;
  display: block;
  overflow: hidden; }

/* line 1587, theme.scss */
.dm-breadcrumbs__segment {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto; }

/* line 1593, theme.scss */
.dm-breadcrumbs__segment.is-current {
  flex: 1 1 auto; }

/* line 1595, theme.scss */
.dm-breadcrumbs__segment.is-current > span,
.dm-breadcrumbs > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 1601, theme.scss */
.dm-breadcrumbs--page {
  padding-top: 20px; }

/* line 1603, theme.scss */
.dm-page--product .dm-breadcrumbs {
  margin: 0 0 10px; }

@media (max-width: 640px) {
  /* line 1607, theme.scss */
  .dm-breadcrumbs {
    gap: 6px;
    font-size: 12px; }

  /* line 1610, theme.scss */
  .dm-breadcrumbs > svg,
  .dm-breadcrumbs__segment > svg {
    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    flex-basis: 14px !important; }

  /* line 1619, theme.scss */
  .dm-breadcrumbs__segment {
    gap: 6px; }

  /* line 1621, theme.scss */
  .dm-breadcrumbs.has-ancestors > .dm-breadcrumbs__home,
  .dm-breadcrumbs--product > .dm-breadcrumbs__home {
    display: none; }

  /* line 1624, theme.scss */
  .dm-breadcrumbs__segment.is-ancestor:not(:nth-last-child(2)) {
    display: none; }

  /* line 1626, theme.scss */
  .dm-breadcrumbs__segment.is-current {
    overflow: hidden; }

  /* line 1628, theme.scss */
  .dm-breadcrumbs--page {
    padding-top: 12px; }

  /* line 1630, theme.scss */
  .dm-secondary-page .dm-breadcrumbs {
    flex-wrap: nowrap; }

  /* line 1632, theme.scss */
  .dm-secondary-page .dm-breadcrumbs > span:last-child {
    flex: 1 1 auto; } }
/* line 1635, theme.scss */
.dm-secondary-head {
  margin-top: 28px;
  margin-bottom: 24px; }

/* line 1638, theme.scss */
.dm-secondary-head h1 {
  margin: 0;
  color: var(--dm-text);
  font-size: 46px;
  font-weight: 840;
  letter-spacing: -0.04em;
  line-height: 1; }

/* line 1645, theme.scss */
.dm-secondary-head p {
  margin: 14px 0 0;
  color: var(--dm-muted);
  font-size: 15px; }

/* line 1649, theme.scss */
.dm-empty-state {
  min-height: 470px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-top: 24px;
  padding: 64px;
  border-radius: 16px;
  background: #fff; }

/* line 1659, theme.scss */
.dm-empty-state__mark {
  color: var(--dm-accent);
  font-size: 72px;
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 1; }

/* line 1665, theme.scss */
.dm-empty-state h1 {
  margin: 22px 0 12px;
  font-size: 40px;
  font-weight: 830;
  letter-spacing: -0.035em; }

/* line 1670, theme.scss */
.dm-empty-state p {
  max-width: 580px;
  margin: 0 0 28px;
  color: var(--dm-muted);
  font-size: 16px;
  line-height: 1.55; }

/* line 1676, theme.scss */
.dm-cart-widget > .layout,
.dm-search-widget > .layout,
.dm-search-widget .layout__content,
.dm-cart-widget .layout__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important; }

/* line 1685, theme.scss */
.dm-cart-widget .item-title {
  color: var(--dm-text);
  font-weight: 650; }

/* line 1688, theme.scss */
.dm-cart-widget .item-price,
.dm-cart-widget .item-total,
.dm-cart-widget .total-amount {
  font-variant-numeric: tabular-nums; }

/* line 1692, theme.scss */
.dm-cart-widget .coupon-button,
.dm-cart-widget .cart-controls .button,
.dm-cart-widget .cart__area-controls .button {
  color: #fff;
  font-weight: 750; }

/* line 1697, theme.scss */
.dm-cart-widget .coupon-button:hover,
.dm-cart-widget .cart-controls .button:hover,
.dm-cart-widget .cart__area-controls .button:hover {
  background: var(--dm-accent-hover); }

/* line 1701, theme.scss */
.dm-cart-widget .coupon-input,
.dm-cart-widget .counter {
  border-color: var(--dm-line);
  border-radius: 10px;
  background: var(--dm-surface-2); }

/* line 1706, theme.scss */
.dm-cart-widget h1,
.dm-cart-widget h2,
.dm-search-widget .breadcrumb,
.dm-search-widget > .layout:first-child h1,
.dm-search-widget > .layout:first-child h2 {
  display: none; }

/* line 1712, theme.scss */
.dm-search-widget {
  padding: 28px;
  border: 1px solid var(--dm-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(25, 52, 108, 0.08); }

/* line 1718, theme.scss */
.dm-search-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px; }

/* line 1723, theme.scss */
.dm-search-head__eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--dm-accent);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

/* line 1731, theme.scss */
.dm-search-head__catalog {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 1px solid var(--dm-line);
  border-radius: 12px;
  color: var(--dm-accent);
  font-size: 14px;
  font-weight: 720;
  text-decoration: none; }

/* line 1743, theme.scss */
.dm-search-head__catalog:hover {
  border-color: var(--dm-accent);
  background: var(--dm-accent-soft); }

/* line 1746, theme.scss */
.dm-search-widget > .widget-type_system_widget_v4_breadcrumbs_1,
.dm-search-widget > .widget-type_system_widget_v4_page_title_1,
.dm-search-widget > .widget-type_system_widget_v4_search_form_1 {
  display: none !important; }

/* line 1750, theme.scss */
.dm-favorite-widget > .widget-type_system_widget_v4_page_title_1,
.dm-compare-widget .widget-type_system_widget_v4_compare_3 h1:first-of-type,
.dm-compare-widget .widget-type_system_widget_v4_compare_3 h2:first-of-type {
  display: none !important; }

/* line 1754, theme.scss */
.dm-favorite-widget .page-headding.heading,
.dm-favorite-widget .page-heading.heading,
.dm-compare-widget .page-headding.heading,
.dm-compare-widget .page-heading.heading,
.dm-search-widget .page-headding.heading,
.dm-search-widget .page-heading.heading {
  display: none !important; }

/* line 1761, theme.scss */
.dm-compare-widget > .layout,
.dm-favorite-widget > .layout,
.dm-compare-widget .layout__content,
.dm-favorite-widget .layout__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important; }

/* line 1770, theme.scss */
.dm-search-widget .search-form {
  margin: 0;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--dm-line); }

/* line 1774, theme.scss */
.dm-search-widget .search-form__form {
  max-width: 760px;
  display: flex; }

/* line 1777, theme.scss */
.dm-search-widget .search-form__field {
  height: 50px;
  flex: 1 1 auto;
  border: 1px solid var(--dm-line);
  border-radius: 10px 0 0 10px;
  background: var(--dm-surface-2); }

/* line 1783, theme.scss */
.dm-search-widget .search-form__submit-btn {
  width: 54px;
  min-height: 50px;
  border: 0;
  border-radius: 0 10px 10px 0;
  background: var(--dm-accent);
  color: #fff; }

/* line 1790, theme.scss */
.dm-search-widget .switcher {
  display: flex;
  gap: 4px;
  margin-top: 16px; }

/* line 1794, theme.scss */
.dm-search-widget .switcher-items {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--dm-surface-2);
  color: var(--dm-muted); }

/* line 1802, theme.scss */
.dm-search-widget .switcher-items.is-active {
  background: var(--dm-accent);
  color: #fff; }

/* line 1805, theme.scss */
.dm-search-widget .search__results,
.dm-secondary-store .catalog-list,
.dm-secondary-store .grid-list {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin-top: 24px; }

/* line 1812, theme.scss */
.dm-secondary-store .product-preview {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--dm-line);
  border-radius: 14px;
  background: #fff;
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 240ms cubic-bezier(0.16, 1, 0.3, 1), border-color 240ms cubic-bezier(0.16, 1, 0.3, 1); }

@media (hover: hover) and (pointer: fine) {
  /* line 1820, theme.scss */
  .dm-secondary-store .product-preview:hover {
    z-index: 1;
    border-color: rgba(47, 99, 232, 0.34);
    transform: translateY(-3px);
    box-shadow: 0 18px 44px rgba(25, 52, 108, 0.12); } }
/* line 1825, theme.scss */
.dm-secondary-store .product-preview__content {
  height: 100%;
  display: flex;
  flex-direction: column; }

/* line 1829, theme.scss */
.dm-secondary-store .product-preview__area-photo {
  overflow: hidden;
  border-radius: 12px;
  background: #f1f3f6; }

/* line 1833, theme.scss */
.dm-secondary-store .product-preview__photo img {
  padding: 18px;
  object-fit: contain !important; }

/* line 1836, theme.scss */
.dm-secondary-store .product-preview__area-title {
  padding: 14px 4px 0; }

/* line 1838, theme.scss */
.dm-secondary-store .product-preview__title {
  min-height: 42px;
  display: -webkit-box;
  overflow: hidden;
  color: var(--dm-text);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

/* line 1848, theme.scss */
.dm-secondary-store .product-preview__area-description,
.dm-secondary-store .product-preview__area-bottom > .available-list {
  display: none; }

/* line 1851, theme.scss */
.dm-secondary-store .product-preview__area-bottom {
  margin-top: auto;
  padding: 12px 4px 4px; }

/* line 1854, theme.scss */
.dm-secondary-store .product-preview__price-cur {
  color: var(--dm-text);
  font-size: 20px;
  font-weight: 820; }

/* line 1858, theme.scss */
.dm-secondary-store .product-preview__controls {
  position: static !important;
  display: flex;
  gap: 8px;
  margin-top: 10px; }

/* line 1863, theme.scss */
.dm-secondary-store .add-cart-counter {
  flex: 1 1 auto; }

/* line 1865, theme.scss */
.dm-secondary-store .add-cart-counter__btn {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  background: var(--dm-accent);
  color: #fff; }

/* line 1872, theme.scss */
.dm-not-found {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 14px;
  margin-top: 24px; }

/* line 1878, theme.scss */
.dm-not-found > div:first-child,
.dm-not-found__help {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
  border-radius: 16px;
  background: #fff; }

/* line 1886, theme.scss */
.dm-not-found__code {
  font-size: 82px;
  font-weight: 860;
  letter-spacing: -0.06em;
  line-height: 0.9; }

/* line 1891, theme.scss */
.dm-not-found h1 {
  margin: 30px 0 14px;
  font-size: 46px;
  font-weight: 840;
  letter-spacing: -0.04em;
  line-height: 1; }

/* line 1897, theme.scss */
.dm-not-found p {
  max-width: 620px;
  margin: 0;
  color: var(--dm-muted);
  font-size: 16px;
  line-height: 1.55; }

/* line 1903, theme.scss */
.dm-not-found__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px; }

/* line 1908, theme.scss */
.dm-not-found__help {
  justify-content: flex-start;
  color: #fff; }

/* line 1911, theme.scss */
.dm-not-found__help strong {
  margin-bottom: 28px;
  font-size: 24px; }

/* line 1914, theme.scss */
.dm-not-found__help a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 14px;
  font-weight: 650; }

/* line 1924, theme.scss */
.dm-secondary-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 28px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--dm-line); }

/* line 1932, theme.scss */
.dm-secondary-guide strong {
  display: block;
  color: var(--dm-text);
  font-size: 18px;
  font-weight: 800; }

/* line 1937, theme.scss */
.dm-secondary-guide p {
  max-width: 66ch;
  margin: 8px 0 0;
  color: var(--dm-muted);
  font-size: 15px;
  line-height: 1.55; }

/* line 1943, theme.scss */
.dm-secondary-guide__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px; }

/* line 1948, theme.scss */
.dm-secondary-guide__actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--dm-line);
  border-radius: 12px;
  color: var(--dm-accent);
  background: #fff;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none; }

/* line 1961, theme.scss */
.dm-secondary-guide__actions a:first-child {
  border-color: var(--dm-accent);
  color: #fff;
  background: var(--dm-accent); }

@media (max-width: 900px) {
  /* line 1967, theme.scss */
  .dm-search-widget .search__results,
  .dm-secondary-store .catalog-list,
  .dm-secondary-store .grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }

  /* line 1971, theme.scss */
  .dm-not-found {
    grid-template-columns: 1fr; } }
@media (max-width: 700px) {
  /* line 1974, theme.scss */
  .dm-secondary-page {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 48px; }

  /* line 1978, theme.scss */
  .dm-secondary-head h1 {
    font-size: 36px; }

  /* line 1980, theme.scss */
  .dm-search-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px; }

  /* line 1984, theme.scss */
  .dm-search-head__catalog {
    width: 100%;
    justify-content: space-between; }

  /* line 1987, theme.scss */
  .dm-empty-state,
  .dm-not-found > div:first-child,
  .dm-not-found__help {
    min-height: auto;
    padding: 32px 24px; }

  /* line 1992, theme.scss */
  .dm-empty-state__mark {
    font-size: 58px; }

  /* line 1994, theme.scss */
  .dm-empty-state h1,
  .dm-not-found h1 {
    font-size: 34px; }

  /* line 1997, theme.scss */
  .dm-search-widget,
  .dm-cart-widget {
    padding: 16px; }

  /* line 2000, theme.scss */
  .dm-search-widget .search__results,
  .dm-secondary-store .catalog-list,
  .dm-secondary-store .grid-list {
    grid-template-columns: 1fr !important;
    gap: 14px !important; }

  /* line 2005, theme.scss */
  .dm-secondary-store .product-preview__title {
    font-size: 13px; }

  /* line 2007, theme.scss */
  .dm-not-found__code {
    font-size: 64px; }

  /* line 2009, theme.scss */
  .dm-secondary-guide {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 20px;
    margin-top: 28px;
    padding-top: 22px; }

  /* line 2015, theme.scss */
  .dm-secondary-guide__actions {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch; }

  /* line 2019, theme.scss */
  .dm-secondary-guide__actions a {
    width: 100%; } }
/* line 2021, theme.scss */
.outside-widgets .delete-widget-link,
.outside-widgets .add-widget-link,
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 900px) {
  /* line 2027, theme.scss */
  html {
    scroll-padding-top: 118px; } }
@media (max-width: 640px) {
  /* line 2031, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 2033, theme.scss */
  .edit-widget-buttons .widget-name,
  [data-fixed-panels] [data-widget-add] {
    display: none !important; } }
@media (prefers-reduced-motion: reduce) {
  /* line 2037, theme.scss */
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important; } }
/* Purchase flow overrides must stay last in the stylesheet. */
/* line 2046, theme.scss */
.dm-cart-heading {
  margin: 20px 0 24px; }

/* line 2048, theme.scss */
.dm-cart-layout {
  grid-template-columns: minmax(0, 1fr) 320px; }

/* line 2050, theme.scss */
.dm-cart-widget .cart-item {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) 132px 112px 120px 32px;
  align-items: center;
  gap: 18px;
  margin: 0 !important;
  padding: 18px !important; }

/* line 2057, theme.scss */
.dm-cart-widget .cart__area-controls {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(340px, 440px);
  align-items: start;
  gap: 24px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--dm-line); }

/* line 2065, theme.scss */
.dm-cart-widget .cart-controls {
  padding: 20px; }

/* line 2067, theme.scss */
.dm-cart-assurance {
  padding: 24px; }

/* line 2069, theme.scss */
.dm-cart-assurance__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 11px;
  color: var(--dm-accent); }

/* line 2077, theme.scss */
.dm-cart-assurance h2 {
  margin: 0;
  color: var(--dm-text);
  font-size: 24px; }

/* line 2081, theme.scss */
.dm-cart-assurance > p,
.dm-cart-assurance li {
  color: var(--dm-muted); }

/* line 2084, theme.scss */
.dm-cart-assurance > p {
  margin: 12px 0 20px;
  font-size: 13px;
  line-height: 1.55; }

/* line 2088, theme.scss */
.dm-cart-assurance li::before {
  border-color: #ced8ea; }

/* line 2090, theme.scss */
.dm-cart-assurance__note {
  margin: 0 0 18px;
  border: 0; }

/* line 2093, theme.scss */
.dm-cart-assurance__note strong {
  color: var(--dm-text); }

/* line 2095, theme.scss */
.dm-cart-assurance__note small {
  color: var(--dm-muted); }

/* line 2097, theme.scss */
.dm-cart-assurance > a {
  color: var(--dm-accent); }

/* line 2099, theme.scss */
.dm-checkout-header {
  border-bottom: 1px solid var(--dm-line);
  background: #fff;
  box-shadow: none; }

/* line 2103, theme.scss */
.dm-checkout-progress .is-complete {
  color: var(--dm-success); }

/* line 2105, theme.scss */
.dm-checkout-progress .is-complete i {
  border-color: var(--dm-success);
  background: var(--dm-success);
  color: #fff; }

/* line 2109, theme.scss */
.dm-checkout-context {
  padding-top: 34px; }

/* line 2111, theme.scss */
.dm-checkout-context__note {
  color: var(--dm-accent);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none; }

/* line 2117, theme.scss */
.dm-checkout-context h1 {
  margin-top: 8px;
  font-size: 36px;
  letter-spacing: -0.035em;
  line-height: 1.1; }

/* line 2122, theme.scss */
body[data-theme-template*="checkout"] main {
  padding: 0 0 64px; }

/* line 2124, theme.scss */
body[data-theme-template*="checkout"] .co-section--checkout_header,
body[data-theme-template*="checkout"] [class*="co-checkout-block"],
body[data-theme-template*="checkout"] .co-basket,
body[data-theme-template*="checkout"] .co-delivery_method,
body[data-theme-template*="checkout"] .co-payment_method {
  border: 1px solid var(--dm-line) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: none !important; }

/* line 2133, theme.scss */
body[data-theme-template*="checkout"] .co-button,
body[data-theme-template*="checkout"] button[type="submit"] {
  border-radius: 10px !important;
  box-shadow: none; }

@media (max-width: 1100px) {
  /* line 2139, theme.scss */
  .dm-cart-widget .cart-item {
    grid-template-columns: 80px minmax(0, 1fr) 112px 108px 32px; }

  /* line 2141, theme.scss */
  .dm-cart-widget .item-price {
    display: none; }

  /* line 2143, theme.scss */
  .dm-cart-widget .cart__area-controls {
    grid-template-columns: minmax(220px, 1fr) minmax(320px, 390px); } }
@media (max-width: 900px) {
  /* line 2146, theme.scss */
  .dm-cart-heading {
    align-items: flex-start; }

  /* line 2148, theme.scss */
  .dm-cart-assurance {
    position: static; } }
@media (max-width: 700px) {
  /* line 2151, theme.scss */
  .dm-cart-widget .cart-item .item-image {
    grid-area: image; }

  /* line 2153, theme.scss */
  .dm-cart-widget .item-title {
    grid-area: title; }

  /* line 2155, theme.scss */
  .dm-cart-widget .item-price {
    display: block;
    grid-area: price; }

  /* line 2158, theme.scss */
  .dm-cart-widget .item-counter {
    grid-area: counter; }

  /* line 2160, theme.scss */
  .dm-cart-widget .item-total {
    grid-area: total; }

  /* line 2162, theme.scss */
  .dm-cart-widget .item-delete {
    grid-area: delete; }

  /* line 2164, theme.scss */
  .dm-cart-assurance {
    border-radius: 14px; }

  /* line 2166, theme.scss */
  .dm-checkout-context h1 {
    font-size: 30px; } }
/* Consent-gated analytics: compact, readable and equally clear accept/decline actions. */
/* line 2170, theme.scss */
.dm-cookie[hidden] {
  display: none !important; }

/* line 2174, theme.scss */
.dm-cookie {
  right: 24px;
  bottom: 24px;
  width: min(640px, calc(100% - 48px));
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: start;
  gap: 14px 16px;
  padding: 18px;
  border: 1px solid #dce5f5;
  border-radius: 20px;
  background: #ffffff;
  color: #10234d;
  box-shadow: 0 24px 70px rgba(16, 43, 112, 0.2); }

/* line 2189, theme.scss */
.dm-cookie__mark {
  background: linear-gradient(145deg, #173e99, #2865eb);
  color: #ffffff; }

/* line 2194, theme.scss */
.dm-cookie__copy {
  gap: 6px; }

/* line 2198, theme.scss */
.dm-cookie__copy strong {
  color: #10234d;
  font-size: 16px;
  line-height: 1.25; }

/* line 2204, theme.scss */
.dm-cookie__copy span {
  color: #5d6b87;
  font-size: 13px;
  line-height: 1.5; }

/* line 2210, theme.scss */
.dm-cookie__copy a {
  width: fit-content;
  color: #2558c7;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px; }

/* line 2219, theme.scss */
.dm-cookie__actions {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

/* line 2226, theme.scss */
.dm-cookie .dm-cookie__accept,
.dm-cookie .dm-cookie__decline {
  min-height: 42px;
  width: auto;
  padding: 0 16px;
  border: 1px solid #173e99;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 800; }

/* line 2237, theme.scss */
.dm-cookie .dm-cookie__accept {
  background: #173e99;
  color: #ffffff; }

/* line 2242, theme.scss */
.dm-cookie .dm-cookie__decline {
  background: #ffffff;
  color: #173e99; }

/* line 2247, theme.scss */
.dm-cookie .dm-cookie__accept:hover,
.dm-cookie .dm-cookie__accept:focus-visible {
  background: #0f2d7d; }

/* line 2252, theme.scss */
.dm-cookie .dm-cookie__decline:hover,
.dm-cookie .dm-cookie__decline:focus-visible {
  background: #eef4ff; }

@media (max-width: 600px) {
  /* line 2258, theme.scss */
  .dm-cookie,
  body[data-theme-template*="product"] .dm-cookie {
    right: 12px !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    width: calc(100% - 24px);
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border-radius: 17px; }

  /* line 2269, theme.scss */
  .dm-cookie__mark {
    width: 40px;
    height: 40px;
    border-radius: 12px; }

  /* line 2275, theme.scss */
  .dm-cookie__actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr; }

  /* line 2281, theme.scss */
  .dm-cookie .dm-cookie__accept,
  .dm-cookie .dm-cookie__decline {
    width: 100%; } }
/* DeviceMall cart accessory shortcuts: useful before PIM relations are imported */
/* Keep consent visible without covering the product purchase dock. */
@media (max-width: 600px) {
  /* line 2291, theme.scss */
  body[data-theme-template*="product"] .dm-cookie {
    bottom: calc(126px + env(safe-area-inset-bottom)) !important; } }
/* Cart mobile conversion pass: checkout first, secondary tools after. */
@media (max-width: 900px) {
  /* line 2298, theme.scss */
  .dm-cart-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "cart-widget" "cart-assurance" "cart-related";
    gap: 14px; }

  /* line 2308, theme.scss */
  .dm-cart-primary {
    display: contents; }

  /* line 2312, theme.scss */
  .dm-cart-widget {
    grid-area: cart-widget; }

  /* line 2316, theme.scss */
  .dm-cart-assurance {
    grid-area: cart-assurance; } }
@media (max-width: 700px) {
  /* line 2322, theme.scss */
  .dm-cart-heading {
    margin: 14px 0 18px; }

  /* line 2326, theme.scss */
  .dm-cart-heading__title h1 {
    font-size: 34px;
    line-height: 1.04; }

  /* line 2331, theme.scss */
  .dm-cart-heading__title p {
    max-width: 34ch;
    margin-top: 8px;
    line-height: 1.5; }

  /* line 2337, theme.scss */
  .dm-cart-widget .item-price {
    color: var(--dm-muted); }

  /* line 2341, theme.scss */
  .dm-cart-widget .cart__area-controls {
    flex-direction: column; }

  /* line 2345, theme.scss */
  .dm-cart-widget .cart-controls {
    order: -1; }

  /* line 2349, theme.scss */
  .dm-cart-widget .total {
    margin-top: 12px;
    padding-top: 12px; }

  /* line 2354, theme.scss */
  .dm-cart-widget .total-amount {
    font-size: 24px; }

  /* line 2358, theme.scss */
  .dm-cart-widget .submit-block {
    margin-top: 14px; }

  /* line 2362, theme.scss */
  .dm-cart-widget .coupon-content {
    width: 100%;
    max-width: none; }

  /* line 2367, theme.scss */
  .dm-cart-widget .coupon-input,
  .dm-cart-widget .coupon-button {
    min-height: 44px; }

  /* line 2372, theme.scss */
  .dm-cart-widget .coupon-button {
    flex: 0 0 118px;
    padding-inline: 14px; }

  /* line 2377, theme.scss */
  .dm-cart-assurance {
    padding: 18px 16px; }

  /* line 2381, theme.scss */
  .dm-cart-assurance__icon {
    width: 34px;
    height: 34px;
    margin-bottom: 14px; }

  /* line 2387, theme.scss */
  .dm-cart-assurance h2 {
    max-width: 18ch;
    font-size: 21px; }

  /* line 2392, theme.scss */
  .dm-cart-assurance > p {
    margin: 9px 0 16px; }

  /* line 2396, theme.scss */
  .dm-cart-assurance li {
    padding-bottom: 12px; } }
/* line 2401, theme.scss */
.client-account-app__main {
  background: #f3f6fb;
  color: var(--dm-text); }

/* line 2406, theme.scss */
.client-account-top-panel {
  min-height: 76px;
  border-bottom: 1px solid var(--dm-line) !important;
  background: #fff !important;
  box-shadow: none !important; }

/* line 2413, theme.scss */
.client-account-top-panel .v-toolbar__content {
  min-height: 76px;
  padding-inline: clamp(16px, 3vw, 40px); }

/* line 2418, theme.scss */
.client-account-top-panel .v-btn {
  padding-inline: 16px;
  border: 1px solid #cbd5e5;
  border-radius: 10px;
  background: #fff;
  color: #17366f;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none; }

/* line 2429, theme.scss */
.client-account-top-panel .v-btn:hover,
.client-account-top-panel .v-btn:focus-visible {
  border-color: #9db0d5;
  background: #edf3ff; }

/* line 2435, theme.scss */
.client-account-app__main-content {
  min-height: calc(100dvh - 76px);
  align-items: center !important;
  justify-content: center;
  padding: 48px 20px !important; }

/* line 2442, theme.scss */
.client-account-app__main-content-inner {
  justify-content: center; }

/* line 2446, theme.scss */
.shop-authentication {
  width: min(100%, 440px) !important;
  margin: auto;
  overflow: hidden;
  border: 1px solid #d7e0ef !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: none !important; }

/* line 2456, theme.scss */
.shop-authentication__content {
  padding: 36px !important; }

/* line 2460, theme.scss */
.shop-authentication h1,
.shop-authentication .text-h5,
.shop-authentication .text-h6 {
  color: #10234d;
  font-weight: 800 !important;
  letter-spacing: -0.025em;
  line-height: 1.2; }

/* line 2469, theme.scss */
.shop-authentication p,
.shop-authentication .secondary--text,
.shop-authentication .text--secondary {
  color: #5b6880 !important; }

/* line 2475, theme.scss */
.shop-authentication .v-input__slot,
.shop-authentication input {
  min-height: 46px;
  color: #10234d; }

/* line 2481, theme.scss */
.shop-authentication .v-input__slot {
  border-color: #cbd5e5 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important; }

/* line 2488, theme.scss */
.shop-authentication .v-input--is-focused .v-input__slot {
  border-color: var(--dm-accent) !important;
  box-shadow: 0 0 0 3px rgba(37, 88, 199, 0.12) !important; }

/* line 2493, theme.scss */
.shop-authentication .v-btn {
  min-height: 48px;
  border-radius: 10px;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none; }

/* line 2503, theme.scss */
.shop-authentication .v-btn.primary {
  background: var(--dm-accent) !important;
  color: #fff !important; }

/* line 2508, theme.scss */
.shop-authentication .v-btn.primary:hover,
.shop-authentication .v-btn.primary:focus-visible {
  background: #143a91 !important; }

/* line 2513, theme.scss */
.shop-authentication a[href="/auth/yandex"] {
  border: 1px solid #cbd5e5 !important;
  background: #fff !important;
  color: #111827 !important; }

/* line 2519, theme.scss */
.shop-authentication a[href="/auth/yandex"]:hover,
.shop-authentication a[href="/auth/yandex"]:focus-visible {
  border-color: #99a8c0 !important;
  background: #f7f9fc !important; }

/* line 2525, theme.scss */
.shop-authentication a {
  color: var(--dm-accent);
  text-underline-offset: 3px; }

@media (max-width: 600px) {
  /* line 2531, theme.scss */
  .client-account-top-panel {
    min-height: 64px; }

  /* line 2535, theme.scss */
  .client-account-top-panel .v-toolbar__content {
    min-height: 64px;
    padding-inline: 12px; }

  /* line 2540, theme.scss */
  .client-account-top-panel .v-btn {
    min-height: 40px;
    padding-inline: 12px; }

  /* line 2545, theme.scss */
  .client-account-app__main-content {
    min-height: calc(100dvh - 64px);
    padding: 20px 12px !important; }

  /* line 2550, theme.scss */
  .shop-authentication {
    border-radius: 14px !important; }

  /* line 2554, theme.scss */
  .shop-authentication__content {
    padding: 24px 20px !important; } }
@media (prefers-reduced-motion: reduce) {
  /* line 2560, theme.scss */
  .client-account-app__main .v-btn,
  .client-account-app__main .v-input__slot {
    transition: none !important; } }
/* line 2566, theme.scss */
.dm-rich {
  margin-top: clamp(34px, 6vw, 76px);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--dm-motion-enter) var(--dm-ease-out), transform var(--dm-motion-enter) var(--dm-ease-out); }

/* line 2573, theme.scss */
.dm-rich.is-visible {
  opacity: 1;
  transform: translateY(0); }

/* line 2578, theme.scss */
.dm-rich {
  overflow: hidden;
  border: 1px solid #dce4ef;
  border-radius: 22px;
  background: #fff; }

/* line 2585, theme.scss */
.dm-rich__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 4vw, 42px);
  border-bottom: 1px solid #e3e9f2; }

/* line 2594, theme.scss */
.dm-rich__head > div,
.dm-rich__section-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px; }

/* line 2602, theme.scss */
.dm-rich__head > div > span,
.dm-rich__section-title > span,
.dm-rich__eyebrow {
  color: var(--dm-accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

/* line 2612, theme.scss */
.dm-rich__head h2 {
  margin: 0;
  color: var(--dm-text);
  font-size: clamp(27px, 3.2vw, 44px);
  letter-spacing: -0.05em;
  line-height: 1.04; }

/* line 2620, theme.scss */
.dm-rich__head nav {
  display: flex;
  gap: 6px;
  padding: 5px;
  border-radius: 12px;
  background: #f2f5f9; }

/* line 2628, theme.scss */
.dm-rich__head nav a {
  padding: 9px 12px;
  border-radius: 8px;
  color: #4e5b70;
  font-size: 12px;
  font-weight: 750;
  transition: background var(--dm-motion-fast), color var(--dm-motion-fast); }

/* line 2637, theme.scss */
.dm-rich__story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  min-height: 470px; }

/* line 2643, theme.scss */
.dm-rich__story-copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(28px, 5vw, 68px);
  background: linear-gradient(145deg, #0e2e78, #1f57c7);
  color: #fff; }

/* line 2653, theme.scss */
.dm-rich__eyebrow {
  color: #a9c4ff; }

/* line 2657, theme.scss */
.dm-rich__story h3 {
  max-width: 14ch;
  margin: 12px 0 20px;
  font-size: clamp(30px, 4vw, 54px);
  letter-spacing: -0.055em;
  line-height: 0.98; }

/* line 2665, theme.scss */
.dm-rich__description {
  max-width: 68ch;
  color: #dce7ff;
  font-size: 15px;
  line-height: 1.7; }

/* line 2672, theme.scss */
.dm-rich__description > :first-child {
  margin-top: 0; }

/* line 2673, theme.scss */
.dm-rich__description > :last-child {
  margin-bottom: 0; }

/* line 2675, theme.scss */
.dm-rich__visual {
  position: relative;
  display: grid;
  min-height: 430px;
  overflow: hidden;
  place-items: center;
  background: radial-gradient(circle at 50% 42%, #ffffff 0%, #eff4fb 58%, #dfe8f6 100%); }

/* line 2684, theme.scss */
.dm-rich__visual::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(24, 67, 157, 0.1);
  content: "ДМ";
  font-size: clamp(72px, 11vw, 150px);
  font-weight: 950;
  letter-spacing: -0.1em; }

/* line 2695, theme.scss */
.dm-rich__visual img {
  position: relative;
  z-index: 1;
  width: min(80%, 480px);
  height: min(80%, 480px);
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(24, 49, 98, 0.16));
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1); }

/* line 2705, theme.scss */
.dm-rich__specs {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(28px, 5vw, 62px); }

/* line 2712, theme.scss */
.dm-rich__section-title h3 {
  margin: 0;
  color: var(--dm-text);
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -0.045em; }

/* line 2719, theme.scss */
.dm-rich__specs dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0; }

/* line 2726, theme.scss */
.dm-rich__specs dl > div {
  display: grid;
  grid-template-columns: minmax(100px, 0.8fr) minmax(0, 1.2fr);
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e4e9f1;
  font-size: 13px; }

/* line 2735, theme.scss */
.dm-rich__specs dt {
  color: #748096; }

/* line 2736, theme.scss */
.dm-rich__specs dd {
  margin: 0;
  color: var(--dm-text);
  font-weight: 700; }

/* line 2738, theme.scss */
.dm-rich__fields {
  grid-column: 2;
  display: grid;
  gap: 12px; }

/* line 2744, theme.scss */
.dm-rich__fields article {
  padding: 18px;
  border-radius: 12px;
  background: #f4f7fb; }

/* line 2750, theme.scss */
.dm-rich__fields article > strong {
  color: var(--dm-text); }

/* line 2751, theme.scss */
.dm-rich__fields .rte {
  margin-top: 8px;
  color: #5f6d83;
  font-size: 13px;
  line-height: 1.6; }

/* line 2753, theme.scss */
.dm-rich__service {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e3e9f2;
  background: #f5f8fc; }

/* line 2760, theme.scss */
.dm-rich__service article {
  position: relative;
  min-height: 185px;
  padding: 30px;
  border-right: 1px solid #e0e7f1; }

/* line 2767, theme.scss */
.dm-rich__service article:last-child {
  border-right: 0; }

/* line 2768, theme.scss */
.dm-rich__service article > span {
  color: #90a5cf;
  font-size: 12px;
  font-weight: 900; }

/* line 2769, theme.scss */
.dm-rich__service strong {
  display: block;
  margin-top: 30px;
  color: var(--dm-text);
  font-size: 18px; }

/* line 2770, theme.scss */
.dm-rich__service p {
  max-width: 34ch;
  margin: 8px 0 0;
  color: #68758a;
  font-size: 13px;
  line-height: 1.55; }

@media (hover: hover) and (pointer: fine) {
  /* line 2773, theme.scss */
  .dm-rich__head nav a:hover {
    background: #fff;
    color: var(--dm-accent); }

  /* line 2774, theme.scss */
  .dm-rich__visual:hover img {
    transform: translateY(-5px) scale(1.02); } }
@media (max-width: 900px) {
  /* line 2778, theme.scss */
  .dm-rich__head {
    align-items: flex-start;
    flex-direction: column; }

  /* line 2783, theme.scss */
  .dm-rich__story {
    grid-template-columns: 1fr; }

  /* line 2784, theme.scss */
  .dm-rich__story-copy {
    min-height: 380px; }

  /* line 2785, theme.scss */
  .dm-rich__visual {
    min-height: 360px; }

  /* line 2786, theme.scss */
  .dm-rich__specs {
    grid-template-columns: 1fr; }

  /* line 2787, theme.scss */
  .dm-rich__fields {
    grid-column: auto; }

  /* line 2788, theme.scss */
  .dm-rich__service {
    grid-template-columns: 1fr; }

  /* line 2789, theme.scss */
  .dm-rich__service article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e0e7f1; }

  /* line 2790, theme.scss */
  .dm-rich__service article:last-child {
    border-bottom: 0; }

  /* line 2791, theme.scss */
  .dm-rich__service strong {
    margin-top: 12px; } }
@media (max-width: 600px) {
  /* line 2795, theme.scss */
  .dm-rich {
    border-radius: 16px; }

  /* line 2796, theme.scss */
  .dm-rich__head nav {
    width: 100%;
    overflow-x: auto; }

  /* line 2797, theme.scss */
  .dm-rich__head nav a {
    flex: 0 0 auto; }

  /* line 2798, theme.scss */
  .dm-rich__story-copy {
    min-height: 330px; }

  /* line 2799, theme.scss */
  .dm-rich__visual {
    min-height: 300px; }

  /* line 2800, theme.scss */
  .dm-rich__specs dl {
    grid-template-columns: 1fr; }

  /* line 2801, theme.scss */
  .dm-rich__specs dl > div {
    grid-template-columns: minmax(92px, 0.8fr) minmax(0, 1.2fr); } }
@media (prefers-reduced-motion: reduce) {
  /* line 2805, theme.scss */
  .dm-rich,
  .dm-rich__visual img {
    animation: none !important;
    transition: none !important;
    transform: none !important; }

  /* line 2812, theme.scss */
  .dm-rich {
    opacity: 1; } }
/* Rich-content widget slot: HTML from product.description. */
/* line 2817, theme.scss */
.dm-rich-input {
  display: flow-root;
  color: var(--dm-text);
  font-size: 16px;
  line-height: 1.65;
  isolation: isolate; }

/* line 2825, theme.scss */
.dm-rich-input > :first-child {
  margin-top: 0; }

/* line 2826, theme.scss */
.dm-rich-input > :last-child {
  margin-bottom: 0; }

/* line 2828, theme.scss */
.dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) {
  max-width: 920px;
  padding: 0 clamp(24px, 5vw, 64px) clamp(34px, 6vw, 72px); }

/* line 2833, theme.scss */
.dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) h2,
.dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) h3,
.dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) h4 {
  color: var(--dm-text);
  letter-spacing: -0.04em;
  line-height: 1.1; }

/* line 2841, theme.scss */
.dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) h2 {
  margin: 34px 0 14px;
  font-size: clamp(26px, 3vw, 38px); }

/* line 2846, theme.scss */
.dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) h3 {
  margin: 28px 0 10px;
  font-size: clamp(21px, 2.2vw, 28px); }

/* line 2851, theme.scss */
.dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) p,
.dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) li {
  color: #647187; }

/* line 2856, theme.scss */
.dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) ul,
.dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) ol {
  display: grid;
  gap: 8px;
  padding-left: 1.2em; }

/* line 2863, theme.scss */
.dm-rich-input a {
  color: var(--dm-accent);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em; }

/* line 2870, theme.scss */
.dm-rich-input img,
.dm-rich-input video,
.dm-rich-input iframe {
  display: block;
  max-width: 100%;
  border: 0; }

/* line 2878, theme.scss */
.dm-rich-input > img,
.dm-rich-input > picture,
.dm-rich-input > video,
.dm-rich-input > iframe {
  margin: 28px 0;
  overflow: hidden;
  border-radius: 18px; }

/* line 2887, theme.scss */
.dm-rich-input table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 16px;
  background: #f7f9fd; }

/* line 2895, theme.scss */
.dm-rich-input th,
.dm-rich-input td {
  padding: 14px 16px;
  border-bottom: 1px solid #e1e7f0;
  text-align: left;
  vertical-align: top; }

/* line 2903, theme.scss */
.dm-rich-input th {
  color: var(--dm-text);
  font-weight: 850; }

/* line 2908, theme.scss */
.dm-rich-input td {
  color: #647187; }

/* line 2912, theme.scss */
.dm-rc {
  display: grid;
  gap: 0;
  overflow: hidden; }

/* line 2918, theme.scss */
.dm-rc section,
.dm-rc > div {
  box-sizing: border-box; }

/* line 2923, theme.scss */
.dm-rc-hero,
.dm-rc-media,
.dm-rc--hero,
.dm-rc--media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  min-height: 480px; }

/* line 2932, theme.scss */
.dm-rc-copy,
.dm-rc__text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(34px, 6vw, 78px); }

/* line 2941, theme.scss */
.dm-rc-kicker,
.dm-rc__eyebrow {
  margin-bottom: 14px;
  color: var(--dm-accent);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

/* line 2951, theme.scss */
.dm-rc h2,
.dm-rc h3,
.dm-rc p {
  margin-top: 0; }

/* line 2957, theme.scss */
.dm-rc h2 {
  max-width: 14ch;
  margin-bottom: 20px;
  color: var(--dm-text);
  font-size: clamp(34px, 5vw, 66px);
  letter-spacing: -0.06em;
  line-height: 0.98; }

/* line 2966, theme.scss */
.dm-rc h3 {
  margin-bottom: 10px;
  color: var(--dm-text);
  font-size: clamp(19px, 2vw, 26px);
  letter-spacing: -0.035em;
  line-height: 1.1; }

/* line 2974, theme.scss */
.dm-rc p {
  max-width: 62ch;
  margin-bottom: 0;
  color: #647187; }

/* line 2980, theme.scss */
.dm-rc-visual,
.dm-rc__media {
  position: relative;
  display: grid;
  min-height: 420px;
  overflow: hidden;
  place-items: center;
  background: radial-gradient(circle at 50% 40%, #ffffff, #e9eff8 72%); }

/* line 2990, theme.scss */
.dm-rc-visual img,
.dm-rc-visual video,
.dm-rc__media img,
.dm-rc__media video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 2999, theme.scss */
.dm-rc-visual--contain img,
.dm-rc-visual--contain video,
.dm-rc__media--contain img,
.dm-rc__media--contain video {
  width: 84%;
  height: 84%;
  object-fit: contain; }

/* line 3008, theme.scss */
.dm-rc--dark {
  background: linear-gradient(145deg, #0d2b70, #1e55c2);
  color: #fff; }

/* line 3013, theme.scss */
.dm-rc--dark .dm-rc-copy h2,
.dm-rc--dark .dm-rc-copy h3 {
  color: #fff; }

/* line 3015, theme.scss */
.dm-rc--dark .dm-rc-copy p {
  color: #dbe7ff; }

/* line 3016, theme.scss */
.dm-rc--dark .dm-rc-kicker {
  color: #abc5ff; }

/* line 3018, theme.scss */
.dm-rc-features,
.dm-rc--features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e1e7f0;
  border-bottom: 1px solid #e1e7f0;
  background: #f5f8fc; }

/* line 3027, theme.scss */
.dm-rc-feature,
.dm-rc--features > article {
  min-height: 190px;
  padding: clamp(24px, 3.5vw, 42px);
  border-right: 1px solid #e1e7f0; }

/* line 3034, theme.scss */
.dm-rc-feature:last-child,
.dm-rc--features > article:last-child {
  border-right: 0; }

/* line 3036, theme.scss */
.dm-rc-feature > span,
.dm-rc--features > article > span {
  color: var(--dm-accent);
  font-size: 12px;
  font-weight: 900; }

/* line 3038, theme.scss */
.dm-rc-feature h3,
.dm-rc--features > article h3 {
  margin-top: 26px; }

/* line 3040, theme.scss */
.dm-rc-feature p,
.dm-rc--features > article p {
  font-size: 13px;
  line-height: 1.55; }

/* line 3043, theme.scss */
.dm-rc-media--reverse .dm-rc-copy,
.dm-rc--media-reverse .dm-rc__text {
  order: 2; }

/* line 3045, theme.scss */
.dm-rc-media--reverse .dm-rc-visual,
.dm-rc--media-reverse .dm-rc__media {
  order: 1; }

/* line 3048, theme.scss */
.dm-rc-banner {
  display: flex;
  min-height: 260px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(34px, 6vw, 72px);
  background: #101d37;
  color: #fff; }

/* line 3059, theme.scss */
.dm-rc-banner h2 {
  color: #fff; }

/* line 3060, theme.scss */
.dm-rc-banner p {
  color: #cfd8e8; }

/* line 3062, theme.scss */
.dm-rc-video {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0b1020; }

/* line 3069, theme.scss */
.dm-rc-video iframe,
.dm-rc-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 3078, theme.scss */
.dm-rich--specs {
  overflow: hidden; }

@media (hover: hover) and (pointer: fine) {
  /* line 3083, theme.scss */
  .dm-rc-visual img {
    transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1); }

  /* line 3087, theme.scss */
  .dm-rc-hero:hover .dm-rc-visual img,
  .dm-rc-media:hover .dm-rc-visual img {
    transform: scale(1.025); } }
@media (max-width: 800px) {
  /* line 3095, theme.scss */
  .dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) {
    padding-inline: 22px; }

  /* line 3099, theme.scss */
  .dm-rc-hero,
  .dm-rc-media,
  .dm-rc--hero,
  .dm-rc--media {
    grid-template-columns: 1fr;
    min-height: 0; }

  /* line 3107, theme.scss */
  .dm-rc-copy,
  .dm-rc__text {
    min-height: 340px; }

  /* line 3112, theme.scss */
  .dm-rc-visual,
  .dm-rc__media {
    min-height: 320px; }

  /* line 3117, theme.scss */
  .dm-rc-features,
  .dm-rc--features {
    grid-template-columns: 1fr; }

  /* line 3122, theme.scss */
  .dm-rc-feature,
  .dm-rc--features > article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e1e7f0; }

  /* line 3129, theme.scss */
  .dm-rc-feature:last-child,
  .dm-rc--features > article:last-child {
    border-bottom: 0; }

  /* line 3131, theme.scss */
  .dm-rc-media--reverse .dm-rc-copy,
  .dm-rc--media-reverse .dm-rc__text {
    order: 1; }

  /* line 3133, theme.scss */
  .dm-rc-media--reverse .dm-rc-visual,
  .dm-rc--media-reverse .dm-rc__media {
    order: 2; }

  /* line 3135, theme.scss */
  .dm-rc-banner {
    align-items: flex-start;
    flex-direction: column; } }
@media (prefers-reduced-motion: reduce) {
  /* line 3139, theme.scss */
  .dm-rc-visual img {
    transition: none !important;
    transform: none !important; } }
/* DeviceMall polish pass: softer storefront, expressive home banners, premium cart. */
/* line 3146, theme.scss */
.dm-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

@media (hover: hover) and (pointer: fine) {
  /* line 3159, theme.scss */
  .dm-category-card:hover,
  .dm-selection-product:hover,
  .dm-cart-widget .cart-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 56px rgba(31, 84, 188, 0.13), 0 2px 10px rgba(16, 24, 40, 0.05); } }
/* line 3167, theme.scss */
.dm-section-heading,
.dm-secondary-head {
  color: #101828; }

/* line 3172, theme.scss */
.dm-category-card,
.dm-selection-product,
.dm-empty-state {
  border-color: #e4ecf7 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 16px 46px rgba(24, 52, 112, 0.07); }

/* line 3180, theme.scss */
.dm-category-card,
.dm-selection-product,
.dm-cart-widget .cart-item {
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 300ms cubic-bezier(0.16, 1, 0.3, 1), border-color 300ms cubic-bezier(0.16, 1, 0.3, 1); }

/* line 3189, theme.scss */
.dm-cart-heading {
  margin-bottom: 22px;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid #e1eaf7;
  border-radius: 30px;
  background: radial-gradient(circle at 88% 16%, rgba(43, 105, 230, 0.13), rgba(0, 0, 0, 0) 30%), linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 255, 0.94));
  box-shadow: 0 20px 58px rgba(24, 52, 112, 0.09); }

/* line 3200, theme.scss */
.dm-cart-heading .dm-secondary-head h1,
.dm-cart-heading__title h1 {
  letter-spacing: -0.045em; }

/* line 3205, theme.scss */
.dm-cart-layout {
  gap: clamp(18px, 2.1vw, 28px);
  align-items: flex-start; }

/* line 3210, theme.scss */
.dm-cart-widget {
  border: 1px solid #e2ebf7 !important;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  box-shadow: 0 22px 64px rgba(24, 52, 112, 0.09) !important;
  backdrop-filter: blur(18px); }

/* line 3218, theme.scss */
.dm-cart-widget .cart-item {
  border: 1px solid #e6edf7 !important;
  border-radius: 24px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important; }

/* line 3225, theme.scss */
.dm-cart-widget .cart-item img,
.dm-cart-widget [class*="item-image"] img {
  border-radius: 20px;
  background: #f4f7fb; }

/* line 3231, theme.scss */
.dm-cart-widget .item-title a,
.dm-cart-widget .item-title {
  color: #101828 !important; }

/* line 3236, theme.scss */
.dm-cart-widget .item-price,
.dm-cart-widget .item-total,
.dm-cart-widget .total-amount {
  color: #1752c6 !important; }

/* line 3242, theme.scss */
.dm-cart-widget .coupon-button,
.dm-cart-widget .cart-controls .button,
.dm-cart-widget .cart__area-controls .button {
  border: 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, #1f5dda, #1748aa) !important;
  box-shadow: 0 14px 32px rgba(31, 93, 218, 0.24); }

/* line 3251, theme.scss */
.dm-cart-assurance {
  position: sticky;
  top: 104px;
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  border-radius: 30px !important;
  background: radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0) 32%), linear-gradient(160deg, #102c73 0%, #1f5dda 58%, #6da4ff 120%) !important;
  color: #ffffff !important;
  box-shadow: 0 28px 78px rgba(31, 93, 218, 0.23) !important; }

/* line 3263, theme.scss */
.dm-cart-assurance__icon {
  background: rgba(255, 255, 255, 0.18) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2); }

/* line 3268, theme.scss */
.dm-cart-assurance h2,
.dm-cart-assurance > p,
.dm-cart-assurance li,
.dm-cart-assurance a,
.dm-cart-assurance__note strong,
.dm-cart-assurance__note small {
  color: #ffffff !important; }

/* line 3277, theme.scss */
.dm-cart-assurance > p,
.dm-cart-assurance li,
.dm-cart-assurance__note small {
  opacity: 0.78; }

/* line 3283, theme.scss */
.dm-cart-assurance li::before {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important; }

/* line 3288, theme.scss */
.dm-cart-assurance__note {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.12) !important; }

@media (max-width: 1024px) {
  /* line 3294, theme.scss */
  .dm-cart-assurance {
    position: static; } }
@media (max-width: 720px) {
  /* line 3300, theme.scss */
  .dm-cart-heading,
  .dm-cart-widget,
  .dm-cart-assurance {
    border-radius: 24px !important; } }
@media (prefers-reduced-motion: reduce) {
  /* line 3308, theme.scss */
  .dm-category-card,
  .dm-selection-product,
  .dm-cart-widget .cart-item {
    transition: none !important; } }
/* DeviceMall calm commerce motion layer: buttons, cart, favorites, order CTA. */
/* line 3317, theme.scss */
html {
  scroll-behavior: smooth; }

/* line 3321, theme.scss */
.dm-header a,
.dm-header button,
.dm-button,
.button,
button,
[role="button"],
[data-item-add],
[data-ui-favorites-trigger],
[data-favorites-trigger],
[data-compare-trigger],
.favorites-trigger,
.dm-cart-widget .coupon-button,
.dm-cart-widget .cart-controls .button,
.dm-cart-widget .cart__area-controls .button,
body[data-theme-template*="checkout"] .co-button,
body[data-theme-template*="checkout"] button[type="submit"] {
  -webkit-tap-highlight-color: transparent;
  transition: transform 260ms var(--dm-ease-calm), box-shadow 260ms var(--dm-ease-calm), background 260ms var(--dm-ease-calm), border-color 260ms var(--dm-ease-calm), color 260ms var(--dm-ease-calm), opacity 260ms var(--dm-ease-calm), filter 260ms var(--dm-ease-calm) !important; }

/* line 3348, theme.scss */
.dm-button,
.button,
[data-item-add],
.dm-cart-widget .coupon-button,
.dm-cart-widget .cart-controls .button,
.dm-cart-widget .cart__area-controls .button,
body[data-theme-template*="checkout"] .co-button,
body[data-theme-template*="checkout"] button[type="submit"] {
  position: relative;
  isolation: isolate;
  overflow: hidden; }

/* line 3361, theme.scss */
.dm-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled)::after,
.button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled)::after,
[data-item-add]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled)::after,
.dm-cart-widget .coupon-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled)::after,
.dm-cart-widget .cart-controls .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled)::after,
.dm-cart-widget .cart__area-controls .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled)::after,
body[data-theme-template*="checkout"] .co-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled)::after,
body[data-theme-template*="checkout"] button[type="submit"]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled)::after {
  content: "";
  position: absolute;
  inset: -45%;
  z-index: -1;
  background: radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.36), rgba(0, 0, 0, 0) 22%), linear-gradient(110deg, transparent 24%, rgba(255, 255, 255, 0.18) 42%, transparent 60%);
  opacity: 0;
  transform: translateX(-18%) rotate(8deg);
  transition: opacity 360ms var(--dm-ease-calm), transform 520ms var(--dm-ease-calm); }

@media (hover: hover) and (pointer: fine) {
  /* line 3382, theme.scss */
  .dm-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
  .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
  [data-item-add]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
  .dm-cart-widget .coupon-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
  .dm-cart-widget .cart-controls .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
  .dm-cart-widget .cart__area-controls .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
  body[data-theme-template*="checkout"] .co-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
  body[data-theme-template*="checkout"] button[type="submit"]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover {
    transform: translateY(-2px);
    box-shadow: var(--dm-motion-shadow) !important;
    filter: saturate(1.03); }

  /* line 3395, theme.scss */
  .dm-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover::after,
  .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover::after,
  [data-item-add]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover::after,
  .dm-cart-widget .coupon-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover::after,
  .dm-cart-widget .cart-controls .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover::after,
  .dm-cart-widget .cart__area-controls .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover::after,
  body[data-theme-template*="checkout"] .co-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover::after,
  body[data-theme-template*="checkout"] button[type="submit"]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover::after {
    opacity: 1;
    transform: translateX(18%) rotate(8deg); }

  /* line 3407, theme.scss */
  .dm-header a:not([aria-disabled="true"]):not(.is-disabled):hover,
  .dm-header button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
  [data-ui-favorites-trigger]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
  [data-favorites-trigger]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
  [data-compare-trigger]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
  .favorites-trigger:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(31, 93, 218, 0.1); } }
/* line 3418, theme.scss */
.dm-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
.button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
[data-item-add]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
[data-ui-favorites-trigger]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
[data-favorites-trigger]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
[data-compare-trigger]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
.favorites-trigger:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
.dm-cart-widget .coupon-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
.dm-cart-widget .cart-controls .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
.dm-cart-widget .cart__area-controls .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
body[data-theme-template*="checkout"] .co-button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
body[data-theme-template*="checkout"] button[type="submit"]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active,
.dm-motion-pressed:not(:disabled):not([aria-disabled="true"]):not(.is-disabled) {
  transform: translateY(1px) scale(0.985) !important;
  box-shadow: 0 8px 18px rgba(31, 93, 218, 0.13) !important; }

/*
 * Universal interaction focus.
 * Pointer clicks keep the component's own state; keyboard navigation receives
 * one compact brand ring instead of the former white double halo.
 * Purchase CTAs retain their own fill, shadow and commercial hierarchy.
 */
/* line 3441, theme.scss */
:where(a, button, [role="button"]):focus-visible {
  outline: 2px solid var(--dm-accent) !important;
  outline-offset: 3px;
  box-shadow: none !important; }

/* line 3447, theme.scss */
:where(input, select, textarea):focus-visible {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(31, 93, 218, 0.2) !important; }

/* Purchase actions stay visually primary and use an inner light focus mark. */
/* line 3453, theme.scss */
:where(.dm-button--primary,
[data-item-add],
.product-preview__buy,
.add-cart-counter__btn,
.dm-cart-widget .coupon-button,
.dm-cart-widget .cart-controls .button,
.dm-cart-widget .cart__area-controls .button,
body[data-theme-template*="checkout"] .co-button,
body[data-theme-template*="checkout"] button[type="submit"]):focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.92) !important;
  outline-offset: -4px;
  box-shadow: 0 10px 24px rgba(31, 93, 218, 0.2) !important; }

/* line 3469, theme.scss */
:where(.dm-catalog-mega__head > a,
.dm-catalog-mega__panel-head > a):focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important; }

/* line 3477, theme.scss */
:where(.dm-catalog-mega__head > a,
.dm-catalog-mega__panel-head > a):focus-visible {
  background: #eef4ff;
  color: var(--dm-accent-hover); }

/* line 3485, theme.scss */
.dm-motion-adding {
  pointer-events: none;
  opacity: 0.82; }

/* line 3490, theme.scss */
.dm-motion-adding::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #fff;
  animation: dm-soft-spin 760ms linear infinite; }

/* line 3504, theme.scss */
.dm-motion-added {
  animation: dm-soft-added 820ms var(--dm-ease-calm); }

/* line 3508, theme.scss */
.dm-motion-added::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  margin-top: -9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 800; }

/* line 3525, theme.scss */
.dm-motion-favorite {
  animation: dm-soft-heart 760ms var(--dm-ease-press);
  color: #1752c6 !important; }

/* line 3530, theme.scss */
.dm-cart-count-pulse [data-dm-cart-count] {
  animation: dm-soft-badge 760ms var(--dm-ease-press); }

/* line 3534, theme.scss */
.dm-cart-widget .cart-item {
  position: relative; }

/* line 3538, theme.scss */
.dm-cart-widget .cart-item::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(31, 93, 218, 0.08), transparent 38%, rgba(255, 255, 255, 0.42));
  opacity: 0;
  transition: opacity 320ms var(--dm-ease-calm); }

@media (hover: hover) and (pointer: fine) {
  /* line 3550, theme.scss */
  .dm-cart-widget .cart-item:hover::before {
    opacity: 1; } }
/* line 3555, theme.scss */
.dm-cart-widget .counter,
.dm-cart-widget input,
.dm-cart-widget select,
.dm-cart-widget textarea,
body[data-theme-template*="checkout"] input,
body[data-theme-template*="checkout"] select,
body[data-theme-template*="checkout"] textarea {
  transition: box-shadow 240ms var(--dm-ease-calm), border-color 240ms var(--dm-ease-calm), background 240ms var(--dm-ease-calm) !important; }

/* line 3568, theme.scss */
.dm-cart-widget .counter:focus-within,
.dm-cart-widget input:focus,
.dm-cart-widget select:focus,
.dm-cart-widget textarea:focus,
body[data-theme-template*="checkout"] input:focus,
body[data-theme-template*="checkout"] select:focus,
body[data-theme-template*="checkout"] textarea:focus {
  border-color: rgba(31, 93, 218, 0.38) !important;
  box-shadow: 0 0 0 4px rgba(31, 93, 218, 0.1) !important; }

/* line 3579, theme.scss */
.dm-cart-assurance,
.dm-cart-widget,
.dm-cart-heading {
  animation: dm-soft-rise 620ms var(--dm-ease-calm) both; }

/* line 3585, theme.scss */
.dm-cart-widget {
  animation-delay: 50ms; }

/* line 3589, theme.scss */
.dm-cart-assurance {
  animation-delay: 100ms; }

@keyframes dm-soft-rise {
  from {
    opacity: 0;
    transform: translateY(14px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes dm-soft-spin {
  to {
    transform: rotate(360deg); } }
@keyframes dm-soft-added {
  0% {
    transform: scale(0.985); }
  46% {
    transform: scale(1.018); }
  100% {
    transform: scale(1); } }
@keyframes dm-soft-heart {
  0% {
    transform: scale(1); }
  38% {
    transform: scale(1.12); }
  100% {
    transform: scale(1); } }
@keyframes dm-soft-badge {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(1.22);
    box-shadow: 0 0 0 8px rgba(31, 93, 218, 0.12); }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(31, 93, 218, 0); } }
@media (prefers-reduced-motion: reduce) {
  /* line 3649, theme.scss */
  html {
    scroll-behavior: auto !important; }

  /* line 3653, theme.scss */
  .dm-header a,
  .dm-header button,
  .dm-button,
  .button,
  button,
  [role="button"],
  [data-item-add],
  [data-ui-favorites-trigger],
  [data-favorites-trigger],
  [data-compare-trigger],
  .favorites-trigger,
  .dm-cart-widget .cart-item,
  .dm-cart-assurance,
  .dm-cart-widget,
  .dm-cart-heading {
    animation: none !important;
    transition: none !important;
    transform: none !important; } }
/* DeviceMall order flow pass: cart is not a separate checkout step. */
/* line 3675, theme.scss */
.dm-cart-next-step {
  display: inline-grid;
  gap: 4px;
  min-width: min(100%, 280px);
  padding: 14px 18px;
  border: 1px solid rgba(31, 93, 218, 0.12);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(24, 52, 112, 0.07); }

/* line 3685, theme.scss */
.dm-cart-next-step span {
  color: #667085;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

/* line 3693, theme.scss */
.dm-cart-next-step strong {
  color: #1752c6;
  font-size: 15px;
  font-weight: 820; }

/* line 3699, theme.scss */
.dm-checkout-progress {
  grid-template-columns: repeat(2, minmax(0, auto)); }

/* line 3703, theme.scss */
.dm-checkout-progress span:nth-child(2)::after,
.dm-checkout-progress span:nth-child(3)::after {
  content: none !important; }

/* line 3708, theme.scss */
.dm-checkout-progress span + span::before {
  width: clamp(24px, 4vw, 54px); }

@media (max-width: 720px) {
  /* line 3713, theme.scss */
  .dm-cart-next-step {
    width: 100%;
    min-width: 0; } }
/* DeviceMall real InSales checkout pass: target the mounted checkout app, not only Liquid layout. */
/* line 3720, theme.scss */
.checkout-app {
  --checkout-primary: #1f5dda;
  --checkout-primary-dark: #1748aa;
  --checkout-surface: rgba(255, 255, 255, 0.92);
  --checkout-line: #e3ebf7;
  --checkout-muted: #667085;
  background: radial-gradient(circle at 14% 0%, rgba(31, 93, 218, 0.1), rgba(0, 0, 0, 0) 30%), linear-gradient(180deg, #f8fbff 0%, #f3f7fc 46%, #ffffff 100%) !important;
  color: #101828; }

/* line 3732, theme.scss */
.checkout-app .checkout-top-panel {
  min-height: 74px;
  border-bottom: 1px solid rgba(226, 235, 247, 0.94) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 36px rgba(24, 52, 112, 0.07) !important; }

/* line 3740, theme.scss */
.checkout-app .checkout-top-panel__logo img {
  max-height: 56px;
  object-fit: contain; }

/* line 3745, theme.scss */
.checkout-app .checkout-app__main {
  background: transparent !important; }

/* line 3749, theme.scss */
.checkout-app .checkout-app__main-content {
  max-width: 1240px !important;
  gap: clamp(18px, 2.6vw, 30px) !important;
  padding-top: clamp(28px, 4vw, 42px) !important; }

/* line 3755, theme.scss */
.checkout-app .ui-card,
.checkout-app .checkout-first-purchase-steps,
.checkout-app [class*="checkout"][class*="card"],
.checkout-app [class*="summary"],
.checkout-app [class*="basket"],
.checkout-app [class*="order"] .v-card {
  border: 1px solid var(--checkout-line) !important;
  border-radius: 28px !important;
  background: var(--checkout-surface) !important;
  box-shadow: 0 22px 64px rgba(24, 52, 112, 0.09) !important;
  overflow: hidden; }

/* line 3768, theme.scss */
.checkout-app .checkout-first-purchase-steps {
  animation: dm-soft-rise 620ms var(--dm-ease-calm) both; }

/* line 3772, theme.scss */
.checkout-app .checkout-app__overview > *:nth-child(2) {
  animation: dm-soft-rise 620ms var(--dm-ease-calm) 90ms both; }

/* line 3776, theme.scss */
.checkout-app .v-card__title,
.checkout-app [class*="title"],
.checkout-app h1,
.checkout-app h2,
.checkout-app h3 {
  color: #101828 !important;
  letter-spacing: -0.03em; }

/* line 3785, theme.scss */
.checkout-app .v-label,
.checkout-app label,
.checkout-app [class*="label"] {
  color: #344054 !important; }

/* line 3791, theme.scss */
.checkout-app .v-input__slot,
.checkout-app input,
.checkout-app textarea,
.checkout-app select {
  border-radius: 16px !important;
  transition: border-color 240ms var(--dm-ease-calm), box-shadow 240ms var(--dm-ease-calm), background 240ms var(--dm-ease-calm) !important; }

/* line 3802, theme.scss */
.checkout-app input,
.checkout-app textarea,
.checkout-app select {
  border-color: #dfe8f5 !important;
  background: #ffffff !important; }

/* line 3809, theme.scss */
.checkout-app .v-input--is-focused .v-input__slot,
.checkout-app input:focus,
.checkout-app textarea:focus,
.checkout-app select:focus {
  border-color: rgba(31, 93, 218, 0.4) !important;
  box-shadow: 0 0 0 4px rgba(31, 93, 218, 0.1) !important; }

/* line 3817, theme.scss */
.checkout-app .ui-btn,
.checkout-app .v-btn,
.checkout-app button,
.checkout-app [role="button"],
.m-modal--checkout .m-modal-button {
  border-radius: 16px !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
  transition: transform 260ms var(--dm-ease-calm), box-shadow 260ms var(--dm-ease-calm), background 260ms var(--dm-ease-calm), border-color 260ms var(--dm-ease-calm), color 260ms var(--dm-ease-calm) !important; }

/* line 3833, theme.scss */
.checkout-app .v-btn.primary,
.checkout-app .ui-btn.primary,
.checkout-app button.primary,
.m-modal--checkout .m-modal-button {
  background: linear-gradient(135deg, var(--checkout-primary), var(--checkout-primary-dark)) !important;
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(31, 93, 218, 0.22) !important; }

/* line 3842, theme.scss */
.checkout-app .v-btn--outlined,
.checkout-app .ui-btn.v-btn--outlined {
  border: 1px solid #dce6f5 !important;
  background: rgba(255, 255, 255, 0.76) !important;
  color: #1752c6 !important;
  box-shadow: 0 10px 24px rgba(24, 52, 112, 0.06) !important; }

@media (hover: hover) and (pointer: fine) {
  /* line 3851, theme.scss */
  .checkout-app .ui-btn:hover,
  .checkout-app .v-btn:hover,
  .checkout-app button:hover,
  .m-modal--checkout .m-modal-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 44px rgba(31, 93, 218, 0.18) !important; } }
/* line 3860, theme.scss */
.checkout-app .ui-btn:active,
.checkout-app .v-btn:active,
.checkout-app button:active,
.m-modal--checkout .m-modal-button:active {
  transform: translateY(1px) scale(0.985); }

/* line 3867, theme.scss */
.checkout-app .checkout-product-item {
  padding: 14px 0; }

/* line 3871, theme.scss */
.checkout-app .checkout-product-item img,
.checkout-app [class*="product"] img {
  border-radius: 14px;
  background: #f3f7fc; }

/* line 3877, theme.scss */
.checkout-app .m-modal--checkout {
  border: 1px solid var(--checkout-line) !important;
  border-radius: 26px !important;
  box-shadow: 0 28px 78px rgba(24, 52, 112, 0.16) !important; }

@media (max-width: 860px) {
  /* line 3884, theme.scss */
  .checkout-app .checkout-app__main-content {
    padding-inline: 14px !important; }

  /* line 3888, theme.scss */
  .checkout-app .ui-card,
  .checkout-app .checkout-first-purchase-steps,
  .checkout-app [class*="summary"],
  .checkout-app [class*="basket"] {
    border-radius: 22px !important; } }
/* DeviceMall storefront refinement v2: keep checkout system-limited, push polish into real theme pages. */
/* line 3898, theme.scss */
.dm-home-selection {
  border-radius: clamp(24px, 2.7vw, 36px) !important;
  background: radial-gradient(circle at 0% 0%, rgba(31, 93, 218, 0.1), rgba(0, 0, 0, 0) 28%), rgba(255, 255, 255, 0.88) !important;
  box-shadow: var(--dm-lift); }

/* line 3906, theme.scss */
.dm-cart-heading {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: center !important; }

/* line 3911, theme.scss */
.dm-cart-next-step {
  justify-self: end;
  background: radial-gradient(circle at 88% 10%, rgba(31, 93, 218, 0.16), rgba(0, 0, 0, 0) 34%), linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(239, 246, 255, 0.92)) !important; }

/* line 3918, theme.scss */
.dm-cart-widget {
  padding: clamp(16px, 2vw, 26px) !important; }

/* line 3922, theme.scss */
.dm-cart-widget .cart-item {
  overflow: hidden; }

/* line 3926, theme.scss */
.dm-cart-widget .cart-controls {
  border: 1px solid #e2ebf7;
  border-radius: 24px !important;
  background: radial-gradient(circle at 92% 0%, rgba(31, 93, 218, 0.1), rgba(0, 0, 0, 0) 30%), #f7faff !important; }

/* line 3934, theme.scss */
.dm-cart-widget .submit-block .button,
.dm-cart-widget .cart-controls .button,
.dm-cart-widget .cart__area-controls .button {
  min-height: 52px;
  font-weight: 850; }

/* line 3941, theme.scss */
.dm-cart-assurance {
  overflow: hidden; }

/* line 3945, theme.scss */
.dm-cart-assurance::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: -62px;
  width: 180px;
  height: 180px;
  border-radius: 48px;
  background: rgba(255, 255, 255, 0.12);
  transform: rotate(18deg); }

/* line 3957, theme.scss */
.dm-cart-assurance > * {
  position: relative;
  z-index: 1; }

/* line 3962, theme.scss */
.dm-rich-input {
  overflow-wrap: anywhere; }

/* line 3966, theme.scss */
.dm-rich-input .dm-rc,
.dm-rich-input [class*="dm-rc-"],
.dm-rich-input [data-widget] {
  max-width: 100%; }

@media (max-width: 980px) {
  /* line 3974, theme.scss */
  .dm-cart-heading {
    grid-template-columns: 1fr; }

  /* line 3978, theme.scss */
  .dm-cart-next-step {
    justify-self: stretch; } }
@media (max-width: 640px) {
  /* line 3984, theme.scss */
  .dm-home-selection,
  .dm-cart-widget,
  .dm-cart-heading,
  .dm-cart-assurance {
    border-radius: 20px !important; }

  /* line 3991, theme.scss */
  .dm-cart-widget .cart-controls {
    border-radius: 18px !important; } }
/* DeviceMall secondary pages: delivery, contacts, blog, article, 404. */
/* line 3997, theme.scss */
.dm-secondary-page--content {
  padding-top: clamp(24px, 4vw, 52px); }

/* line 4001, theme.scss */
.dm-content-widget,
.dm-not-found > div:first-child,
.dm-not-found__help {
  border: 1px solid var(--dm-stroke) !important;
  border-radius: clamp(24px, 3vw, 36px) !important;
  background: radial-gradient(circle at 96% 0%, rgba(31, 93, 218, 0.09), rgba(0, 0, 0, 0) 30%), rgba(255, 255, 255, 0.94) !important;
  box-shadow: var(--dm-lift);
  overflow: hidden; }

/* line 4013, theme.scss */
.dm-content-widget {
  padding: clamp(24px, 4vw, 54px); }

/* line 4017, theme.scss */
.dm-content-widget > .layout,
.dm-content-widget .layout__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important; }

/* line 4026, theme.scss */
.dm-content-widget h1,
.dm-content-widget h2,
.dm-content-widget h3 {
  max-width: 920px;
  color: var(--dm-ink) !important;
  letter-spacing: -0.04em;
  text-wrap: balance; }

/* line 4035, theme.scss */
.dm-content-widget h1 {
  margin-top: 0 !important;
  font-size: clamp(38px, 5vw, 72px) !important;
  line-height: 0.95 !important; }

/* line 4041, theme.scss */
.dm-content-widget h2 {
  margin-top: 44px !important;
  font-size: clamp(28px, 3vw, 44px) !important;
  line-height: 1 !important; }

/* line 4047, theme.scss */
.dm-content-widget p,
.dm-content-widget li {
  max-width: 74ch;
  color: #536176 !important;
  font-size: 16px;
  line-height: 1.72;
  text-wrap: pretty; }

/* line 4056, theme.scss */
.dm-content-widget a {
  color: var(--dm-blue-700);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em; }

/* line 4062, theme.scss */
.dm-content-widget table {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
  border: 1px solid #e1e8f3;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 22px;
  background: #fff; }

/* line 4073, theme.scss */
.dm-content-widget th,
.dm-content-widget td {
  padding: 16px 18px;
  border-bottom: 1px solid #e8eef6;
  color: #344054;
  text-align: left; }

/* line 4081, theme.scss */
.dm-content-widget th {
  background: #f2f7ff;
  color: var(--dm-ink);
  font-weight: 850; }

/* line 4087, theme.scss */
.dm-content-widget tr:last-child td {
  border-bottom: 0; }

/* line 4091, theme.scss */
.dm-content-widget img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(24, 52, 112, 0.11); }

/* line 4098, theme.scss */
.dm-content-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: clamp(24px, 3vw, 34px);
  background: radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.22), rgba(0, 0, 0, 0) 30%), linear-gradient(135deg, #102f78, #1f5dda);
  color: #fff;
  box-shadow: 0 24px 64px rgba(31, 93, 218, 0.18); }

/* line 4114, theme.scss */
.dm-content-support span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #8badf3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

/* line 4124, theme.scss */
.dm-content-support h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  letter-spacing: -0.045em;
  line-height: 1; }

/* line 4132, theme.scss */
.dm-content-support p {
  max-width: 58ch;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6; }

/* line 4139, theme.scss */
.dm-content-support__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px; }

/* line 4146, theme.scss */
.dm-article-after {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px; }

/* line 4153, theme.scss */
.dm-article-after a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: min(100%, 260px);
  padding: 16px 18px;
  border: 1px solid #dce6f5;
  border-radius: 18px;
  background: #fff;
  color: var(--dm-blue-800);
  font-weight: 850;
  box-shadow: 0 14px 34px rgba(24, 52, 112, 0.08);
  transition: transform 260ms var(--dm-ease-calm), box-shadow 260ms var(--dm-ease-calm), border-color 260ms var(--dm-ease-calm); }

/* line 4171, theme.scss */
.dm-not-found {
  align-items: stretch; }

/* line 4175, theme.scss */
.dm-not-found > div:first-child {
  background: radial-gradient(circle at 88% 8%, rgba(31, 93, 218, 0.12), rgba(0, 0, 0, 0) 32%), rgba(255, 255, 255, 0.94) !important; }

/* line 4181, theme.scss */
.dm-not-found__help {
  background: radial-gradient(circle at 30% 0%, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0) 30%), linear-gradient(155deg, #102f78, #1f5dda) !important; }

/* line 4187, theme.scss */
.dm-not-found__code {
  color: var(--dm-blue-700) !important; }

/* line 4191, theme.scss */
.dm-article-page [class*="tag"] {
  display: none !important; }

@media (hover: hover) and (pointer: fine) {
  /* line 4196, theme.scss */
  .dm-article-after a:hover {
    transform: translateY(-4px);
    border-color: #c8d8f0 !important;
    box-shadow: var(--dm-glow); } }
@media (max-width: 980px) {
  /* line 4204, theme.scss */
  .dm-content-support {
    grid-template-columns: 1fr; }

  /* line 4208, theme.scss */
  .dm-content-support__actions {
    justify-content: flex-start; } }
@media (max-width: 640px) {
  /* line 4214, theme.scss */
  .dm-content-widget,
  .dm-content-support,
  .dm-not-found > div:first-child,
  .dm-not-found__help {
    border-radius: 20px !important; } }
/* DeviceMall purchase flow polish: unified brand palette and calm feedback. */
/* line 4224, theme.scss */
.dm-cart-toast {
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 70;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: min(94vw, 560px);
  padding: 14px;
  border: 1px solid rgba(198, 214, 240, 0.92);
  border-radius: 24px;
  background: radial-gradient(circle at 0% 0%, rgba(31, 93, 218, 0.12), rgba(0, 0, 0, 0) 36%), rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 72px rgba(24, 52, 112, 0.18);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 18px, 0) scale(0.98);
  transition: opacity 260ms var(--dm-ease-calm), transform 260ms var(--dm-ease-calm); }

/* line 4250, theme.scss */
.dm-cart-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1); }

/* line 4256, theme.scss */
.dm-cart-toast__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #102f78, #1f5dda);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(31, 93, 218, 0.26); }

/* line 4268, theme.scss */
.dm-cart-toast__copy {
  display: grid;
  gap: 3px;
  min-width: 0; }

/* line 4274, theme.scss */
.dm-cart-toast__copy strong {
  color: #15171a;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.02em; }

/* line 4281, theme.scss */
.dm-cart-toast__copy span {
  color: #667085;
  font-size: 13px;
  line-height: 1.35; }

/* line 4287, theme.scss */
.dm-cart-toast__actions {
  display: flex;
  gap: 8px; }

/* line 4292, theme.scss */
.dm-cart-toast__actions a,
.dm-cart-toast__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dce6f5;
  border-radius: 14px;
  background: #fff;
  color: #1648aa;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms var(--dm-ease-calm), background 180ms var(--dm-ease-calm), color 180ms var(--dm-ease-calm), box-shadow 180ms var(--dm-ease-calm); }

/* line 4315, theme.scss */
.dm-cart-toast__actions a {
  border-color: transparent;
  background: var(--dm-action-primary);
  color: #fff;
  box-shadow: 0 14px 30px rgba(31, 93, 218, 0.2); }

/* line 4322, theme.scss */
.dm-cart-toast__actions a:not([aria-disabled="true"]):not(.is-disabled):hover,
.dm-cart-toast__actions button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover {
  transform: translateY(-1px); }

/* line 4327, theme.scss */
.dm-cart-toast__actions a:not([aria-disabled="true"]):not(.is-disabled):active,
.dm-cart-toast__actions button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):active {
  transform: translateY(1px) scale(0.98); }

/* line 4332, theme.scss */
.widget-type_system_widget_v4_notification_add_to_cart_1,
.widget-type_system_widget_v4_notification_add_to_cart_1.is-show-fullscreen,
.layout.widget-type_system_widget_v4_notification_add_to_cart_1,
[class*="notification_add_to_cart"],
[class*="notification-product"][class*="cart"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important; }

/* line 4343, theme.scss */
.dm-selection-product {
  height: 370px !important;
  min-height: 370px !important;
  display: grid !important;
  grid-template-rows: 190px 1fr !important; }

/* line 4350, theme.scss */
.dm-selection-product__media {
  min-height: 190px !important; }

/* line 4354, theme.scss */
.dm-selection-product__body {
  display: grid !important;
  grid-template-rows: auto minmax(48px, auto) 1fr; }

/* line 4359, theme.scss */
.dm-selection-product__body > div {
  align-self: end; }

/* line 4363, theme.scss */
.dm-cart-widget .counter,
.dm-cart-widget .quantity,
.dm-cart-widget [class*="quantity"],
.dm-cart-widget [class*="counter"] {
  border-color: #dce6f5 !important;
  background: #fff !important;
  color: #15171a !important;
  box-shadow: inset 0 0 0 1px rgba(220, 230, 245, 0.72) !important; }

/* line 4373, theme.scss */
.dm-cart-widget .counter button,
.dm-cart-widget [class*="counter"] button,
.dm-cart-widget [class*="quantity"] button,
.dm-secondary-store .add-cart-counter__btn,
.add-cart-counter__btn {
  background: #eef4ff !important;
  color: #1648aa !important;
  border-color: #dce6f5 !important; }

/* line 4383, theme.scss */
.dm-cart-widget .counter button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
.dm-cart-widget [class*="counter"] button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
.dm-cart-widget [class*="quantity"] button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
.add-cart-counter__btn:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover {
  background: var(--dm-action-primary) !important;
  color: #fff !important; }

/* line 4391, theme.scss */
.dm-cart-widget .cart-controls .button,
.dm-cart-widget .cart__area-controls .button {
  background: linear-gradient(145deg, var(--dm-action-strong), var(--dm-action-primary)) !important;
  color: #fff !important;
  border-color: transparent !important; }

/* line 4398, theme.scss */
.dm-cart-widget .cart-controls .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
.dm-cart-widget .cart__area-controls .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(31, 93, 218, 0.24) !important; }

/* line 4404, theme.scss */
.dm-cart-widget .button,
.dm-cart-widget button,
.dm-cart-widget input[type="submit"],
.notification-product__close-btn,
.notification-product__to-cart,
.more-items__btn,
.callback__submit-btn,
.preorder__submit-btn {
  border-color: #dce6f5 !important;
  background: #eef4ff !important;
  color: #1648aa !important; }

/* line 4417, theme.scss */
.dm-cart-widget .button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
.dm-cart-widget button:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
.dm-cart-widget input[type="submit"]:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
.more-items__btn:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
.callback__submit-btn:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover,
.preorder__submit-btn:not(:disabled):not([aria-disabled="true"]):not(.is-disabled):hover {
  background: var(--dm-action-primary) !important;
  color: #fff !important; }

@media (max-width: 760px) {
  /* line 4428, theme.scss */
  .dm-cart-toast {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 36px 1fr; }

  /* line 4435, theme.scss */
  .dm-cart-toast__actions {
    grid-column: 1 / -1; }

  /* line 4439, theme.scss */
  .dm-cart-toast__actions a,
  .dm-cart-toast__actions button {
    flex: 1 1 0; } }
/* DeviceMall interaction authority.
   InSales injects legacy theme variables on :root body after theme assets.
   Keep every persistent and pressed state inside the DeviceMall palette. */
/* Later release overrides retain their original cascade authority. */
/* DeviceMall release pass 2026-07-19 */
/* Interface links are controls and cards; editorial links keep their underline. */
/* line 4453, theme.scss */
.dm-header a,
.dm-home a,
.dm-cart-page a {
  text-decoration: none; }

/* line 4459, theme.scss */
.dm-page--collection .dm-variant-card a,
.dm-page--collection .dm-category-rail a,
.dm-page--collection .dm-catalog-sidebar a,
.dm-page--collection .dm-pagination a {
  text-decoration: none; }

@media (max-width: 640px) {
  /* line 4467, theme.scss */
  .dm-page--collection .dm-catalog-sort {
    position: relative;
    display: inline-grid; }

  /* line 4472, theme.scss */
  .dm-page--collection .dm-catalog-sort select {
    appearance: none; }

  /* line 4476, theme.scss */
  .dm-page--collection .dm-catalog-sort::after {
    content: "⇅";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #445269;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none; } }
/* WCAG 2.2: primary icon controls retain a dependable touch target. */
/* line 4492, theme.scss */
.client-account-top-panel .v-btn {
  min-height: 44px !important; }

/* Mobile cart: compact three-row product item and full-width summary. */
@media (max-width: 700px) {
  /* line 4498, theme.scss */
  .dm-cart-widget {
    padding: 12px !important;
    border-radius: 16px !important; }

  /* line 4503, theme.scss */
  .dm-cart-widget .cart-item {
    min-height: 136px !important;
    grid-template-columns: 76px minmax(0, 1fr) 32px !important;
    grid-template-areas: "image title delete" "image price price" "image counter counter" !important;
    align-items: start !important;
    gap: 8px 10px !important;
    padding: 12px !important;
    border-radius: 14px !important; }

  /* line 4516, theme.scss */
  .dm-cart-widget .cart-item .item-image {
    width: 76px !important;
    min-width: 76px !important;
    height: 76px !important;
    align-self: start !important; }

  /* line 4523, theme.scss */
  .dm-cart-widget .cart-item .item-image .img-ratio,
  .dm-cart-widget .cart-item .item-image .img-ratio__inner,
  .dm-cart-widget .cart-item .item-image img {
    width: 100% !important;
    height: 100% !important; }

  /* line 4530, theme.scss */
  .dm-cart-widget .item-title {
    align-self: start !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important; }

  /* line 4537, theme.scss */
  .dm-cart-widget .item-price {
    align-self: center !important;
    font-size: 12px !important;
    line-height: 1.35 !important; }

  /* line 4543, theme.scss */
  .dm-cart-widget .item-counter {
    width: 108px !important;
    align-self: end !important; }

  /* line 4548, theme.scss */
  .dm-cart-widget .counter {
    width: 108px !important;
    min-height: 40px !important;
    border-radius: 10px !important; }

  /* line 4554, theme.scss */
  .dm-cart-widget .counter-button {
    width: 32px !important;
    min-width: 32px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important; }

  /* line 4562, theme.scss */
  .dm-cart-widget .counter-input {
    width: 44px !important;
    min-width: 44px !important;
    height: 38px !important; }

  /* line 4568, theme.scss */
  .dm-cart-widget .item-total {
    grid-column: 2 / 4 !important;
    grid-row: 3 !important;
    align-self: end !important;
    justify-self: end !important;
    padding-bottom: 8px !important;
    color: var(--dm-text, #151a23) !important;
    font-size: 17px !important;
    line-height: 1 !important; }

  /* line 4579, theme.scss */
  .dm-cart-widget .item-delete {
    align-self: start !important;
    justify-self: end !important; }

  /* line 4584, theme.scss */
  .dm-cart-widget .cart__area-controls {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    margin-top: 12px !important;
    padding-top: 12px !important; }

  /* line 4593, theme.scss */
  .dm-cart-widget .cart-controls,
  .dm-cart-widget .cart__area-coupon,
  .dm-cart-widget .coupon-content {
    width: 100% !important;
    max-width: none !important; }

  /* line 4600, theme.scss */
  .dm-cart-widget .cart-controls {
    padding: 16px !important;
    border-radius: 16px !important; } }
/* Collections share one geometry while there is nothing to scroll. */
@media (min-width: 860px) {
  /* line 4608, theme.scss */
  .dm-home-selection,
  .dm-home-selection__aside,
  .dm-home-selection__content {
    min-height: 540px !important;
    height: 540px !important; }

  /* line 4615, theme.scss */
  .dm-home-selection__content {
    display: flex !important;
    align-items: stretch !important; }

  /* line 4620, theme.scss */
  .dm-home-selection__content > .dm-selection-products {
    width: 100% !important;
    height: 100% !important; }

  /* line 4625, theme.scss */
  .dm-home-selection .dm-selection-product {
    height: 500px !important;
    min-height: 500px !important; }

  /* line 4630, theme.scss */
  .dm-home-selection .dm-selection-product__media {
    height: 270px !important;
    min-height: 270px !important;
    aspect-ratio: auto !important; } }
/* Release invariant: every homepage selection uses the same geometry. */
/* PDP content is one reading flow, not a stack of promotional cards.
   Hide leftover Grand system widgets if they remain mounted next to DeviceMall ones. */
/* line 4641, theme.scss */
.dm-page--product .dm-product-widget .widget-type_system_widget_v4_product_7,
.dm-page--product .dm-product-widget .widget-type_system_widget_v4_product_info_3,
.dm-page--product .dm-product-widget .widget-type_system_widget_v4_products_related_8,
.dm-page--product .dm-product-widget .widget-type_system_widget_v4_products_similar_8,
.dm-page--product .dm-product-widget .widget-type_system_widget_v4_breadcrumbs_1 {
  display: none !important; }

/* Page-shell layout for the product template. Widget SCSS cannot target these
   ancestors because InSales prefixes widget styles with .widget-type_*. */
/* line 4651, theme.scss */
.dm-page--product[data-dm-product-id] .dm-pdp-shell {
  padding-top: 12px;
  padding-bottom: clamp(56px, 6vw, 88px); }

/* line 4656, theme.scss */
.dm-page--product[data-dm-product-id] .dm-breadcrumbs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  margin-bottom: 10px;
  color: var(--dm-muted, #667085);
  font-size: 13px; }

/* line 4667, theme.scss */
.dm-page--product[data-dm-product-id] .dm-breadcrumbs a {
  color: var(--dm-accent-hover, #244fca);
  text-decoration: none; }

/* line 4672, theme.scss */
.dm-breadcrumbs svg,
.dm-page--product .dm-breadcrumbs svg,
.dm-page--product[data-dm-product-id] .dm-breadcrumbs svg {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  flex: 0 0 16px !important;
  display: block !important;
  overflow: hidden !important; }

/* line 4686, theme.scss */
.dm-page--product[data-dm-product-id] .dm-product-widget > .layout {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important; }

/* line 4692, theme.scss */
.dm-page--product[data-dm-product-id] .dm-product-widget > .layout > .layout__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 4699, theme.scss */
.dm-page--product[data-dm-product-id] .dm-pdp-announcer {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0); }

/* Emergency PDP commerce styles in theme.css (not widget CSS).
   Critical purchase UI must live here: widget SCSS is prefixed and may lose
   custom properties when the compiled stylesheet starts with a BOM. */
/* line 4710, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .dm-pdp-option-group {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  min-width: 0 !important; }

/* line 4717, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .dm-pdp-option-group legend {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #2f3a4c !important;
  font-size: 13px !important;
  font-weight: 700 !important; }

/* line 4725, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .dm-pdp-option-group__choices {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important; }

/* line 4731, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .product-form__area-price,
.dm-page--product .dm-product-widget .product.dmpc .product-form__area-controls {
  width: 100% !important;
  max-width: none !important;
  background: #172653 !important;
  color: #fff !important; }

/* line 4739, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .product-form__area-price {
  margin: 0 !important;
  padding: 22px 24px 14px !important;
  border-radius: 16px 16px 0 0 !important; }

/* line 4745, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .product-form__area-controls {
  margin: 0 !important;
  padding: 0 24px 24px !important;
  border-radius: 0 0 16px 16px !important; }

/* line 4751, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .product__price-cur {
  color: #fff !important;
  font-size: 34px !important;
  line-height: 1.05 !important; }

/* line 4757, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .product__controls {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important; }

/* line 4764, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .product__controls-right {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 10px !important;
  width: 100% !important;
  margin-top: 10px !important; }

/* line 4772, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .product__buy-one-click,
.dm-page--product .dm-product-widget .product.dmpc .product__buy-one-click [data-quick-checkout] {
  width: 100% !important; }

/* line 4777, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .product__actions-btn {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  width: 100% !important; }

/* line 4784, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .product__actions-btn .product__user-btn {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 48px !important;
  overflow: hidden !important; }

/* line 4791, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .product__actions-btn .btn-text {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important; }

/* line 4797, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .dm-pdp-purchase-note,
.dm-page--product .dm-product-widget .product.dmpc .dm-pdp-purchase-note small {
  color: #bdc9df !important; }

/* line 4802, theme.scss */
.dm-page--product .dm-product-widget .product.dmpc .dm-pdp-purchase-note strong {
  color: #fff !important; }

/* line 4806, theme.scss */
.dm-page--product .dm-product-widget .product-form__area-full-description {
  display: none !important; }

/* line 4810, theme.scss */
.dm-pdp-details {
  margin-top: clamp(34px, 5vw, 64px);
  padding-block: clamp(18px, 3vw, 34px) 0;
  border-top: 1px solid #e6ebf2; }

/* The delivery note is injected by theme.js. These global constraints are a
   safety net for existing InSales widget instances whose scoped stylesheet
   cannot match selectors anchored to body or .dm-page--product. */
/* line 4819, theme.scss */
.dm-page--product[data-dm-product-id] .dm-pdp-purchase-note {
  width: 100%;
  min-width: 0;
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 10px !important; }

/* line 4828, theme.scss */
.dm-page--product[data-dm-product-id] .dm-pdp-purchase-note__icon {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  display: grid !important;
  place-items: center;
  overflow: hidden; }

/* line 4840, theme.scss */
.dm-page--product[data-dm-product-id] .dm-pdp-purchase-note__icon > svg {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
  display: block !important;
  flex: 0 0 24px; }

/* line 4851, theme.scss */
.dm-page--product[data-dm-product-id] .dm-pdp-purchase-note__copy {
  min-width: 0;
  display: grid !important;
  gap: 3px !important; }

/* line 4857, theme.scss */
.dm-pdp-details .dm-rich,
.dm-pdp-details .dm-rich__specs {
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }

/* line 4866, theme.scss */
.dm-pdp-details .dm-rich__section-title h2 {
  margin: 0;
  color: var(--dm-text, #101828);
  font-size: clamp(28px, 3.2vw, 44px);
  letter-spacing: -0.045em;
  line-height: 1.04; }

/* line 4874, theme.scss */
.dm-pdp-details .dm-rich-input:not(:has(.dm-rc)):not(:has([class*="dm-rc-"])):not(:has(style)):not(:has([data-widget])) {
  max-width: 920px;
  padding: 0 !important; }

/* line 4879, theme.scss */
.dm-pdp-details .dm-rich--specs {
  margin-top: clamp(34px, 5vw, 58px) !important;
  padding-top: clamp(28px, 4vw, 44px) !important;
  border-top: 1px solid #e3e9f2 !important;
  opacity: 1 !important;
  transform: none !important; }

/* line 4887, theme.scss */
.dm-pdp-details .dm-rich__specs {
  padding: 0 !important; }

@media (max-width: 859px) {
  /* line 4893, theme.scss */
  .dm-pdp-details .dm-rich__specs {
    grid-template-columns: 1fr !important;
    gap: 24px !important; } }
@media (max-width: 560px) {
  /* line 4901, theme.scss */
  .dm-pdp-details {
    margin-top: 30px;
    padding-top: 24px; } }
/* Delivery page: factual, calm and independent from the default InSales copy. */
/* line 4908, theme.scss */
.dm-service-page {
  padding-top: 24px;
  padding-bottom: 64px; }

/* line 4913, theme.scss */
.dm-service-page a {
  text-decoration: none; }

/* line 4917, theme.scss */
.dm-service-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 64px;
  margin-top: 22px;
  padding: 58px 62px;
  border-radius: 16px;
  background: #fff; }

/* line 4928, theme.scss */
.dm-service-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--dm-accent);
  font-size: 14px;
  font-weight: 750; }

/* line 4936, theme.scss */
.dm-service-hero h1 {
  max-width: 13ch;
  margin: 0;
  color: #15171a;
  font-size: clamp(48px, 5.8vw, 78px);
  font-weight: 820;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance; }

/* line 4947, theme.scss */
.dm-service-hero__copy > p {
  max-width: 64ch;
  margin: 24px 0 0;
  color: #526070;
  font-size: 17px;
  line-height: 1.65;
  text-wrap: pretty; }

/* line 4956, theme.scss */
.dm-service-hero__fact {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 0 4px;
  border-top: 1px solid #dfe5ee; }

/* line 4964, theme.scss */
.dm-service-hero__fact > span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 50%;
  color: #14764c;
  background: #e9f7ef;
  font-weight: 850; }

/* line 4976, theme.scss */
.dm-service-hero__fact strong,
.dm-service-hero__fact small {
  display: block; }

/* line 4981, theme.scss */
.dm-service-hero__fact strong {
  color: #15171a;
  font-size: 17px;
  line-height: 1.3; }

/* line 4987, theme.scss */
.dm-service-hero__fact small {
  margin-top: 7px;
  color: #5c6876;
  font-size: 14px;
  line-height: 1.5; }

/* line 4994, theme.scss */
.dm-delivery-methods,
.dm-delivery-steps {
  margin-top: 56px; }

/* line 4999, theme.scss */
.dm-service-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px; }

/* line 5007, theme.scss */
.dm-service-section-head h2 {
  max-width: 18ch;
  margin: 0;
  color: #15171a;
  font-size: 34px;
  font-weight: 790;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance; }

/* line 5018, theme.scss */
.dm-service-section-head p {
  max-width: 52ch;
  margin: 0;
  color: #5c6876;
  line-height: 1.55; }

/* line 5025, theme.scss */
.dm-delivery-methods__list {
  border-top: 1px solid #cfd8e5; }

/* line 5029, theme.scss */
.dm-delivery-methods__list article {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid #cfd8e5; }

/* line 5037, theme.scss */
.dm-delivery-methods__number {
  color: var(--dm-accent);
  font-size: 15px;
  font-weight: 800; }

/* line 5043, theme.scss */
.dm-delivery-methods h3,
.dm-delivery-methods p,
.dm-delivery-steps p {
  margin: 0; }

/* line 5049, theme.scss */
.dm-delivery-methods h3 {
  color: #15171a;
  font-size: 23px;
  letter-spacing: -0.025em;
  line-height: 1.2; }

/* line 5056, theme.scss */
.dm-delivery-methods p {
  max-width: 68ch;
  margin-top: 10px;
  color: #5c6876;
  line-height: 1.6; }

/* line 5063, theme.scss */
.dm-delivery-steps {
  padding: 42px 46px 46px;
  border-radius: 16px;
  color: #fff;
  background: #173a8b; }

/* line 5070, theme.scss */
.dm-delivery-steps .dm-service-section-head h2 {
  color: #fff; }

/* line 5074, theme.scss */
.dm-delivery-steps ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 5083, theme.scss */
.dm-delivery-steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding: 25px 30px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28); }

/* line 5091, theme.scss */
.dm-delivery-steps li + li {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.22); }

/* line 5096, theme.scss */
.dm-delivery-steps li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #173a8b;
  background: #fff;
  font-size: 13px;
  font-weight: 850; }

/* line 5108, theme.scss */
.dm-delivery-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px; }

/* line 5114, theme.scss */
.dm-delivery-steps p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.55; }

/* line 5120, theme.scss */
.dm-delivery-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 36px;
  padding: 28px 0;
  border-top: 1px solid #cfd8e5;
  border-bottom: 1px solid #cfd8e5; }

/* line 5131, theme.scss */
.dm-delivery-note h2,
.dm-delivery-note p {
  margin: 0; }

/* line 5136, theme.scss */
.dm-delivery-note h2 {
  color: #15171a;
  font-size: 23px;
  letter-spacing: -0.025em; }

/* line 5142, theme.scss */
.dm-delivery-note p {
  max-width: 68ch;
  margin-top: 8px;
  color: #5c6876;
  line-height: 1.55; }

/* line 5149, theme.scss */
.dm-service-page .dm-content-support {
  margin-top: 56px; }

@media (max-width: 820px) {
  /* line 5154, theme.scss */
  .dm-service-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 40px; }

  /* line 5160, theme.scss */
  .dm-delivery-steps ol {
    grid-template-columns: 1fr; }

  /* line 5164, theme.scss */
  .dm-delivery-steps li,
  .dm-delivery-steps li + li {
    padding: 22px 0;
    border-left: 0; }

  /* line 5170, theme.scss */
  .dm-delivery-steps li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.22); } }
@media (max-width: 560px) {
  /* line 5176, theme.scss */
  .dm-service-page {
    padding-top: 12px;
    padding-bottom: 32px; }

  /* line 5181, theme.scss */
  .dm-service-hero {
    gap: 28px;
    margin-top: 14px;
    padding: 28px 22px;
    border-radius: 14px; }

  /* line 5188, theme.scss */
  .dm-service-label {
    margin-bottom: 12px;
    font-size: 13px; }

  /* line 5193, theme.scss */
  .dm-service-hero h1 {
    font-size: 42px;
    line-height: 1; }

  /* line 5198, theme.scss */
  .dm-service-hero__copy > p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55; }

  /* line 5204, theme.scss */
  .dm-delivery-methods,
  .dm-delivery-steps {
    margin-top: 38px; }

  /* line 5209, theme.scss */
  .dm-service-section-head {
    display: block;
    margin-bottom: 20px; }

  /* line 5214, theme.scss */
  .dm-service-section-head h2 {
    font-size: 28px; }

  /* line 5218, theme.scss */
  .dm-service-section-head p {
    margin-top: 10px;
    font-size: 14px; }

  /* line 5223, theme.scss */
  .dm-delivery-methods__list article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 24px 0; }

  /* line 5229, theme.scss */
  .dm-delivery-methods h3 {
    font-size: 20px; }

  /* line 5233, theme.scss */
  .dm-delivery-methods p {
    font-size: 14px; }

  /* line 5237, theme.scss */
  .dm-delivery-steps {
    padding: 30px 22px 18px;
    border-radius: 14px; }

  /* line 5242, theme.scss */
  .dm-delivery-note {
    align-items: flex-start;
    flex-direction: column; }

  /* line 5247, theme.scss */
  .dm-delivery-note .dm-button {
    width: 100%; } }
/* Cart release composition: quiet hierarchy, visible total, no duplicate card stack. */
/* line 5253, theme.scss */
body .dm-secondary-page .dm-cart-heading {
  min-height: 0 !important;
  align-items: center !important;
  margin: 14px 0 22px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }

/* line 5264, theme.scss */
body .dm-secondary-page .dm-cart-heading__title h1 {
  font-size: clamp(38px, 3.5vw, 48px) !important;
  letter-spacing: -0.04em !important;
  line-height: 1.04 !important; }

/* line 5270, theme.scss */
body .dm-secondary-page .dm-cart-heading__title h1 em {
  width: 28px !important;
  height: 28px !important;
  border-radius: 9px !important;
  background: #eaf0ff !important;
  color: var(--dm-accent) !important;
  font-size: 13px !important;
  font-style: normal !important; }

/* line 5280, theme.scss */
body .dm-secondary-page .dm-cart-heading__title p {
  max-width: 620px !important;
  margin-top: 10px !important;
  font-size: 14px !important; }

/* line 5286, theme.scss */
body .dm-secondary-page .dm-cart-next-step {
  min-width: 244px !important;
  padding: 13px 16px !important;
  border: 1px solid #d6e1f4 !important;
  border-radius: 14px !important;
  background: #f3f7ff !important;
  box-shadow: none !important; }

/* line 5295, theme.scss */
body .dm-secondary-page .dm-cart-layout {
  grid-template-columns: minmax(0, 1fr) 320px !important;
  align-items: start !important;
  gap: 24px !important; }

/* line 5301, theme.scss */
body .dm-secondary-page .dm-cart-primary {
  min-width: 0 !important; }

/* line 5305, theme.scss */
body .dm-secondary-page .dm-cart-widget {
  padding: 14px !important;
  border: 1px solid #e1e7f0 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(24, 53, 112, 0.055) !important; }

/* line 5313, theme.scss */
body .dm-secondary-page .dm-cart-widget .cart-item {
  min-height: 124px !important;
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) 132px 124px 44px !important;
  grid-template-areas: "image title counter total delete" "image price counter total delete" !important;
  align-items: center !important;
  gap: 8px 18px !important;
  padding: 14px !important;
  border: 1px solid #e5ebf3 !important;
  border-radius: 16px !important;
  background: #f8faff !important;
  box-shadow: none !important;
  transform: none !important; }

/* line 5330, theme.scss */
body .dm-secondary-page .dm-cart-widget .cart-item + .cart-item {
  margin-top: 8px !important; }

/* line 5334, theme.scss */
body .dm-secondary-page .dm-cart-widget .cart-item .item-image {
  grid-area: image !important;
  width: 96px !important;
  min-width: 96px !important;
  height: 96px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
  background: #fff !important; }

/* line 5344, theme.scss */
body .dm-secondary-page .dm-cart-widget .cart-item .item-image .img-ratio,
body .dm-secondary-page .dm-cart-widget .cart-item .item-image .img-ratio__inner,
body .dm-secondary-page .dm-cart-widget .cart-item .item-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; }

/* line 5352, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-title {
  grid-area: title !important;
  align-self: end !important;
  color: var(--dm-text, #15171a) !important;
  font-size: 15px !important;
  font-weight: 760 !important;
  line-height: 1.4 !important; }

/* line 5361, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-price {
  grid-area: price !important;
  align-self: start !important;
  color: #44516a !important;
  font-size: 13px !important; }

/* line 5368, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-counter {
  grid-area: counter !important; }

/* line 5372, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-total {
  grid-area: total !important;
  justify-self: end !important;
  color: var(--dm-text, #15171a) !important;
  font-size: 19px !important;
  font-weight: 820 !important;
  white-space: nowrap !important; }

/* line 5381, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-delete {
  grid-area: delete !important;
  justify-self: end !important; }

/* line 5386, theme.scss */
body .dm-secondary-page .dm-cart-widget .counter {
  min-height: 44px !important;
  overflow: hidden !important;
  border: 1px solid #dce4ef !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: none !important; }

/* line 5395, theme.scss */
body .dm-secondary-page .dm-cart-widget .counter-button {
  min-width: 36px !important;
  min-height: 42px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--dm-accent-hover) !important;
  font-size: 18px !important;
  font-weight: 700 !important; }

/* line 5405, theme.scss */
body .dm-secondary-page .dm-cart-widget .counter-button:hover {
  background: #edf3ff !important; }

/* line 5409, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-delete .button {
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #667085 !important;
  font-size: 0 !important; }

/* line 5421, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-delete .button > * {
  display: none !important; }

/* line 5425, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-delete .button::before {
  content: "×" !important;
  display: block !important;
  color: currentColor !important;
  font-family: inherit !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1 !important; }

/* line 5435, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-delete .button:hover {
  background: #fff0f0 !important;
  color: #d74242 !important; }

/* line 5440, theme.scss */
body .dm-secondary-page .dm-cart-widget .cart__area-controls {
  display: block !important;
  margin-top: 14px !important;
  padding: 14px !important;
  border-top: 1px solid #e6ebf2 !important;
  border-radius: 16px !important;
  background: #f8faff !important; }

/* line 5449, theme.scss */
body .dm-secondary-page .dm-cart-widget .coupon-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  max-width: 520px !important;
  align-items: stretch !important;
  gap: 0 !important; }

/* line 5457, theme.scss */
body .dm-secondary-page .dm-cart-widget .coupon-input,
body .dm-secondary-page .dm-cart-widget .coupon-button {
  min-height: 48px !important; }

/* line 5462, theme.scss */
body .dm-secondary-page .dm-cart-widget .coupon-input {
  border: 1px solid #dce4ef !important;
  border-right: 0 !important;
  border-radius: 12px 0 0 12px !important;
  background: #fff !important; }

/* line 5469, theme.scss */
body .dm-secondary-page .dm-cart-widget .coupon-button {
  min-width: 126px !important;
  margin: 0 !important;
  padding-inline: 20px !important;
  border: 1px solid var(--dm-accent) !important;
  border-radius: 0 12px 12px 0 !important;
  box-shadow: none !important; }

/* line 5478, theme.scss */
body .dm-secondary-page .dm-cart-widget .coupon-input::placeholder {
  color: #7b8698 !important;
  opacity: 1 !important; }

/* line 5483, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot {
  position: sticky !important;
  top: 142px !important;
  min-width: 0 !important; }

/* line 5489, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot:empty {
  min-height: 1px !important; }

/* line 5493, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot .cart-controls {
  min-height: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 24px !important;
  border: 0 !important;
  border-radius: 20px !important;
  background: #102d6f !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(16, 45, 111, 0.16) !important; }

/* line 5505, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot .cart-controls .total-products,
body .dm-secondary-page .dm-cart-summary-slot .cart-controls .total-description {
  color: rgba(255, 255, 255, 0.74) !important; }

/* line 5510, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot .cart-controls .total {
  border-color: rgba(255, 255, 255, 0.18) !important; }

/* line 5514, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot .cart-controls .total-description {
  color: #fff !important; }

/* line 5518, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot .total-amount {
  color: #fff !important;
  font-size: 32px !important;
  letter-spacing: -0.035em !important; }

/* line 5524, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot .cart-controls .button {
  width: 100% !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--dm-accent) !important;
  border-radius: 13px !important;
  background: var(--dm-accent) !important;
  color: #fff !important;
  font-weight: 750 !important;
  box-shadow: 0 12px 28px rgba(47, 99, 232, 0.32) !important; }

/* line 5538, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot .cart-controls .button:hover {
  border-color: var(--dm-accent-hover) !important;
  background: var(--dm-accent-hover) !important; }

/* line 5543, theme.scss */
body .dm-secondary-page .dm-cart-assurance {
  position: static !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: 44px minmax(220px, 0.9fr) minmax(360px, 1.35fr) !important;
  align-items: center !important;
  gap: 14px 18px !important;
  margin-top: 18px !important;
  padding: 20px !important;
  border: 1px solid #e1e7f0 !important;
  border-radius: 20px !important;
  background: #f8faff !important;
  color: var(--dm-text, #15171a) !important;
  box-shadow: none !important; }

/* line 5559, theme.scss */
body .dm-secondary-page .dm-cart-assurance::before,
body .dm-secondary-page .dm-cart-assurance::after {
  display: none !important; }

/* line 5564, theme.scss */
body .dm-secondary-page .dm-cart-assurance__icon {
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #eaf0ff !important;
  color: var(--dm-accent) !important; }

/* line 5574, theme.scss */
body .dm-secondary-page .dm-cart-assurance__icon svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important; }

/* line 5580, theme.scss */
body .dm-secondary-page .dm-cart-assurance h2 {
  color: var(--dm-text, #15171a) !important;
  font-size: 24px !important;
  line-height: 1.14 !important;
  letter-spacing: -0.025em !important; }

/* line 5587, theme.scss */
body .dm-secondary-page .dm-cart-assurance__intro > p {
  margin: 6px 0 0 !important;
  color: #687386 !important;
  font-size: 13px !important;
  line-height: 1.45 !important; }

/* line 5594, theme.scss */
body .dm-secondary-page .dm-cart-assurance ol {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important; }

/* line 5601, theme.scss */
body .dm-secondary-page .dm-cart-assurance li {
  min-width: 0 !important;
  font-size: 12px !important; }

/* line 5606, theme.scss */
body .dm-secondary-page .dm-cart-assurance > p,
body .dm-secondary-page .dm-cart-assurance li,
body .dm-secondary-page .dm-cart-assurance__note small {
  color: #687386 !important;
  line-height: 1.5 !important; }

/* line 5613, theme.scss */
body .dm-secondary-page .dm-cart-assurance li::before {
  border-color: #dce4ef !important;
  background: #f4f7fb !important;
  color: var(--dm-accent) !important; }

/* line 5619, theme.scss */
body .dm-secondary-page .dm-cart-assurance__note {
  display: none !important;
  border: 0 !important;
  background: #f5f8fd !important; }

/* line 5625, theme.scss */
body .dm-secondary-page .dm-cart-assurance__note strong {
  color: var(--dm-text, #15171a) !important; }

/* line 5629, theme.scss */
body .dm-secondary-page .dm-cart-assurance > a {
  grid-column: 2 !important;
  color: var(--dm-accent) !important;
  font-size: 13px !important; }

@media (max-width: 1100px) {
  /* line 5636, theme.scss */
  body .dm-secondary-page .dm-cart-layout {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important; }

  /* line 5642, theme.scss */
  body .dm-secondary-page .dm-cart-primary {
    display: contents !important; }

  /* line 5646, theme.scss */
  body .dm-secondary-page .dm-cart-widget {
    order: 1 !important; }

  /* line 5650, theme.scss */
  body .dm-secondary-page .dm-cart-summary-slot {
    position: static !important;
    order: 2 !important;
    width: 100% !important; }

  /* line 5656, theme.scss */
  body .dm-secondary-page .dm-cart-assurance {
    order: 3 !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    column-gap: 14px !important; }

  /* line 5663, theme.scss */
  body .dm-secondary-page .dm-cart-assurance__icon {
    grid-row: 1 / span 2 !important; }

  /* line 5667, theme.scss */
  body .dm-secondary-page .dm-cart-assurance ol,
  body .dm-secondary-page .dm-cart-assurance__note,
  body .dm-secondary-page .dm-cart-assurance > a {
    grid-column: 2 !important; }

  /* line 5673, theme.scss */
  body .dm-secondary-page .dm-cart-assurance ol {
    grid-template-columns: 1fr !important; } }
@media (max-width: 700px) {
  /* line 5679, theme.scss */
  body .dm-secondary-page .dm-cart-heading {
    margin: 12px 0 20px !important; }

  /* line 5683, theme.scss */
  body .dm-secondary-page .dm-cart-heading__title h1 {
    font-size: 34px !important; }

  /* line 5687, theme.scss */
  body .dm-secondary-page .dm-cart-heading__title p {
    font-size: 13px !important;
    line-height: 1.45 !important; }

  /* line 5692, theme.scss */
  body .dm-secondary-page .dm-cart-next-step {
    display: none !important; }

  /* line 5696, theme.scss */
  body .dm-secondary-page .dm-cart-widget {
    padding: 8px !important;
    border-radius: 16px !important; }

  /* line 5701, theme.scss */
  body .dm-secondary-page .dm-cart-widget .cart-item {
    min-height: 146px !important;
    grid-template-columns: 76px minmax(0, 1fr) 32px !important;
    grid-template-areas: "image title delete" "image price price" "image counter total" !important;
    gap: 8px 10px !important;
    padding: 12px !important; }

  /* line 5712, theme.scss */
  body .dm-secondary-page .dm-cart-widget .item-total {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: end !important;
    padding: 0 !important;
    font-size: 16px !important; }

  /* line 5720, theme.scss */
  body .dm-secondary-page .dm-cart-widget .cart__area-controls {
    padding: 10px !important; }

  /* line 5724, theme.scss */
  body .dm-secondary-page .dm-cart-widget .coupon-content {
    max-width: none !important; }

  /* line 5728, theme.scss */
  body .dm-secondary-page .dm-cart-summary-slot .cart-controls {
    width: 100% !important;
    padding: 16px !important; }

  /* line 5733, theme.scss */
  body .dm-secondary-page .dm-cart-assurance {
    padding: 18px !important;
    border-radius: 16px !important; }

  /* line 5738, theme.scss */
  body .dm-secondary-page .dm-cart-assurance ol,
  body .dm-secondary-page .dm-cart-assurance__note {
    display: none !important; } }
/* Editorial blog: purposeful card hierarchy with graceful image fallbacks. */
/* line 5746, theme.scss */
.dm-blog-page {
  padding-block: 24px 72px; }

/* line 5750, theme.scss */
.dm-blog-page a {
  text-decoration: none; }

/* line 5754, theme.scss */
.dm-blog-hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-top: 22px;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid #e5eaf2;
  border-radius: 24px;
  background: radial-gradient(circle at 86% 18%, rgba(54, 102, 224, 0.16), rgba(0, 0, 0, 0) 28%), linear-gradient(135deg, #ffffff 0%, #f5f8ff 100%); }

/* line 5768, theme.scss */
.dm-blog-hero > div {
  max-width: 820px; }

/* line 5772, theme.scss */
.dm-blog-hero h1 {
  max-width: 15ch;
  margin: 0;
  color: #111722;
  font-size: clamp(42px, 5vw, 72px);
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-wrap: balance; }

/* line 5782, theme.scss */
.dm-blog-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: #5f6c81;
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.6; }

/* line 5790, theme.scss */
.dm-blog-hero > .dm-button {
  flex: 0 0 auto; }

/* line 5794, theme.scss */
.dm-blog-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px; }

/* line 5801, theme.scss */
.dm-blog-card {
  grid-column: span 4;
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #e3e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease; }

/* line 5816, theme.scss */
.dm-blog-card:nth-child(n + 3) {
  grid-column: span 4; }

/* line 5820, theme.scss */
.dm-blog-card:hover,
.dm-blog-card:focus-within {
  border-color: #cfd9eb;
  background: #fbfcff;
  box-shadow: none;
  transform: translateY(-2px); }

/* line 5828, theme.scss */
.dm-blog-card--lead {
  grid-column: span 4;
  min-height: 0;
  display: flex; }

/* line 5834, theme.scss */
.dm-blog-card__media {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  overflow: hidden;
  display: block;
  isolation: isolate;
  background: radial-gradient(circle at 78% 22%, rgba(113, 145, 255, 0.44), rgba(0, 0, 0, 0) 26%), linear-gradient(145deg, #eff4ff 0%, #dce8ff 52%, #cfdcff 100%); }

/* line 5847, theme.scss */
.dm-blog-card__media::before,
.dm-blog-card__media::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(47, 99, 232, 0.18);
  border-radius: 50%;
  pointer-events: none; }

/* line 5857, theme.scss */
.dm-blog-card__media::before {
  width: 70%;
  aspect-ratio: 1;
  right: -20%;
  bottom: -55%; }

/* line 5864, theme.scss */
.dm-blog-card__media::after {
  width: 42%;
  aspect-ratio: 1;
  left: -13%;
  top: -32%; }

/* line 5871, theme.scss */
.dm-blog-card--lead .dm-blog-card__media {
  min-height: 0; }

/* line 5875, theme.scss */
.dm-blog-card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: contain;
  padding: clamp(18px, 3vw, 34px);
  filter: drop-shadow(0 22px 24px rgba(19, 47, 112, 0.18));
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1); }

/* line 5888, theme.scss */
.dm-blog-card--photo .dm-blog-card__media {
  padding: 0;
  background: #12347f; }

/* line 5893, theme.scss */
.dm-blog-card--photo .dm-blog-card__media img {
  padding: 0;
  object-fit: cover;
  filter: none; }

/* line 5899, theme.scss */
.dm-blog-card--iphone-18 .dm-blog-card__media img {
  opacity: 1;
  object-fit: cover;
  padding: 0;
  filter: none; }

/* line 5906, theme.scss */
.dm-blog-card--iphone-18 .dm-blog-card__media {
  background: #f4f4f6; }

/* line 5910, theme.scss */
.dm-blog-card:hover .dm-blog-card__media img {
  transform: scale(1.035); }

/* line 5914, theme.scss */
.dm-blog-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  background: radial-gradient(circle at 78% 22%, rgba(90, 132, 236, 0.2), rgba(0, 0, 0, 0) 28%), linear-gradient(145deg, #f8faff 0%, #eaf0fc 100%);
  color: #3159b8; }

/* line 5928, theme.scss */
.dm-blog-card__placeholder svg {
  width: 64px;
  height: 64px; }

/* line 5933, theme.scss */
.dm-blog-card__placeholder small {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase; }

/* line 5940, theme.scss */
.dm-blog-card__body {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 22px 24px 24px; }

/* line 5948, theme.scss */
.dm-blog-card__body time {
  color: #626e84;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em; }

/* line 5955, theme.scss */
.dm-blog-card__body h2 {
  margin: 14px 0 0;
  min-height: 3.36em;
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(20px, 1.55vw, 25px);
  letter-spacing: -0.035em;
  line-height: 1.12;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

/* line 5967, theme.scss */
.dm-blog-card__body h2 a {
  color: #111722; }

/* line 5971, theme.scss */
.dm-blog-card__body p {
  margin: 16px 0 0;
  display: -webkit-box;
  overflow: hidden;
  color: #68758a;
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

/* line 5982, theme.scss */
.dm-blog-card__link {
  margin-top: auto;
  padding-top: 18px;
  color: var(--dm-accent);
  font-size: 14px;
  font-weight: 800; }

/* line 5990, theme.scss */
.dm-blog-empty {
  margin-top: 28px;
  padding: 46px;
  border: 1px solid #e3e8f0;
  border-radius: 22px;
  background: #fff;
  text-align: center; }

@media (max-width: 960px) {
  /* line 6000, theme.scss */
  .dm-blog-hero {
    align-items: flex-start;
    flex-direction: column; }

  /* line 6005, theme.scss */
  .dm-blog-card,
  .dm-blog-card:nth-child(n + 3),
  .dm-blog-card--lead {
    grid-column: span 6; }

  /* line 6011, theme.scss */
  .dm-blog-card--lead {
    display: flex; }

  /* line 6015, theme.scss */
  .dm-blog-card--lead .dm-blog-card__media {
    min-height: 240px; } }
@media (max-width: 640px) {
  /* line 6021, theme.scss */
  .dm-blog-page {
    padding-block: 16px 44px; }

  /* line 6025, theme.scss */
  .dm-blog-hero {
    gap: 28px;
    margin-top: 14px;
    padding: 28px 22px;
    border-radius: 18px; }

  /* line 6032, theme.scss */
  .dm-blog-hero h1 {
    font-size: 38px; }

  /* line 6036, theme.scss */
  .dm-blog-hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55; }

  /* line 6042, theme.scss */
  .dm-blog-hero > .dm-button {
    width: 100%; }

  /* line 6046, theme.scss */
  .dm-blog-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-top: 18px; }

  /* line 6052, theme.scss */
  .dm-blog-card,
  .dm-blog-card:nth-child(n + 3),
  .dm-blog-card--lead {
    grid-column: 1;
    min-height: 0; }

  /* line 6059, theme.scss */
  .dm-blog-card__body {
    min-height: 0;
    padding: 22px; }

  /* line 6064, theme.scss */
  .dm-blog-card__body h2 {
    font-size: 23px; } }
/* Final home authority: external stylesheet scope survives InSales template injection. */
/* line 6070, theme.scss */
.dm-page--home {
  --dm-home-card-width: 280px;
  --dm-home-card-height: 440px;
  --dm-home-media-height: 230px;
  max-width: 100%;
  overflow: clip; }

/* line 6078, theme.scss */
.dm-page--home .dm-home-categories,
.dm-page--home .dm-home-selection,
.dm-page--home .dm-home-selection__content {
  min-width: 0; }

/* Only inner content may stretch; outer sections inherit .dm-shell. */
/* line 6085, theme.scss */
.dm-page--home .dm-home-selection__content {
  max-width: 100%; }

/* line 6089, theme.scss */
.dm-page--home .dm-section-heading h2 {
  font-size: 34px !important;
  letter-spacing: -.035em !important;
  line-height: 1.08 !important; }

/* line 6095, theme.scss */
.dm-page--home .dm-selection-products,
.dm-page--home .dm-selection-products--static {
  width: 100% !important;
  min-width: 0 !important;
  height: var(--dm-home-card-height) !important;
  min-height: var(--dm-home-card-height) !important;
  display: flex !important;
  align-items: stretch !important;
  gap: 14px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 0 !important;
  scroll-snap-type: x proximity;
  scrollbar-width: none; }

/* line 6111, theme.scss */
.dm-page--home .dm-selection-products::-webkit-scrollbar {
  display: none; }

/* line 6115, theme.scss */
.dm-page--home .dm-selection-products--count-1,
.dm-page--home .dm-selection-products--count-2 {
  justify-content: center !important; }

/* line 6120, theme.scss */
.dm-page--home .dm-selection-product,
.dm-page--home .dm-selection-product.is-active,
.dm-page--home .dm-selection-product:hover,
.dm-page--home .dm-selection-product:focus-within {
  box-sizing: border-box !important;
  width: var(--dm-home-card-width) !important;
  min-width: var(--dm-home-card-width) !important;
  max-width: var(--dm-home-card-width) !important;
  height: var(--dm-home-card-height) !important;
  min-height: var(--dm-home-card-height) !important;
  flex: 0 0 var(--dm-home-card-width) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: var(--dm-home-media-height) minmax(0, 1fr) !important;
  overflow: hidden !important;
  scroll-snap-align: start;
  border: 1px solid #dfe5ee !important;
  border-radius: 14px !important;
  background: #fff !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: translateZ(0) !important;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms cubic-bezier(0.22, 1, 0.36, 1) !important; }

/* line 6145, theme.scss */
.dm-page--home .dm-selection-product__media {
  box-sizing: border-box !important;
  width: 100% !important;
  height: var(--dm-home-media-height) !important;
  min-height: var(--dm-home-media-height) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-bottom: 1px solid #edf0f4 !important;
  border-radius: 0 !important;
  background: #f5f7fa !important; }

/* line 6157, theme.scss */
.dm-page--home .dm-selection-product__media img {
  width: 100% !important;
  height: 100% !important;
  padding: 18px !important;
  object-fit: contain !important;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1) !important; }

/* line 6165, theme.scss */
.dm-page--home .dm-selection-product__body {
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-rows: 22px 48px minmax(0, 1fr) !important;
  gap: 9px !important;
  padding: 15px 16px 16px !important; }

/* line 6176, theme.scss */
.dm-page--home .dm-selection-product__body h4 {
  min-height: 48px !important;
  max-height: 48px !important;
  max-width: none !important;
  display: -webkit-box !important;
  margin: 0 !important;
  overflow: hidden !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important; }

/* line 6189, theme.scss */
.dm-page--home .dm-selection-product__body > div {
  min-width: 0;
  min-height: 52px !important;
  align-self: end !important;
  display: flex !important;
  align-items: end !important;
  justify-content: space-between !important;
  gap: 10px !important; }

/* line 6199, theme.scss */
.dm-page--home .dm-selection-product__body > div > a {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important;
  flex: 0 0 44px;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--dm-accent) !important;
  color: #fff !important;
  box-shadow: none !important; }

/* line 6212, theme.scss */
.dm-page--home .dm-home-selection,
.dm-page--home .dm-home-selection__aside,
.dm-page--home .dm-home-selection__content {
  height: 500px !important;
  min-height: 500px !important; }

/* line 6219, theme.scss */
.dm-page--home .dm-home-selection {
  grid-template-columns: 340px minmax(0, 1fr) !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 16px !important;
  box-shadow: none !important; }

/* line 6227, theme.scss */
.dm-page--home .dm-home-selection__aside {
  border-radius: 0 !important; }

/* line 6231, theme.scss */
.dm-page--home .dm-home-selection__copy {
  padding: 36px 32px !important; }

/* line 6235, theme.scss */
.dm-page--home .dm-home-selection__copy h3 {
  font-size: clamp(34px, 3vw, 48px) !important;
  letter-spacing: -.04em !important;
  line-height: 1.02 !important; }

/* line 6241, theme.scss */
.dm-page--home .dm-home-selection__content {
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  padding: 30px 20px !important;
  background: #f3f6fa !important; }

@media (hover: hover) and (pointer: fine) {
  /* line 6250, theme.scss */
  .dm-page--home .dm-selection-product:hover,
  .dm-page--home .dm-selection-product:focus-within {
    border-color: #b9c7dc !important;
    box-shadow: 0 8px 8px rgba(31, 46, 71, 0.1) !important;
    transform: translateY(-2px) translateZ(0) !important; }

  /* line 6257, theme.scss */
  .dm-page--home .dm-selection-product:hover .dm-selection-product__media img {
    transform: scale(1.02) !important; } }
/* line 6262, theme.scss */
.dm-page--home a:focus-visible,
.dm-page--home button:focus-visible,
.dm-page--home [tabindex]:focus-visible {
  outline: 3px solid var(--dm-accent) !important;
  outline-offset: 3px !important; }

@media (min-width: 641px) and (max-width: 900px) {
  /* line 6270, theme.scss */
  .dm-page--home {
    --dm-home-card-width: 268px; }

  /* line 6274, theme.scss */
  .dm-page--home .dm-home-selection,
  .dm-page--home .dm-home-selection__aside,
  .dm-page--home .dm-home-selection__content {
    height: auto !important; }

  /* line 6280, theme.scss */
  .dm-page--home .dm-home-selection {
    grid-template-columns: minmax(0, 1fr) !important; }

  /* line 6284, theme.scss */
  .dm-page--home .dm-home-selection__aside {
    min-height: 300px !important; }

  /* line 6288, theme.scss */
  .dm-page--home .dm-home-selection__content {
    min-height: 500px !important; } }
@media (max-width: 640px) {
  /* line 6294, theme.scss */
  .dm-page--home {
    --dm-home-card-width: 310px;
    --dm-home-card-height: 420px;
    --dm-home-media-height: 210px; }

  /* line 6300, theme.scss */
  .dm-page--home .dm-section-heading h2 {
    font-size: 28px !important; }

  /* line 6304, theme.scss */
  .dm-page--home .dm-selection-products--count-1,
  .dm-page--home .dm-selection-products--count-2 {
    justify-content: flex-start !important; }

  /* line 6309, theme.scss */
  .dm-page--home .dm-home-selection,
  .dm-page--home .dm-home-selection__aside,
  .dm-page--home .dm-home-selection__content {
    height: auto !important; }

  /* line 6315, theme.scss */
  .dm-page--home .dm-home-selection {
    grid-template-columns: minmax(0, 1fr) !important; }

  /* line 6319, theme.scss */
  .dm-page--home .dm-home-selection__aside {
    min-height: 300px !important; }

  /* line 6323, theme.scss */
  .dm-page--home .dm-home-selection__copy {
    padding: 28px 22px !important; }

  /* line 6327, theme.scss */
  .dm-page--home .dm-home-selection__content {
    min-height: calc(var(--dm-home-card-height) + 32px) !important;
    padding: 16px !important; } }
@media (max-width: 420px) {
  /* line 6334, theme.scss */
  .dm-page--home {
    --dm-home-card-width: calc(100vw - 40px); } }
@media (prefers-reduced-motion: reduce) {
  /* line 6340, theme.scss */
  .dm-page--home .dm-selection-product,
  .dm-page--home .dm-selection-product.is-active,
  .dm-page--home .dm-selection-product:hover,
  .dm-page--home .dm-selection-product:focus-within,
  .dm-page--home .dm-selection-product__media img,
  .dm-page--home .dm-selection-product:hover .dm-selection-product__media img {
    transform: none !important;
    transition: none !important; } }
/* Unified storefront surfaces: the canvas is continuous; only interactive
   components and commerce cards own a white surface. */
/* line 6353, theme.scss */
body .dm-page--home .layout[class*="widget-type_dm_home_"],
body .dm-page--home .layout[class*="widget-type_dm_home_"] > .layout__content,
body .dm-page--collection .layout.widget-type_dm_collection_catalog_v1,
body .dm-page--collection .layout.widget-type_dm_collection_catalog_v1 > .layout__content {
  background: transparent !important;
  box-shadow: none !important; }

/* line 6361, theme.scss */
body .dm-page--home .dm-home-categories-widget,
body .dm-page--home .dm-home-product-rail-widget {
  background: transparent !important; }

/* line 6366, theme.scss */
body .dm-page--home .dm-hits {
  border-color: rgba(36, 87, 214, 0.08) !important;
  background: linear-gradient(180deg, #f8faff 0%, #f1f5fb 100%) !important;
  box-shadow: 0 18px 50px rgba(26, 62, 129, 0.06) !important; }

/* line 6372, theme.scss */
body .dm-page--collection .dm-catalog-main {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }

/* line 6379, theme.scss */
body .dm-page--collection .dm-catalog-main__toolbar {
  min-height: 72px;
  padding: 13px 16px !important;
  border: 1px solid var(--dm-line) !important;
  border-radius: 14px;
  background: #fff; }

/* line 6387, theme.scss */
body .dm-page--collection .dm-variant-grid {
  padding-top: 14px; }

/* Cart and checkout release slice: scoped to native InSales commerce surfaces. */
/* line 6392, theme.scss */
body .dm-cart-page .dm-commerce-live,
body.dm-checkout-page .dm-commerce-live {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap; }

/* line 6403, theme.scss */
body .dm-cart-page {
  width: calc(100% - var(--dm-page-inset)) !important;
  max-width: var(--dm-shell) !important;
  overflow: clip; }

/* line 6409, theme.scss */
body .dm-cart-page .dm-cart-status {
  min-height: 20px;
  margin: -12px 0 10px;
  color: #526078;
  font-size: 13px;
  line-height: 1.4; }

/* line 6417, theme.scss */
body .dm-cart-page .dm-cart-widget.is-updating {
  cursor: progress; }

/* line 6421, theme.scss */
body .dm-cart-page .dm-cart-widget.is-updating .cart-item,
body .dm-cart-page .dm-cart-widget.is-updating .dm-cart-line-accessories {
  opacity: 0.64;
  pointer-events: none; }

/* line 6427, theme.scss */
body .dm-cart-page .dm-cart-widget .item-delete .button,
body .dm-cart-page .dm-cart-widget [data-item-delete],
body .dm-cart-page .dm-cart-widget [data-quantity-change] {
  min-width: 44px !important;
  min-height: 44px !important; }

/* line 6434, theme.scss */
body .dm-cart-page :is(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid rgba(36, 87, 214, 0.34) !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px #fff !important; }

/* line 6440, theme.scss */
body .dm-cart-page .dm-cart-widget .counter-input,
body .dm-cart-page .dm-cart-widget [data-quantity] input {
  min-width: 42px !important;
  min-height: 44px !important;
  font-variant-numeric: tabular-nums; }

/* line 6447, theme.scss */
body .dm-cart-page .dm-cart-line-accessories {
  min-width: 0;
  margin: 10px 2px 18px;
  padding: 14px 0 4px;
  border-top: 1px solid #e4eaf3; }

/* line 6454, theme.scss */
body .dm-cart-page .dm-cart-line-accessories__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 2px 12px; }

/* line 6462, theme.scss */
body .dm-cart-page .dm-cart-line-accessories__head > div {
  min-width: 0;
  display: grid;
  gap: 2px; }

/* line 6468, theme.scss */
body .dm-cart-page .dm-cart-line-accessories__head span {
  color: #657189;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.04em; }

/* line 6475, theme.scss */
body .dm-cart-page .dm-cart-line-accessories__head h2 {
  margin: 0;
  color: #15171a;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2; }

/* line 6484, theme.scss */
body .dm-cart-page .dm-cart-line-accessories__head a {
  flex: 0 0 auto;
  color: var(--dm-accent);
  font-size: 12px;
  font-weight: 750; }

/* line 6491, theme.scss */
body .dm-cart-page .dm-cart-line-accessories__rail {
  max-width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline proximity;
  scrollbar-width: thin;
  scrollbar-color: #cbd6e8 transparent;
  padding: 0 2px 8px; }

/* line 6505, theme.scss */
body .dm-cart-page .dm-cart-line-accessory {
  min-width: 0;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid #e2e8f1;
  border-radius: 14px;
  background: #f8faff;
  scroll-snap-align: start; }

/* line 6518, theme.scss */
body .dm-cart-page .dm-cart-line-accessory__media {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  color: var(--dm-accent);
  font-size: 12px;
  font-weight: 850; }

/* line 6531, theme.scss */
body .dm-cart-page .dm-cart-line-accessory__media img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

/* line 6537, theme.scss */
body .dm-cart-page .dm-cart-line-accessory__body {
  min-width: 0;
  align-self: stretch;
  display: grid;
  align-content: space-between;
  gap: 8px; }

/* line 6545, theme.scss */
body .dm-cart-page .dm-cart-line-accessory h3 {
  min-width: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3; }

/* line 6553, theme.scss */
body .dm-cart-page .dm-cart-line-accessory h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: #252a33;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

/* line 6561, theme.scss */
body .dm-cart-page .dm-cart-line-accessory__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px; }

/* line 6568, theme.scss */
body .dm-cart-page .dm-cart-line-accessory__bottom strong {
  color: var(--dm-accent-hover);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap; }

/* line 6575, theme.scss */
body .dm-cart-page .dm-cart-line-accessory__bottom button {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 11px;
  border: 1px solid #ccd9ef;
  border-radius: 11px;
  background: #fff;
  color: var(--dm-accent-hover);
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer; }

/* line 6593, theme.scss */
body .dm-cart-page .dm-cart-line-accessory__bottom button:hover,
body .dm-cart-page .dm-cart-line-accessory__bottom button.is-added {
  border-color: var(--dm-accent);
  background: var(--dm-accent);
  color: #fff; }

/* line 6600, theme.scss */
body .dm-cart-page .dm-cart-line-accessory__bottom button:disabled {
  cursor: progress;
  opacity: 0.72; }

/* line 6605, theme.scss */
body .dm-cart-page .dm-cart-line-accessories__empty {
  width: min(100%, 420px);
  margin: 0;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4f7fb;
  color: #657189;
  font-size: 12px; }

/* line 6615, theme.scss */
body .dm-cart-page .dm-cart-widget [data-cart-discounts-error],
body .dm-cart-page .dm-cart-widget [class*="discounts-error"],
body .dm-cart-page .dm-cart-widget [class*="coupon-error"],
body .dm-cart-page .dm-cart-widget .has-error {
  border-color: #e3a4aa !important;
  background: #fff4f5 !important;
  color: #9f2632 !important; }

/* line 6624, theme.scss */
body .dm-cart-page [class*="warning"],
body.dm-checkout-page [class*="warning"] {
  border-color: #bfd0ee !important;
  background: #eaf2ff !important;
  color: var(--dm-accent-hover) !important; }

/* line 6631, theme.scss */
body .dm-cart-page .dm-cart-widget .is-unavailable,
body .dm-cart-page .dm-cart-widget [data-item-unavailable],
body .dm-cart-page .dm-cart-widget .is-disabled {
  border-color: #dfe5ee !important;
  background: #f1f4f8 !important;
  color: #667085 !important; }

/* line 6639, theme.scss */
body .dm-cart-page .dm-cart-toast__actions a,
body .dm-cart-page .dm-cart-toast__actions button {
  min-height: 44px; }

/* line 6644, theme.scss */
body .dm-cart-page .dm-cart-widget [data-cart-submit],
body .dm-cart-page .dm-cart-widget .cart-controls .button,
body .dm-cart-page .dm-cart-widget .cart-controls a[href*="checkout"],
body .dm-cart-page .dm-cart-widget .cart-controls a[href*="order"],
body .dm-cart-page .dm-cart-widget .cart-controls button[type="submit"],
body .dm-cart-page .dm-cart-widget .cart-controls input[type="submit"] {
  width: 100% !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid var(--dm-accent) !important;
  border-radius: 13px !important;
  background: var(--dm-accent) !important;
  color: #fff !important;
  font-weight: 750 !important;
  box-shadow: 0 10px 24px rgba(36, 87, 214, 0.18) !important; }

/* line 6663, theme.scss */
body .dm-cart-page .dm-cart-widget [data-cart-submit]:hover,
body .dm-cart-page .dm-cart-widget .cart-controls .button:hover,
body .dm-cart-page .dm-cart-widget .cart-controls a[href*="checkout"]:hover,
body .dm-cart-page .dm-cart-widget .cart-controls a[href*="order"]:hover,
body .dm-cart-page .dm-cart-widget .cart-controls button[type="submit"]:hover,
body .dm-cart-page .dm-cart-widget .cart-controls input[type="submit"]:hover {
  border-color: var(--dm-accent-hover) !important;
  background: var(--dm-accent-hover) !important; }

/* Native checkout remains authoritative; these rules only shape its presentation. */
/* line 6674, theme.scss */
body.dm-checkout-page {
  --dm-checkout-blue: #2457d6;
  --dm-checkout-blue-dark: #1745b4;
  --dm-checkout-ink: #15171a;
  --dm-checkout-muted: #657189;
  --dm-checkout-line: #dfe6f0;
  --dm-checkout-bg: #f4f7fb;
  min-width: 320px;
  overflow-x: clip;
  background: var(--dm-checkout-bg) !important;
  color: var(--dm-checkout-ink); }

/* line 6687, theme.scss */
body.dm-checkout-page .dm-checkout-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--dm-checkout-line) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 10px 30px rgba(26, 48, 92, 0.055) !important; }

/* line 6695, theme.scss */
body.dm-checkout-page .dm-checkout-header__inner {
  min-height: 76px; }

/* line 6699, theme.scss */
body.dm-checkout-page .dm-checkout-header__secure i,
body.dm-checkout-page .dm-checkout-policy > span {
  background: #e9f1ff !important;
  color: var(--dm-checkout-blue) !important; }

/* line 6705, theme.scss */
body.dm-checkout-page .dm-checkout-progress {
  max-width: 1240px;
  min-height: 58px;
  display: block;
  overflow-x: auto;
  scrollbar-width: none;
  border-top: 1px solid #edf1f6; }

/* line 6714, theme.scss */
body.dm-checkout-page .dm-checkout-progress::-webkit-scrollbar {
  display: none; }

/* line 6718, theme.scss */
body.dm-checkout-page .dm-checkout-progress ol {
  width: 100%;
  min-width: 560px;
  min-height: 58px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 6731, theme.scss */
body.dm-checkout-page .dm-checkout-progress li {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #7a8598;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap; }

/* line 6744, theme.scss */
body.dm-checkout-page .dm-checkout-progress li + li::before {
  content: "";
  position: absolute;
  left: -18%;
  width: 36%;
  height: 1px;
  background: #dce4ef; }

/* line 6753, theme.scss */
body.dm-checkout-page .dm-checkout-progress li i {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border: 1px solid #d6dfec;
  border-radius: 9px;
  background: #fff;
  color: #657189;
  font-size: 10px;
  font-style: normal;
  font-weight: 850; }

/* line 6769, theme.scss */
body.dm-checkout-page .dm-checkout-progress li.is-current {
  color: var(--dm-checkout-blue-dark); }

/* line 6773, theme.scss */
body.dm-checkout-page .dm-checkout-progress li.is-current i {
  border-color: var(--dm-checkout-blue);
  background: var(--dm-checkout-blue);
  color: #fff; }

/* line 6779, theme.scss */
body.dm-checkout-page main {
  overflow: clip;
  padding: 0 0 68px !important;
  background: radial-gradient(circle at 88% 2%, rgba(36, 87, 214, 0.075), rgba(0, 0, 0, 0) 27%), var(--dm-checkout-bg) !important; }

/* line 6787, theme.scss */
body.dm-checkout-page .dm-checkout-context {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
  column-gap: 36px;
  align-items: end;
  padding-top: 38px !important; }

/* line 6795, theme.scss */
body.dm-checkout-page .dm-checkout-context__note,
body.dm-checkout-page .dm-checkout-context h1,
body.dm-checkout-page .dm-checkout-context > p:not(.dm-checkout-live) {
  grid-column: 1; }

/* line 6801, theme.scss */
body.dm-checkout-page .dm-checkout-context h1 {
  margin-top: 8px;
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.045em; }

/* line 6807, theme.scss */
body.dm-checkout-page .dm-checkout-policy {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid #dbe4f1;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.84); }

/* line 6820, theme.scss */
body.dm-checkout-page .dm-checkout-policy > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 900; }

/* line 6830, theme.scss */
body.dm-checkout-page .dm-checkout-policy div {
  min-width: 0;
  display: grid;
  gap: 3px; }

/* line 6836, theme.scss */
body.dm-checkout-page .dm-checkout-policy strong {
  color: var(--dm-checkout-ink);
  font-size: 13px; }

/* line 6841, theme.scss */
body.dm-checkout-page .dm-checkout-policy small {
  color: var(--dm-checkout-muted);
  font-size: 11px;
  line-height: 1.35; }

/* line 6847, theme.scss */
body.dm-checkout-page .dm-checkout-live {
  min-height: 18px;
  grid-column: 1 / -1;
  margin: 8px 0 -18px;
  color: #526078;
  font-size: 12px; }

/* line 6855, theme.scss */
body.dm-checkout-page main > .layout {
  width: calc(100% - var(--dm-page-inset)) !important;
  max-width: var(--dm-shell) !important;
  margin: 30px auto 0 !important; }

/* line 6861, theme.scss */
body.dm-checkout-page .co-section--checkout_order_sided {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px) !important;
  gap: 24px !important; }

/* line 6866, theme.scss */
body.dm-checkout-page .co-section--checkout_header,
body.dm-checkout-page [class*="co-checkout-block"],
body.dm-checkout-page .co-basket,
body.dm-checkout-page .co-delivery_method,
body.dm-checkout-page .co-payment_method {
  border-color: var(--dm-checkout-line) !important;
  border-radius: 17px !important;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(25, 52, 104, 0.055) !important; }

/* line 6877, theme.scss */
body.dm-checkout-page input,
body.dm-checkout-page textarea,
body.dm-checkout-page select,
body.dm-checkout-page .co-input--wrapper {
  min-height: 48px;
  border-color: #dbe3ee !important;
  border-radius: 12px !important;
  background-color: #fff !important;
  color: var(--dm-checkout-ink) !important; }

/* line 6888, theme.scss */
body.dm-checkout-page input[type="radio"],
body.dm-checkout-page input[type="checkbox"] {
  min-width: 22px;
  min-height: 22px;
  accent-color: var(--dm-checkout-blue); }

/* line 6895, theme.scss */
body.dm-checkout-page .co-delivery_method,
body.dm-checkout-page .co-payment_method,
body.dm-checkout-page label:has(> input[type="radio"]),
body.dm-checkout-page label:has(> input[type="checkbox"]) {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px; }

/* line 6905, theme.scss */
body.dm-checkout-page input:-webkit-autofill,
body.dm-checkout-page textarea:-webkit-autofill,
body.dm-checkout-page select:-webkit-autofill {
  -webkit-text-fill-color: var(--dm-checkout-ink) !important;
  box-shadow: 0 0 0 1000px #eef4ff inset !important; }

/* line 6912, theme.scss */
body.dm-checkout-page [aria-invalid="true"],
body.dm-checkout-page .dm-field-invalid,
body.dm-checkout-page [class*="error"]:not(script):not(style) {
  border-color: #d86b76 !important; }

/* line 6918, theme.scss */
body.dm-checkout-page .co-input-error,
body.dm-checkout-page .co-notice--danger,
body.dm-checkout-page .dm-field-invalid [class*="error"] {
  border-radius: 10px !important;
  background: #fff1f2 !important;
  color: #9f2632 !important; }

/* line 6926, theme.scss */
body.dm-checkout-page .co-button,
body.dm-checkout-page button,
body.dm-checkout-page input[type="submit"] {
  min-height: 48px;
  border-color: transparent !important;
  border-radius: 12px !important; }

/* line 6934, theme.scss */
body.dm-checkout-page .co-button--checkout,
body.dm-checkout-page button[type="submit"],
body.dm-checkout-page input[type="submit"] {
  background: var(--dm-checkout-blue) !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(36, 87, 214, 0.18) !important; }

/* line 6942, theme.scss */
body.dm-checkout-page [data-dm-checkout-submit][aria-busy="true"] {
  cursor: progress;
  opacity: 0.76; }

/* line 6947, theme.scss */
body.dm-checkout-page :is(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid rgba(36, 87, 214, 0.32) !important;
  outline-offset: 3px !important;
  box-shadow: none !important; }

/* line 6953, theme.scss */
body.dm-checkout-page .dm-checkout-footer {
  padding: 24px 0;
  border-top: 1px solid var(--dm-checkout-line);
  background: #fff; }

/* line 6959, theme.scss */
body.dm-checkout-page .dm-checkout-footer__inner {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(260px, 1fr);
  align-items: start;
  gap: 24px; }

/* line 6966, theme.scss */
body.dm-checkout-page .dm-checkout-footer__inner > div {
  min-width: 0;
  display: grid;
  gap: 5px; }

/* line 6972, theme.scss */
body.dm-checkout-page .dm-checkout-footer__inner strong {
  color: #343b48;
  font-size: 12px; }

/* line 6977, theme.scss */
body.dm-checkout-page .dm-checkout-footer a,
body.dm-checkout-page .dm-checkout-footer button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
  color: var(--dm-checkout-blue-dark);
  font: inherit;
  font-size: 12px;
  text-decoration: none; }

/* line 6990, theme.scss */
body.dm-checkout-page .dm-checkout-footer__legal {
  justify-items: end; }

/* line 6994, theme.scss */
body.dm-checkout-page .checkout-app .warning,
body.dm-checkout-page .checkout-app .warning--text,
body.dm-checkout-page .checkout-app [class*="warning"] {
  border-color: #b9c9e7 !important;
  background-color: #eef4ff !important;
  color: var(--dm-accent-hover) !important; }

@media (max-width: 980px) {
  /* line 7003, theme.scss */
  body .dm-cart-page .dm-cart-layout,
  body.dm-checkout-page .co-section--checkout_order_sided {
    grid-template-columns: minmax(0, 1fr) !important; }

  /* line 7008, theme.scss */
  body.dm-checkout-page .co-section--checkout_order_sided > .co-section--checkout_order-summary,
  body.dm-checkout-page .co-section--checkout_order_sided > .co-checkout-order_form--aside,
  body.dm-checkout-page .co-section--checkout_order_sided > [class*="checkout_order-summary"],
  body.dm-checkout-page .co-section--checkout_order_sided > [class*="checkout_sidebar"] {
    position: static !important;
    grid-column: 1 !important;
    grid-row: auto !important; }

  /* line 7017, theme.scss */
  body.dm-checkout-page .dm-checkout-context {
    grid-template-columns: minmax(0, 1fr); }

  /* line 7021, theme.scss */
  body.dm-checkout-page .dm-checkout-policy {
    grid-column: 1;
    grid-row: auto;
    width: min(100%, 520px);
    margin-top: 18px; }

  /* line 7028, theme.scss */
  body.dm-checkout-page .dm-checkout-footer__inner {
    grid-template-columns: 1fr 1fr; }

  /* line 7032, theme.scss */
  body.dm-checkout-page .dm-checkout-footer__legal {
    grid-column: 1 / -1;
    justify-items: start;
    grid-auto-flow: column;
    justify-content: start;
    gap: 18px; } }
@media (max-width: 700px) {
  /* line 7042, theme.scss */
  body .dm-cart-page {
    width: calc(100% - var(--dm-page-inset)) !important;
    max-width: var(--dm-shell) !important; }

  /* line 7047, theme.scss */
  body .dm-cart-page .dm-cart-status {
    margin-top: -10px; }

  /* line 7051, theme.scss */
  body .dm-cart-page .dm-cart-widget .cart-item {
    min-width: 0 !important; }

  /* line 7055, theme.scss */
  body .dm-cart-page .dm-cart-widget .counter {
    width: 132px !important;
    min-width: 132px !important;
    display: grid !important;
    grid-template-columns: repeat(3, 44px) !important; }

  /* line 7062, theme.scss */
  body .dm-cart-page .dm-cart-widget .counter-button,
  body .dm-cart-page .dm-cart-widget .counter-input,
  body .dm-cart-page .dm-cart-widget [data-quantity-change] {
    width: 44px !important;
    min-width: 44px !important; }

  /* line 7069, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories {
    margin: 8px 4px 16px;
    padding-top: 12px; }

  /* line 7074, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__head {
    align-items: start; }

  /* line 7078, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__head h2 {
    font-size: 15px; }

  /* line 7082, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__rail {
    grid-auto-columns: minmax(238px, 82vw); }

  /* line 7086, theme.scss */
  body .dm-cart-page .dm-cart-line-accessory {
    grid-template-columns: 64px minmax(0, 1fr); }

  /* line 7090, theme.scss */
  body .dm-cart-page .dm-cart-line-accessory__media {
    width: 64px;
    height: 64px; }

  /* line 7095, theme.scss */
  body .dm-cart-page .dm-cart-line-accessory__bottom button {
    padding-inline: 10px; }

  /* line 7099, theme.scss */
  body.dm-checkout-page .dm-checkout-header__inner,
  body.dm-checkout-page .dm-checkout-context,
  body.dm-checkout-page main > .layout,
  body.dm-checkout-page .dm-checkout-footer__inner {
    width: calc(100% - 28px) !important; }

  /* line 7106, theme.scss */
  body.dm-checkout-page .dm-checkout-header__inner {
    grid-template-columns: minmax(120px, 1fr) auto;
    gap: 10px; }

  /* line 7111, theme.scss */
  body.dm-checkout-page .dm-checkout-header__back {
    font-size: 11px; }

  /* line 7115, theme.scss */
  body.dm-checkout-page .dm-checkout-progress ol {
    min-width: 100%; }

  /* line 7119, theme.scss */
  body.dm-checkout-page .dm-checkout-progress li {
    flex-direction: column;
    gap: 3px;
    font-size: 9px;
    line-height: 1; }

  /* line 7126, theme.scss */
  body.dm-checkout-page .dm-checkout-progress li + li::before {
    top: 16px;
    left: -20%;
    width: 40%; }

  /* line 7132, theme.scss */
  body.dm-checkout-page .dm-checkout-context {
    padding-top: 26px !important; }

  /* line 7136, theme.scss */
  body.dm-checkout-page .dm-checkout-context h1 {
    font-size: 34px; }

  /* line 7140, theme.scss */
  body.dm-checkout-page main > .layout {
    margin-top: 24px !important; }

  /* line 7144, theme.scss */
  body.dm-checkout-page .co-section--checkout_header,
  body.dm-checkout-page [class*="co-checkout-block"],
  body.dm-checkout-page .co-basket,
  body.dm-checkout-page .co-delivery_method,
  body.dm-checkout-page .co-payment_method {
    border-radius: 14px !important; }

  /* line 7152, theme.scss */
  body.dm-checkout-page .dm-checkout-footer__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px; }

  /* line 7157, theme.scss */
  body.dm-checkout-page .dm-checkout-footer__legal {
    grid-column: 1;
    grid-auto-flow: row;
    gap: 0; } }
@media (max-width: 420px) {
  /* line 7165, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__head a {
    font-size: 0; }

  /* line 7169, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__head a span {
    font-size: 16px; }

  /* line 7173, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__rail {
    grid-auto-columns: minmax(232px, 86vw); }

  /* line 7177, theme.scss */
  body .dm-cart-page .dm-cart-line-accessory__bottom button [data-dm-add-label] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0); } }
@media (prefers-reduced-motion: reduce) {
  /* line 7187, theme.scss */
  body .dm-cart-page *,
  body .dm-cart-page *::before,
  body .dm-cart-page *::after,
  body.dm-checkout-page *,
  body.dm-checkout-page *::before,
  body.dm-checkout-page *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important; } }
/* DeviceMall Content-owned Article slice. Accepted CSS above remains immutable. */
/* line 7201, theme.scss */
body .dm-article-page,
body .dm-article-page .dm-article-head,
body .dm-article-page .dm-article-head__copy,
body .dm-article-page .dm-article-head__media,
body .dm-article-page .dm-article-layout,
body .dm-article-page .dm-article-content,
body .dm-article-page .dm-article-aside,
body .dm-article-page .dm-article-widgets {
  min-width: 0;
  box-sizing: border-box; }

/* line 7213, theme.scss */
body .dm-article-page .dm-article-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 56px);
  margin-top: 22px;
  padding: clamp(28px, 4vw, 56px);
  border: 1px solid var(--dm-border, #dce1e7);
  border-radius: 24px;
  background: var(--dm-surface, #fff); }

/* line 7225, theme.scss */
body .dm-article-page .dm-article-head h1 {
  max-width: 22ch;
  margin: 0;
  font-size: clamp(36px, 4vw, 52px);
  letter-spacing: -0.035em;
  line-height: 1.04;
  overflow-wrap: anywhere;
  text-wrap: balance; }

/* line 7235, theme.scss */
body .dm-article-page .dm-article-head--text-only {
  grid-template-columns: minmax(0, 1fr); }

/* line 7239, theme.scss */
body .dm-article-page .dm-article-head--text-only .dm-article-head__copy {
  max-width: 900px; }

/* line 7243, theme.scss */
body .dm-article-page .dm-article-head time {
  display: block;
  margin-top: 18px; }

/* line 7248, theme.scss */
body .dm-article-page .dm-article-head__media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  margin: 0;
  display: grid;
  place-items: center;
  isolation: isolate;
  border-radius: 18px;
  background: radial-gradient(circle at 80% 20%, rgba(105, 145, 255, 0.48), rgba(0, 0, 0, 0) 27%), linear-gradient(145deg, #edf3ff 0%, #dbe7ff 100%); }

/* line 7262, theme.scss */
body .dm-article-page .dm-article-head__media::before,
body .dm-article-page .dm-article-head__media::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(47, 99, 232, 0.18);
  border-radius: 50%; }

/* line 7271, theme.scss */
body .dm-article-page .dm-article-head__media::before {
  width: 68%;
  aspect-ratio: 1;
  right: -18%;
  bottom: -52%; }

/* line 7278, theme.scss */
body .dm-article-page .dm-article-head__media::after {
  width: 42%;
  aspect-ratio: 1;
  left: -14%;
  top: -30%; }

/* line 7285, theme.scss */
body .dm-article-page .dm-article-head__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  padding: clamp(24px, 4vw, 44px);
  filter: drop-shadow(0 26px 30px rgba(19, 47, 112, 0.18)); }

/* line 7296, theme.scss */
body .dm-article-page .dm-article-head--photo .dm-article-head__media {
  min-height: 100%;
  border-radius: 0;
  background: #12347f; }

/* line 7302, theme.scss */
body .dm-article-page .dm-article-head--photo .dm-article-head__media img {
  padding: 0;
  object-fit: cover;
  filter: none; }

/* line 7308, theme.scss */
body .dm-article-page .dm-article-head--photo {
  overflow: hidden;
  min-height: clamp(390px, 28vw, 420px);
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #0c2a6c 0%, #173f92 100%);
  color: #fff; }

/* line 7318, theme.scss */
body .dm-article-page .dm-article-head--photo .dm-article-head__copy {
  position: relative;
  z-index: 1;
  padding: clamp(34px, 4.5vw, 62px); }

/* line 7324, theme.scss */
body .dm-article-page .dm-article-head--photo h1 {
  max-width: 19ch;
  color: #fff;
  font-size: clamp(36px, 3.4vw, 48px);
  line-height: 1.02; }

/* line 7331, theme.scss */
body .dm-article-page .dm-article-head--photo .dm-service-label,
body .dm-article-page .dm-article-head--photo time,
body .dm-article-page .dm-article-head--photo .dm-article-tags a {
  color: rgba(255, 255, 255, 0.78); }

/* line 7337, theme.scss */
body .dm-article-page .dm-article-head--photo .dm-article-tags a {
  border-color: rgba(255, 255, 255, 0.28); }

/* line 7341, theme.scss */
body .dm-article-page .dm-article-head--iphone-18 .dm-article-head__media img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  filter: none; }

/* line 7353, theme.scss */
body .dm-article-page .dm-article-head--iphone-18 .dm-article-head__media {
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  background: #f4f4f6; }

/* line 7359, theme.scss */
body .dm-article-page .dm-article-head--photo .dm-article-head__media::before {
  content: none; }

/* line 7363, theme.scss */
body .dm-article-page .dm-article-head--photo .dm-article-head__media::after {
  z-index: 1;
  inset: 0 auto 0 0;
  width: 14%;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(23, 63, 146, 0.38), transparent); }

/* line 7373, theme.scss */
body .dm-article-page .dm-article-head--iphone-18 .dm-article-head__media::before,
body .dm-article-page .dm-article-head--iphone-18 .dm-article-head__media::after {
  content: none; }

/* line 7378, theme.scss */
body .dm-article-page .dm-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 74ch) minmax(260px, 320px);
  align-items: start;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 72px);
  margin-top: clamp(28px, 5vw, 64px); }

/* line 7387, theme.scss */
body .dm-article-page .dm-article-content {
  width: 100%;
  max-width: 74ch;
  overflow-wrap: anywhere;
  color: var(--dm-text, #15171a);
  font-size: 16px;
  line-height: 1.7; }

/* line 7396, theme.scss */
body .dm-article-page .dm-article-content > :first-child {
  margin-top: 0; }

/* line 7400, theme.scss */
body .dm-article-page .dm-article-content img,
body .dm-article-page .dm-article-content iframe,
body .dm-article-page .dm-article-content video {
  max-width: 100%;
  height: auto; }

/* line 7407, theme.scss */
body .dm-article-page .dm-article-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto; }

/* line 7413, theme.scss */
body .dm-article-page .dm-article-aside {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 320px;
  padding: 24px;
  border: 1px solid var(--dm-border, #dce1e7);
  border-radius: 18px;
  background: var(--dm-surface, #fff); }

/* line 7424, theme.scss */
body .dm-article-page .dm-article-aside p {
  margin: 0;
  line-height: 1.55; }

/* line 7429, theme.scss */
body .dm-article-page .dm-article-aside .dm-button {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 50px;
  padding-inline: 18px;
  white-space: normal; }

/* line 7439, theme.scss */
body .dm-article-page .dm-article-widgets {
  margin-top: clamp(28px, 5vw, 64px); }

@media (max-width: 900px) {
  /* line 7444, theme.scss */
  body .dm-article-page .dm-article-head,
  body .dm-article-page .dm-article-layout {
    grid-template-columns: minmax(0, 1fr); }

  /* line 7449, theme.scss */
  body .dm-article-page .dm-article-content,
  body .dm-article-page .dm-article-aside {
    max-width: 100%; }

  /* line 7454, theme.scss */
  body .dm-article-page .dm-article-head--photo .dm-article-head__media {
    min-height: 0;
    aspect-ratio: 16 / 9; }

  /* line 7459, theme.scss */
  body .dm-article-page .dm-article-head--iphone-18 .dm-article-head__media {
    border-radius: 0 0 18px 18px; } }
@media (max-width: 560px) {
  /* line 7465, theme.scss */
  body .dm-article-page .dm-article-head {
    gap: 24px;
    margin-top: 14px;
    padding: 24px 20px;
    border-radius: 18px; }

  /* line 7472, theme.scss */
  body .dm-article-page .dm-article-head--photo {
    gap: 0;
    min-height: 0;
    padding: 0; }

  /* line 7478, theme.scss */
  body .dm-article-page .dm-article-head--photo .dm-article-head__copy {
    padding: 28px 22px 24px; }

  /* line 7482, theme.scss */
  body .dm-article-page .dm-article-head h1 {
    max-width: none;
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.08; }

  /* line 7488, theme.scss */
  body .dm-article-page .dm-article-head__media {
    min-height: 240px; }

  /* line 7492, theme.scss */
  body .dm-article-page .dm-article-layout {
    gap: 24px;
    margin-top: 28px; }

  /* line 7497, theme.scss */
  body .dm-article-page .dm-article-aside {
    padding: 20px; } }
/* Editorial metadata authority: blog tags are navigation, not decoration. */
/* line 7503, theme.scss */
body .dm-blog-page .dm-blog-tags {
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none; }

/* line 7514, theme.scss */
body .dm-blog-page .dm-blog-tags::-webkit-scrollbar {
  display: none; }

/* line 7518, theme.scss */
body .dm-blog-page .dm-blog-tags a,
body .dm-article-page .dm-article-tags a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 0 14px;
  border: 1px solid var(--dm-line, #e1e4e9);
  border-radius: 999px;
  background: var(--dm-surface, #fff);
  color: var(--dm-muted, #5f6672);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease; }

/* line 7535, theme.scss */
body .dm-blog-page .dm-blog-tags a.is-current,
body .dm-blog-page .dm-blog-tags a:hover,
body .dm-article-page .dm-article-tags a:hover {
  border-color: var(--dm-accent, #2f63e8);
  background: var(--dm-accent-soft, #eaf0ff);
  color: var(--dm-accent-hover, #1745b4); }

/* line 7543, theme.scss */
body .dm-blog-page .dm-blog-tags a:focus-visible,
body .dm-article-page .dm-article-tags a:focus-visible {
  outline: 3px solid rgba(47, 99, 232, 0.3);
  outline-offset: 2px; }

/* line 7549, theme.scss */
body .dm-blog-page .dm-blog-card__meta {
  min-height: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px; }

/* line 7557, theme.scss */
body .dm-blog-page .dm-blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

/* line 7563, theme.scss */
body .dm-blog-page .dm-blog-card__tags a {
  padding: 5px 8px;
  border-radius: 999px;
  background: var(--dm-accent-soft, #eaf0ff);
  color: #214da9;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none; }

/* line 7574, theme.scss */
body .dm-blog-page .dm-pagination > a,
body .dm-blog-page .dm-pagination > span {
  min-width: 44px;
  height: 44px;
  display: grid;
  place-items: center; }

/* line 7582, theme.scss */
body .dm-blog-page .dm-pagination .is-disabled {
  opacity: .45;
  cursor: not-allowed; }

/* line 7587, theme.scss */
body .dm-article-page .dm-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px; }

/* line 7594, theme.scss */
body .dm-article-page .dm-article-tags a {
  min-height: 36px;
  padding-inline: 12px;
  background: #f7f9fd;
  font-size: 12px; }

/* Global interaction states */
/* line 7603, theme.scss */
::selection {
  background: #dbe7ff;
  color: #14213f; }

/* line 7608, theme.scss */
::-moz-selection {
  background: #dbe7ff;
  color: #14213f; }

/* line 7613, theme.scss */
:where(a, button, input, select, textarea, summary, [role="button"], [tabindex]) {
  -webkit-tap-highlight-color: rgba(47, 99, 232, 0.16); }

/* line 7617, theme.scss */
:where(a, button, input, select, textarea, summary, [role="button"], [tabindex]):focus-visible {
  outline-color: var(--dm-accent); }

/* DeviceMall interaction authority.
   Mirrored here because InSales can load its generated settings layer after theme.scss. */
/* line 7623, theme.scss */
:root body {
  --controls-btn-border-radius: 14px !important;
  --color-btn-bg: var(--dm-accent) !important;
  --color-btn-bg-is-light: false !important;
  --color-btn-bg-minor-shade: #3b73ee !important;
  --color-btn-bg-minor-shade-is-light: false !important;
  --color-btn-bg-major-shade: var(--dm-accent-hover) !important;
  --color-btn-bg-major-shade-is-light: false !important;
  --color-btn-bg-half-shade: #17347f !important;
  --color-btn-bg-half-shade-is-dark: true !important;
  --color-accent-text: var(--dm-accent) !important;
  --color-accent-text-is-dark: true !important;
  --color-accent-text-minor-shade: #3b73ee !important;
  --color-accent-text-minor-shade-is-dark: true !important;
  --color-accent-text-major-shade: var(--dm-accent-hover) !important;
  --color-accent-text-major-shade-is-dark: true !important;
  --color-accent-text-half-shade: #17347f !important;
  --color-accent-text-half-shade-is-light: false !important;
  --color-notice-warning: #eaf1ff !important;
  --color-notice-warning-is-light: true !important;
  --color-notice-warning-minor-shade: #dbe7ff !important;
  --color-notice-warning-minor-shade-is-light: true !important;
  --color-notice-warning-major-shade: #c9dcff !important;
  --color-notice-warning-major-shade-is-light: true !important;
  --color-notice-warning-half-shade: #2f63e8 !important;
  --color-notice-warning-half-shade-is-dark: true !important; }

/* line 7651, theme.scss */
body .dm-page--collection .dm-category-rail a:visited {
  color: var(--dm-text) !important; }

/* line 7655, theme.scss */
body .dm-page--collection .dm-category-rail a:is(:hover, :focus, :active),
body .dm-page--collection .dm-category-rail a.is-active,
body .dm-page--collection .dm-category-rail a.is-active:visited {
  border-color: var(--dm-accent) !important;
  background: var(--dm-accent) !important;
  color: #fff !important; }

/* line 7663, theme.scss */
body .dm-page--collection .dm-catalog-sidebar__nav a:visited {
  color: #3c4657 !important; }

/* line 7667, theme.scss */
body .dm-page--collection .dm-catalog-sidebar__nav a:is(:hover, :focus) {
  background: var(--dm-accent-soft) !important;
  color: var(--dm-accent) !important; }

/* line 7672, theme.scss */
body .dm-page--collection .dm-catalog-sidebar__nav a:active,
body .dm-page--collection .dm-catalog-sidebar__nav a.is-active,
body .dm-page--collection .dm-catalog-sidebar__nav a.is-active:is(:visited, :hover, :focus, :active) {
  background: var(--dm-accent) !important;
  color: #fff !important; }

/* line 7679, theme.scss */
body .dm-page--collection .dm-catalog-sidebar__nav a.is-active small {
  color: rgba(255, 255, 255, 0.76) !important; }

/* line 7683, theme.scss */
body .dm-page--collection .dm-catalog-sidebar__head a:is(:visited, :hover, :focus, :active),
body .dm-page--collection .dm-breadcrumbs a:is(:visited, :hover, :focus, :active) {
  color: var(--dm-accent) !important; }

/* line 7688, theme.scss */
body .dm-page--collection .dm-variant-card__title a:is(:visited, :hover, :focus, :active) {
  color: var(--dm-text) !important; }

/* line 7692, theme.scss */
body .dm-page--collection .dm-pagination a:is(:visited, :hover, :focus, :active),
body .dm-page--collection .dm-pagination .is-current {
  border-color: var(--dm-accent) !important;
  background: var(--dm-accent) !important;
  color: #fff !important; }

/* Layout-level interaction rules migrated from layouts.layout.liquid. */
/* line 7700, theme.scss */
.dm-search__submit,
.dm-selection-product__body > div > a {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  min-height: 44px !important; }

/* line 7708, theme.scss */
.dm-variant-filter__range:focus-within {
  border-color: var(--dm-accent) !important;
  box-shadow: 0 0 0 3px rgba(36, 87, 214, 0.16) !important; }

/* line 7713, theme.scss */
.dm-button::after,
.button::after,
[data-item-add]::after,
.dm-cart-widget .coupon-button::after,
.dm-cart-widget .cart-controls .button::after,
.dm-cart-widget .cart__area-controls .button::after,
body[data-theme-template*="checkout"] .co-button::after,
body[data-theme-template*="checkout"] button[type="submit"]::after {
  pointer-events: none !important; }

/* Unified DeviceMall page canvas.
   Pages inherit one storefront background; only real components own surfaces. */
/* line 7727, theme.scss */
html {
  background: #fff; }

/* line 7731, theme.scss */
:root body {
  background: #fff !important; }

/* line 7735, theme.scss */
body main,
body .dm-main,
body .dm-page,
body .dm-secondary-page,
body .dm-home,
body .dm-page--collection,
body .dm-page--product[data-dm-product-id] {
  background: transparent !important; }

/* line 7745, theme.scss */
body .dm-page--product[data-dm-product-id] .dm-pdp-shell,
body .dm-page--product[data-dm-product-id] .dm-product-widget,
body .dm-page--product[data-dm-product-id] .dm-product-widget > .layout:has(.product[data-product-id]),
body .dm-page--product[data-dm-product-id] .dm-product-widget > .layout:has(.dmpi) {
  background: transparent !important; }

/* Product and catalog navigation share the same visual axis as their content. */
@media (min-width: 768px) {
  /* line 7754, theme.scss */
  body .dm-page--collection .dm-breadcrumbs--page {
    max-width: 1540px; }

  /* line 7758, theme.scss */
  body .dm-page--product[data-dm-product-id] .dm-pdp-shell {
    max-width: 1320px; } }
/* Cart composition v2: fluid shell and one coherent checkout workspace. */
/* line 7764, theme.scss */
body .dm-cart-page {
  width: calc(100% - var(--dm-page-inset)) !important;
  max-width: var(--dm-shell) !important;
  overflow: visible !important; }

/* line 7770, theme.scss */
body .dm-cart-page .dm-cart-heading {
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 28px !important; }

/* Breadcrumbs are quiet orientation, aligned to the same content axis. */
/* line 7776, theme.scss */
body .dm-page--collection .dm-breadcrumbs--page,
body .dm-page--product[data-dm-product-id] .dm-breadcrumbs--product {
  width: calc(100% - 40px) !important;
  max-width: 1480px !important;
  min-height: 38px;
  margin: 14px auto 12px !important;
  padding: 0 16px !important;
  gap: 6px !important;
  border: 1px solid #e4eaf3;
  border-radius: 12px;
  color: #778297;
  background: #f8faff;
  font-size: 12px !important; }

/* line 7791, theme.scss */
body .dm-page--collection .dm-breadcrumbs--page a,
body .dm-page--product[data-dm-product-id] .dm-breadcrumbs--product a {
  color: #526078 !important;
  font-weight: 650; }

/* line 7797, theme.scss */
body .dm-page--collection .dm-breadcrumbs--page a:hover,
body .dm-page--product[data-dm-product-id] .dm-breadcrumbs--product a:hover {
  color: #2b69e6 !important; }

/* line 7802, theme.scss */
body .dm-page--collection .dm-breadcrumbs--page svg,
body .dm-page--product[data-dm-product-id] .dm-breadcrumbs--product svg {
  width: 13px !important;
  min-width: 13px !important;
  max-width: 13px !important;
  height: 13px !important;
  min-height: 13px !important;
  max-height: 13px !important;
  flex-basis: 13px !important;
  color: #a4adbc; }

@media (max-width: 640px) {
  /* line 7815, theme.scss */
  body .dm-page--collection .dm-breadcrumbs--page,
  body .dm-page--product[data-dm-product-id] .dm-breadcrumbs--product {
    width: calc(100% - 24px) !important;
    min-height: 34px;
    margin: 9px auto 10px !important;
    padding: 0 12px !important;
    border-radius: 10px;
    overflow-x: auto; } }
/* line 7826, theme.scss */
body .dm-cart-page .dm-cart-next-step {
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important; }

/* line 7833, theme.scss */
body .dm-cart-page .dm-cart-next-step span {
  color: #7a8598 !important; }

/* line 7837, theme.scss */
body .dm-cart-page .dm-cart-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px) !important;
  align-items: start !important;
  gap: 20px !important; }

/* line 7844, theme.scss */
body .dm-cart-page .dm-cart-primary {
  display: block !important;
  min-width: 0 !important; }

/* line 7849, theme.scss */
body .dm-cart-page .dm-cart-widget {
  padding: 12px !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 32px rgba(24, 53, 112, 0.045) !important; }

/* line 7855, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .cart__area-controls {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px !important;
  border: 1px solid #e1e7f0 !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(24, 53, 112, 0.09) !important; }

/* line 7868, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .cart__area-controls::before {
  content: "Ваш заказ";
  padding: 4px 4px 0 !important;
  color: #14213d !important;
  font-size: 18px !important;
  font-weight: 780 !important;
  letter-spacing: -0.02em !important; }

/* line 7877, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: stretch !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 4px !important; }

/* line 7887, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-input,
body .dm-cart-page .dm-cart-summary-slot .coupon-button {
  min-height: 44px !important;
  height: 44px !important; }

/* line 7893, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-input {
  position: relative !important;
  min-width: 0 !important;
  border: 1px solid #dce4ef !important;
  border-radius: 12px !important;
  background: #fff !important; }

/* line 7901, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-input [data-remove-coupon] {
  position: absolute !important;
  top: 50% !important;
  right: 8px !important;
  width: 28px !important;
  height: 28px !important;
  display: grid !important;
  place-items: center !important;
  transform: translateY(-50%) !important; }

/* line 7912, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-input input[value=""] + [data-remove-coupon] {
  display: none !important; }

/* line 7916, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-button {
  min-width: 118px !important;
  padding-inline: 18px !important;
  border: 1px solid var(--dm-accent) !important;
  border-radius: 12px !important;
  background: var(--dm-accent) !important;
  color: #fff !important; }

/* line 7925, theme.scss */
body .dm-cart-page .dm-cart-line-accessories:has(.dm-cart-line-accessories__empty) {
  display: grid !important;
  grid-template-columns: minmax(150px, auto) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 10px 2px 4px !important;
  padding: 12px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #fafbfd !important; }

/* line 7937, theme.scss */
body .dm-cart-page .dm-cart-line-accessories:has(.dm-cart-line-accessories__empty) .dm-cart-line-accessories__head {
  align-items: center !important;
  margin: 0 !important; }

/* line 7942, theme.scss */
body .dm-cart-page .dm-cart-line-accessories:has(.dm-cart-line-accessories__empty) .dm-cart-line-accessories__head h2 {
  display: none !important; }

/* line 7946, theme.scss */
body .dm-cart-page .dm-cart-line-accessories:has(.dm-cart-line-accessories__empty) .dm-cart-line-accessories__rail {
  display: block !important;
  padding: 0 !important;
  overflow: visible !important; }

/* line 7952, theme.scss */
body .dm-cart-page .dm-cart-line-accessories:has(.dm-cart-line-accessories__empty) .dm-cart-line-accessories__empty {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  background: transparent !important; }

/* line 7959, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .cart-controls {
  width: 100% !important;
  margin: 0 !important;
  padding: 20px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: #102d6f !important;
  color: #fff !important;
  box-shadow: none !important; }

/* line 7970, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .cart-controls .button,
body .dm-cart-page .dm-cart-summary-slot .cart-controls [data-cart-submit],
body .dm-cart-page .dm-cart-summary-slot .cart-controls button[type="submit"],
body .dm-cart-page .dm-cart-summary-slot .cart-controls input[type="submit"] {
  width: 100% !important;
  min-height: 52px !important;
  border-radius: 13px !important; }

/* line 7979, theme.scss */
body .dm-cart-page .dm-cart-assurance {
  grid-column: 1 / -1 !important;
  grid-template-columns: 40px minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 14px 16px !important;
  margin-top: 0 !important;
  padding: 18px !important;
  border-radius: 18px !important;
  background: #f5f8fd !important; }

/* line 7990, theme.scss */
body .dm-cart-page .dm-cart-assurance__intro {
  min-width: 0 !important; }

/* line 7994, theme.scss */
body .dm-cart-page .dm-cart-assurance__icon {
  align-self: start !important;
  grid-row: auto !important;
  margin-top: 0 !important; }

/* line 8000, theme.scss */
body .dm-cart-page .dm-cart-assurance h2 {
  font-size: 20px !important; }

/* line 8004, theme.scss */
body .dm-cart-page .dm-cart-assurance > a {
  grid-column: 3 !important;
  grid-row: 1 !important;
  white-space: nowrap !important; }

/* line 8010, theme.scss */
body .dm-cart-page .dm-cart-assurance ol {
  grid-column: 1 / -1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 2px 0 0 !important; }

/* line 8018, theme.scss */
body .dm-cart-page .dm-cart-assurance li {
  min-height: 54px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  border: 1px solid #e1e7f0 !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: #526078 !important;
  font-size: 12px !important;
  line-height: 1.35 !important; }

/* line 8032, theme.scss */
body .dm-cart-page .dm-cart-assurance li::before {
  position: static !important;
  flex: 0 0 auto !important; }

@media (max-width: 900px) {
  /* line 8038, theme.scss */
  body .dm-cart-page .dm-cart-layout {
    display: flex !important;
    flex-direction: column !important; }

  /* line 8043, theme.scss */
  body .dm-cart-page .dm-cart-primary {
    display: contents !important; }

  /* line 8047, theme.scss */
  body .dm-cart-page .dm-cart-widget {
    order: 1 !important; }

  /* line 8051, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot {
    position: static !important;
    order: 2 !important;
    width: 100% !important; }

  /* line 8057, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot .cart-controls {
    display: block !important; }

  /* line 8061, theme.scss */
  body .dm-cart-page .dm-cart-assurance {
    order: 3 !important;
    grid-template-columns: 40px minmax(0, 1fr) !important; }

  /* line 8066, theme.scss */
  body .dm-cart-page .dm-cart-assurance > a {
    grid-column: 2 !important;
    grid-row: auto !important; }

  /* line 8071, theme.scss */
  body .dm-cart-page .dm-cart-assurance ol {
    grid-column: 1 / -1 !important; } }
@media (max-width: 700px) {
  /* line 8077, theme.scss */
  body .dm-cart-page {
    width: calc(100% - 24px) !important; }

  /* line 8081, theme.scss */
  body .dm-cart-page .dm-cart-heading {
    grid-template-columns: 1fr !important; }

  /* line 8085, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot .cart__area-controls {
    padding: 12px !important; }

  /* line 8089, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories:has(.dm-cart-line-accessories__empty) {
    grid-template-columns: 1fr !important; }

  /* line 8093, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot .cart-controls {
    display: block !important;
    padding: 16px !important; }

  /* line 8098, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot .cart-controls .submit-block {
    margin-top: 14px !important; }

  /* line 8102, theme.scss */
  body .dm-cart-page .dm-cart-assurance {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    padding: 16px !important; }

  /* line 8107, theme.scss */
  body .dm-cart-page .dm-cart-assurance > a {
    grid-column: 2 !important;
    grid-row: auto !important; }

  /* line 8112, theme.scss */
  body .dm-cart-page .dm-cart-assurance ol {
    display: none !important; } }
/* Secondary-page composition authority: compact editorial rhythm and stable
   first paint. Kept global only because these templates are not widget types. */
/* line 8119, theme.scss */
.dm-content-widget--page {
  margin-top: 22px;
  padding: clamp(30px, 4vw, 54px); }

/* line 8124, theme.scss */
.dm-content-widget--page .dm-content-widget__head {
  padding-bottom: 24px;
  border-bottom: 1px solid #e3e9f2; }

/* line 8129, theme.scss */
.dm-content-widget--page .dm-content-widget__head h1 {
  max-width: 18ch;
  margin: 0 !important;
  font-size: clamp(38px, 4.2vw, 60px) !important;
  line-height: 1 !important; }

/* line 8136, theme.scss */
.dm-content-widget--page .dm-content-widget__body {
  max-width: 78ch;
  padding-top: 26px; }

/* line 8141, theme.scss */
.dm-content-widget--page .dm-content-widget__body > :first-child {
  margin-top: 0; }

/* line 8145, theme.scss */
body .dm-article-page .dm-article-head--text-only {
  min-height: 0;
  padding-block: clamp(30px, 4vw, 48px);
  background: radial-gradient(circle at 92% 8%, rgba(47, 99, 232, 0.1), rgba(0, 0, 0, 0) 34%), #fff; }

/* line 8153, theme.scss */
body .dm-article-page .dm-article-head--text-only .dm-article-head__copy {
  max-width: 800px; }

/* line 8157, theme.scss */
body .dm-article-page .dm-article-layout {
  margin-top: clamp(30px, 4vw, 48px); }

/* line 8161, theme.scss */
.dm-service-page .dm-service-hero {
  align-items: center;
  gap: clamp(28px, 4vw, 54px);
  padding: clamp(34px, 4vw, 50px);
  border: 1px solid #e3e9f2;
  border-radius: 22px; }

/* line 8169, theme.scss */
.dm-service-page .dm-service-hero h1 {
  max-width: 16ch;
  font-size: clamp(42px, 4.6vw, 64px);
  line-height: 1; }

/* line 8175, theme.scss */
.dm-service-page .dm-service-hero__copy > p {
  margin-top: 18px; }

/* line 8179, theme.scss */
.dm-service-page .dm-delivery-methods,
.dm-service-page .dm-delivery-steps {
  margin-top: 36px; }

/* line 8184, theme.scss */
.dm-service-page .dm-delivery-steps {
  padding: 32px 36px 36px;
  border-radius: 22px; }

/* DeviceMall service mini-landings: factual purchase journeys for about,
   payment and delivery pages. */
/* line 8191, theme.scss */
.dm-info-landing {
  --dm-info-navy: #102d6f;
  --dm-info-blue: #2f63e8;
  --dm-info-soft: #edf3ff;
  --dm-info-line: #d9e2f0;
  width: 100%;
  max-width: 1280px;
  margin: 22px auto 0;
  color: #14213d; }

/* line 8202, theme.scss */
.dm-info-landing *,
.dm-info-landing *::before,
.dm-info-landing *::after {
  box-sizing: border-box; }

/* line 8208, theme.scss */
.dm-info-landing h1,
.dm-info-landing h2,
.dm-info-landing h3,
.dm-info-landing p,
.dm-info-landing dl,
.dm-info-landing dd,
.dm-info-landing ol {
  margin: 0; }

/* line 8218, theme.scss */
.dm-info-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: clamp(30px, 4vw, 56px);
  padding: clamp(36px, 4vw, 52px);
  overflow: hidden;
  border: 1px solid #d8e3f4;
  border-radius: 20px;
  background: var(--dm-info-soft); }

/* line 8231, theme.scss */
.dm-info-hero::after {
  content: "DM";
  position: absolute;
  right: -32px;
  bottom: -78px;
  color: rgba(47, 99, 232, 0.065);
  font-size: clamp(180px, 22vw, 360px);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .8;
  pointer-events: none; }

/* line 8244, theme.scss */
.dm-info-hero__copy,
.dm-info-ticket {
  position: relative;
  z-index: 1; }

/* line 8250, theme.scss */
.dm-info-kicker,
.dm-info-process > header > span,
.dm-info-close > div:first-child > span,
.dm-info-note > div > span {
  display: inline-flex;
  color: var(--dm-info-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2; }

/* line 8261, theme.scss */
.dm-info-hero h1 {
  max-width: 12ch;
  margin-top: 14px;
  color: #101828;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance; }

/* line 8272, theme.scss */
.dm-info-hero__copy > p {
  max-width: 66ch;
  margin-top: 18px;
  color: #4f5f75;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6;
  text-wrap: pretty; }

/* line 8281, theme.scss */
.dm-info-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px; }

/* line 8289, theme.scss */
.dm-info-action {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important; }

/* line 8304, theme.scss */
.dm-info-action--primary {
  background: var(--dm-info-blue);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(47, 99, 232, 0.24); }

/* line 8310, theme.scss */
.dm-info-action--primary:hover {
  background: #1745b4;
  transform: translateY(-1px); }

/* line 8315, theme.scss */
.dm-info-action--disabled {
  border-color: #cbd7e8;
  color: #738097;
  cursor: default; }

/* line 8321, theme.scss */
.dm-info-action:focus-visible {
  outline: 3px solid rgba(47, 99, 232, 0.32);
  outline-offset: 3px; }

/* line 8326, theme.scss */
.dm-info-ticket {
  padding: 10px 26px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(24, 52, 112, 0.13); }

/* line 8333, theme.scss */
.dm-info-ticket > div {
  min-height: 66px;
  display: grid;
  grid-template-columns: minmax(90px, 0.7fr) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  border-bottom: 1px dashed #cfdaea; }

/* line 8342, theme.scss */
.dm-info-ticket > div:last-child {
  border-bottom: 0; }

/* line 8346, theme.scss */
.dm-info-ticket dt,
.dm-info-ticket > div > span {
  color: #77859a;
  font-size: 12px;
  font-weight: 700; }

/* line 8353, theme.scss */
.dm-info-ticket dd,
.dm-info-ticket > div > strong {
  color: #14213d;
  font-size: 16px;
  font-weight: 820;
  line-height: 1.3;
  text-align: right; }

/* line 8362, theme.scss */
.dm-info-statement {
  display: grid;
  grid-template-columns: minmax(130px, 0.35fr) minmax(280px, 1.1fr) minmax(260px, 0.8fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: start;
  padding: clamp(42px, 5vw, 64px) clamp(4px, 2vw, 24px); }

/* line 8370, theme.scss */
.dm-info-statement__lead {
  color: var(--dm-info-blue);
  font-size: 13px;
  font-weight: 800; }

/* line 8376, theme.scss */
.dm-info-statement h2 {
  max-width: 18ch;
  color: #101828;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-wrap: balance; }

/* line 8386, theme.scss */
.dm-info-statement > p:last-child {
  max-width: 62ch;
  color: #526078;
  font-size: 16px;
  line-height: 1.7; }

/* line 8393, theme.scss */
.dm-info-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--dm-info-line);
  border-bottom: 1px solid var(--dm-info-line); }

/* line 8400, theme.scss */
.dm-info-facts--two {
  grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* line 8404, theme.scss */
.dm-info-facts > div {
  padding: 26px clamp(20px, 2.5vw, 34px); }

/* line 8408, theme.scss */
.dm-info-facts > div + div {
  border-left: 1px solid var(--dm-info-line); }

/* line 8412, theme.scss */
.dm-info-facts strong,
.dm-info-facts span {
  display: block; }

/* line 8417, theme.scss */
.dm-info-facts strong {
  color: #101828;
  font-size: 18px; }

/* line 8422, theme.scss */
.dm-info-facts span {
  margin-top: 10px;
  color: #5c687a;
  font-size: 14px;
  line-height: 1.6; }

/* line 8429, theme.scss */
.dm-info-process {
  margin-top: clamp(36px, 5vw, 56px);
  padding: clamp(32px, 4vw, 48px);
  border-radius: 18px;
  background: var(--dm-info-navy);
  color: #fff; }

/* line 8437, theme.scss */
.dm-info-process > header {
  display: grid;
  grid-template-columns: minmax(150px, 0.35fr) minmax(0, 1fr);
  gap: 30px;
  align-items: end; }

/* line 8444, theme.scss */
.dm-info-process > header > span {
  color: #9fc0ff; }

/* line 8448, theme.scss */
.dm-info-process h2 {
  max-width: 18ch;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.05; }

/* line 8457, theme.scss */
.dm-info-process ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 32px;
  padding: 0;
  list-style: none; }

/* line 8466, theme.scss */
.dm-info-process ol.dm-info-process__wide {
  grid-template-columns: repeat(5, minmax(0, 1fr)); }

/* line 8470, theme.scss */
.dm-info-process li {
  min-width: 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 22px 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24); }

/* line 8479, theme.scss */
.dm-info-process li + li {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.18); }

/* line 8484, theme.scss */
.dm-info-process li > span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--dm-info-navy);
  font-size: 12px;
  font-weight: 850; }

/* line 8496, theme.scss */
.dm-info-process li strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.35; }

/* line 8503, theme.scss */
.dm-info-process li p {
  margin-top: 8px;
  color: #c1d1ef;
  font-size: 13px;
  line-height: 1.55; }

/* line 8510, theme.scss */
.dm-info-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(36px, 5vw, 56px);
  overflow: hidden;
  border: 1px solid var(--dm-info-line);
  border-radius: 18px; }

/* line 8520, theme.scss */
.dm-info-split > div {
  min-height: 280px;
  padding: clamp(30px, 4vw, 48px);
  background: #fff; }

/* line 8526, theme.scss */
.dm-info-split > div + div {
  border-left: 1px solid var(--dm-info-line); }

/* line 8530, theme.scss */
.dm-info-split .dm-info-split__accent {
  background: var(--dm-info-soft); }

/* line 8534, theme.scss */
.dm-info-split h2 {
  max-width: 14ch;
  margin-top: 16px;
  color: #101828;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-wrap: balance; }

/* line 8545, theme.scss */
.dm-info-split p {
  max-width: 62ch;
  margin-top: 16px;
  color: #526078;
  line-height: 1.7; }

/* line 8552, theme.scss */
.dm-info-note {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 1.2fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  margin-top: clamp(36px, 5vw, 56px);
  padding: 28px clamp(4px, 2vw, 24px);
  border-top: 1px solid var(--dm-info-line);
  border-bottom: 1px solid var(--dm-info-line); }

/* line 8563, theme.scss */
.dm-info-note h2 {
  margin-top: 10px;
  color: #101828;
  font-size: clamp(27px, 2.6vw, 36px);
  font-weight: 820;
  letter-spacing: -.03em;
  line-height: 1.05; }

/* line 8572, theme.scss */
.dm-info-note > p {
  max-width: 68ch;
  color: #526078;
  line-height: 1.7; }

/* line 8578, theme.scss */
.dm-info-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: clamp(36px, 5vw, 56px);
  padding: clamp(30px, 4vw, 44px);
  border-radius: 18px;
  background: var(--dm-info-blue);
  color: #fff; }

/* line 8590, theme.scss */
.dm-info-close > div:first-child > span {
  color: #c9d9ff; }

/* line 8594, theme.scss */
.dm-info-close h2 {
  max-width: 22ch;
  margin-top: 10px;
  color: #fff;
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.05;
  text-wrap: balance; }

/* line 8605, theme.scss */
.dm-info-close .dm-info-actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-top: 0; }

/* line 8611, theme.scss */
.dm-info-action--light {
  background: #fff;
  color: var(--dm-info-navy) !important;
  box-shadow: 0 12px 28px rgba(12, 36, 91, 0.22); }

/* line 8617, theme.scss */
.dm-info-action--ghost {
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.82);
  cursor: default; }

@media (max-width: 1050px) {
  /* line 8624, theme.scss */
  .dm-info-process ol.dm-info-process__wide {
    grid-template-columns: 1fr; }

  /* line 8628, theme.scss */
  .dm-info-process ol.dm-info-process__wide li,
  .dm-info-process ol.dm-info-process__wide li + li {
    padding: 22px 0;
    border-left: 0; } }
@media (max-width: 820px) {
  /* line 8636, theme.scss */
  .dm-info-hero,
  .dm-info-statement,
  .dm-info-note {
    grid-template-columns: 1fr; }

  /* line 8642, theme.scss */
  .dm-info-hero {
    gap: 26px; }

  /* line 8646, theme.scss */
  .dm-info-statement {
    gap: 20px; }

  /* line 8650, theme.scss */
  .dm-info-facts,
  .dm-info-facts--two,
  .dm-info-split {
    grid-template-columns: 1fr; }

  /* line 8656, theme.scss */
  .dm-info-facts > div + div,
  .dm-info-split > div + div {
    border-top: 1px solid var(--dm-info-line);
    border-left: 0; }

  /* line 8662, theme.scss */
  .dm-info-process > header {
    grid-template-columns: 1fr;
    gap: 14px; }

  /* line 8667, theme.scss */
  .dm-info-process ol {
    grid-template-columns: 1fr; }

  /* line 8671, theme.scss */
  .dm-info-process li,
  .dm-info-process li + li {
    padding: 22px 0;
    border-left: 0; }

  /* line 8677, theme.scss */
  .dm-info-close {
    align-items: flex-start;
    flex-direction: column; }

  /* line 8682, theme.scss */
  .dm-info-close .dm-info-actions {
    justify-content: flex-start; } }
@media (max-width: 560px) {
  /* line 8688, theme.scss */
  .dm-info-landing {
    margin-top: 14px; }

  /* line 8692, theme.scss */
  .dm-info-hero {
    gap: 18px;
    padding: 20px;
    border-radius: 16px; }

  /* line 8698, theme.scss */
  .dm-info-hero h1 {
    max-width: 14ch;
    margin-top: 10px;
    font-size: clamp(31px, 8.6vw, 34px);
    line-height: 1.02; }

  /* line 8705, theme.scss */
  .dm-info-hero__copy > p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.5; }

  /* line 8711, theme.scss */
  .dm-info-actions {
    gap: 8px;
    margin-top: 18px;
    width: 100%; }

  /* line 8717, theme.scss */
  .dm-info-actions .dm-info-action {
    min-height: 46px;
    flex: 1 1 0;
    padding: 10px 12px;
    font-size: 13px; }

  /* line 8724, theme.scss */
  .dm-info-ticket {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 6px 10px; }

  /* line 8730, theme.scss */
  .dm-info-ticket > div {
    min-height: 68px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    padding: 8px 10px; }

  /* line 8740, theme.scss */
  .dm-info-ticket > div:nth-child(odd) {
    border-right: 1px dashed #cfdaea; }

  /* line 8744, theme.scss */
  .dm-info-ticket > div:nth-last-child(-n + 2) {
    border-bottom: 0; }

  /* line 8748, theme.scss */
  .dm-info-ticket dd,
  .dm-info-ticket > div > strong {
    font-size: 15px;
    text-align: left; }

  /* line 8754, theme.scss */
  .dm-info-statement {
    gap: 14px;
    padding: 30px 4px; }

  /* line 8759, theme.scss */
  .dm-info-statement h2,
  .dm-info-process h2 {
    font-size: 28px;
    line-height: 1.08; }

  /* line 8765, theme.scss */
  .dm-info-statement > p:last-child,
  .dm-info-note > p,
  .dm-info-split p {
    line-height: 1.6; }

  /* line 8771, theme.scss */
  .dm-info-facts > div {
    padding: 20px 4px; }

  /* line 8775, theme.scss */
  .dm-info-process,
  .dm-info-close {
    margin-top: 28px;
    padding: 24px 20px;
    border-radius: 16px; }

  /* line 8782, theme.scss */
  .dm-info-process ol {
    margin-top: 24px; }

  /* line 8786, theme.scss */
  .dm-info-process li,
  .dm-info-process li + li {
    padding: 18px 0; }

  /* line 8791, theme.scss */
  .dm-info-split {
    margin-top: 28px;
    border-radius: 16px; }

  /* line 8796, theme.scss */
  .dm-info-split > div {
    min-height: 0;
    padding: 24px 20px; }

  /* line 8801, theme.scss */
  .dm-info-split h2 {
    margin-top: 12px;
    font-size: 27px; }

  /* line 8806, theme.scss */
  .dm-info-note {
    gap: 16px;
    margin-top: 28px;
    padding: 24px 4px; }

  /* line 8812, theme.scss */
  .dm-info-note h2,
  .dm-info-close h2 {
    font-size: 26px;
    line-height: 1.08; }

  /* line 8818, theme.scss */
  .dm-info-close {
    gap: 22px; } }
/* Contacts: a compact showroom page focused on the visit, not a promo landing. */
/* line 8824, theme.scss */
.dm-contact-page {
  --dm-contact-navy: #102d6f;
  --dm-contact-blue: #2f63e8;
  --dm-contact-soft: #f2f6ff;
  --dm-contact-line: #dce4f0;
  width: 100%;
  max-width: 1180px;
  margin: 22px auto 0;
  color: #14213d; }

/* line 8835, theme.scss */
.dm-contact-page *,
.dm-contact-page *::before,
.dm-contact-page *::after {
  box-sizing: border-box; }

/* line 8841, theme.scss */
.dm-contact-page h1,
.dm-contact-page h2,
.dm-contact-page p,
.dm-contact-page dl,
.dm-contact-page dd,
.dm-contact-page ol {
  margin: 0; }

/* line 8850, theme.scss */
.dm-contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: clamp(34px, 4.5vw, 56px);
  border-radius: 16px;
  background: var(--dm-contact-soft); }

/* line 8860, theme.scss */
.dm-contact-label,
.dm-contact-visit > header > span,
.dm-contact-service > div > span {
  display: block;
  color: var(--dm-contact-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2; }

/* line 8870, theme.scss */
.dm-contact-hero h1 {
  max-width: 11ch;
  margin-top: 12px;
  color: #101828;
  font-size: clamp(42px, 4.4vw, 58px);
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: 1;
  text-wrap: balance; }

/* line 8881, theme.scss */
.dm-contact-hero__copy > p {
  max-width: 54ch;
  margin-top: 18px;
  color: #506078;
  font-size: 17px;
  line-height: 1.6; }

/* line 8889, theme.scss */
.dm-contact-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 12px 20px;
  border-radius: 12px;
  background: var(--dm-contact-blue);
  color: #fff !important;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(47, 99, 232, 0.2); }

/* line 8906, theme.scss */
.dm-contact-button:hover {
  background: #1745b4;
  transform: translateY(-1px); }

/* line 8911, theme.scss */
.dm-contact-button:focus-visible {
  outline: 3px solid rgba(47, 99, 232, 0.32);
  outline-offset: 3px; }

/* line 8916, theme.scss */
.dm-contact-location {
  padding: clamp(26px, 3vw, 38px);
  border-radius: 14px;
  background: var(--dm-contact-navy);
  color: #fff;
  font-style: normal; }

/* line 8924, theme.scss */
.dm-contact-location__city {
  display: block;
  color: #a9c4ff;
  font-size: 13px;
  font-weight: 750; }

/* line 8931, theme.scss */
.dm-contact-location > strong {
  display: block;
  margin-top: 10px;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.08; }

/* line 8938, theme.scss */
.dm-contact-location > p {
  margin-top: 8px;
  color: #d9e5ff;
  font-size: 17px;
  font-weight: 700; }

/* line 8945, theme.scss */
.dm-contact-location dl {
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

/* line 8950, theme.scss */
.dm-contact-location dl > div {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16); }

/* line 8959, theme.scss */
.dm-contact-location dl > div:last-child {
  border-bottom: 0; }

/* line 8963, theme.scss */
.dm-contact-location dt {
  color: #a9bde5;
  font-size: 13px;
  font-weight: 650; }

/* line 8969, theme.scss */
.dm-contact-location dd {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-align: right; }

/* line 8976, theme.scss */
.dm-contact-visit {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
  padding: clamp(44px, 6vw, 72px) clamp(4px, 2vw, 22px);
  border-bottom: 1px solid var(--dm-contact-line); }

/* line 8985, theme.scss */
.dm-contact-visit h2,
.dm-contact-service h2 {
  margin-top: 10px;
  color: #101828;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 820;
  letter-spacing: -.03em;
  line-height: 1.06;
  text-wrap: balance; }

/* line 8996, theme.scss */
.dm-contact-visit > header > p {
  max-width: 48ch;
  margin-top: 16px;
  color: #58677b;
  line-height: 1.6; }

/* line 9003, theme.scss */
.dm-contact-visit ol {
  padding: 0;
  list-style: none; }

/* line 9008, theme.scss */
.dm-contact-visit li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid var(--dm-contact-line); }

/* line 9016, theme.scss */
.dm-contact-visit li:first-child {
  padding-top: 0;
  border-top: 0; }

/* line 9021, theme.scss */
.dm-contact-visit li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dm-contact-soft);
  color: var(--dm-contact-blue);
  font-size: 13px;
  font-weight: 850; }

/* line 9033, theme.scss */
.dm-contact-visit li strong {
  display: block;
  color: #18233a;
  font-size: 16px; }

/* line 9039, theme.scss */
.dm-contact-visit li p {
  max-width: 62ch;
  margin-top: 6px;
  color: #5a687c;
  font-size: 14px;
  line-height: 1.55; }

/* line 9047, theme.scss */
.dm-contact-service {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  padding: clamp(40px, 5vw, 60px) clamp(4px, 2vw, 22px); }

/* line 9055, theme.scss */
.dm-contact-service > p {
  max-width: 68ch;
  color: #526078;
  font-size: 16px;
  line-height: 1.7; }

/* line 9062, theme.scss */
.dm-contact-status {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 28px;
  align-items: center;
  padding: 22px 26px;
  border-radius: 14px;
  background: #f7f9fc; }

/* line 9072, theme.scss */
.dm-contact-status strong {
  color: #18233a;
  font-size: 15px; }

/* line 9077, theme.scss */
.dm-contact-status p {
  color: #5f6d80;
  font-size: 14px;
  line-height: 1.5; }

@media (max-width: 820px) {
  /* line 9084, theme.scss */
  .dm-contact-hero,
  .dm-contact-visit,
  .dm-contact-service,
  .dm-contact-status {
    grid-template-columns: 1fr; }

  /* line 9091, theme.scss */
  .dm-contact-hero {
    gap: 26px; }

  /* line 9095, theme.scss */
  .dm-contact-visit,
  .dm-contact-service {
    gap: 28px; }

  /* line 9100, theme.scss */
  .dm-contact-status {
    gap: 8px; } }
@media (max-width: 560px) {
  /* line 9106, theme.scss */
  .dm-contact-page {
    margin-top: 14px; }

  /* line 9110, theme.scss */
  .dm-contact-hero {
    gap: 20px;
    padding: 24px 20px 20px; }

  /* line 9115, theme.scss */
  .dm-contact-hero h1 {
    max-width: none;
    font-size: 34px;
    line-height: 1.02; }

  /* line 9121, theme.scss */
  .dm-contact-hero__copy > p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.5; }

  /* line 9127, theme.scss */
  .dm-contact-button {
    width: 100%;
    margin-top: 18px; }

  /* line 9132, theme.scss */
  .dm-contact-location {
    padding: 22px 20px; }

  /* line 9136, theme.scss */
  .dm-contact-location > strong {
    font-size: 25px; }

  /* line 9140, theme.scss */
  .dm-contact-location dl {
    margin-top: 20px; }

  /* line 9144, theme.scss */
  .dm-contact-visit,
  .dm-contact-service {
    gap: 22px;
    padding: 34px 4px; }

  /* line 9150, theme.scss */
  .dm-contact-visit h2,
  .dm-contact-service h2 {
    font-size: 28px; }

  /* line 9155, theme.scss */
  .dm-contact-visit li {
    padding: 18px 0; }

  /* line 9159, theme.scss */
  .dm-contact-status {
    margin-top: 2px;
    padding: 20px; } }
/*
  THESIS: Four factual store pages become one cinematic service system, refusing stacked promo cards.
  OWN-WORLD: DeviceMall blue fields, ink typography, gapless factual rails and precise line work.
  STORY: Understand the promise, inspect the conditions, follow the process, choose a product.
  FIRST VIEWPORT: A wide two-part statement with an asymmetric functional visual and two actions.
  FORM: Assigned surface structure 6, artistic-asymmetry staging, seed c100b1ae.
*/
/* line 9172, theme.scss */
.dm-story {
  --dm-story-ink: #0b1426;
  --dm-story-muted: #526078;
  --dm-story-blue: #2f63e8;
  --dm-story-blue-deep: #102d6f;
  --dm-story-cloud: #f1f5fc;
  --dm-story-line: #dce4ef;
  width: 100%;
  max-width: 1320px;
  margin: 26px auto 0;
  overflow: hidden;
  color: var(--dm-story-ink);
  font-family: "Outfit", "PT Root UI", sans-serif; }

/* line 9187, theme.scss */
.dm-story *,
.dm-story *::before,
.dm-story *::after {
  box-sizing: border-box; }

/* line 9193, theme.scss */
.dm-story h1,
.dm-story h2,
.dm-story h3,
.dm-story p,
.dm-story ol {
  margin: 0; }

/* line 9201, theme.scss */
.dm-story__hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(380px, 5fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 20px;
  background: radial-gradient(circle at 72% 14%, rgba(76, 125, 255, 0.34), rgba(0, 0, 0, 0) 34%), radial-gradient(circle at 88% 88%, rgba(31, 87, 222, 0.28), rgba(0, 0, 0, 0) 38%), #0c1730;
  color: #fff; }

/* line 9215, theme.scss */
.dm-story__hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(48px, 5vw, 72px); }

/* line 9225, theme.scss */
.dm-story__hero h1 {
  width: 100%;
  max-width: 13ch;
  color: #fff;
  font-size: clamp(50px, 5vw, 72px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: .94;
  text-wrap: balance; }

/* line 9236, theme.scss */
.dm-story__hero-copy > p {
  max-width: 58ch;
  margin-top: 28px;
  color: #c9d5ed;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.6; }

/* line 9244, theme.scss */
.dm-story__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px; }

/* line 9251, theme.scss */
.dm-story__button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.25s ease, color 0.25s ease; }

/* line 9267, theme.scss */
.dm-story__button:hover {
  transform: translateY(-2px); }

/* line 9271, theme.scss */
.dm-story__button:focus-visible,
.dm-story-accordion__item:focus-visible {
  outline: 3px solid rgba(117, 157, 255, 0.5);
  outline-offset: 3px; }

/* line 9277, theme.scss */
.dm-story__button--primary {
  background: #fff;
  color: var(--dm-story-blue-deep) !important;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2); }

/* line 9283, theme.scss */
.dm-story__button--quiet {
  border-color: rgba(255, 255, 255, 0.36);
  color: #fff !important; }

/* line 9288, theme.scss */
.dm-story__button--quiet:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1); }

/* line 9293, theme.scss */
.dm-story__button--light {
  background: #fff;
  color: var(--dm-story-blue-deep) !important;
  box-shadow: 0 16px 34px rgba(10, 33, 86, 0.22); }

/* line 9299, theme.scss */
.dm-story__hero-visual {
  position: relative;
  min-width: 0;
  overflow: hidden; }

/* line 9305, theme.scss */
.dm-story__hero-visual::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  transform: translate(-45%, -48%); }

/* line 9317, theme.scss */
.dm-story__signal {
  position: absolute;
  right: -24px;
  bottom: -58px;
  color: rgba(255, 255, 255, 0.09);
  font-size: 260px;
  font-weight: 800;
  letter-spacing: -.1em;
  line-height: .8; }

/* line 9328, theme.scss */
.dm-story__device {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 34px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.035));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.28); }

/* line 9340, theme.scss */
.dm-story__device--back {
  transform: translate(-72%, -48%) rotate(-12deg); }

/* line 9344, theme.scss */
.dm-story__device--front {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px;
  transform: translate(-24%, -42%) rotate(8deg);
  background: linear-gradient(150deg, rgba(54, 110, 255, 0.88), rgba(11, 31, 82, 0.92)); }

/* line 9353, theme.scss */
.dm-story__device--front i {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 20px;
  left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 24px; }

/* line 9363, theme.scss */
.dm-story__device--front b {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px; }

/* line 9368, theme.scss */
.dm-story__orbit,
.dm-story__route {
  position: absolute;
  border: 1px solid rgba(126, 164, 255, 0.5);
  border-radius: 50%; }

/* line 9375, theme.scss */
.dm-story__orbit--one {
  width: 320px;
  height: 320px;
  top: 5%;
  left: 12%; }

/* line 9382, theme.scss */
.dm-story__orbit--two {
  width: 470px;
  height: 470px;
  right: -30%;
  bottom: -22%; }

/* line 9389, theme.scss */
.dm-story-accordion {
  min-height: 330px;
  display: flex;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid var(--dm-story-line);
  border-radius: 16px;
  background: #fff; }

/* line 9399, theme.scss */
.dm-story-accordion__item {
  position: relative;
  min-width: 0;
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  gap: 12px;
  padding: clamp(26px, 3vw, 40px);
  border: 0;
  border-right: 1px solid var(--dm-story-line);
  background: #fff;
  color: var(--dm-story-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: flex 0.65s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.35s ease, color 0.35s ease; }

/* line 9419, theme.scss */
.dm-story-accordion__item:last-child {
  border-right: 0; }

/* line 9423, theme.scss */
.dm-story-accordion__item.is-active {
  flex: 2.15 1 0;
  justify-content: flex-start;
  background: var(--dm-story-blue);
  color: #fff; }

/* line 9430, theme.scss */
.dm-story-accordion__item > span {
  color: #65738a;
  font-size: 13px;
  font-weight: 700;
  transition: color .25s ease; }

/* line 9437, theme.scss */
.dm-story-accordion__item > strong {
  display: block;
  max-width: 20ch;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.08; }

/* line 9446, theme.scss */
.dm-story-accordion__item > .dm-story-accordion__copy {
  position: absolute;
  right: clamp(26px, 3vw, 40px);
  bottom: clamp(26px, 3vw, 40px);
  left: clamp(26px, 3vw, 40px);
  display: block;
  max-width: 48ch;
  color: #f3f6ff;
  font-size: 14px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1); }

/* line 9462, theme.scss */
.dm-story-accordion__item.is-active > span {
  color: #f3f6ff; }

/* line 9466, theme.scss */
.dm-story-accordion__item.is-active > .dm-story-accordion__copy {
  opacity: 1;
  transform: translateY(0); }

/* line 9471, theme.scss */
.dm-story__chapter {
  display: grid;
  grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr);
  gap: clamp(54px, 8vw, 112px);
  align-items: start;
  padding: clamp(100px, 11vw, 156px) clamp(12px, 3vw, 42px); }

/* line 9479, theme.scss */
.dm-story__chapter-title {
  position: sticky;
  top: 170px; }

/* line 9484, theme.scss */
.dm-story__chapter-title h2 {
  max-width: 15ch;
  color: var(--dm-story-ink);
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 750;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance; }

/* line 9494, theme.scss */
.dm-story__chapter-title h2 .dm-story-word {
  opacity: 1; }

/* line 9498, theme.scss */
.dm-story__chapter-title > p {
  max-width: 46ch;
  margin-top: 22px;
  color: var(--dm-story-muted);
  font-size: 16px;
  line-height: 1.65; }

/* The about page is a compact brand story, not a scroll-controlled product demo. */
/* line 9507, theme.scss */
.dm-story--about .dm-story__chapter {
  gap: clamp(44px, 5vw, 72px);
  padding-top: clamp(72px, 7vw, 104px);
  padding-bottom: clamp(72px, 7vw, 104px); }

/* line 9513, theme.scss */
.dm-story--about .dm-story__chapter-title {
  position: static; }

/* line 9517, theme.scss */
.dm-story--about .dm-story__chapter-title h2,
.dm-story--about .dm-story__chapter-title h2 .dm-story-word,
.dm-story--about .dm-story__panel {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important; }

/* line 9525, theme.scss */
.dm-story--about .dm-story__panel {
  min-height: 170px; }

/* line 9529, theme.scss */
.dm-story__stack {
  min-width: 0; }

/* line 9533, theme.scss */
.dm-story__panel {
  min-height: 210px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(30px, 4vw, 52px);
  border-top: 1px solid var(--dm-story-line);
  background: #fff;
  transform-origin: center center; }

/* line 9544, theme.scss */
.dm-story__panel:first-child {
  border-top: 0; }

/* line 9548, theme.scss */
.dm-story__panel strong {
  display: block;
  color: var(--dm-story-ink);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.08; }

/* line 9557, theme.scss */
.dm-story__panel p {
  max-width: 62ch;
  margin-top: 14px;
  color: var(--dm-story-muted);
  font-size: 16px;
  line-height: 1.65; }

/* line 9565, theme.scss */
.dm-story__statement {
  padding: clamp(80px, 10vw, 140px) clamp(28px, 7vw, 96px);
  border-radius: 20px;
  background: radial-gradient(circle at 88% 20%, rgba(47, 99, 232, 0.16), rgba(0, 0, 0, 0) 34%), var(--dm-story-cloud); }

/* line 9573, theme.scss */
.dm-story__statement h2 {
  max-width: 18ch;
  color: var(--dm-story-ink);
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 750;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance; }

/* line 9583, theme.scss */
.dm-story__statement > p {
  max-width: 62ch;
  margin-top: 30px;
  color: var(--dm-story-muted);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65; }

/* line 9591, theme.scss */
.dm-story__statement--compact h2 {
  max-width: 16ch;
  font-size: clamp(38px, 4.8vw, 62px); }

/* line 9596, theme.scss */
.dm-story__inline-media {
  width: clamp(92px, 10vw, 154px);
  height: .66em;
  display: inline-block;
  margin: 0 .12em;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #153982 0%, #2f67ec 100%);
  vertical-align: .04em;
  box-shadow: inset 0 0 0 1px rgba(16, 45, 111, 0.1); }

/* line 9609, theme.scss */
.dm-story__inline-media::before {
  content: "ДМ";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: .34em;
  font-weight: 800;
  letter-spacing: -.04em; }

/* line 9621, theme.scss */
.dm-story__cta {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(220px, 4fr);
  gap: 46px;
  align-items: center;
  margin-top: 28px;
  padding: clamp(46px, 6vw, 78px);
  border-radius: 20px;
  background: var(--dm-story-blue);
  color: #fff; }

/* line 9633, theme.scss */
.dm-story__cta h2 {
  max-width: 18ch;
  color: #fff;
  font-size: clamp(38px, 4.8vw, 64px);
  font-weight: 750;
  letter-spacing: -.04em;
  line-height: .98;
  text-wrap: balance; }

/* line 9643, theme.scss */
.dm-story__cta p {
  max-width: 56ch;
  margin-top: 18px;
  color: #f0f4ff;
  font-size: 16px;
  line-height: 1.6; }

/* line 9651, theme.scss */
.dm-story__cta .dm-story__button {
  justify-self: end; }

/* line 9655, theme.scss */
.dm-story__hero-visual--delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center; }

/* line 9663, theme.scss */
.dm-story__hero-visual--delivery > strong {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  font-size: clamp(54px, 6vw, 82px);
  letter-spacing: -.05em;
  line-height: 1; }

/* line 9672, theme.scss */
.dm-story__hero-visual--delivery > p {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  color: #c7d6f5;
  font-size: 15px;
  line-height: 1.4; }

/* line 9681, theme.scss */
.dm-story__clock {
  position: relative;
  z-index: 2;
  width: 130px;
  height: 130px;
  border: 2px solid rgba(255, 255, 255, 0.64);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(255, 255, 255, 0.055); }

/* line 9691, theme.scss */
.dm-story__clock i,
.dm-story__clock b {
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 3px;
  border-radius: 3px;
  background: #fff;
  transform-origin: 50% 100%; }

/* line 9702, theme.scss */
.dm-story__clock i {
  height: 42px;
  transform: translateX(-50%) rotate(150deg); }

/* line 9707, theme.scss */
.dm-story__clock b {
  height: 31px;
  transform: translateX(-50%) rotate(270deg); }

/* line 9712, theme.scss */
.dm-story__route--one {
  width: 380px;
  height: 220px;
  top: 8%;
  right: -24%; }

/* line 9719, theme.scss */
.dm-story__route--two {
  width: 420px;
  height: 260px;
  bottom: 2%;
  left: -38%; }

/* line 9726, theme.scss */
.dm-story__hero-visual--payment {
  display: grid;
  place-items: center; }

/* line 9731, theme.scss */
.dm-story__receipt {
  position: relative;
  z-index: 2;
  width: min(290px, 72%);
  min-height: 390px;
  padding: 42px 34px;
  transform: rotate(5deg);
  background: #fff;
  color: var(--dm-story-ink);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.28); }

/* line 9743, theme.scss */
.dm-story__receipt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  height: 18px;
  background: linear-gradient(135deg, #fff 8px, transparent 0) 0 0/16px 16px repeat-x; }

/* line 9753, theme.scss */
.dm-story__receipt span,
.dm-story__receipt b,
.dm-story__receipt p {
  display: block; }

/* line 9759, theme.scss */
.dm-story__receipt span {
  color: #6b778a;
  font-size: 12px;
  font-weight: 700; }

/* line 9765, theme.scss */
.dm-story__receipt b {
  margin-top: 62px;
  font-size: 38px;
  letter-spacing: -.04em; }

/* line 9771, theme.scss */
.dm-story__receipt i {
  height: 1px;
  display: block;
  margin-top: 28px;
  background: #ccd4e0; }

/* line 9778, theme.scss */
.dm-story__receipt p {
  margin-top: 22px;
  color: #536176; }

/* line 9783, theme.scss */
.dm-story__checkmark {
  position: absolute;
  z-index: 3;
  width: 74px;
  height: 74px;
  right: 12%;
  bottom: 18%;
  border-radius: 50%;
  background: var(--dm-story-blue);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25); }

/* line 9795, theme.scss */
.dm-story__checkmark::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 14px;
  top: 25px;
  left: 22px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(-45deg); }

/* line 9807, theme.scss */
.dm-story__scanline {
  position: absolute;
  z-index: 4;
  width: 76%;
  height: 2px;
  top: 28%;
  left: 12%;
  background: #6fa0ff;
  box-shadow: 0 0 24px #6fa0ff; }

/* line 9818, theme.scss */
.dm-story__hero--map {
  grid-template-columns: minmax(0, 5fr) minmax(460px, 7fr);
  background: var(--dm-story-cloud);
  color: var(--dm-story-ink); }

/* line 9824, theme.scss */
.dm-story__hero--map h1 {
  color: var(--dm-story-ink); }

/* line 9828, theme.scss */
.dm-story__hero--map .dm-story__hero-copy > p {
  color: var(--dm-story-muted); }

/* line 9832, theme.scss */
.dm-story__hero--map .dm-story__button--primary {
  background: var(--dm-story-blue);
  color: #fff !important; }

/* line 9837, theme.scss */
.dm-story__hero--map .dm-story__button--quiet {
  border-color: #bdc9da;
  color: var(--dm-story-ink) !important; }

/* line 9842, theme.scss */
.dm-story__hero--map .dm-story__button--quiet:hover {
  border-color: var(--dm-story-blue);
  background: #fff; }

/* line 9847, theme.scss */
.dm-story-map {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: radial-gradient(circle at 65% 40%, rgba(91, 140, 255, 0.38), rgba(0, 0, 0, 0) 26%), linear-gradient(135deg, #cfdbef, #eef3fb); }

/* line 9856, theme.scss */
.dm-story-map__canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0; }

/* line 9865, theme.scss */
.dm-story-map__fallback {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 32px;
  left: 32px;
  padding: 26px;
  border-radius: 14px;
  background: rgba(12, 23, 48, 0.94);
  color: #fff;
  box-shadow: 0 24px 58px rgba(12, 23, 48, 0.24);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease; }

/* line 9879, theme.scss */
.dm-story-map__fallback span,
.dm-story-map__fallback strong,
.dm-story-map__fallback p,
.dm-story-map__fallback a {
  display: block; }

/* line 9886, theme.scss */
.dm-story-map__fallback span {
  color: #a8c1fb;
  font-size: 12px;
  font-weight: 700; }

/* line 9892, theme.scss */
.dm-story-map__fallback strong {
  margin-top: 8px;
  font-size: clamp(23px, 2.4vw, 34px);
  letter-spacing: -.025em;
  line-height: 1.08; }

/* line 9899, theme.scss */
.dm-story-map__fallback p {
  margin-top: 8px;
  color: #ccd9f4;
  line-height: 1.45; }

/* line 9905, theme.scss */
.dm-story-map__fallback a {
  margin-top: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 4px; }

/* line 9914, theme.scss */
.dm-story-map.is-ready .dm-story-map__fallback {
  right: 22px;
  bottom: 22px;
  left: auto;
  width: min(360px, calc(100% - 44px));
  padding: 20px;
  background: rgba(12, 23, 48, 0.92); }

/* line 9923, theme.scss */
.dm-story-map.is-ready .dm-story-map__fallback a {
  margin-top: 12px; }

/* line 9927, theme.scss */
.dm-story__contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 4fr));
  grid-auto-flow: dense;
  margin-top: 28px;
  border-top: 1px solid var(--dm-story-line);
  border-bottom: 1px solid var(--dm-story-line); }

/* line 9936, theme.scss */
.dm-story__contact-strip > div {
  min-width: 0;
  padding: 30px clamp(22px, 3vw, 40px);
  border-right: 1px solid var(--dm-story-line); }

/* line 9942, theme.scss */
.dm-story__contact-strip > div:last-child {
  border-right: 0; }

/* line 9946, theme.scss */
.dm-story__contact-strip span,
.dm-story__contact-strip strong {
  display: block; }

/* line 9951, theme.scss */
.dm-story__contact-strip span {
  color: #59677a;
  font-size: 12px;
  font-weight: 700; }

/* line 9957, theme.scss */
.dm-story__contact-strip strong {
  margin-top: 10px;
  color: var(--dm-story-ink);
  font-size: 18px;
  line-height: 1.3; }

@media (hover: hover) and (pointer: fine) {
  /* line 9965, theme.scss */
  .dm-story-accordion__item:hover {
    background: #f4f7fc; }

  /* line 9969, theme.scss */
  .dm-story-accordion__item.is-active:hover {
    background: #2457d7; } }
@media (min-width: 941px) and (max-width: 1120px) {
  /* line 9975, theme.scss */
  .dm-story__hero--map {
    grid-template-columns: minmax(0, 6fr) minmax(390px, 6fr); }

  /* line 9979, theme.scss */
  .dm-story__hero--map .dm-story__hero-copy {
    padding: 48px; }

  /* line 9983, theme.scss */
  .dm-story__hero--map h1 {
    font-size: clamp(46px, 4.8vw, 54px); } }
@media (max-width: 940px) {
  /* line 9989, theme.scss */
  .dm-story__hero,
  .dm-story__hero--map {
    grid-template-columns: 1fr; }

  /* line 9994, theme.scss */
  .dm-story__hero-visual,
  .dm-story-map {
    min-height: 340px; }

  /* line 9999, theme.scss */
  .dm-story__chapter {
    grid-template-columns: 1fr;
    gap: 48px; }

  /* line 10004, theme.scss */
  .dm-story__chapter-title {
    position: static; }

  /* line 10008, theme.scss */
  .dm-story__chapter-title h2 {
    max-width: 18ch; }

  /* line 10012, theme.scss */
  .dm-story__cta {
    grid-template-columns: 1fr; }

  /* line 10016, theme.scss */
  .dm-story__cta .dm-story__button {
    justify-self: start; } }
@media (max-width: 680px) {
  /* line 10022, theme.scss */
  .dm-story {
    margin-top: 14px; }

  /* line 10026, theme.scss */
  .dm-story__hero {
    min-height: 0;
    border-radius: 16px; }

  /* line 10031, theme.scss */
  .dm-story__hero-copy {
    padding: 32px 20px 28px; }

  /* line 10035, theme.scss */
  .dm-story__hero h1 {
    max-width: 14ch;
    font-size: clamp(36px, 10.5vw, 43px);
    line-height: .98; }

  /* line 10041, theme.scss */
  .dm-story__hero-copy > p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.55; }

  /* line 10047, theme.scss */
  .dm-story__actions {
    width: 100%;
    margin-top: 26px; }

  /* line 10052, theme.scss */
  .dm-story__actions .dm-story__button {
    flex: 1 1 150px;
    padding: 12px 14px; }

  /* line 10057, theme.scss */
  .dm-story__hero-visual {
    min-height: 240px; }

  /* line 10061, theme.scss */
  .dm-story-map {
    min-height: 280px; }

  /* line 10065, theme.scss */
  .dm-story__device {
    width: 148px;
    height: 286px;
    border-radius: 26px; }

  /* line 10071, theme.scss */
  .dm-story__device--front {
    padding: 22px; }

  /* line 10075, theme.scss */
  .dm-story__signal {
    font-size: 190px; }

  /* line 10079, theme.scss */
  .dm-story__hero-visual::before {
    width: 340px;
    height: 340px; }

  /* line 10084, theme.scss */
  .dm-story-accordion {
    min-height: 0;
    display: block;
    margin-top: 18px; }

  /* line 10090, theme.scss */
  .dm-story-accordion__item,
  .dm-story-accordion__item.is-active {
    width: 100%;
    min-height: 132px;
    display: block;
    padding: 24px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--dm-story-line); }

  /* line 10100, theme.scss */
  .dm-story-accordion__item:last-child {
    border-bottom: 0; }

  /* line 10104, theme.scss */
  .dm-story-accordion__item > strong {
    max-width: none;
    margin-top: 10px;
    font-size: 23px; }

  /* line 10110, theme.scss */
  .dm-story-accordion__item > .dm-story-accordion__copy {
    position: static;
    display: none;
    margin-top: 0; }

  /* line 10116, theme.scss */
  .dm-story-accordion__item.is-active > .dm-story-accordion__copy {
    display: block;
    margin-top: 12px; }

  /* line 10121, theme.scss */
  .dm-story__chapter {
    gap: 34px;
    padding: 78px 4px; }

  /* line 10126, theme.scss */
  .dm-story--about .dm-story__chapter {
    gap: 26px;
    padding: 58px 4px 64px; }

  /* line 10131, theme.scss */
  .dm-story__chapter-title h2 {
    max-width: 16ch;
    font-size: 38px;
    line-height: 1; }

  /* line 10137, theme.scss */
  .dm-story__chapter-title > p {
    margin-top: 16px; }

  /* line 10141, theme.scss */
  .dm-story__panel {
    min-height: 0;
    padding: 28px 4px; }

  /* line 10146, theme.scss */
  .dm-story__panel strong {
    font-size: 27px; }

  /* line 10150, theme.scss */
  .dm-story__statement {
    padding: 64px 22px;
    border-radius: 16px; }

  /* line 10155, theme.scss */
  .dm-story__statement h2,
  .dm-story__statement--compact h2 {
    max-width: 16ch;
    font-size: 39px;
    line-height: 1; }

  /* line 10162, theme.scss */
  .dm-story__statement > p {
    margin-top: 22px;
    font-size: 16px; }

  /* line 10167, theme.scss */
  .dm-story__inline-media {
    width: 86px; }

  /* line 10171, theme.scss */
  .dm-story__cta {
    gap: 28px;
    margin-top: 18px;
    padding: 44px 22px;
    border-radius: 16px; }

  /* line 10178, theme.scss */
  .dm-story__cta h2 {
    font-size: 38px;
    line-height: 1; }

  /* line 10183, theme.scss */
  .dm-story__cta .dm-story__button {
    width: 100%; }

  /* line 10187, theme.scss */
  .dm-story__receipt {
    width: 210px;
    min-height: 280px;
    padding: 30px 24px; }

  /* line 10193, theme.scss */
  .dm-story__receipt b {
    margin-top: 38px;
    font-size: 30px; }

  /* line 10198, theme.scss */
  .dm-story__clock {
    width: 104px;
    height: 104px; }

  /* line 10203, theme.scss */
  .dm-story-map__fallback {
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 20px; }

  /* line 10210, theme.scss */
  .dm-story-map.is-ready .dm-story-map__fallback {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px); }

  /* line 10216, theme.scss */
  .dm-story__contact-strip {
    grid-template-columns: 1fr;
    margin-top: 18px; }

  /* line 10221, theme.scss */
  .dm-story__contact-strip > div {
    padding: 22px 4px;
    border-right: 0;
    border-bottom: 1px solid var(--dm-story-line); }

  /* line 10227, theme.scss */
  .dm-story__contact-strip > div:last-child {
    border-bottom: 0; } }
@media (prefers-reduced-motion: reduce) {
  /* line 10233, theme.scss */
  .dm-story *,
  .dm-story *::before,
  .dm-story *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important; } }
/* line 10243, theme.scss */
body .dm-cart-page .dm-cart-summary-slot {
  min-height: 220px; }

/* line 10247, theme.scss */
body .dm-cart-page .dm-cart-summary-slot.is-ready {
  display: block !important; }

/* line 10251, theme.scss */
body .dm-cart-page .dm-cart-summary-placeholder {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 22px;
  border: 1px solid #e1e7f0;
  border-radius: 20px;
  background: linear-gradient(145deg, #f8faff, #eef3fc);
  color: #526078; }

/* line 10264, theme.scss */
body .dm-cart-page .dm-cart-summary-placeholder span {
  color: #14213d;
  font-size: 18px;
  font-weight: 780; }

/* line 10270, theme.scss */
body .dm-cart-page .dm-cart-summary-placeholder strong {
  font-size: 14px;
  font-weight: 650; }

@media (max-width: 900px) {
  /* line 10276, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot {
    min-height: 0; }

  /* line 10280, theme.scss */
  .dm-service-page .dm-service-hero {
    grid-template-columns: 1fr; } }
@media (max-width: 560px) {
  /* line 10286, theme.scss */
  .dm-content-widget--page {
    margin-top: 14px;
    padding: 24px 20px; }

  /* line 10291, theme.scss */
  .dm-content-widget--page .dm-content-widget__head h1 {
    font-size: 36px !important; }

  /* line 10295, theme.scss */
  .dm-service-page .dm-service-hero {
    padding: 26px 20px; }

  /* line 10299, theme.scss */
  .dm-service-page .dm-service-hero h1 {
    font-size: 38px; }

  /* line 10303, theme.scss */
  .dm-service-page .dm-delivery-steps {
    padding: 26px 20px; } }
/* Brand matches on the search results page. */
/* line 10309, theme.scss */
.dm-search-brand-results {
  margin: 22px 0 30px;
  padding: 22px;
  border-radius: 16px;
  background: #eef3fb; }

/* line 10316, theme.scss */
.dm-search-brand-results > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 14px; }

/* line 10324, theme.scss */
.dm-search-brand-results h2 {
  margin: 0;
  color: #101827;
  font-size: 22px;
  letter-spacing: -0.025em; }

/* line 10331, theme.scss */
.dm-search-brand-results > div:first-child > a {
  color: #275fd7;
  font-size: 13px;
  font-weight: 760; }

/* line 10337, theme.scss */
.dm-search-brand-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px; }

/* line 10343, theme.scss */
.dm-search-brand-result {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 78px;
  grid-template-columns: 54px minmax(0, 1fr) 28px;
  grid-template-rows: 1fr 1fr;
  column-gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  color: #111827;
  text-decoration: none;
  transition: box-shadow 220ms ease, transform 220ms ease; }

/* line 10360, theme.scss */
.dm-search-brand-result:hover,
.dm-search-brand-result:focus-visible {
  color: #111827;
  box-shadow: 0 12px 28px rgba(20, 42, 88, 0.11);
  transform: translateY(-2px); }

/* line 10367, theme.scss */
.dm-search-brand-result:focus-visible {
  outline: 3px solid rgba(47, 99, 232, 0.35);
  outline-offset: 2px; }

/* line 10372, theme.scss */
.dm-search-brand-result > span {
  display: grid;
  width: 54px;
  height: 54px;
  grid-row: 1 / 3;
  overflow: hidden;
  place-items: center;
  border-radius: 10px;
  background: #e8effb; }

/* line 10383, theme.scss */
.dm-search-brand-result img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 10389, theme.scss */
.dm-search-brand-result > span i {
  color: #2861d6;
  font-size: 26px;
  font-style: normal;
  font-weight: 850; }

/* line 10396, theme.scss */
.dm-search-brand-result strong {
  align-self: end;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 10404, theme.scss */
.dm-search-brand-result small {
  align-self: start;
  color: #66758a;
  font-size: 11px; }

/* line 10410, theme.scss */
.dm-search-brand-result > b {
  grid-column: 3;
  grid-row: 1 / 3;
  color: #275fd7;
  font-size: 18px; }

@media (max-width: 840px) {
  /* line 10418, theme.scss */
  .dm-search-brand-results__grid {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) {
  /* line 10422, theme.scss */
  .dm-search-brand-results {
    margin: 16px 0 22px;
    padding: 16px; }

  /* line 10423, theme.scss */
  .dm-search-brand-results__grid {
    grid-template-columns: 1fr; } }
/* DeviceMall storefront coherence pass — 2026-08-21 */
/* line 10427, theme.scss */
.dm-secondary-store {
  width: calc(100% - 32px);
  max-width: 1540px;
  margin-right: auto;
  margin-left: auto; }

/* line 10434, theme.scss */
.dm-search-head {
  margin: 36px 0 24px; }

/* line 10438, theme.scss */
.dm-search-head__eyebrow {
  display: none; }

/* line 10442, theme.scss */
.dm-search-head h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.04em; }

/* line 10450, theme.scss */
.dm-search-head p {
  max-width: 680px;
  margin: 14px 0 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.55; }

/* line 10458, theme.scss */
.dm-search-widget {
  padding: 18px;
  border: 0;
  border-radius: 20px;
  background: #f4f7fb;
  box-shadow: none; }

/* line 10466, theme.scss */
.dm-secondary-store .catalog-list,
.dm-secondary-store .grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 16px; }

/* line 10473, theme.scss */
.dm-secondary-store .product-preview {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e1e7f0;
  border-radius: 18px;
  background: #fff;
  box-shadow: none; }

/* line 10482, theme.scss */
.dm-secondary-store .product-preview__content {
  padding: 14px 16px 16px; }

/* line 10486, theme.scss */
.dm-secondary-store .product-preview__area-photo {
  aspect-ratio: 1 / 1;
  min-height: 0;
  background: #f7f9fc; }

/* line 10492, theme.scss */
.dm-secondary-store .product-preview__area-title {
  min-height: 66px; }

/* line 10496, theme.scss */
.dm-secondary-store .product-preview__title {
  display: -webkit-box;
  overflow: hidden;
  font-size: 17px;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

/* line 10505, theme.scss */
.dm-secondary-store .product-preview__area-bottom {
  gap: 10px;
  padding-top: 12px; }

/* line 10510, theme.scss */
.dm-secondary-store .product-preview__price-cur {
  font-size: 23px;
  line-height: 1; }

/* line 10515, theme.scss */
.dm-story {
  width: calc(100% - 32px);
  max-width: 1200px; }

/* line 10520, theme.scss */
.dm-story__hero {
  min-height: 480px; }

/* line 10524, theme.scss */
.dm-story__hero-copy {
  padding: 48px; }

/* line 10528, theme.scss */
.dm-story__hero h1 {
  max-width: 11ch;
  font-size: clamp(46px, 5vw, 62px);
  line-height: 0.96;
  letter-spacing: -0.045em; }

/* line 10535, theme.scss */
.dm-story__hero-copy > p {
  max-width: 590px;
  font-size: 18px;
  line-height: 1.55; }

/* line 10541, theme.scss */
.dm-story__hero-visual {
  min-height: 480px; }

/* line 10545, theme.scss */
.dm-story__accordion {
  min-height: 270px; }

/* line 10549, theme.scss */
.dm-story__chapter {
  padding: 72px 0; }

/* line 10553, theme.scss */
.dm-story__panels {
  gap: 16px; }

/* line 10557, theme.scss */
.dm-story__panel {
  min-height: 150px;
  padding: 24px; }

/* line 10562, theme.scss */
.dm-story__statement {
  min-height: 0;
  padding: 56px 48px; }

/* line 10567, theme.scss */
.dm-story__cta {
  min-height: 0;
  padding: 44px 48px; }

@media screen and (max-width: 760px) {
  /* line 10573, theme.scss */
  .dm-secondary-store {
    width: calc(100% - 20px); }

  /* line 10577, theme.scss */
  .dm-search-head {
    margin: 24px 0 18px; }

  /* line 10581, theme.scss */
  .dm-search-head h1 {
    font-size: 34px; }

  /* line 10585, theme.scss */
  .dm-search-head p {
    margin-top: 10px;
    font-size: 15px; }

  /* line 10590, theme.scss */
  .dm-search-widget {
    padding: 10px;
    border-radius: 16px; }

  /* line 10595, theme.scss */
  .dm-secondary-store .catalog-list,
  .dm-secondary-store .grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px; }

  /* line 10601, theme.scss */
  .dm-secondary-store .product-preview {
    border-radius: 14px; }

  /* line 10605, theme.scss */
  .dm-secondary-store .product-preview__content {
    padding: 10px 11px 12px; }

  /* line 10609, theme.scss */
  .dm-secondary-store .product-preview__area-photo {
    aspect-ratio: 1 / 1; }

  /* line 10613, theme.scss */
  .dm-secondary-store .product-preview__area-title {
    min-height: 58px; }

  /* line 10617, theme.scss */
  .dm-secondary-store .product-preview__title {
    font-size: 14px;
    line-height: 1.3; }

  /* line 10622, theme.scss */
  .dm-secondary-store .product-preview__price-cur {
    font-size: 18px; }

  /* line 10626, theme.scss */
  .dm-secondary-store .product-preview__controls {
    width: 36px;
    height: 36px; }

  /* line 10631, theme.scss */
  .dm-story {
    width: calc(100% - 20px); }

  /* line 10635, theme.scss */
  .dm-story__hero,
  .dm-story__hero--map {
    min-height: 0; }

  /* line 10640, theme.scss */
  .dm-story__hero-copy {
    padding: 26px 22px; }

  /* line 10644, theme.scss */
  .dm-story__hero h1,
  .dm-story__hero--map h1 {
    max-width: 12ch;
    font-size: 38px;
    line-height: 0.98; }

  /* line 10651, theme.scss */
  .dm-story__hero-copy > p,
  .dm-story__hero--map .dm-story__hero-copy > p {
    font-size: 16px;
    line-height: 1.5; }

  /* line 10657, theme.scss */
  .dm-story__hero-visual {
    min-height: 200px; }

  /* line 10661, theme.scss */
  .dm-story__map {
    min-height: 250px; }

  /* line 10665, theme.scss */
  .dm-story__accordion {
    min-height: 0; }

  /* line 10669, theme.scss */
  .dm-story__accordion-item {
    min-height: 108px; }

  /* line 10673, theme.scss */
  .dm-story__chapter {
    padding: 44px 0; }

  /* line 10677, theme.scss */
  .dm-story__panels {
    grid-template-columns: 1fr;
    gap: 10px; }

  /* line 10682, theme.scss */
  .dm-story__panel {
    min-height: 0;
    padding: 22px; }

  /* line 10687, theme.scss */
  .dm-story__statement {
    padding: 42px 22px; }

  /* line 10691, theme.scss */
  .dm-story__cta {
    padding: 34px 22px; } }
@media screen and (max-width: 390px) {
  /* line 10697, theme.scss */
  .dm-secondary-store .catalog-list,
  .dm-secondary-store .grid-list {
    gap: 8px; }

  /* line 10702, theme.scss */
  .dm-secondary-store .product-preview__content {
    padding-right: 9px;
    padding-left: 9px; }

  /* line 10707, theme.scss */
  .dm-secondary-store .product-preview__title {
    font-size: 13px; } }
/* Final precedence for scalable commerce and compact home sections */
/* line 10713, theme.scss */
.dm-secondary-store .catalog-list,
.dm-secondary-store .grid-list {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)) !important;
  gap: 16px !important; }

/* line 10719, theme.scss */
.dm-page--home .dm-hits__eyebrow,
.dm-page--home .dm-promotions__eyebrow,
.dm-page--home .dm-blog-showcase__eyebrow {
  display: none; }

@media screen and (max-width: 640px) {
  /* line 10726, theme.scss */
  .dm-page--home {
    --dm-home-card-width: calc(100vw - 52px);
    --dm-home-card-height: 390px;
    --dm-home-media-height: 195px; }

  /* line 10732, theme.scss */
  .dm-page--home .dm-home-selection__aside {
    min-height: 240px !important; }

  /* line 10736, theme.scss */
  .dm-page--home .dm-home-selection__copy {
    padding: 24px 20px !important; }

  /* line 10740, theme.scss */
  .dm-page--home .dm-home-selection__content {
    min-height: calc(var(--dm-home-card-height) + 24px) !important;
    padding: 12px !important; }

  /* line 10745, theme.scss */
  .dm-secondary-store .catalog-list,
  .dm-secondary-store .grid-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important; } }
/* DeviceMall storefront composition pass: visible navigation, compact campaigns and stable home cards. */
/* line 10753, theme.scss */
body .dm-page--collection .dm-breadcrumbs--page,
body .dm-page--product[data-dm-product-id] .dm-breadcrumbs--product,
body .dm-secondary-page .dm-breadcrumbs {
  width: calc(100% - 40px) !important;
  max-width: 1480px !important;
  min-height: 44px !important;
  margin: 14px auto 16px !important;
  padding: 0 16px 0 19px !important;
  border: 1px solid #cbd9ee !important;
  border-left: 1px solid #cbd9ee !important;
  border-radius: 13px !important;
  background: linear-gradient(90deg, #edf3ff 0%, #f8faff 68%, #fff 100%) !important;
  box-shadow: 0 7px 20px rgba(38, 76, 150, 0.07) !important;
  color: #6c7990 !important;
  font-size: 13px !important; }

/* line 10770, theme.scss */
body .dm-page--collection .dm-breadcrumbs--page a,
body .dm-page--product[data-dm-product-id] .dm-breadcrumbs--product a,
body .dm-secondary-page .dm-breadcrumbs a {
  color: #2457bd !important;
  font-weight: 750 !important; }

/* line 10777, theme.scss */
body .dm-page--collection .dm-breadcrumbs--page > span:last-child,
body .dm-page--product[data-dm-product-id] .dm-breadcrumbs--product > span:last-child,
body .dm-breadcrumbs__segment.is-current > span {
  color: #17243d !important;
  font-weight: 700 !important; }

/* line 10784, theme.scss */
.dm-page--home .dm-promotions {
  padding-block: 22px !important; }

/* line 10788, theme.scss */
.dm-page--home .dm-promotions__head {
  margin-bottom: 18px !important; }

/* line 10792, theme.scss */
.dm-page--home .dm-promotions__head h2 {
  font-size: clamp(32px, 3vw, 44px) !important; }

/* line 10796, theme.scss */
.dm-page--home .dm-promotions__track {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important; }

/* line 10802, theme.scss */
.dm-page--home .dm-promotion-card,
.dm-page--home .dm-promotion-card.has-product-cutout {
  min-height: 272px !important;
  height: 272px !important;
  border-radius: 22px !important; }

/* line 10809, theme.scss */
.dm-page--home .dm-promotion-card__content {
  padding: 28px !important; }

/* line 10813, theme.scss */
.dm-page--home .dm-promotion-card strong {
  max-width: 12ch !important;
  font-size: clamp(28px, 2.4vw, 38px) !important;
  line-height: .98 !important; }

/* line 10819, theme.scss */
.dm-page--home .dm-home-selection,
.dm-page--home .dm-home-selection__aside,
.dm-page--home .dm-home-selection__content {
  height: 360px !important;
  min-height: 360px !important; }

/* line 10826, theme.scss */
.dm-page--home .dm-home-selection {
  grid-template-columns: minmax(280px, 32%) minmax(0, 1fr) !important; }

/* line 10830, theme.scss */
.dm-page--home .dm-home-selection__aside {
  position: relative !important;
  overflow: hidden !important; }

/* line 10835, theme.scss */
.dm-page--home .dm-home-selection__copy {
  position: relative !important;
  z-index: 2 !important;
  width: 68% !important;
  padding: 30px 26px !important; }

/* line 10842, theme.scss */
.dm-page--home .dm-home-selection__copy h3 {
  font-size: clamp(31px, 2.7vw, 42px) !important; }

/* line 10846, theme.scss */
.dm-page--home .dm-home-selection__art {
  position: absolute !important;
  z-index: 1 !important;
  right: -7% !important;
  bottom: -5% !important;
  width: 67% !important;
  height: 72% !important;
  transform: none !important; }

/* line 10856, theme.scss */
.dm-page--home .dm-home-selection__art::after {
  content: none !important;
  display: none !important; }

/* line 10861, theme.scss */
.dm-page--home .dm-home-selection__art img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  opacity: 1 !important;
  mix-blend-mode: multiply; }

/* line 10871, theme.scss */
.dm-page--home .dm-home-selection__content {
  padding: 20px !important; }

/* line 10875, theme.scss */
.dm-page--home .dm-selection-products,
.dm-page--home .dm-selection-products--static,
.dm-page--home .dm-selection-product,
.dm-page--home .dm-selection-product.is-active {
  height: 320px !important;
  min-height: 320px !important; }

/* line 10883, theme.scss */
.dm-page--home .dm-selection-product {
  grid-template-rows: 158px minmax(0, 1fr) !important; }

/* line 10887, theme.scss */
.dm-page--home .dm-selection-product__media {
  height: 158px !important;
  min-height: 158px !important; }

/* line 10892, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo__price {
  display: inline-flex;
  width: max-content;
  align-items: baseline;
  gap: 6px;
  margin-top: 14px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  color: #101a31;
  box-shadow: 0 7px 20px rgba(21, 42, 88, 0.11);
  font-size: 24px;
  font-weight: 850;
  line-height: 1;
  backdrop-filter: blur(12px); }

/* line 10910, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo__price small {
  font-size: 12px;
  font-weight: 750; }

/* line 10915, theme.scss */
.dm-catalog-mega__panel-head > div > span {
  color: #2f66ea !important;
  font-weight: 800 !important; }

@media screen and (max-width: 820px) {
  /* line 10921, theme.scss */
  .dm-page--home .dm-promotions__track {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(280px, 82vw) !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory; }

  /* line 10929, theme.scss */
  .dm-page--home .dm-promotion-card,
  .dm-page--home .dm-promotion-card.has-product-cutout {
    min-height: 286px !important;
    height: 286px !important;
    scroll-snap-align: start; } }
@media screen and (max-width: 640px) {
  /* line 10938, theme.scss */
  body .dm-page--collection .dm-breadcrumbs--page,
  body .dm-page--product[data-dm-product-id] .dm-breadcrumbs--product,
  body .dm-secondary-page .dm-breadcrumbs {
    width: calc(100% - 20px) !important;
    min-height: 40px !important;
    margin: 8px auto 12px !important;
    padding-inline: 13px !important;
    overflow-x: auto !important;
    white-space: nowrap;
    scrollbar-width: none; }

  /* line 10950, theme.scss */
  .dm-page--home .dm-home-selection,
  .dm-page--home .dm-home-selection__aside,
  .dm-page--home .dm-home-selection__content {
    height: auto !important; }

  /* line 10956, theme.scss */
  .dm-page--home .dm-home-selection__aside {
    min-height: 236px !important; }

  /* line 10960, theme.scss */
  .dm-page--home .dm-home-selection__copy {
    width: 66% !important;
    padding: 23px 19px !important; }

  /* line 10965, theme.scss */
  .dm-page--home .dm-home-selection__art {
    width: 57% !important;
    height: 64% !important; }

  /* line 10970, theme.scss */
  .dm-page--home .dm-home-selection__content {
    min-height: 374px !important;
    padding: 12px !important; }

  /* line 10975, theme.scss */
  .dm-page--home .dm-selection-products,
  .dm-page--home .dm-selection-products--static,
  .dm-page--home .dm-selection-product,
  .dm-page--home .dm-selection-product.is-active {
    height: 326px !important;
    min-height: 326px !important; } }
@media screen and (max-width: 390px) {
  /* line 10985, theme.scss */
  .dm-secondary-store .catalog-list,
  .dm-secondary-store .grid-list {
    gap: 8px !important; } }
/* Managed image fallbacks stay inside the media surface. */
/* line 10992, theme.scss */
.dm-category-card__media.is-image-missing {
  position: relative;
  overflow: hidden; }

/* Keep the footer in the system grid footer row on every storefront page. */
/* line 10999, theme.scss */
.page_layout > .dm-footer-zone {
  grid-area: footer; }

/* Category showcases: live family art and a less mechanical bento rhythm. */
/* line 11004, theme.scss */
.dm-page--collection .dm-collection-showcase[class*="--apple-"] .dm-collection-showcase__visual {
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important; }

/* line 11010, theme.scss */
.dm-page--collection .dm-collection-showcase[class*="--apple-"] .dm-collection-showcase__device,
.dm-page--collection .dm-collection-showcase[class*="--apple-"] .dm-collection-showcase__monogram {
  display: none !important; }

@media screen and (max-width: 640px) {
  /* line 11016, theme.scss */
  .dm-page--collection .dm-collection-showcase[class*="--apple-"] .dm-collection-showcase__visual {
    background-position: 76% center !important;
    background-size: auto 100% !important; } }
/* 2026-08 storefront convergence layer.
   This is the single authoritative geometry for catalog journeys. */
/* line 11024, theme.scss */
body .dm-page--collection,
body .dm-page--product[data-dm-product-id] {
  --dm-page-gutter: max(16px, calc((100vw - 1440px) / 2)); }

/* line 11029, theme.scss */
body .dm-page--collection > .dm-breadcrumbs--page,
body .dm-page--product[data-dm-product-id] .dm-breadcrumbs--product {
  width: calc(100% - 40px) !important;
  max-width: 1440px !important;
  min-height: 46px !important;
  margin: 14px auto 18px !important;
  padding: 7px 14px !important;
  overflow: hidden !important;
  border: 1px solid #ccd9ec !important;
  border-left: 1px solid #ccd9ec !important;
  border-radius: 14px !important;
  background: linear-gradient(90deg, #edf3ff, #f8faff 72%, #fff) !important;
  box-shadow: 0 7px 22px rgba(37, 79, 164, 0.07) !important; }

/* line 11044, theme.scss */
body .dm-page--collection .dm-collection-showcase {
  width: calc(100% - 40px) !important;
  max-width: 1440px !important;
  margin-inline: auto !important;
  padding-top: 0 !important; }

/* line 11051, theme.scss */
body .dm-page--collection .dm-collection-showcase__stage {
  min-height: 410px !important;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr) !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 48px rgba(21, 49, 110, 0.12) !important; }

/* line 11058, theme.scss */
body .dm-page--collection .dm-collection-showcase__copy {
  align-self: stretch !important;
  display: flex !important;
  max-width: none !important;
  flex-direction: column !important;
  justify-content: center !important;
  padding: clamp(34px, 4.3vw, 64px) !important;
  background: linear-gradient(90deg, rgba(6, 24, 59, 0.98), rgba(10, 37, 88, 0.84) 78%, transparent) !important; }

/* line 11068, theme.scss */
body .dm-page--collection .dm-collection-showcase--light .dm-collection-showcase__copy {
  background: linear-gradient(90deg, rgba(240, 248, 252, 0.99), rgba(235, 246, 250, 0.86) 78%, transparent) !important; }

/* line 11072, theme.scss */
body .dm-page--collection .dm-collection-showcase__copy h1 {
  max-width: 13ch !important;
  font-size: clamp(42px, 4.4vw, 70px) !important;
  line-height: .98 !important;
  text-wrap: balance; }

/* line 11079, theme.scss */
body .dm-page--collection .dm-collection-showcase__copy p {
  max-width: 52ch !important;
  margin-top: 18px !important;
  font-size: clamp(15px, 1.2vw, 18px) !important; }

/* line 11085, theme.scss */
body .dm-page--collection .dm-collection-showcase__visual {
  min-height: 410px !important;
  overflow: hidden !important; }

/* line 11090, theme.scss */
body .dm-page--collection .dm-collection-showcase__visual picture,
body .dm-page--collection .dm-collection-showcase__visual img {
  width: 100% !important;
  height: 100% !important; }

/* line 11096, theme.scss */
body .dm-page--collection .dm-collection-showcase__visual img {
  box-sizing: border-box !important;
  padding: 24px 32px 10px 0 !important;
  object-fit: contain !important;
  object-position: right center !important;
  background: transparent !important;
  transform: none !important; }

/* line 11105, theme.scss */
body .dm-page--collection .dm-collection-showcase.has-product-image .dm-collection-showcase__visual img {
  padding: 30px 42px 18px !important;
  object-position: center !important;
  mix-blend-mode: multiply !important;
  filter: saturate(0.98) contrast(1.03) !important; }

/* line 11112, theme.scss */
body .dm-page--collection .dm-collection-showcase__visual::after {
  background: linear-gradient(90deg, rgba(14, 47, 108, 0.82), transparent 45%) !important; }

/* line 11116, theme.scss */
body .dm-page--collection .dm-collection-showcase--light .dm-collection-showcase__visual::after {
  background: linear-gradient(90deg, rgba(230, 244, 249, 0.94), transparent 48%) !important; }

/* line 11120, theme.scss */
body .dm-page--collection .dm-catalog-widget > .dm-finder-after-hero {
  width: calc(100% - 40px) !important;
  max-width: 1440px !important;
  margin: 18px auto 0 !important;
  padding: 0 !important; }

/* line 11127, theme.scss */
body .dm-page--collection .dm-finder-after-hero .dmdf,
body .dm-page--collection .dm-finder-after-hero .layout__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important; }

/* line 11135, theme.scss */
body .dm-page--collection .dm-finder-after-hero .dmdf__launcher {
  min-height: 118px !important;
  border-radius: 20px !important; }

/* line 11140, theme.scss */
body .dm-page--collection .dm-catalog-widget .dm-collection-seo {
  width: calc(100% - 40px) !important;
  max-width: 1440px !important;
  margin: 4px auto 46px !important; }

/* line 11146, theme.scss */
.dm-page--home .dm-promotions__track {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  overflow: visible !important;
  padding: 0 !important; }

/* line 11153, theme.scss */
.dm-page--home .dm-promotion-card,
.dm-page--home .dm-promotion-card.has-product-cutout {
  min-height: 292px !important;
  height: 292px !important; }

/* line 11159, theme.scss */
.dm-page--home .dm-promotion-card.has-product-cutout .dm-promotion-card__media {
  inset: 4% -3% 2% auto !important;
  width: 66% !important;
  height: 94% !important; }

/* line 11165, theme.scss */
.dm-page--home .dm-promotion-card.has-product-cutout .dm-promotion-card__media img {
  object-fit: contain !important;
  object-position: right bottom !important; }

/* line 11170, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo.has-product-cutout picture {
  z-index: -1 !important;
  inset: 39% -11% -7% 16% !important;
  width: auto !important;
  height: auto !important; }

/* line 11177, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo.has-product-cutout picture img {
  object-fit: contain !important;
  object-position: right bottom !important;
  filter: drop-shadow(0 18px 28px rgba(4, 19, 54, 0.24)); }

/* line 11183, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo__visual {
  display: none !important; }

/* InSales can retain two configured "Новинки" widgets after theme updates.
   Collapse only the true duplicate pair; adjacent blocks with other purposes remain visible. */
/* line 11189, theme.scss */
.dm-page--home .dm-home-product-block--new + .dm-home-product-block--new {
  display: none !important; }

@media screen and (max-width: 980px) {
  /* line 11194, theme.scss */
  body .dm-page--collection .dm-collection-showcase__stage {
    min-height: 360px !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr) !important; }

  /* line 11199, theme.scss */
  body .dm-page--collection .dm-collection-showcase__visual {
    min-height: 360px !important; } }
@media screen and (max-width: 700px) {
  /* line 11204, theme.scss */
  body .dm-page--collection > .dm-breadcrumbs--page,
  body .dm-page--product[data-dm-product-id] .dm-breadcrumbs--product {
    width: calc(100% - 24px) !important;
    min-height: 42px !important;
    margin: 8px auto 12px !important;
    padding-inline: 11px !important;
    overflow-x: auto !important;
    border-left-width: 1px !important;
    scrollbar-width: none; }

  /* line 11215, theme.scss */
  body .dm-page--collection .dm-collection-showcase,
  body .dm-page--collection .dm-catalog-widget > .dm-finder-after-hero,
  body .dm-page--collection .dm-catalog-widget .dm-collection-seo {
    width: calc(100% - 24px) !important; }

  /* line 11221, theme.scss */
  body .dm-page--collection .dm-collection-showcase__stage {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    border-radius: 18px !important; }

  /* line 11227, theme.scss */
  body .dm-page--collection .dm-collection-showcase__copy {
    min-height: 248px !important;
    padding: 26px 20px 23px !important;
    background: linear-gradient(180deg, rgba(6, 24, 59, 0.98), rgba(9, 34, 81, 0.88)) !important; }

  /* line 11233, theme.scss */
  body .dm-page--collection .dm-collection-showcase--light .dm-collection-showcase__copy {
    background: linear-gradient(180deg, rgba(240, 248, 252, 0.99), rgba(232, 245, 250, 0.9)) !important; }

  /* line 11237, theme.scss */
  body .dm-page--collection .dm-collection-showcase__copy h1 {
    max-width: 15ch !important;
    font-size: clamp(36px, 11vw, 52px) !important; }

  /* line 11242, theme.scss */
  body .dm-page--collection .dm-collection-showcase__visual {
    min-height: 224px !important; }

  /* line 11246, theme.scss */
  body .dm-page--collection .dm-collection-showcase__visual img {
    padding: 0 10px 8px !important;
    object-position: center bottom !important; }

  /* line 11251, theme.scss */
  body .dm-page--collection .dm-collection-showcase.has-product-image .dm-collection-showcase__visual img {
    padding: 14px 22px 10px !important;
    object-position: center bottom !important; }

  /* line 11256, theme.scss */
  body .dm-page--collection .dm-collection-showcase__visual::after {
    background: linear-gradient(180deg, rgba(11, 40, 93, 0.86), transparent 36%) !important; }

  /* line 11260, theme.scss */
  body .dm-page--collection .dm-finder-after-hero .dmdf__launcher {
    min-height: 0 !important; }

  /* line 11265, theme.scss */
  .dm-page--home .dm-promotions__track {
    grid-template-columns: none !important;
    grid-auto-flow: column !important;
    grid-auto-columns: calc(100vw - 48px) !important;
    overflow-x: auto !important;
    padding: 2px 16px 18px 0 !important; }

  /* line 11273, theme.scss */
  .dm-page--home .dm-promotion-card,
  .dm-page--home .dm-promotion-card.has-product-cutout {
    min-height: 292px !important;
    height: 292px !important; } }
/* Mobile release layer: shared spacing, tap targets and safe fixed navigation. */
@media screen and (max-width: 700px) {
  /* line 11282, theme.scss */
  body .dm-page--collection .dm-collection-showcase--light .dm-collection-showcase__copy,
  body .dm-page--collection .dm-collection-showcase--light .dm-collection-showcase__copy h1 {
    color: #101827 !important; }

  /* line 11287, theme.scss */
  body .dm-page--collection .dm-collection-showcase--light .dm-collection-showcase__copy p {
    color: #526076 !important;
    opacity: 1 !important; }

  /* line 11292, theme.scss */
  .dm-breadcrumbs a,
  .dm-breadcrumbs button,
  .dm-product-tabs a,
  .dm-product-tabs button,
  [role="tab"] {
    min-height: 44px; }

  /* line 11300, theme.scss */
  button,
  select,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .dm-button,
  [role="button"] {
    min-width: 44px;
    min-height: 44px; }

  /* line 11311, theme.scss */
  .dm-mobile-nav {
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid rgba(176, 190, 212, 0.72);
    box-shadow: 0 -10px 30px rgba(17, 37, 75, 0.12); }

  /* line 11317, theme.scss */
  .dm-story__chapter-title {
    position: static; }

  /* line 11321, theme.scss */
  .dm-story__chapter-title h2,
  .dm-story__chapter-title h2 .dm-story-word,
  .dm-story__panel {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important; } }
/* Never expose widget configuration as storefront content. */
/* line 11331, theme.scss */
.widget-type_dm_product_recommendations_v1 .layout__content:not(:has(.dmrec)) {
  display: none !important; }

/* 2026-09-02 final promo-price and cart composition.
   Keep this last: it intentionally replaces the accumulated legacy cart layers. */
/* line 11337, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo__price {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 38px !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 12px !important;
  padding: 6px 11px 6px 7px !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: var(--dm-promo-price-color, currentColor) !important;
  box-shadow: 0 6px 16px rgba(15, 35, 78, 0.08) !important;
  line-height: 1 !important;
  -webkit-backdrop-filter: blur(12px) saturate(1.04) !important;
  backdrop-filter: blur(12px) saturate(1.04) !important; }

/* line 11355, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo__price::before {
  background: var(--dm-promo-price-bg, #fff) !important;
  opacity: .82 !important; }

/* line 11360, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo__price small {
  min-height: 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 7px !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  opacity: .9 !important; }

/* line 11374, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo__price strong {
  font-size: 19px !important;
  font-weight: 820 !important;
  line-height: 1 !important;
  letter-spacing: -.02em !important; }

/* line 11381, theme.scss */
body .dm-cart-page .dm-cart-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 336px) !important;
  gap: 28px !important; }

/* line 11386, theme.scss */
body .dm-cart-page .dm-cart-heading {
  grid-template-columns: minmax(0, 1fr) !important; }

/* line 11390, theme.scss */
body .dm-cart-page .dm-cart-next-step {
  display: none !important; }

/* line 11394, theme.scss */
body .dm-cart-page .dm-cart-primary {
  grid-column: 1 !important;
  grid-row: 1 !important; }

/* line 11399, theme.scss */
body .dm-cart-page .dm-cart-summary-slot {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important; }

/* line 11404, theme.scss */
body .dm-cart-page .dm-cart-widget {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }

/* line 11412, theme.scss */
body .dm-cart-page .dm-cart-widget .cart-item {
  min-height: 136px !important;
  grid-template-columns: 104px minmax(240px, 1fr) 132px 126px 40px !important;
  grid-template-areas: "image title counter total delete" "image price counter total delete" !important;
  gap: 8px 20px !important;
  padding: 16px 18px !important;
  border: 1px solid #dfe6f0 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(31, 52, 91, 0.055) !important; }

/* line 11426, theme.scss */
body .dm-cart-page .dm-cart-widget .cart-item .item-image {
  width: 104px !important;
  min-width: 104px !important;
  height: 104px !important;
  border: 1px solid #edf1f6 !important;
  border-radius: 14px !important;
  background: #f7f9fc !important; }

/* line 11435, theme.scss */
body .dm-cart-page .dm-cart-widget .item-title {
  align-self: end !important;
  font-size: 15px !important;
  font-weight: 740 !important;
  line-height: 1.38 !important; }

/* line 11442, theme.scss */
body .dm-cart-page .dm-cart-widget .item-price {
  align-self: start !important;
  color: #647087 !important;
  font-size: 13px !important; }

/* line 11448, theme.scss */
body .dm-cart-page .dm-cart-widget .item-total {
  font-size: 18px !important;
  font-weight: 800 !important;
  letter-spacing: -.015em !important; }

/* line 11454, theme.scss */
body .dm-cart-page .dm-cart-line-accessories:has(.dm-cart-line-accessories__empty) {
  display: none !important; }

/* line 11458, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .cart__area-controls {
  gap: 16px !important;
  padding: 20px !important;
  border: 1px solid #dfe6f0 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(31, 52, 91, 0.07) !important; }

/* line 11467, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .cart__area-controls::before {
  padding: 0 !important;
  font-size: 19px !important; }

/* line 11472, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-content {
  grid-template-columns: minmax(0, 1fr) 110px !important;
  gap: 8px !important;
  padding: 0 !important; }

/* line 11478, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-input,
body .dm-cart-page .dm-cart-summary-slot .coupon-button {
  min-height: 42px !important;
  height: 42px !important; }

/* line 11484, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-button {
  min-width: 0 !important;
  padding-inline: 14px !important;
  border-radius: 10px !important;
  font-size: 13px !important; }

/* line 11491, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .cart-controls {
  padding: 18px 0 0 !important;
  border-top: 1px solid #e7ebf2 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #14213d !important; }

/* line 11499, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .cart-controls .total-products,
body .dm-cart-page .dm-cart-summary-slot .cart-controls .total-description,
body .dm-cart-page .dm-cart-summary-slot .cart-controls .total-amount {
  color: #14213d !important; }

/* line 11505, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .cart-controls .total-products {
  color: #647087 !important; }

/* line 11509, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .cart-controls .total {
  margin-top: 10px !important;
  padding-top: 14px !important;
  border-color: #e7ebf2 !important; }

/* line 11515, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .total-amount {
  font-size: 28px !important;
  font-weight: 820 !important;
  letter-spacing: -.035em !important; }

/* line 11521, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .cart-controls .button,
body .dm-cart-page .dm-cart-summary-slot .cart-controls [data-cart-submit],
body .dm-cart-page .dm-cart-summary-slot .cart-controls button[type="submit"],
body .dm-cart-page .dm-cart-summary-slot .cart-controls input[type="submit"] {
  min-height: 50px !important;
  margin-top: 16px !important;
  border-radius: 12px !important;
  box-shadow: none !important; }

/* line 11531, theme.scss */
body .dm-cart-page .dm-cart-assurance {
  grid-column: 1 !important;
  grid-row: 2 !important; }

@media (max-width: 900px) {
  /* line 11537, theme.scss */
  body .dm-cart-page .dm-cart-layout {
    gap: 18px !important; }

  /* line 11541, theme.scss */
  body .dm-cart-page .dm-cart-primary,
  body .dm-cart-page .dm-cart-summary-slot,
  body .dm-cart-page .dm-cart-assurance {
    grid-column: auto !important;
    grid-row: auto !important; } }
@media (max-width: 700px) {
  /* line 11550, theme.scss */
  body .dm-cart-page .dm-cart-heading {
    gap: 10px !important; }

  /* line 11554, theme.scss */
  body .dm-cart-page .dm-cart-next-step {
    display: none !important; }

  /* line 11558, theme.scss */
  body .dm-cart-page .dm-cart-widget .cart-item {
    min-height: 142px !important;
    grid-template-columns: 82px minmax(0, 1fr) auto !important;
    grid-template-areas: "image title delete" "image price price" "image counter total" !important;
    gap: 7px 12px !important;
    padding: 12px !important; }

  /* line 11569, theme.scss */
  body .dm-cart-page .dm-cart-widget .cart-item .item-image {
    width: 82px !important;
    min-width: 82px !important;
    height: 96px !important; }

  /* line 11575, theme.scss */
  body .dm-cart-page .dm-cart-widget .item-title {
    align-self: start !important;
    font-size: 13px !important;
    line-height: 1.32 !important; }

  /* line 11581, theme.scss */
  body .dm-cart-page .dm-cart-widget .item-price {
    align-self: center !important;
    font-size: 12px !important; }

  /* line 11586, theme.scss */
  body .dm-cart-page .dm-cart-widget .item-counter {
    align-self: end !important; }

  /* line 11590, theme.scss */
  body .dm-cart-page .dm-cart-widget .counter {
    width: 110px !important;
    min-height: 40px !important; }

  /* line 11595, theme.scss */
  body .dm-cart-page .dm-cart-widget .item-total {
    align-self: end !important;
    padding-bottom: 9px !important;
    font-size: 16px !important; }

  /* line 11601, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot .cart__area-controls {
    padding: 16px !important; }

  /* line 11605, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot .coupon-content {
    grid-template-columns: minmax(0, 1fr) 104px !important; }

  /* line 11609, theme.scss */
  body .dm-cart-page .dm-cart-assurance {
    margin-top: 2px !important; } }
/* 2026-09-02 cart alignment corrections. */
/* line 11615, theme.scss */
body .dm-secondary-page > .dm-breadcrumbs,
body .dm-cart-page > .dm-breadcrumbs {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  box-sizing: border-box !important; }

/* line 11624, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-content {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 8px !important;
  box-sizing: border-box !important; }

/* line 11632, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-input {
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border: 1px solid #dfe6f0 !important;
  border-radius: 10px !important;
  background: #f7f9fc !important;
  box-shadow: none !important;
  box-sizing: border-box !important; }

/* line 11643, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-input:focus-within {
  border-color: #7ea4f4 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(49, 101, 219, 0.1) !important; }

/* line 11649, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-input input {
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 13px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #14213d !important;
  box-sizing: border-box !important; }

/* line 11660, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-button {
  width: 100% !important;
  min-width: 0 !important;
  border: 1px solid #c8d8f8 !important;
  border-radius: 10px !important;
  background: #edf3ff !important;
  box-shadow: none !important;
  color: #2457bd !important;
  font-weight: 760 !important;
  box-sizing: border-box !important; }

/* line 11672, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-button:hover {
  border-color: #9db8ef !important;
  background: #e3edff !important;
  color: #1749ad !important; }

/* line 11678, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo--home .dm-home-promo__title {
  max-width: 10.5ch !important;
  font-size: clamp(29px, 2vw, 35px) !important;
  line-height: 1.01 !important;
  text-wrap: balance !important; }

/* line 11685, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo--home .dm-home-promo__text {
  max-width: 24ch !important;
  margin-top: 10px !important; }

/* line 11690, theme.scss */
.dm-home-promo-grid-widget .dm-home-promo--laptops .dm-home-promo__price small,
.dm-home-promo-grid-widget .dm-home-promo--home .dm-home-promo__price small {
  background: rgba(16, 24, 40, 0.075) !important; }

/* Shared homepage rhythm belongs to the theme; widgets keep their own composition. */
/* line 11696, theme.scss */
.dm-page--home .dm-home-categories-widget,
.dm-page--home .dm-home-product-rail-widget,
.dm-page--home .dm-promotions,
.dm-page--home .dm-blog-feed {
  padding-top: 28px !important;
  padding-bottom: 28px !important; }

/* line 11704, theme.scss */
.dm-page--home .dm-home-collection-feature-widget {
  margin-top: 28px !important;
  margin-bottom: 28px !important; }

/* line 11709, theme.scss */
.dm-page--home .dm-section-heading h2,
.dm-page--home .dm-hits__title,
.dm-page--home .dm-promotions h2,
.dm-page--home .dm-blog-feed h2 {
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.06 !important;
  letter-spacing: -.03em !important; }

/* line 11719, theme.scss */
.dm-page--home .dm-section-heading,
.dm-page--home .dm-promotions__head,
.dm-page--home .dm-blog-feed__head {
  margin-bottom: 20px !important; }

@media (max-width: 640px) {
  /* line 11726, theme.scss */
  .dm-page--home .dm-home-categories-widget,
  .dm-page--home .dm-home-product-rail-widget,
  .dm-page--home .dm-promotions,
  .dm-page--home .dm-blog-feed {
    padding-top: 22px !important;
    padding-bottom: 22px !important; }

  /* line 11734, theme.scss */
  .dm-page--home .dm-home-collection-feature-widget {
    margin-top: 22px !important;
    margin-bottom: 22px !important; }

  /* line 11739, theme.scss */
  .dm-page--home .dm-section-heading h2,
  .dm-page--home .dm-hits__title,
  .dm-page--home .dm-promotions h2,
  .dm-page--home .dm-blog-feed h2 {
    font-size: 28px !important; } }
