@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, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #2f63e8);
  --color-btn-bg-is-light:var(--draft-color-btn-bg-is-light, false);
  --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, false);
  --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, false);
  --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, true);
  --color-accent-text:var(--draft-color-accent-text, #8b8b8b);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --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, true);
  --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, true);
  --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, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --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, true);
  --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, true);
  --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, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --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, true);
  --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, true);
  --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, true);
  --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, true);
  --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, true);
  --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, true);
  --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, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --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, true);
  --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, true);
  --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, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --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, true);
  --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, true);
  --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, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --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, true);
  --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, true);
  --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, true);
  --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, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, true);
  --compare_enabled:var(--draft-compare_enabled, true); }

/* 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);
  --dm-shell: 1380px;
  /* 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 180, theme.scss */
.dm-section-heading p {
  max-width: 680px; }

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

/* line 184, 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 189, theme.scss */
.dm-cart-heading__title h1 {
  align-items: center;
  letter-spacing: -0.035em; }

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

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

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

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

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

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

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

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

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

/* line 227, 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 234, theme.scss */
.dm-cart-widget .item-delete .button:hover {
  background: #e7ebf1;
  color: var(--dm-danger); }

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

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

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

/* line 248, 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 251, 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 257, theme.scss */
.dm-cart-widget .total-products,
.dm-cart-widget .total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px; }

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

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

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

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

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

/* line 277, 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 282, theme.scss */
.dm-cart-assurance__icon {
  font-size: 18px;
  font-weight: 850; }

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

/* line 287, 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 298, theme.scss */
body[data-theme-template*="checkout"] main > .layout {
  margin-top: 26px !important; }

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

  /* line 310, 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 318, theme.scss */
  .dm-cart-heading {
    gap: 16px; }

  /* line 320, 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 324, theme.scss */
.dm-cart-heading {
  display: flex;
  justify-content: space-between;
  gap: 36px; }

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

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

/* line 334, 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 346, theme.scss */
.dm-checkout-progress {
  display: flex;
  align-items: center;
  gap: 0; }

/* line 350, 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 359, theme.scss */
.dm-checkout-progress span + span {
  margin-left: 24px;
  padding-left: 42px; }

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

/* line 368, 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 380, theme.scss */
.dm-checkout-progress .is-current {
  color: var(--dm-accent); }

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

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

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

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

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

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

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

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

/* line 407, 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 412, theme.scss */
.dm-cart-assurance h2 {
  max-width: 260px; }

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

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

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

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

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

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

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

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

/* line 446, 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 452, theme.scss */
body[data-theme-template*="checkout"] main > .layout {
  width: min(calc(100% - 48px), var(--dm-shell));
  max-width: none !important;
  margin: 32px auto 0 !important;
  padding: 0 !important; }

/* line 457, 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 463, 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 468, theme.scss */
body[data-theme-template*="checkout"] .co-section--checkout_order_sided > * {
  min-width: 0;
  grid-column: 1; }

/* line 471, 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 479, theme.scss */
body[data-theme-template*="checkout"] .co-section--checkout_header {
  padding: 24px 28px !important; }

/* line 481, 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 487, theme.scss */
body[data-theme-template*="checkout"] .co-title--h1 {
  font-size: 24px !important; }

/* line 489, 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 495, 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 499, 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 509, 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 514, 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 518, 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 524, 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 528, 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 532, 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 537, theme.scss */
  .dm-cart-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px; }

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

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

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

  /* line 547, 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 555, theme.scss */
  .dm-checkout-progress {
    justify-content: space-between; }

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

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

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

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

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

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

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

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

  /* line 580, theme.scss */
  body[data-theme-template*="checkout"] .co-section--checkout_header {
    padding: 20px !important; } }
/* line 582, 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 587, theme.scss */
.dm-cart-layout {
  display: grid; }

/* line 589, 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 596, theme.scss */
.dm-cart-assurance > span {
  color: #adc4ff; }

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

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

/* line 606, 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 614, 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 627, theme.scss */
.dm-cart-assurance a {
  color: #fff;
  font-size: 13px;
  font-weight: 750; }

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

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

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

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

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

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

/* line 656, 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 664, 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 670, 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 675, 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 681, theme.scss */
.dm-checkout-footer > div {
  display: flex;
  justify-content: space-between;
  gap: 24px; }

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

/* line 690, 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 702, theme.scss */
.dm-dialog--left {
  left: 52%;
  background: #e5edff;
  color: #143b91; }

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

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

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

/* line 718, theme.scss */
.dm-dialog__text {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap; }

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

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

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

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

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

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

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

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

/* line 760, 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 773, theme.scss */
  .dm-dialog {
    top: 25%;
    max-width: 150px;
    padding: 9px 11px;
    border-radius: 16px; }

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

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

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

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

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

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

  /* line 796, theme.scss */
  .dm-checkout-header__secure {
    display: none; } }
@media (max-width: 600px) {
  /* line 799, theme.scss */
  .dm-cart-widget {
    padding: 14px; }

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

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

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

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

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

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

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

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

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

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

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

/* line 843, theme.scss */
.dm-shell {
  width: min(calc(100% - 48px), var(--dm-shell));
  margin-inline: auto; }

/* line 847, 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 857, 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 868, theme.scss */
.dm-skip-link:focus {
  transform: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 871, theme.scss */
  .dm-home-promo,
  .dm-home-promo__link svg {
    transition: none; } }
/* DeviceMall storefront system — product-first retail layout */
/* line 876, theme.scss */
.dm-home {
  padding: 30px 0 64px; }

/* line 878, 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 886, theme.scss */
.dm-button--primary {
  padding: 0 24px;
  border-radius: 12px;
  background: var(--dm-accent);
  color: #fff; }

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

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

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

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

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

/* line 905, 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 912, theme.scss */
.dm-section-heading p {
  margin: 8px 0 0;
  color: var(--dm-muted);
  font-size: 15px; }

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

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

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

/* line 925, 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 933, theme.scss */
.dm-category-card:hover {
  transform: translateY(-4px);
  background: #edf2ff; }

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

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

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

/* line 947, 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 956, theme.scss */
.dm-category-card--laptops > i {
  width: 230px;
  height: 150px;
  border-width: 26px;
  border-radius: 18px; }

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

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

/* line 971, theme.scss */
.dm-home-trust {
  margin-top: 58px;
  border-radius: 14px;
  background: #fff; }

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

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

/* line 984, 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 995, theme.scss */
.dm-category-card:hover::after {
  transform: scale(1.07); }

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

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

/* line 1002, 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 1007, theme.scss */
.dm-category-card__meta {
  color: #687385;
  font-size: 12px;
  font-weight: 700; }

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

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

/* line 1022, 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 1033, theme.scss */
.dm-category-card:hover > img {
  transform: translateY(-4px) scale(1.02); }

/* line 1035, 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 1045, theme.scss */
.dm-category-card--blue .dm-category-card__mark {
  color: rgba(255, 255, 255, 0.18); }

/* line 1047, 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 1062, theme.scss */
.dm-category-card:hover .dm-category-card__arrow {
  transform: translateX(3px); }

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

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

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

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

/* line 1075, 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 1078, 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 1087, theme.scss */
.dm-home-selection__aside p {
  margin: 0;
  color: #536176;
  font-size: 14px;
  line-height: 1.5; }

/* line 1092, 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 1103, theme.scss */
.dm-home-selection:nth-child(even) .dm-home-selection__aside a {
  border-top-color: rgba(255, 255, 255, 0.2); }

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

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

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

/* line 1115, 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 1124, 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 1132, 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 1146, 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; }

/* line 1155, 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 1168, theme.scss */
.dm-media-fallback small {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35; }

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

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

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

/* line 1183, 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 1193, theme.scss */
.dm-selection-product__body h4 a {
  color: inherit; }

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

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

/* line 1204, 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 1217, theme.scss */
  .dm-home-selection {
    grid-template-columns: 240px minmax(0, 1fr); }

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

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

  /* line 1229, 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 1237, theme.scss */
  .dm-home-categories__grid::-webkit-scrollbar {
    display: none; }

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

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

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

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

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

  /* line 1252, 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 1258, theme.scss */
.dm-home-selection {
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.55fr);
  min-height: 540px;
  gap: 0;
  overflow: hidden;
  border: 0; }

/* line 1264, theme.scss */
.dm-home-selection__aside {
  position: relative;
  min-height: 540px;
  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 1271, 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 1273, theme.scss */
.dm-home-selection__copy {
  position: relative;
  z-index: 2;
  width: min(100%, 420px);
  padding: 42px 38px; }

/* line 1278, 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 1286, 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 1294, 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 1300, 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 1308, theme.scss */
.dm-home-selection__art {
  position: absolute;
  z-index: 1;
  right: -54px;
  bottom: -60px;
  width: 88%;
  height: 68%;
  display: grid;
  place-items: center;
  pointer-events: none;
  transform: rotate(-7deg); }

/* line 1319, theme.scss */
.dm-home-selection__art::before {
  content: "";
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%; }

/* line 1326, theme.scss */
.dm-home-selection__art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(4, 10, 27, 0.42)); }

/* line 1334, theme.scss */
.dm-home-selection__art > span {
  color: rgba(255, 255, 255, 0.13);
  font-size: 150px;
  font-weight: 900;
  letter-spacing: -0.1em; }

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

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

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

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

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

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

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

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

  /* line 1363, theme.scss */
  .dm-home-selection__art {
    right: -24px;
    width: 60%;
    height: 72%; } }
@media (max-width: 700px) {
  /* line 1368, theme.scss */
  .dm-home-selection {
    min-height: 0;
    border-radius: 22px; }

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

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

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

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

  /* line 1380, theme.scss */
  .dm-home-selection__art {
    right: -36px;
    bottom: -36px;
    width: 68%;
    height: 62%; }

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

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

/* line 1395, theme.scss */
.dm-secondary-page > .dm-breadcrumbs {
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--dm-muted);
  font-size: 14px;
  line-height: 1.4; }

/* line 1404, theme.scss */
.dm-secondary-page > .dm-breadcrumbs > a {
  color: var(--dm-accent);
  text-decoration: none; }

/* line 1407, theme.scss */
.dm-secondary-page > .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;
  display: block;
  overflow: visible; }

/* line 1417, theme.scss */
.dm-secondary-head {
  margin-top: 28px;
  margin-bottom: 24px; }

/* line 1420, 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 1427, theme.scss */
.dm-secondary-head p {
  margin: 14px 0 0;
  color: var(--dm-muted);
  font-size: 15px; }

/* line 1431, 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 1441, theme.scss */
.dm-empty-state__mark {
  color: var(--dm-accent);
  font-size: 72px;
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 1; }

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

/* line 1452, 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 1458, 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 1467, theme.scss */
.dm-cart-widget .item-title {
  color: var(--dm-text);
  font-weight: 650; }

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

/* line 1474, 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 1479, 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 1483, 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 1488, 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 1494, 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 1500, theme.scss */
.dm-search-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px; }

/* line 1505, 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 1513, 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 1525, theme.scss */
.dm-search-head__catalog:hover {
  border-color: var(--dm-accent);
  background: var(--dm-accent-soft); }

/* line 1528, 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 1532, theme.scss */
.dm-search-widget .search-form {
  margin: 0;
  padding: 0 0 24px;
  border-bottom: 1px solid var(--dm-line); }

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

/* line 1539, 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 1545, 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 1552, theme.scss */
.dm-search-widget .switcher {
  display: flex;
  gap: 4px;
  margin-top: 16px; }

/* line 1556, 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 1564, theme.scss */
.dm-search-widget .switcher-items.is-active {
  background: var(--dm-accent);
  color: #fff; }

/* line 1567, 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 1574, 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 1582, 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 1587, theme.scss */
.dm-secondary-store .product-preview__content {
  height: 100%;
  display: flex;
  flex-direction: column; }

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

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

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

/* line 1600, 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 1610, theme.scss */
.dm-secondary-store .product-preview__area-description,
.dm-secondary-store .product-preview__area-bottom > .available-list {
  display: none; }

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

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

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

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

/* line 1627, 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 1634, 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 1640, 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 1648, theme.scss */
.dm-not-found__code {
  font-size: 82px;
  font-weight: 860;
  letter-spacing: -0.06em;
  line-height: 0.9; }

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

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

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

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

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

/* line 1676, 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; }

@media (max-width: 900px) {
  /* line 1688, 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 1692, theme.scss */
  .dm-not-found {
    grid-template-columns: 1fr; } }
@media (max-width: 700px) {
  /* line 1695, theme.scss */
  .dm-secondary-page {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 48px; }

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

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

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

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

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

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

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

  /* line 1721, 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 1726, theme.scss */
  .dm-secondary-store .product-preview__title {
    font-size: 13px; }

  /* line 1728, theme.scss */
  .dm-not-found__code {
    font-size: 64px; } }
/* line 1730, 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 1736, theme.scss */
  html {
    scroll-padding-top: 118px; }

  /* line 1738, theme.scss */
  .dm-shell {
    width: min(calc(100% - 32px), var(--dm-shell)); } }
@media (max-width: 640px) {
  /* line 1742, theme.scss */
  .dm-shell {
    width: min(calc(100% - 24px), var(--dm-shell)); }

  /* line 1744, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 1746, theme.scss */
  .edit-widget-buttons .widget-name,
  [data-fixed-panels] [data-widget-add] {
    display: none !important; } }
@media (prefers-reduced-motion: reduce) {
  /* line 1750, 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 1759, theme.scss */
.dm-cart-heading {
  margin: 20px 0 24px; }

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

/* line 1763, 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 1770, 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 1778, theme.scss */
.dm-cart-widget .cart-controls {
  padding: 20px; }

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

/* line 1782, 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 1790, theme.scss */
.dm-cart-assurance h2 {
  margin: 0;
  color: var(--dm-text);
  font-size: 24px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1837, 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 1846, 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 1852, theme.scss */
  .dm-cart-widget .cart-item {
    grid-template-columns: 80px minmax(0, 1fr) 112px 108px 32px; }

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

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

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

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

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

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

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

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

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

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

/* line 1887, 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 1902, theme.scss */
.dm-cookie__mark {
  background: linear-gradient(145deg, #173e99, #2865eb);
  color: #ffffff; }

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

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

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

/* line 1923, 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 1932, theme.scss */
.dm-cookie__actions {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

/* line 1939, 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 1950, theme.scss */
.dm-cookie .dm-cookie__accept {
  background: #173e99;
  color: #ffffff; }

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

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

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

@media (max-width: 600px) {
  /* line 1971, 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 1982, theme.scss */
  .dm-cookie__mark {
    width: 40px;
    height: 40px;
    border-radius: 12px; }

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

  /* line 1994, 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 2004, 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 2011, 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 2021, theme.scss */
  .dm-cart-primary {
    display: contents; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2119, 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 2126, theme.scss */
.client-account-top-panel .v-toolbar__content {
  min-height: 76px;
  padding-inline: clamp(16px, 3vw, 40px); }

/* line 2131, 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 2142, theme.scss */
.client-account-top-panel .v-btn:hover,
.client-account-top-panel .v-btn:focus-visible {
  border-color: #9db0d5;
  background: #edf3ff; }

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

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

/* line 2159, 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 2169, theme.scss */
.shop-authentication__content {
  padding: 36px !important; }

/* line 2173, 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 2182, theme.scss */
.shop-authentication p,
.shop-authentication .secondary--text,
.shop-authentication .text--secondary {
  color: #5b6880 !important; }

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

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

/* line 2201, 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 2206, 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 2216, theme.scss */
.shop-authentication .v-btn.primary {
  background: var(--dm-accent) !important;
  color: #fff !important; }

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

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

/* line 2232, 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 2238, theme.scss */
.shop-authentication a {
  color: var(--dm-accent);
  text-underline-offset: 3px; }

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

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

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

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

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

  /* line 2267, theme.scss */
  .shop-authentication__content {
    padding: 24px 20px !important; } }
@media (prefers-reduced-motion: reduce) {
  /* line 2273, theme.scss */
  .client-account-app__main .v-btn,
  .client-account-app__main .v-input__slot {
    transition: none !important; } }
/* line 2279, 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 2286, theme.scss */
.dm-rich.is-visible {
  opacity: 1;
  transform: translateY(0); }

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

/* line 2298, 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 2307, theme.scss */
.dm-rich__head > div,
.dm-rich__section-title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px; }

/* line 2315, 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 2325, 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 2333, theme.scss */
.dm-rich__head nav {
  display: flex;
  gap: 6px;
  padding: 5px;
  border-radius: 12px;
  background: #f2f5f9; }

/* line 2341, 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 2350, theme.scss */
.dm-rich__story {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  min-height: 470px; }

/* line 2356, 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 2366, theme.scss */
.dm-rich__eyebrow {
  color: #a9c4ff; }

/* line 2370, 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 2378, theme.scss */
.dm-rich__description {
  max-width: 68ch;
  color: #dce7ff;
  font-size: 15px;
  line-height: 1.7; }

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

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

/* line 2388, 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 2397, 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 2408, 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 2418, 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 2425, theme.scss */
.dm-rich__section-title h3 {
  margin: 0;
  color: var(--dm-text);
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: -0.045em; }

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

/* line 2439, 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 2448, theme.scss */
.dm-rich__specs dt {
  color: #748096; }

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

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

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

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

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

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

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

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

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

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

/* line 2483, 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 2486, theme.scss */
  .dm-rich__head nav a:hover {
    background: #fff;
    color: var(--dm-accent); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2541, 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 2546, 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 2554, 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 2559, 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 2564, 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 2569, 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 2576, theme.scss */
.dm-rich-input a {
  color: var(--dm-accent);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em; }

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

/* line 2591, 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 2600, theme.scss */
.dm-rich-input table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 16px;
  background: #f7f9fd; }

/* line 2608, 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 2616, theme.scss */
.dm-rich-input th {
  color: var(--dm-text);
  font-weight: 850; }

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

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

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

/* line 2636, 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 2645, 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 2654, 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 2664, theme.scss */
.dm-rc h2,
.dm-rc h3,
.dm-rc p {
  margin-top: 0; }

/* line 2670, 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 2679, 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 2687, theme.scss */
.dm-rc p {
  max-width: 62ch;
  margin-bottom: 0;
  color: #647187; }

/* line 2693, 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 2703, 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 2712, 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 2721, theme.scss */
.dm-rc--dark {
  background: linear-gradient(145deg, #0d2b70, #1e55c2);
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

/* line 2761, 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 2772, theme.scss */
.dm-rc-banner h2 {
  color: #fff; }

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

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

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

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

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

  /* line 2800, 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 2808, 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 2812, theme.scss */
  .dm-rc-hero,
  .dm-rc-media,
  .dm-rc--hero,
  .dm-rc--media {
    grid-template-columns: 1fr;
    min-height: 0; }

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

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

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

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

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

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

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

  /* line 2848, theme.scss */
  .dm-rc-banner {
    align-items: flex-start;
    flex-direction: column; } }
@media (prefers-reduced-motion: reduce) {
  /* line 2852, theme.scss */
  .dm-rc-visual img {
    transition: none !important;
    transform: none !important; } }
/* DeviceMall polish pass: softer storefront, expressive home banners, premium cart. */
/* line 2859, 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; }

/* line 2871, theme.scss */
.dm-home-hero {
  padding-top: clamp(18px, 3vw, 34px); }

/* line 2875, theme.scss */
.dm-home-promos {
  gap: clamp(14px, 1.6vw, 24px) !important;
  align-items: stretch; }

/* line 2880, theme.scss */
.dm-home-promo {
  isolation: isolate;
  min-height: clamp(370px, 42vw, 560px);
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: clamp(24px, 2.8vw, 36px);
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(24, 52, 112, 0.12), 0 2px 8px rgba(18, 41, 92, 0.05);
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 380ms cubic-bezier(0.16, 1, 0.3, 1), filter 380ms cubic-bezier(0.16, 1, 0.3, 1); }

/* line 2893, theme.scss */
.dm-home-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 25% 12%, rgba(255, 255, 255, 0.54), rgba(0, 0, 0, 0) 24%), radial-gradient(circle at 76% 70%, rgba(46, 106, 230, 0.22), rgba(0, 0, 0, 0) 32%);
  opacity: 0.9;
  transition: opacity 380ms cubic-bezier(0.16, 1, 0.3, 1); }

/* line 2905, theme.scss */
.dm-home-promo--phones {
  background: linear-gradient(160deg, #0f2d75 0%, #1f56cf 48%, #6aa4ff 100%) !important;
  color: #fff; }

/* line 2911, theme.scss */
.dm-home-promo--laptops {
  background: linear-gradient(160deg, #ffffff 0%, #eaf2ff 52%, #cfe0ff 100%) !important;
  color: #101828; }

/* line 2917, theme.scss */
.dm-home-promo--home {
  background: linear-gradient(160deg, #fffaf2 0%, #edf5ff 55%, #dcecff 100%) !important;
  color: #101828; }

/* line 2923, theme.scss */
.dm-home-promo--audio {
  background: linear-gradient(160deg, #111827 0%, #17306f 52%, #245fdb 100%) !important;
  color: #fff; }

/* line 2929, theme.scss */
.dm-home-promo picture,
.dm-home-promo img {
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1), filter 520ms cubic-bezier(0.16, 1, 0.3, 1); }

/* line 2934, theme.scss */
.dm-home-promo__shade {
  background: linear-gradient(180deg, rgba(7, 20, 52, 0.02) 0%, rgba(7, 20, 52, 0.1) 48%, rgba(7, 20, 52, 0.28) 100%);
  z-index: 0; }

/* line 2940, theme.scss */
.dm-home-promo__meta {
  position: relative;
  z-index: 2;
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  color: currentColor;
  opacity: 0.86;
  letter-spacing: 0.08em; }

/* line 2954, theme.scss */
.dm-home-promo__title {
  position: relative;
  z-index: 2;
  max-width: 9ch;
  font-size: clamp(30px, 3.35vw, 52px);
  line-height: 0.94;
  letter-spacing: -0.055em; }

/* line 2963, theme.scss */
.dm-home-promo__text {
  position: relative;
  z-index: 2;
  max-width: 260px;
  color: currentColor;
  opacity: 0.76; }

/* line 2971, theme.scss */
.dm-home-promo__link {
  position: relative;
  z-index: 2;
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px); }

/* line 2982, theme.scss */
.dm-home-promo--laptops .dm-home-promo__link,
.dm-home-promo--home .dm-home-promo__link,
.dm-home-promo--laptops .dm-home-promo__meta,
.dm-home-promo--home .dm-home-promo__meta {
  border-color: rgba(31, 92, 218, 0.16);
  background: rgba(255, 255, 255, 0.58); }

/* line 2990, theme.scss */
.dm-home-promo__visual {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 28px 44px rgba(19, 54, 128, 0.22)); }

@media (hover: hover) and (pointer: fine) {
  /* line 2997, theme.scss */
  .dm-home-promo:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 96px rgba(31, 84, 188, 0.2), 0 10px 28px rgba(18, 41, 92, 0.1);
    filter: saturate(1.04); }

  /* line 3003, theme.scss */
  .dm-home-promo:hover::before {
    opacity: 1; }

  /* line 3007, theme.scss */
  .dm-home-promo:hover picture,
  .dm-home-promo:hover img {
    transform: scale(1.045);
    filter: saturate(1.04) contrast(1.02); }

  /* line 3013, 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 3021, theme.scss */
.dm-section-heading,
.dm-secondary-head {
  color: #101828; }

/* line 3026, 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 3034, 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 3043, 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 3054, theme.scss */
.dm-cart-heading .dm-secondary-head h1,
.dm-cart-heading__title h1 {
  letter-spacing: -0.045em; }

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

/* line 3064, 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 3072, 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 3079, theme.scss */
.dm-cart-widget .cart-item img,
.dm-cart-widget [class*="item-image"] img {
  border-radius: 20px;
  background: #f4f7fb; }

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

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

/* line 3096, 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 3105, 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 3117, 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 3122, 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 3131, theme.scss */
.dm-cart-assurance > p,
.dm-cart-assurance li,
.dm-cart-assurance__note small {
  opacity: 0.78; }

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

/* line 3142, 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 3148, theme.scss */
  .dm-home-promo {
    min-height: 340px; }

  /* line 3152, theme.scss */
  .dm-cart-assurance {
    position: static; } }
@media (max-width: 720px) {
  /* line 3158, theme.scss */
  .dm-home-hero {
    padding-top: 14px; }

  /* line 3162, theme.scss */
  .dm-home-promos {
    gap: 12px !important; }

  /* line 3166, theme.scss */
  .dm-home-promo {
    min-height: 315px;
    border-radius: 24px; }

  /* line 3171, theme.scss */
  .dm-home-promo__title {
    font-size: clamp(28px, 10vw, 42px); }

  /* line 3175, theme.scss */
  .dm-cart-heading,
  .dm-cart-widget,
  .dm-cart-assurance {
    border-radius: 24px !important; } }
@media (prefers-reduced-motion: reduce) {
  /* line 3183, theme.scss */
  .dm-home-promo,
  .dm-home-promo picture,
  .dm-home-promo img,
  .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 3195, theme.scss */
html {
  scroll-behavior: smooth; }

/* line 3199, 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 3226, 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 3239, 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 3260, 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 3273, 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 3285, 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 3296, 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 3319, theme.scss */
:where(a, button, [role="button"]):focus-visible {
  outline: 2px solid var(--dm-accent) !important;
  outline-offset: 3px;
  box-shadow: none !important; }

/* line 3325, 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 3331, 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 3347, 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 3355, theme.scss */
:where(.dm-catalog-mega__head > a,
.dm-catalog-mega__panel-head > a):focus-visible {
  background: #eef4ff;
  color: var(--dm-accent-hover); }

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

/* line 3368, 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 3382, theme.scss */
.dm-motion-added {
  animation: dm-soft-added 820ms var(--dm-ease-calm); }

/* line 3386, 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 3403, theme.scss */
.dm-motion-favorite {
  animation: dm-soft-heart 760ms var(--dm-ease-press);
  color: #1752c6 !important; }

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

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

/* line 3416, 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 3428, theme.scss */
  .dm-cart-widget .cart-item:hover::before {
    opacity: 1; } }
/* line 3433, 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 3446, 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 3457, theme.scss */
.dm-cart-assurance,
.dm-cart-widget,
.dm-cart-heading {
  animation: dm-soft-rise 620ms var(--dm-ease-calm) both; }

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

/* line 3467, 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 3527, theme.scss */
  html {
    scroll-behavior: auto !important; }

  /* line 3531, 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 3553, 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 3563, theme.scss */
.dm-cart-next-step span {
  color: #667085;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase; }

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

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

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

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

@media (max-width: 720px) {
  /* line 3591, 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 3598, 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 3610, 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 3618, theme.scss */
.checkout-app .checkout-top-panel__logo img {
  max-height: 56px;
  object-fit: contain; }

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

/* line 3627, 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 3633, 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 3646, theme.scss */
.checkout-app .checkout-first-purchase-steps {
  animation: dm-soft-rise 620ms var(--dm-ease-calm) both; }

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

/* line 3654, 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 3663, theme.scss */
.checkout-app .v-label,
.checkout-app label,
.checkout-app [class*="label"] {
  color: #344054 !important; }

/* line 3669, 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 3680, theme.scss */
.checkout-app input,
.checkout-app textarea,
.checkout-app select {
  border-color: #dfe8f5 !important;
  background: #ffffff !important; }

/* line 3687, 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 3695, 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 3711, 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 3720, 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 3729, 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 3738, 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 3745, theme.scss */
.checkout-app .checkout-product-item {
  padding: 14px 0; }

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

/* line 3755, 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 3762, theme.scss */
  .checkout-app .checkout-app__main-content {
    padding-inline: 14px !important; }

  /* line 3766, 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 3776, 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 3784, theme.scss */
.dm-cart-heading {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  align-items: center !important; }

/* line 3789, 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 3796, theme.scss */
.dm-cart-widget {
  padding: clamp(16px, 2vw, 26px) !important; }

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

/* line 3804, 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 3812, 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 3819, theme.scss */
.dm-cart-assurance {
  overflow: hidden; }

/* line 3823, 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 3835, theme.scss */
.dm-cart-assurance > * {
  position: relative;
  z-index: 1; }

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

/* line 3844, 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 3852, theme.scss */
  .dm-cart-heading {
    grid-template-columns: 1fr; }

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

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

/* line 3879, 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 3891, theme.scss */
.dm-content-widget {
  padding: clamp(24px, 4vw, 54px); }

/* line 3895, 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 3904, 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 3913, theme.scss */
.dm-content-widget h1 {
  margin-top: 0 !important;
  font-size: clamp(38px, 5vw, 72px) !important;
  line-height: 0.95 !important; }

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

/* line 3925, 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 3934, theme.scss */
.dm-content-widget a {
  color: var(--dm-blue-700);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em; }

/* line 3940, 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 3951, theme.scss */
.dm-content-widget th,
.dm-content-widget td {
  padding: 16px 18px;
  border-bottom: 1px solid #e8eef6;
  color: #344054;
  text-align: left; }

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

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

/* line 3969, 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 3976, 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 3992, 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 4002, theme.scss */
.dm-content-support h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  letter-spacing: -0.045em;
  line-height: 1; }

/* line 4010, 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 4017, theme.scss */
.dm-content-support__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px; }

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

/* line 4031, 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 4049, theme.scss */
.dm-not-found {
  align-items: stretch; }

/* line 4053, 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 4059, 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 4065, theme.scss */
.dm-not-found__code {
  color: var(--dm-blue-700) !important; }

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

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

  /* line 4086, theme.scss */
  .dm-content-support__actions {
    justify-content: flex-start; } }
@media (max-width: 640px) {
  /* line 4092, 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 4102, 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 4128, theme.scss */
.dm-cart-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1); }

/* line 4134, 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 4146, theme.scss */
.dm-cart-toast__copy {
  display: grid;
  gap: 3px;
  min-width: 0; }

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

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

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

/* line 4170, 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 4193, 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 4200, 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 4205, 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 4210, 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 4221, theme.scss */
.dm-selection-product {
  height: 480px !important;
  min-height: 480px !important;
  display: grid !important;
  grid-template-rows: minmax(220px, auto) 1fr !important; }

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

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

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

/* line 4241, 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 4251, 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 4261, 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 4269, 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 4276, 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 4282, 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 4295, 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 4306, theme.scss */
  .dm-cart-toast {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 36px 1fr; }

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

  /* line 4317, 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 4331, theme.scss */
.dm-header a,
.dm-home a,
.dm-cart-page a {
  text-decoration: none; }

/* line 4337, 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 4345, theme.scss */
  .dm-page--collection .dm-catalog-sort {
    position: relative;
    display: inline-grid; }

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

  /* line 4354, 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 4370, 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 4376, theme.scss */
  .dm-cart-widget {
    padding: 12px !important;
    border-radius: 16px !important; }

  /* line 4381, 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 4394, theme.scss */
  .dm-cart-widget .cart-item .item-image {
    width: 76px !important;
    min-width: 76px !important;
    height: 76px !important;
    align-self: start !important; }

  /* line 4401, 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 4408, theme.scss */
  .dm-cart-widget .item-title {
    align-self: start !important;
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.35 !important; }

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

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

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

  /* line 4432, 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 4440, theme.scss */
  .dm-cart-widget .counter-input {
    width: 44px !important;
    min-width: 44px !important;
    height: 38px !important; }

  /* line 4446, 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 4457, theme.scss */
  .dm-cart-widget .item-delete {
    align-self: start !important;
    justify-self: end !important; }

  /* line 4462, 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 4471, 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 4478, 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 4486, theme.scss */
  .dm-home-selection,
  .dm-home-selection__aside,
  .dm-home-selection__content {
    min-height: 540px !important;
    height: 540px !important; }

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

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

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

  /* line 4508, 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. */
/* line 4518, theme.scss */
.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 {
  display: none !important; }

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

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

/* line 4534, 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 4543, 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 4551, 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 4556, 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 4564, theme.scss */
.dm-pdp-details .dm-rich__specs {
  padding: 0 !important; }

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

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

/* line 4594, 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 4605, theme.scss */
.dm-service-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--dm-accent);
  font-size: 14px;
  font-weight: 750; }

/* line 4613, 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 4624, 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 4633, theme.scss */
.dm-service-hero__fact {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 0 4px;
  border-top: 1px solid #dfe5ee; }

/* line 4641, 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 4653, theme.scss */
.dm-service-hero__fact strong,
.dm-service-hero__fact small {
  display: block; }

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

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

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

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

/* line 4684, 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 4695, theme.scss */
.dm-service-section-head p {
  max-width: 52ch;
  margin: 0;
  color: #5c6876;
  line-height: 1.55; }

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

/* line 4706, 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 4714, theme.scss */
.dm-delivery-methods__number {
  color: var(--dm-accent);
  font-size: 15px;
  font-weight: 800; }

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

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

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

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

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

/* line 4751, 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 4760, 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 4768, theme.scss */
.dm-delivery-steps li + li {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.22); }

/* line 4773, 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 4785, theme.scss */
.dm-delivery-steps strong {
  display: block;
  margin-bottom: 8px;
  font-size: 17px; }

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

/* line 4797, 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 4808, theme.scss */
.dm-delivery-note h2,
.dm-delivery-note p {
  margin: 0; }

/* line 4813, theme.scss */
.dm-delivery-note h2 {
  color: #15171a;
  font-size: 23px;
  letter-spacing: -0.025em; }

/* line 4819, theme.scss */
.dm-delivery-note p {
  max-width: 68ch;
  margin-top: 8px;
  color: #5c6876;
  line-height: 1.55; }

/* line 4826, theme.scss */
.dm-service-page .dm-content-support {
  margin-top: 56px; }

@media (max-width: 820px) {
  /* line 4831, theme.scss */
  .dm-service-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 40px; }

  /* line 4837, theme.scss */
  .dm-delivery-steps ol {
    grid-template-columns: 1fr; }

  /* line 4841, theme.scss */
  .dm-delivery-steps li,
  .dm-delivery-steps li + li {
    padding: 22px 0;
    border-left: 0; }

  /* line 4847, theme.scss */
  .dm-delivery-steps li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.22); } }
@media (max-width: 560px) {
  /* line 4853, theme.scss */
  .dm-service-page {
    padding-top: 12px;
    padding-bottom: 32px; }

  /* line 4858, theme.scss */
  .dm-service-hero {
    gap: 28px;
    margin-top: 14px;
    padding: 28px 22px;
    border-radius: 14px; }

  /* line 4865, theme.scss */
  .dm-service-label {
    margin-bottom: 12px;
    font-size: 13px; }

  /* line 4870, theme.scss */
  .dm-service-hero h1 {
    font-size: 42px;
    line-height: 1; }

  /* line 4875, theme.scss */
  .dm-service-hero__copy > p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55; }

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

  /* line 4886, theme.scss */
  .dm-service-section-head {
    display: block;
    margin-bottom: 20px; }

  /* line 4891, theme.scss */
  .dm-service-section-head h2 {
    font-size: 28px; }

  /* line 4895, theme.scss */
  .dm-service-section-head p {
    margin-top: 10px;
    font-size: 14px; }

  /* line 4900, theme.scss */
  .dm-delivery-methods__list article {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 24px 0; }

  /* line 4906, theme.scss */
  .dm-delivery-methods h3 {
    font-size: 20px; }

  /* line 4910, theme.scss */
  .dm-delivery-methods p {
    font-size: 14px; }

  /* line 4914, theme.scss */
  .dm-delivery-steps {
    padding: 30px 22px 18px;
    border-radius: 14px; }

  /* line 4919, theme.scss */
  .dm-delivery-note {
    align-items: flex-start;
    flex-direction: column; }

  /* line 4924, theme.scss */
  .dm-delivery-note .dm-button {
    width: 100%; } }
/* Cart release composition: quiet hierarchy, visible total, no duplicate card stack. */
/* line 4930, 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 4941, 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 4947, 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 4957, theme.scss */
body .dm-secondary-page .dm-cart-heading__title p {
  max-width: 620px !important;
  margin-top: 10px !important;
  font-size: 14px !important; }

/* line 4963, 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 4972, 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 4978, theme.scss */
body .dm-secondary-page .dm-cart-primary {
  min-width: 0 !important; }

/* line 4982, 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 4990, 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 5007, theme.scss */
body .dm-secondary-page .dm-cart-widget .cart-item + .cart-item {
  margin-top: 8px !important; }

/* line 5011, 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 5021, 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 5029, 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 5038, 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 5045, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-counter {
  grid-area: counter !important; }

/* line 5049, 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 5058, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-delete {
  grid-area: delete !important;
  justify-self: end !important; }

/* line 5063, 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 5072, 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 5082, theme.scss */
body .dm-secondary-page .dm-cart-widget .counter-button:hover {
  background: #edf3ff !important; }

/* line 5086, 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 5098, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-delete .button > * {
  display: none !important; }

/* line 5102, 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 5112, theme.scss */
body .dm-secondary-page .dm-cart-widget .item-delete .button:hover {
  background: #fff0f0 !important;
  color: #d74242 !important; }

/* line 5117, 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 5126, 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 5134, 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 5139, 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 5146, 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 5155, theme.scss */
body .dm-secondary-page .dm-cart-widget .coupon-input::placeholder {
  color: #7b8698 !important;
  opacity: 1 !important; }

/* line 5160, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot {
  position: sticky !important;
  top: 142px !important;
  min-width: 0 !important; }

/* line 5166, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot:empty {
  min-height: 1px !important; }

/* line 5170, 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 5182, 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 5187, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot .cart-controls .total {
  border-color: rgba(255, 255, 255, 0.18) !important; }

/* line 5191, theme.scss */
body .dm-secondary-page .dm-cart-summary-slot .cart-controls .total-description {
  color: #fff !important; }

/* line 5195, 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 5201, 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 5215, 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 5220, 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 5236, theme.scss */
body .dm-secondary-page .dm-cart-assurance::before,
body .dm-secondary-page .dm-cart-assurance::after {
  display: none !important; }

/* line 5241, 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 5251, theme.scss */
body .dm-secondary-page .dm-cart-assurance__icon svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important; }

/* line 5257, 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 5264, 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 5271, 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 5278, theme.scss */
body .dm-secondary-page .dm-cart-assurance li {
  min-width: 0 !important;
  font-size: 12px !important; }

/* line 5283, 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 5290, theme.scss */
body .dm-secondary-page .dm-cart-assurance li::before {
  border-color: #dce4ef !important;
  background: #f4f7fb !important;
  color: var(--dm-accent) !important; }

/* line 5296, theme.scss */
body .dm-secondary-page .dm-cart-assurance__note {
  display: none !important;
  border: 0 !important;
  background: #f5f8fd !important; }

/* line 5302, theme.scss */
body .dm-secondary-page .dm-cart-assurance__note strong {
  color: var(--dm-text, #15171a) !important; }

/* line 5306, 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 5313, theme.scss */
  body .dm-secondary-page .dm-cart-layout {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important; }

  /* line 5319, theme.scss */
  body .dm-secondary-page .dm-cart-primary {
    display: contents !important; }

  /* line 5323, theme.scss */
  body .dm-secondary-page .dm-cart-widget {
    order: 1 !important; }

  /* line 5327, theme.scss */
  body .dm-secondary-page .dm-cart-summary-slot {
    position: static !important;
    order: 2 !important;
    width: 100% !important; }

  /* line 5333, 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 5340, theme.scss */
  body .dm-secondary-page .dm-cart-assurance__icon {
    grid-row: 1 / span 2 !important; }

  /* line 5344, 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 5350, theme.scss */
  body .dm-secondary-page .dm-cart-assurance ol {
    grid-template-columns: 1fr !important; } }
@media (max-width: 700px) {
  /* line 5356, theme.scss */
  body .dm-secondary-page .dm-cart-heading {
    margin: 12px 0 20px !important; }

  /* line 5360, theme.scss */
  body .dm-secondary-page .dm-cart-heading__title h1 {
    font-size: 34px !important; }

  /* line 5364, theme.scss */
  body .dm-secondary-page .dm-cart-heading__title p {
    font-size: 13px !important;
    line-height: 1.45 !important; }

  /* line 5369, theme.scss */
  body .dm-secondary-page .dm-cart-next-step {
    display: none !important; }

  /* line 5373, theme.scss */
  body .dm-secondary-page .dm-cart-widget {
    padding: 8px !important;
    border-radius: 16px !important; }

  /* line 5378, 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 5389, 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 5397, theme.scss */
  body .dm-secondary-page .dm-cart-widget .cart__area-controls {
    padding: 10px !important; }

  /* line 5401, theme.scss */
  body .dm-secondary-page .dm-cart-widget .coupon-content {
    max-width: none !important; }

  /* line 5405, theme.scss */
  body .dm-secondary-page .dm-cart-summary-slot .cart-controls {
    width: 100% !important;
    padding: 16px !important; }

  /* line 5410, theme.scss */
  body .dm-secondary-page .dm-cart-assurance {
    padding: 18px !important;
    border-radius: 16px !important; }

  /* line 5415, 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 5423, theme.scss */
.dm-blog-page {
  padding-block: 24px 72px; }

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

/* line 5431, 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 5445, theme.scss */
.dm-blog-hero > div {
  max-width: 820px; }

/* line 5449, 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 5459, 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 5467, theme.scss */
.dm-blog-hero > .dm-button {
  flex: 0 0 auto; }

/* line 5471, theme.scss */
.dm-blog-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px; }

/* line 5478, theme.scss */
.dm-blog-card {
  grid-column: span 4;
  min-width: 0;
  min-height: 430px;
  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 5492, theme.scss */
.dm-blog-card:nth-child(n + 3) {
  grid-column: span 6; }

/* line 5496, theme.scss */
.dm-blog-card:hover,
.dm-blog-card:focus-within {
  border-color: #cfd9eb;
  background: #fbfcff;
  box-shadow: none;
  transform: translateY(-2px); }

/* line 5504, theme.scss */
.dm-blog-card--lead {
  grid-column: span 8;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); }

/* line 5511, theme.scss */
.dm-blog-card__media {
  min-height: 240px;
  overflow: hidden;
  display: block;
  background: #f2f5fa; }

/* line 5518, theme.scss */
.dm-blog-card--lead .dm-blog-card__media {
  min-height: 100%; }

/* line 5522, theme.scss */
.dm-blog-card__media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: block;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1); }

/* line 5531, theme.scss */
.dm-blog-card:hover .dm-blog-card__media img {
  transform: scale(1.035); }

/* line 5535, 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 5549, theme.scss */
.dm-blog-card__placeholder svg {
  width: 64px;
  height: 64px; }

/* line 5554, theme.scss */
.dm-blog-card__placeholder small {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase; }

/* line 5561, theme.scss */
.dm-blog-card__body {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 26px; }

/* line 5569, theme.scss */
.dm-blog-card__body time {
  color: #626e84;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em; }

/* line 5576, theme.scss */
.dm-blog-card__body h2 {
  margin: 14px 0 0;
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: -0.035em;
  line-height: 1.12; }

/* line 5583, theme.scss */
.dm-blog-card__body h2 a {
  color: #111722; }

/* line 5587, theme.scss */
.dm-blog-card__body p {
  margin: 16px 0 0;
  color: #68758a;
  font-size: 15px;
  line-height: 1.55; }

/* line 5594, theme.scss */
.dm-blog-card__link {
  margin-top: auto;
  padding-top: 24px;
  color: var(--dm-accent);
  font-size: 14px;
  font-weight: 800; }

/* line 5602, 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 5612, theme.scss */
  .dm-blog-hero {
    align-items: flex-start;
    flex-direction: column; }

  /* line 5617, theme.scss */
  .dm-blog-card,
  .dm-blog-card:nth-child(n + 3),
  .dm-blog-card--lead {
    grid-column: span 6; }

  /* line 5623, theme.scss */
  .dm-blog-card--lead {
    display: flex; }

  /* line 5627, theme.scss */
  .dm-blog-card--lead .dm-blog-card__media {
    min-height: 240px; } }
@media (max-width: 640px) {
  /* line 5633, theme.scss */
  .dm-blog-page {
    padding-block: 16px 44px; }

  /* line 5637, theme.scss */
  .dm-blog-hero {
    gap: 28px;
    margin-top: 14px;
    padding: 28px 22px;
    border-radius: 18px; }

  /* line 5644, theme.scss */
  .dm-blog-hero h1 {
    font-size: 38px; }

  /* line 5648, theme.scss */
  .dm-blog-hero p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55; }

  /* line 5654, theme.scss */
  .dm-blog-hero > .dm-button {
    width: 100%; }

  /* line 5658, theme.scss */
  .dm-blog-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    margin-top: 18px; }

  /* line 5664, theme.scss */
  .dm-blog-card,
  .dm-blog-card:nth-child(n + 3),
  .dm-blog-card--lead {
    grid-column: 1;
    min-height: 0; }

  /* line 5671, theme.scss */
  .dm-blog-card__body {
    min-height: 250px;
    padding: 22px; }

  /* line 5676, theme.scss */
  .dm-blog-card__body h2 {
    font-size: 23px; } }
/* Final home authority: external stylesheet scope survives InSales template injection. */
/* line 5682, 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 5690, theme.scss */
.dm-page--home .dm-home-hero,
.dm-page--home .dm-home-categories,
.dm-page--home .dm-home-trust,
.dm-page--home .dm-home-selection,
.dm-page--home .dm-home-selection__content {
  min-width: 0;
  max-width: 100%; }

/* line 5699, theme.scss */
.dm-page--home .dm-home-promos {
  display: grid !important;
  grid-template-columns: none !important;
  grid-auto-flow: column !important;
  grid-auto-columns: calc((100% - 48px) / 4) !important;
  align-items: stretch;
  gap: 16px !important;
  width: 100% !important;
  padding: 14px 32px 42px !important;
  box-sizing: border-box !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  scroll-padding-inline: 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain; }

/* line 5717, theme.scss */
.dm-page--home .dm-home-promo {
  position: relative;
  z-index: 0;
  isolation: isolate;
  min-width: 0;
  min-height: 500px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 16px !important;
  background-clip: padding-box;
  box-shadow: none !important;
  scroll-snap-align: start;
  transform: scale(0.985) translateZ(0) !important;
  transform-origin: center;
  transition: box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1), transform 420ms cubic-bezier(0.16, 1, 0.3, 1), filter 420ms cubic-bezier(0.16, 1, 0.3, 1) !important; }

/* line 5734, theme.scss */
.dm-page--home .dm-home-promos--count-1 {
  grid-auto-columns: 100% !important; }

/* line 5735, theme.scss */
.dm-page--home .dm-home-promos--count-2 {
  grid-auto-columns: calc((100% - 16px) / 2) !important; }

/* line 5736, theme.scss */
.dm-page--home .dm-home-promos--count-3 {
  grid-auto-columns: calc((100% - 32px) / 3) !important; }

/* line 5738, theme.scss */
.dm-page--home .dm-home-promo.is-active {
  z-index: 2;
  box-shadow: 0 12px 26px rgba(20, 46, 105, 0.14) !important;
  transform: translateY(-3px) scale(1.014) translateZ(0) !important; }

/* line 5744, theme.scss */
.dm-page--home .dm-home-promo__title {
  max-width: 11ch;
  letter-spacing: -.03em;
  text-wrap: balance; }

/* line 5750, theme.scss */
.dm-page--home .dm-home-promo picture,
.dm-page--home .dm-home-promo picture img,
.dm-page--home .dm-home-promo__visual {
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1) !important; }

/* line 5756, theme.scss */
.dm-page--home .dm-section-heading h2 {
  font-size: 34px !important;
  letter-spacing: -.035em !important;
  line-height: 1.08 !important; }

/* line 5762, 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 5778, theme.scss */
.dm-page--home .dm-selection-products::-webkit-scrollbar {
  display: none; }

/* line 5782, theme.scss */
.dm-page--home .dm-selection-products--count-1,
.dm-page--home .dm-selection-products--count-2 {
  justify-content: center !important; }

/* line 5787, 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 5812, 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 5824, 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 5832, 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 5843, 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 5856, 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 5866, 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 5879, 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 5886, 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 5894, theme.scss */
.dm-page--home .dm-home-selection__aside {
  border-radius: 0 !important; }

/* line 5898, theme.scss */
.dm-page--home .dm-home-selection__copy {
  padding: 36px 32px !important; }

/* line 5902, 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 5908, 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; }

/* line 5916, theme.scss */
.dm-page--home .dm-home-trust {
  border-radius: 14px !important; }

@media (hover: hover) and (pointer: fine) {
  /* line 5921, theme.scss */
  .dm-page--home .dm-home-promo:hover,
  .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 5929, theme.scss */
  .dm-page--home .dm-home-promo:hover picture,
  .dm-page--home .dm-home-promo:hover .dm-home-promo__visual,
  .dm-page--home .dm-selection-product:hover .dm-selection-product__media img {
    transform: scale(1.02) !important; }

  /* line 5935, theme.scss */
  .dm-page--home .dm-home-promo.is-active:hover {
    box-shadow: 0 12px 26px rgba(20, 46, 105, 0.14) !important;
    transform: translateY(-3px) scale(1.014) translateZ(0) !important; } }
/* line 5941, 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 5949, theme.scss */
  .dm-page--home {
    --dm-home-card-width: 268px; }

  /* line 5953, theme.scss */
  .dm-page--home .dm-home-promos {
    grid-template-columns: none !important;
    grid-auto-columns: calc((100% - 16px) / 2) !important; }

  /* line 5958, theme.scss */
  .dm-page--home .dm-home-promo {
    min-height: 430px !important; }

  /* line 5962, 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 5968, theme.scss */
  .dm-page--home .dm-home-selection {
    grid-template-columns: minmax(0, 1fr) !important; }

  /* line 5972, theme.scss */
  .dm-page--home .dm-home-selection__aside {
    min-height: 300px !important; }

  /* line 5976, theme.scss */
  .dm-page--home .dm-home-selection__content {
    min-height: 500px !important; } }
@media (max-width: 640px) {
  /* line 5982, theme.scss */
  .dm-page--home {
    --dm-home-card-width: 310px;
    --dm-home-card-height: 420px;
    --dm-home-media-height: 210px; }

  /* line 5988, theme.scss */
  .dm-page--home .dm-home-promos,
  .dm-page--home .dm-home-promos.dm-home-promos--count-1,
  .dm-page--home .dm-home-promos.dm-home-promos--count-2,
  .dm-page--home .dm-home-promos.dm-home-promos--count-3 {
    width: calc(100% + 16px) !important;
    grid-template-columns: none !important;
    grid-auto-flow: column;
    grid-auto-columns: 320px !important;
    justify-content: start;
    gap: 10px !important;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 12px 20px 34px 0 !important;
    scroll-snap-type: x mandatory;
    scrollbar-width: none; }

  /* line 6005, theme.scss */
  .dm-page--home .dm-home-promos::-webkit-scrollbar {
    display: none; }

  /* line 6009, theme.scss */
  .dm-page--home .dm-home-promo {
    min-height: 420px !important;
    scroll-snap-align: start;
    transform: none !important; }

  /* line 6015, theme.scss */
  .dm-page--home .dm-home-promo.is-active {
    box-shadow: 0 10px 22px rgba(20, 46, 105, 0.12) !important;
    transform: translateY(-2px) scale(1.006) translateZ(0) !important; }

  /* line 6020, theme.scss */
  .dm-page--home .dm-section-heading h2 {
    font-size: 28px !important; }

  /* line 6024, theme.scss */
  .dm-page--home .dm-selection-products--count-1,
  .dm-page--home .dm-selection-products--count-2 {
    justify-content: flex-start !important; }

  /* line 6029, 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 6035, theme.scss */
  .dm-page--home .dm-home-selection {
    grid-template-columns: minmax(0, 1fr) !important; }

  /* line 6039, theme.scss */
  .dm-page--home .dm-home-selection__aside {
    min-height: 300px !important; }

  /* line 6043, theme.scss */
  .dm-page--home .dm-home-selection__copy {
    padding: 28px 22px !important; }

  /* line 6047, 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 6054, theme.scss */
  .dm-page--home {
    --dm-home-card-width: calc(100vw - 40px); }

  /* line 6058, theme.scss */
  .dm-page--home .dm-home-promos,
  .dm-page--home .dm-home-promos.dm-home-promos--count-1,
  .dm-page--home .dm-home-promos.dm-home-promos--count-2,
  .dm-page--home .dm-home-promos.dm-home-promos--count-3 {
    grid-auto-columns: calc(100vw - 40px) !important; } }
@media (prefers-reduced-motion: reduce) {
  /* line 6067, theme.scss */
  .dm-page--home .dm-home-promo,
  .dm-page--home .dm-home-promo.is-active,
  .dm-page--home .dm-home-promo:hover,
  .dm-page--home .dm-home-promo picture,
  .dm-page--home .dm-home-promo__visual,
  .dm-page--home .dm-home-promo:hover picture,
  .dm-page--home .dm-home-promo:hover .dm-home-promo__visual,
  .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 6087, 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 6095, theme.scss */
body .dm-page--home .dm-home-promo-grid-widget,
body .dm-page--home .dm-home-categories-widget,
body .dm-page--home .dm-home-product-rail-widget {
  background: transparent !important; }

/* line 6101, 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 6107, theme.scss */
body .dm-page--collection .dm-catalog-main {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important; }

/* line 6114, 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 6122, theme.scss */
body .dm-page--collection .dm-variant-grid {
  padding-top: 14px; }

/* Cart and checkout release slice: scoped to native InSales commerce surfaces. */
/* line 6127, 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 6138, theme.scss */
body .dm-cart-page {
  width: calc(100% - 48px) !important;
  max-width: 1320px !important;
  overflow: clip; }

/* line 6144, 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 6152, theme.scss */
body .dm-cart-page .dm-cart-widget.is-updating {
  cursor: progress; }

/* line 6156, 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 6162, 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 6169, 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 6175, 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 6182, 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 6189, 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 6197, theme.scss */
body .dm-cart-page .dm-cart-line-accessories__head > div {
  min-width: 0;
  display: grid;
  gap: 2px; }

/* line 6203, 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 6210, 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 6219, 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 6226, 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 6240, 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 6253, 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 6266, theme.scss */
body .dm-cart-page .dm-cart-line-accessory__media img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

/* line 6272, 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 6280, 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 6288, 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 6296, theme.scss */
body .dm-cart-page .dm-cart-line-accessory__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px; }

/* line 6303, 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 6310, 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 6328, 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 6335, theme.scss */
body .dm-cart-page .dm-cart-line-accessory__bottom button:disabled {
  cursor: progress;
  opacity: 0.72; }

/* line 6340, 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 6350, 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 6359, 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 6366, 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 6374, theme.scss */
body .dm-cart-page .dm-cart-toast__actions a,
body .dm-cart-page .dm-cart-toast__actions button {
  min-height: 44px; }

/* line 6379, 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 6398, 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 6409, 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 6422, 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 6430, theme.scss */
body.dm-checkout-page .dm-checkout-header__inner {
  min-height: 76px; }

/* line 6434, 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 6440, 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 6449, theme.scss */
body.dm-checkout-page .dm-checkout-progress::-webkit-scrollbar {
  display: none; }

/* line 6453, 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 6466, 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 6479, theme.scss */
body.dm-checkout-page .dm-checkout-progress li + li::before {
  content: "";
  position: absolute;
  left: -18%;
  width: 36%;
  height: 1px;
  background: #dce4ef; }

/* line 6488, 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 6504, theme.scss */
body.dm-checkout-page .dm-checkout-progress li.is-current {
  color: var(--dm-checkout-blue-dark); }

/* line 6508, 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 6514, 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 6522, 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 6530, 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 6536, theme.scss */
body.dm-checkout-page .dm-checkout-context h1 {
  margin-top: 8px;
  font-size: clamp(34px, 4vw, 50px);
  letter-spacing: -0.045em; }

/* line 6542, 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 6555, 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 6565, theme.scss */
body.dm-checkout-page .dm-checkout-policy div {
  min-width: 0;
  display: grid;
  gap: 3px; }

/* line 6571, theme.scss */
body.dm-checkout-page .dm-checkout-policy strong {
  color: var(--dm-checkout-ink);
  font-size: 13px; }

/* line 6576, theme.scss */
body.dm-checkout-page .dm-checkout-policy small {
  color: var(--dm-checkout-muted);
  font-size: 11px;
  line-height: 1.35; }

/* line 6582, 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 6590, theme.scss */
body.dm-checkout-page main > .layout {
  width: min(calc(100% - 48px), 1240px) !important;
  margin: 30px auto 0 !important; }

/* line 6595, 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 6600, 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 6611, 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 6622, 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 6629, 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 6639, 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 6646, 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 6652, 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 6660, 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 6668, 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 6676, theme.scss */
body.dm-checkout-page [data-dm-checkout-submit][aria-busy="true"] {
  cursor: progress;
  opacity: 0.76; }

/* line 6681, 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 6687, theme.scss */
body.dm-checkout-page .dm-checkout-footer {
  padding: 24px 0;
  border-top: 1px solid var(--dm-checkout-line);
  background: #fff; }

/* line 6693, 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 6700, theme.scss */
body.dm-checkout-page .dm-checkout-footer__inner > div {
  min-width: 0;
  display: grid;
  gap: 5px; }

/* line 6706, theme.scss */
body.dm-checkout-page .dm-checkout-footer__inner strong {
  color: #343b48;
  font-size: 12px; }

/* line 6711, 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 6724, theme.scss */
body.dm-checkout-page .dm-checkout-footer__legal {
  justify-items: end; }

/* line 6728, 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 6737, 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 6742, 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 6751, theme.scss */
  body.dm-checkout-page .dm-checkout-context {
    grid-template-columns: minmax(0, 1fr); }

  /* line 6755, theme.scss */
  body.dm-checkout-page .dm-checkout-policy {
    grid-column: 1;
    grid-row: auto;
    width: min(100%, 520px);
    margin-top: 18px; }

  /* line 6762, theme.scss */
  body.dm-checkout-page .dm-checkout-footer__inner {
    grid-template-columns: 1fr 1fr; }

  /* line 6766, 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 6776, theme.scss */
  body .dm-cart-page {
    width: calc(100% - 24px) !important;
    max-width: 1320px !important; }

  /* line 6781, theme.scss */
  body .dm-cart-page .dm-cart-status {
    margin-top: -10px; }

  /* line 6785, theme.scss */
  body .dm-cart-page .dm-cart-widget .cart-item {
    min-width: 0 !important; }

  /* line 6789, 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 6796, 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 6803, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories {
    margin: 8px 4px 16px;
    padding-top: 12px; }

  /* line 6808, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__head {
    align-items: start; }

  /* line 6812, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__head h2 {
    font-size: 15px; }

  /* line 6816, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__rail {
    grid-auto-columns: minmax(238px, 82vw); }

  /* line 6820, theme.scss */
  body .dm-cart-page .dm-cart-line-accessory {
    grid-template-columns: 64px minmax(0, 1fr); }

  /* line 6824, theme.scss */
  body .dm-cart-page .dm-cart-line-accessory__media {
    width: 64px;
    height: 64px; }

  /* line 6829, theme.scss */
  body .dm-cart-page .dm-cart-line-accessory__bottom button {
    padding-inline: 10px; }

  /* line 6833, 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 6840, theme.scss */
  body.dm-checkout-page .dm-checkout-header__inner {
    grid-template-columns: minmax(120px, 1fr) auto;
    gap: 10px; }

  /* line 6845, theme.scss */
  body.dm-checkout-page .dm-checkout-header__back {
    font-size: 11px; }

  /* line 6849, theme.scss */
  body.dm-checkout-page .dm-checkout-progress ol {
    min-width: 100%; }

  /* line 6853, theme.scss */
  body.dm-checkout-page .dm-checkout-progress li {
    flex-direction: column;
    gap: 3px;
    font-size: 9px;
    line-height: 1; }

  /* line 6860, theme.scss */
  body.dm-checkout-page .dm-checkout-progress li + li::before {
    top: 16px;
    left: -20%;
    width: 40%; }

  /* line 6866, theme.scss */
  body.dm-checkout-page .dm-checkout-context {
    padding-top: 26px !important; }

  /* line 6870, theme.scss */
  body.dm-checkout-page .dm-checkout-context h1 {
    font-size: 34px; }

  /* line 6874, theme.scss */
  body.dm-checkout-page main > .layout {
    margin-top: 24px !important; }

  /* line 6878, 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 6886, theme.scss */
  body.dm-checkout-page .dm-checkout-footer__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px; }

  /* line 6891, theme.scss */
  body.dm-checkout-page .dm-checkout-footer__legal {
    grid-column: 1;
    grid-auto-flow: row;
    gap: 0; } }
@media (max-width: 420px) {
  /* line 6899, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__head a {
    font-size: 0; }

  /* line 6903, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__head a span {
    font-size: 16px; }

  /* line 6907, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories__rail {
    grid-auto-columns: minmax(232px, 86vw); }

  /* line 6911, 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 6921, 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 6935, 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 6947, 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 6959, 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 6969, theme.scss */
body .dm-article-page .dm-article-head--text-only {
  grid-template-columns: minmax(0, 1fr); }

/* line 6973, theme.scss */
body .dm-article-page .dm-article-head--text-only .dm-article-head__copy {
  max-width: 900px; }

/* line 6977, theme.scss */
body .dm-article-page .dm-article-head time {
  display: block;
  margin-top: 18px; }

/* line 6982, theme.scss */
body .dm-article-page .dm-article-head__media {
  margin: 0; }

/* line 6986, theme.scss */
body .dm-article-page .dm-article-head__media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px; }

/* line 6996, 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 7005, 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 7014, theme.scss */
body .dm-article-page .dm-article-content > :first-child {
  margin-top: 0; }

/* line 7018, 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 7025, theme.scss */
body .dm-article-page .dm-article-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto; }

/* line 7031, 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 7042, theme.scss */
body .dm-article-page .dm-article-aside p {
  margin: 0;
  line-height: 1.55; }

/* line 7047, 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 7057, theme.scss */
body .dm-article-page .dm-article-widgets {
  margin-top: clamp(28px, 5vw, 64px); }

@media (max-width: 900px) {
  /* line 7062, theme.scss */
  body .dm-article-page .dm-article-head,
  body .dm-article-page .dm-article-layout {
    grid-template-columns: minmax(0, 1fr); }

  /* line 7067, theme.scss */
  body .dm-article-page .dm-article-content,
  body .dm-article-page .dm-article-aside {
    max-width: 100%; } }
@media (max-width: 560px) {
  /* line 7074, theme.scss */
  body .dm-article-page .dm-article-head {
    gap: 24px;
    margin-top: 14px;
    padding: 24px 20px;
    border-radius: 18px; }

  /* line 7081, theme.scss */
  body .dm-article-page .dm-article-head h1 {
    max-width: none;
    font-size: clamp(30px, 9vw, 36px);
    line-height: 1.08; }

  /* line 7087, theme.scss */
  body .dm-article-page .dm-article-layout {
    gap: 24px;
    margin-top: 28px; }

  /* line 7092, theme.scss */
  body .dm-article-page .dm-article-aside {
    padding: 20px; } }
/* Editorial metadata authority: blog tags are navigation, not decoration. */
/* line 7098, 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 7109, theme.scss */
body .dm-blog-page .dm-blog-tags::-webkit-scrollbar {
  display: none; }

/* line 7113, 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 7130, 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 7138, 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 7144, 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 7152, theme.scss */
body .dm-blog-page .dm-blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px; }

/* line 7158, 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 7169, 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 7177, theme.scss */
body .dm-blog-page .dm-pagination .is-disabled {
  opacity: .45;
  cursor: not-allowed; }

/* line 7182, theme.scss */
body .dm-article-page .dm-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px; }

/* line 7189, 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 7198, theme.scss */
::selection {
  background: #dbe7ff;
  color: #14213f; }

/* line 7203, theme.scss */
::-moz-selection {
  background: #dbe7ff;
  color: #14213f; }

/* line 7208, theme.scss */
:where(a, button, input, select, textarea, summary, [role="button"], [tabindex]) {
  -webkit-tap-highlight-color: rgba(47, 99, 232, 0.16); }

/* line 7212, 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 7218, 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 7246, theme.scss */
body .dm-page--collection .dm-category-rail a:visited {
  color: var(--dm-text) !important; }

/* line 7250, 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 7258, theme.scss */
body .dm-page--collection .dm-catalog-sidebar__nav a:visited {
  color: #3c4657 !important; }

/* line 7262, 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 7267, 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 7274, theme.scss */
body .dm-page--collection .dm-catalog-sidebar__nav a.is-active small {
  color: rgba(255, 255, 255, 0.76) !important; }

/* line 7278, 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 7283, theme.scss */
body .dm-page--collection .dm-variant-card__title a:is(:visited, :hover, :focus, :active) {
  color: var(--dm-text) !important; }

/* line 7287, 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 7295, 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 7303, 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 7308, 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 7322, theme.scss */
html {
  background: #fff; }

/* line 7326, theme.scss */
:root body {
  background: #fff !important; }

/* line 7330, 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 7340, 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; }

/* Cart composition v2: fluid shell and one coherent checkout workspace. */
/* line 7348, theme.scss */
body .dm-cart-page {
  width: calc(100% - 48px) !important;
  max-width: 1480px !important;
  overflow: visible !important; }

/* line 7354, theme.scss */
body .dm-cart-page .dm-cart-heading {
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 28px !important; }

/* line 7359, theme.scss */
body .dm-cart-page .dm-cart-next-step {
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important; }

/* line 7366, theme.scss */
body .dm-cart-page .dm-cart-next-step span {
  color: #7a8598 !important; }

/* line 7370, 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 7377, theme.scss */
body .dm-cart-page .dm-cart-primary {
  display: block !important;
  min-width: 0 !important; }

/* line 7382, 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 7388, 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 7401, 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 7410, 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 7420, 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 7426, theme.scss */
body .dm-cart-page .dm-cart-summary-slot .coupon-input {
  min-width: 0 !important;
  border: 1px solid #dce4ef !important;
  border-radius: 12px !important;
  background: #fff !important; }

/* line 7433, 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 7442, 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 7454, 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 7459, 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 7463, 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 7469, 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 7476, 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 7487, 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 7496, 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 7507, theme.scss */
body .dm-cart-page .dm-cart-assurance__intro {
  min-width: 0 !important; }

/* line 7511, theme.scss */
body .dm-cart-page .dm-cart-assurance__icon {
  align-self: start !important;
  grid-row: auto !important;
  margin-top: 0 !important; }

/* line 7517, theme.scss */
body .dm-cart-page .dm-cart-assurance h2 {
  font-size: 20px !important; }

/* line 7521, theme.scss */
body .dm-cart-page .dm-cart-assurance > a {
  grid-column: 3 !important;
  grid-row: 1 !important;
  white-space: nowrap !important; }

/* line 7527, 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 7535, 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 7549, theme.scss */
body .dm-cart-page .dm-cart-assurance li::before {
  position: static !important;
  flex: 0 0 auto !important; }

@media (max-width: 900px) {
  /* line 7555, theme.scss */
  body .dm-cart-page .dm-cart-layout {
    display: flex !important;
    flex-direction: column !important; }

  /* line 7560, theme.scss */
  body .dm-cart-page .dm-cart-primary {
    display: contents !important; }

  /* line 7564, theme.scss */
  body .dm-cart-page .dm-cart-widget {
    order: 1 !important; }

  /* line 7568, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot {
    position: static !important;
    order: 2 !important;
    width: 100% !important; }

  /* line 7574, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot .cart-controls {
    display: block !important; }

  /* line 7578, theme.scss */
  body .dm-cart-page .dm-cart-assurance {
    order: 3 !important;
    grid-template-columns: 40px minmax(0, 1fr) !important; }

  /* line 7583, theme.scss */
  body .dm-cart-page .dm-cart-assurance > a {
    grid-column: 2 !important;
    grid-row: auto !important; }

  /* line 7588, theme.scss */
  body .dm-cart-page .dm-cart-assurance ol {
    grid-column: 1 / -1 !important; } }
@media (max-width: 700px) {
  /* line 7594, theme.scss */
  body .dm-cart-page {
    width: calc(100% - 24px) !important; }

  /* line 7598, theme.scss */
  body .dm-cart-page .dm-cart-heading {
    grid-template-columns: 1fr !important; }

  /* line 7602, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot .cart__area-controls {
    padding: 12px !important; }

  /* line 7606, theme.scss */
  body .dm-cart-page .dm-cart-line-accessories:has(.dm-cart-line-accessories__empty) {
    grid-template-columns: 1fr !important; }

  /* line 7610, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot .cart-controls {
    display: block !important;
    padding: 16px !important; }

  /* line 7615, theme.scss */
  body .dm-cart-page .dm-cart-summary-slot .cart-controls .submit-block {
    margin-top: 14px !important; }

  /* line 7619, theme.scss */
  body .dm-cart-page .dm-cart-assurance {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    padding: 16px !important; }

  /* line 7624, theme.scss */
  body .dm-cart-page .dm-cart-assurance > a {
    grid-column: 2 !important;
    grid-row: auto !important; }

  /* line 7629, theme.scss */
  body .dm-cart-page .dm-cart-assurance ol {
    display: none !important; } }
