body.mobillife-store {
  background: #fff;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
.mobillife-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
#sp-top-bar {
  background: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
}
.mobillife-topbar,
.mobillife-header-main,
.mobillife-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.mobillife-topbar { min-height: 38px; }
.topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#sp-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.mobillife-header-main {
  min-height: 92px;
  padding: 18px 0;
}
.brand-logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.mobillife-logo { max-width: 260px; max-height: 72px; width: auto; height: auto; }
.header-search { flex: 1 1 520px; max-width: 680px; }
#sp-top-menu,
.mobillife-nav {
  background: #1d7989;
  color: #fff;
}
.mobillife-nav-inner { min-height: 46px; justify-content: flex-start; }
.mobillife-nav a { color: #fff; }
.mobillife-section {
  width: min(1180px, calc(100% - 32px));
  margin: 20px auto 0;
}
.mobillife-banners .banners .row,
.mobillife-banners .row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.mobillife-banners [class*="col-"] { flex: 1 1 260px; min-width: 0; }
.mobillife-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: 24px 0 48px;
}
.has-sidebar-left .mobillife-main { grid-template-columns: 270px minmax(0, 1fr); }
.has-sidebar-right .mobillife-main { grid-template-columns: minmax(0, 1fr) 270px; }
.has-sidebar-left.has-sidebar-right .mobillife-main { grid-template-columns: 250px minmax(0, 1fr) 250px; }
#sp-component { min-width: 0; }
h1 { font-size: 28px; margin: 0 0 20px; color: #222; }
.vm-product-media-container img,
.browseProductImage,
.product-container img { max-width: 100%; height: auto; }
.addtocart-button,
.vm-button-correct,
button.default,
input[type="submit"] {
  background: #ce3c37;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 9px 16px;
}
.addtocart-button:hover,
.vm-button-correct:hover,
button.default:hover,
input[type="submit"]:hover { background: #832320; color: #fff; }
.mobillife-products,
.mobillife-brands,
.mobillife-reviews { padding-bottom: 20px; }
#sp-bottom {
  background: #111;
  color: #fff;
  padding: 32px 0;
  margin-top: auto;
}
#sp-bottom a { color: #fff; }
.mobillife-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
#sp-footer2 { background: #176675; color: #fff; padding: 14px 0; font-size: 13px; }
#sp-footer2 a { color: #fff; }
@media (max-width: 860px) {
  .mobillife-topbar,
  .mobillife-header-main,
  .mobillife-nav-inner { align-items: stretch; flex-direction: column; gap: 12px; }
  .topbar-right { justify-content: flex-start; }
  .header-search { width: 100%; max-width: none; flex-basis: auto; }
  .mobillife-logo { max-width: 220px; }
  .has-sidebar-left .mobillife-main,
  .has-sidebar-right .mobillife-main,
  .has-sidebar-left.has-sidebar-right .mobillife-main { grid-template-columns: 1fr; }
  .mobillife-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .mobillife-container,
  .mobillife-section { width: min(100% - 20px, 1180px); }
  .mobillife-footer-grid { grid-template-columns: 1fr; }
  h1 { font-size: 23px; }
}

/* Joomla 6 migration compatibility for the old Helix storefront header/menu. */
#sp-header .mobillife-header-main {
  min-height: 120px;
}
#sp-logo {
  flex: 0 0 300px;
  display: flex;
  align-items: center;
}
#sp-search {
  flex: 1 1 620px;
  max-width: 680px;
}
#sp-top-menu .menu,
.mobillife-nav .menu {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-top-menu .menu > li,
.mobillife-nav .menu > li {
  position: relative;
  list-style: none;
}
#sp-top-menu .menu > li > a,
.mobillife-nav .menu > li > a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 14px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
#sp-top-menu .menu > li > a:hover,
.mobillife-nav .menu > li > a:hover {
  background: rgba(255,255,255,.14);
  color: #fff;
}
#sp-top-menu .menu-child,
.mobillife-nav .menu-child {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  min-width: 260px;
  max-height: 70vh;
  overflow: auto;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 30px rgba(0,0,0,.16);
}
#sp-top-menu li:hover > .menu-child,
.mobillife-nav li:hover > .menu-child,
#sp-top-menu li.menu-parent-open > .menu-child,
.mobillife-nav li.menu-parent-open > .menu-child {
  display: block;
}
#sp-top-menu .menu-child .menu-child,
.mobillife-nav .menu-child .menu-child {
  left: 100%;
  top: -8px;
}
#sp-top-menu .menu-child a,
.mobillife-nav .menu-child a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 14px;
  color: #333;
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}
#sp-top-menu .menu-child a:hover,
.mobillife-nav .menu-child a:hover {
  background: #f1f8fb;
  color: #1d7989;
}
#sp-top-menu .menu-toggler,
.mobillife-nav .menu-toggler {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}
.mobillife-slider {
  margin-top: 22px;
  overflow: hidden;
}
.mobillife-slider .n2-section-smartslider,
.mobillife-slider [id^="n2-ss-"] {
  max-width: 100%;
}
#sp-carousel .tabs__caption {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}
#sp-carousel .tabs__caption li {
  cursor: pointer;
  border: 1px solid #dce8ec;
  background: #fff;
  color: #333;
  padding: 8px 6px;
  font-weight: 700;
}
#sp-carousel .tabs__caption li.active {
  background: #1d7989;
  border-color: #1d7989;
  color: #fff;
}
#sp-carousel .tabs__content { display: none; }
#sp-carousel .tabs__content.active { display: block; }
@media (max-width: 991px) {
  #sp-logo,
  #sp-search { flex: 1 1 auto; width: 100%; max-width: none; }
  #sp-top-menu .menu,
  .mobillife-nav .menu { flex-direction: column; align-items: stretch; width: 100%; }
  #sp-top-menu .menu > li > a,
  .mobillife-nav .menu > li > a { min-height: 42px; }
  #sp-top-menu .menu-child,
  .mobillife-nav .menu-child,
  #sp-top-menu .menu-child .menu-child,
  .mobillife-nav .menu-child .menu-child {
    position: static;
    max-height: none;
    box-shadow: none;
    border: 0;
    padding-left: 14px;
  }
  #sp-top-menu li:hover > .menu-child,
  .mobillife-nav li:hover > .menu-child { display: none; }
  #sp-top-menu li.menu-parent-open > .menu-child,
  .mobillife-nav li.menu-parent-open > .menu-child { display: block; }
}

html,
body.mobillife-store {
  max-width: 100%;
  overflow-x: hidden;
}
.mobillife-slider,
.mobillife-products,
#sp-carousel,
.owl-carousel,
.owl-stage-outer,
.n2-section-smartslider {
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #sp-products-carousel > #sp-carousel.container {
    max-width: 1140px;
  }
}
@media (max-width: 991px) {
  .mobillife-nav-inner { overflow: visible; }
  #sp-top-menu .menu,
  .mobillife-nav .menu {
    flex-direction: row;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }
  #sp-top-menu .menu > li,
  .mobillife-nav .menu > li {
    flex: 0 0 auto;
  }
  #sp-top-menu .menu > li > a,
  .mobillife-nav .menu > li > a {
    min-height: 48px;
    padding: 0 12px;
  }
  #sp-top-menu .menu-child,
  .mobillife-nav .menu-child {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: min(320px, calc(100vw - 20px));
    max-width: calc(100vw - 20px);
    max-height: 70vh;
    overflow: auto;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 30px rgba(0,0,0,.16);
    padding: 8px 0;
  }
  #sp-top-menu .menu-child .menu-child,
  .mobillife-nav .menu-child .menu-child {
    left: 0;
    top: 100%;
  }
  #sp-top-menu li:hover > .menu-child,
  .mobillife-nav li:hover > .menu-child { display: none; }
  #sp-top-menu li.menu-parent-open > .menu-child,
  .mobillife-nav li.menu-parent-open > .menu-child { display: block; }
  .mobillife-slider { max-height: 520px; }
}
@media (max-width: 520px) {
  .mobillife-slider { max-height: 420px; }
}

/* Header menu is in #sp-menu in the prod Helix layout. */
.mobillife-header-row {
  display: flex;
  align-items: stretch;
  min-height: 60px;
}
#sp-menu {
  flex: 1 1 auto;
  min-width: 0;
  height: 60px;
  overflow: visible;
}
#sp-search {
  flex: 0 0 285px;
  max-width: 285px;
  height: 60px;
  display: flex;
  align-items: center;
}
#sp-menu .menu {
  display: flex;
  align-items: center;
  height: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#sp-menu .menu > li {
  position: relative;
  list-style: none;
  flex: 0 0 auto;
}
#sp-menu .menu > li > a {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 0 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
#sp-menu .menu > li > a:hover { color: #fff; background: rgba(255,255,255,.14); }
#sp-menu .menu-child {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  min-width: 260px;
  max-height: 70vh;
  overflow: auto;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 30px rgba(0,0,0,.16);
}
#sp-menu li:hover > .menu-child,
#sp-menu li.menu-parent-open > .menu-child { display: block; }
#sp-menu .menu-child .menu-child { left: 100%; top: -8px; }
#sp-menu .menu-child a {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 14px;
  color: #333;
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}
#sp-menu .menu-child a:hover { background: #f1f8fb; color: #1d7989; }
#sp-menu .menu-toggler {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}
@media (max-width: 991px) {
  .mobillife-header-row { min-height: 52px; }
  #sp-menu { height: 52px; overflow: visible; }
  #sp-menu .menu {
    height: 52px;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }
  #sp-menu .menu > li > a { min-height: 52px; padding: 0 12px; }
  #sp-menu .menu-child,
  #sp-menu .menu-child .menu-child {
    left: 0;
    top: 100%;
    min-width: min(320px, calc(100vw - 20px));
    max-width: calc(100vw - 20px);
  }
  #sp-search { display: none; }
}

/* Prod-like upper header block. */
#sp-header-top {
  min-height: 28px;
  background: #fff;
}
#sp-header-top .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 28px;
}
#sp-top-menu {
  background: #fff;
  color: #333;
}
#sp-top-menu .mobillife-top-menu-grid {
  display: grid;
  grid-template-columns: 285px minmax(0, 1fr) 150px;
  column-gap: 30px;
  align-items: center;
  min-height: 224px;
}
#sp-top-menu #sp-logo {
  width: 285px;
  height: 60px;
  display: flex;
  align-items: center;
}
#sp-top-menu #sp-logo .brand-logo,
#sp-top-menu #sp-logo .mobillife-logo {
  max-width: 285px;
  max-height: 60px;
}
.mobillife-top-info {
  min-width: 0;
}
.mobillife-top-info #mod-custom109 {
  display: none;
}
.mobillife-top-cart {
  position: relative;
  align-self: center;
  justify-self: end;
  width: 150px;
  min-height: 50px;
}
.mobillife-top-cart .wrap-cart-content,
.mobillife-top-cart .cart_content {
  display: none;
}
.mobillife-top-cart .vmCartModule:hover .wrap-cart-content,
.mobillife-top-cart .vmCartModule:focus-within .wrap-cart-content {
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1200;
}
@media (max-width: 991px) {
  #sp-top-menu .mobillife-top-menu-grid {
    grid-template-columns: 1fr auto;
    min-height: auto;
    row-gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #sp-top-menu #sp-logo { width: auto; }
  .mobillife-top-info { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  #sp-header-top .container { justify-content: center; }
  #sp-top-menu .mobillife-top-menu-grid { grid-template-columns: 1fr; }
  .mobillife-top-cart { justify-self: start; }
}

/* Desktop section height alignment against production Helix layout. */
@media (min-width: 992px) {
  #sp-top-menu .mobillife-top-menu-grid { min-height: 194px; }
  #sp-skills { min-height: 265px; }
  #sp-skills > .container { min-height: 265px; display: flex; align-items: center; }
  #sp-products-carousel { min-height: 992px; }
  #sp-products-carousel > .container { min-height: 932px; }
}

@media (min-width: 992px) {
  #sp-main-body { padding: 20px 0 0 !important; }
  #sp-main-body .mobillife-main { padding-bottom: 0; }
  #sp-bottom { min-height: 0; }
  #sp-footer { min-height: 0; }
}

/* Visual parity pass: Helix section spacing and clickable cart/mobile menu. */
.mobillife-top-cart .vmCartModule.cart-open .wrap-cart-content {
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1200;
}
.mobillife-menu-toggle {
  display: none;
}
.mobillife-menu-panel {
  height: 60px;
}
@media (min-width: 992px) {
  #sp-main-body { padding: 0 0 0 !important; }
  #sp-main-body .page-header { padding-bottom: 10px; }
  #sp-main-news { min-height: 61px; }
  #sp-testimonials { min-height: 111px; }
  #sp-brands { min-height: 210px; }
  #sp-brands .brand .img-wrap { min-height: 150px; }
}
@media (max-width: 991px) {
  #sp-menu {
    flex: 0 0 auto;
    width: 100%;
    height: 52px;
    position: relative;
  }
  .mobillife-menu-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 52px;
    min-width: 132px;
    padding: 0 16px;
    border: 0;
    color: #fff;
    background: transparent;
    font-weight: 700;
    text-transform: uppercase;
  }
  .mobillife-menu-panel {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 1600;
    width: min(360px, calc(100vw - 20px));
    max-height: calc(100vh - 70px);
    overflow: auto;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    height: auto;
  }
  body.mobillife-mobile-menu-open .mobillife-menu-panel {
    display: block;
  }
  #sp-menu .mobillife-menu-panel .menu {
    display: block;
    height: auto;
    overflow: visible;
  }
  #sp-menu .mobillife-menu-panel .menu > li > a,
  #sp-menu .mobillife-menu-panel .menu-child a {
    min-height: 0;
    padding: 12px 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    white-space: normal;
  }
  #sp-menu .mobillife-menu-panel .menu-child,
  #sp-menu .mobillife-menu-panel .menu-child .menu-child {
    position: static;
    min-width: 0;
    max-width: none;
    max-height: none;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 14px;
  }
  #sp-menu li:hover > .menu-child { display: none; }
  #sp-menu li.menu-parent-open > .menu-child { display: block; }
}

/* Final desktop vertical alignment with production Helix offsets. */
@media (min-width: 992px) {
  .body-wrapper { margin-top: 0 !important; top: 0 !important; }
  #sp-main-body { padding: 20px 0 50px !important; }
  #sp-main-body .mobillife-main { padding-top: 0 !important; padding-bottom: 0 !important; }
  #sp-main-body .page-header { padding-bottom: 10px; }
}
body.mobillife-store { display: block !important; }
body.mobillife-store > link,
body.mobillife-store > script { display: none !important; }
.body-wrapper { margin-top: -24px !important; }
.mobillife-top-cart .vmCartModule.cart-open .cart_content,
.mobillife-top-cart .vmCartModule:hover .cart_content,
.mobillife-top-cart .vmCartModule:focus-within .cart_content { display: block; }
.mobillife-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0,0,0,.55);
}
.mobillife-modal-backdrop.is-open { display: flex; }
.mobillife-modal-dialog {
  position: relative;
  width: min(640px, 100%);
  height: min(620px, calc(100vh - 40px));
  background: #fff;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}
.mobillife-modal-dialog iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
.mobillife-modal-close {
  position: absolute;
  right: -14px;
  top: -14px;
  z-index: 1;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #222;
  font-size: 22px;
  line-height: 32px;
  cursor: pointer;
}
@media (max-width: 520px) {
  .mobillife-modal-backdrop { padding: 10px; }
  .mobillife-modal-dialog { height: min(620px, calc(100vh - 20px)); }
  .mobillife-modal-close { right: 4px; top: 4px; }
}
.body-wrapper { margin-top: 0 !important; }

/* Visual parity pass 20260624 mobile/tablet header and slider. */
@media (min-width: 521px) and (max-width: 991px) {
  #sp-top-menu .mobillife-top-menu-grid {
    grid-template-columns: 285px minmax(0, 1fr) 150px;
    column-gap: 30px;
    row-gap: 0;
    min-height: 224px;
    padding-top: 0;
    padding-bottom: 0;
  }
  #sp-top-menu #sp-logo {
    width: 285px;
  }
  .mobillife-top-info {
    grid-column: auto;
  }
  .mobillife-top-cart {
    justify-self: end;
  }
  #sp-slideshow,
  .mobillife-slider,
  .mobillife-slider .n2-section-smartslider,
  .mobillife-slider [id^="n2-ss-"] {
    height: 408px !important;
    max-height: 408px !important;
  }
}
@media (max-width: 520px) {
  #sp-top-menu .mobillife-top-menu-grid {
    row-gap: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .mobillife-top-info {
    max-height: 260px;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.35;
  }
  #sp-slideshow,
  .mobillife-slider,
  .mobillife-slider .n2-section-smartslider,
  .mobillife-slider [id^="n2-ss-"] {
    height: 203px !important;
    max-height: 203px !important;
  }
}

/* Visual parity pass 20260624 tablet compact top grid. */
@media (min-width: 521px) and (max-width: 991px) {
  #sp-top-menu .mobillife-top-menu-grid {
    grid-template-columns: 180px minmax(0, 1fr) 100px;
    column-gap: 20px;
  }
  #sp-top-menu #sp-logo {
    width: 180px;
  }
  #sp-top-menu #sp-logo .brand-logo,
  #sp-top-menu #sp-logo .mobillife-logo {
    max-width: 180px;
  }
  .mobillife-top-cart {
    width: 100px;
  }
}

/* Header parity pass 20260624 from production screenshots. */
#sp-header-top {
  min-height: 0 !important;
  height: 28px;
  padding: 2px 15px !important;
  color: #fff !important;
  background: #666 url('/images/grey_bg.png') repeat 0 0 !important;
}
#sp-header-top .container {
  display: block !important;
  min-height: 0 !important;
  height: 24px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff !important;
}
#sp-header-top a,
#sp-header-top .custom,
#sp-header-top .sp-module,
#sp-header-top .mod-custom {
  color: #fff !important;
}
#sp-top-menu {
  height: 224px;
  padding: 15px 0 !important;
  background: #fff !important;
  color: #252525 !important;
}
#sp-top-menu .mobillife-top-menu-grid {
  min-height: 194px !important;
  height: 194px;
  align-items: center;
}
#sp-header {
  height: 60px;
  min-height: 0 !important;
  color: #252525 !important;
  background: #fff url('/images/pattern-head04.jpg') repeat 0 0 !important;
  border-bottom: 0 !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .10);
}
#sp-header .mobillife-header-row {
  min-height: 60px;
  height: 60px;
  align-items: stretch;
}
@media (min-width: 992px) {
  #sp-header .mobillife-header-row {
    padding-left: 0;
    padding-right: 0;
  }
  #sp-menu {
    flex: 1 1 auto;
    height: 60px;
  }
  #sp-menu .mobillife-menu-panel {
    height: 60px;
  }
  #sp-menu .menu {
    height: 60px;
  }
  #sp-menu .menu > li > a {
    min-height: 60px;
    padding: 0 10px;
    color: #252525 !important;
    background: transparent !important;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
  }
  #sp-menu .menu > li.active > a,
  #sp-menu .menu > li > a:hover,
  #sp-menu .menu > li:hover > a {
    color: #3eb6de !important;
    background: transparent !important;
  }
  #sp-menu .menu-toggler {
    border-top-color: currentColor;
  }
  #sp-search {
    flex: 0 0 285px !important;
    max-width: 285px !important;
    height: 60px;
    padding: 10px 15px !important;
    display: block !important;
  }
  #sp-search [id^='offlajn-ajax-search'],
  #sp-search .offlajn-ajax-search-container,
  #sp-search .offlajn-ajax-search-inner,
  #sp-search form {
    width: 100% !important;
    max-width: 100% !important;
  }
  #sp-search .offlajn-ajax-search-inner {
    display: flex !important;
    position: relative;
  }
  #sp-search input[id^='search-area'] {
    width: 212px !important;
    height: 43px !important;
    padding: 8px 12px !important;
    border: 1px solid rgba(255, 255, 255, .6) !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, .85) !important;
  }
  #sp-search input[id^='suggestion-area'] {
    display: none !important;
  }
  #sp-search #offlajn-ajax-search260 #search-area260 {
    width: 212px !important;
    flex: 0 0 212px !important;
    max-width: none !important;
  }
  #sp-search div[id^='ajax-search-button'] {
    position: static !important;
    flex: 0 0 58px !important;
    width: 58px !important;
    height: 43px !important;
    border: 1px solid #ccc !important;
    border-radius: 0 2px 2px 0 !important;
    background: #fff !important;
  }
}
@media (max-width: 991px) {
  #sp-header {
    background: #fff url('/images/pattern-head04.jpg') repeat 0 0 !important;
  }
  #sp-menu .menu > li > a {
    color: #252525 !important;
  }
  .mobillife-menu-toggle {
    color: #252525 !important;
  }
}

/* Callback parity pass 20260624. */
.sp-module.header-phone .callback,
.mobillife-top-info .header-phone .callback {
  font-size: 16px !important;
  line-height: 30px !important;
  margin-top: 5px !important;
  text-align: center;
}
.sp-module.header-phone .callback a.feedback,
.mobillife-top-info .header-phone .callback a.feedback,
.mobillife-top-info a.feedback.modal {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  padding: 2px 15px !important;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  border: 1px solid #29a8dd !important;
  border-radius: 4px !important;
  background: #29a8dd !important;
  color: #fff !important;
}
.mobillife-modal-dialog {
  width: min(380px, calc(100vw - 32px)) !important;
  height: min(350px, calc(100vh - 48px)) !important;
  box-shadow: none !important;
}
.mobillife-modal-close {
  right: -13px !important;
  top: -13px !important;
  width: 26px !important;
  height: 26px !important;
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 26px !important;
}
@media (max-width: 520px) {
  .mobillife-modal-dialog {
    width: min(380px, calc(100vw - 20px)) !important;
    height: min(350px, calc(100vh - 20px)) !important;
  }
}

/* Product detail parity pass 20260624. */
.productdetails-view.productdetails .vm-product-media-container .main-image img {
  width: auto !important;
  max-width: 365px !important;
  max-height: 365px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 767px) {
  .productdetails-view.productdetails .vm-product-media-container .main-image img {
    max-width: min(365px, 100%) !important;
  }
}

/* Callback iframe and search polish pass 20260624. */
body.contentpane.component {
  display: block !important;
  min-height: 0 !important;
  padding: 20px 0 0 !important;
  margin: 0 !important;
  background: #fff !important;
  overflow: hidden !important;
}
body.contentpane.component #callbackForm.formResponsive {
  width: 304px !important;
  max-width: calc(100% - 32px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
body.contentpane.component #callbackForm .form-title {
  width: 100% !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
}
body.contentpane.component #callbackForm input.rsform-input-box,
body.contentpane.component #callbackForm textarea.rsform-text-box {
  display: block !important;
  width: 304px !important;
  max-width: 100% !important;
  margin: 0 auto 16px !important;
  padding: 6px 10px !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #555 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}
body.contentpane.component #callbackForm input.rsform-input-box {
  height: 35px !important;
}
body.contentpane.component #callbackForm textarea.rsform-text-box {
  height: 100px !important;
  resize: vertical;
}
body.contentpane.component #callbackForm .rsform-submit-button {
  display: inline-block !important;
  min-width: 120px !important;
  height: 36px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  font-size: 16px !important;
  line-height: 34px !important;
}
@media (min-width: 992px) {
  #sp-search .offlajn-ajax-search-inner,
  #sp-search form[id^='search-form'] {
    display: flex !important;
    align-items: stretch !important;
    width: 270px !important;
    max-width: 270px !important;
    height: 43px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  #sp-search input[id^='search-area'] {
    flex: 0 0 212px !important;
    width: 212px !important;
    height: 43px !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    border: 1px solid #ddd !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #555 !important;
    font-size: 12px !important;
    line-height: 25px !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
  }
  #sp-search div[id^='ajax-search-button'] {
    flex: 0 0 58px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 58px !important;
    height: 43px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    cursor: pointer;
  }
}

/* Callback iframe spacing tighten 20260624. */
body.contentpane.component {
  padding-top: 16px !important;
}
body.contentpane.component #callbackForm .row,
body.contentpane.component #callbackForm .form-group,
body.contentpane.component #callbackForm .rsform-block {
  margin-bottom: 10px !important;
}
body.contentpane.component #callbackForm .rsform-block-send {
  margin-bottom: 0 !important;
}
body.contentpane.component #callbackForm input.rsform-input-box,
body.contentpane.component #callbackForm textarea.rsform-text-box {
  margin-bottom: 0 !important;
}
body.contentpane.component #callbackForm textarea.rsform-text-box {
  height: 96px !important;
}

/* Desktop catalog dropdown parity pass 20260624. */
@media (min-width: 992px) {
  #sp-menu,
  #sp-menu .mobillife-menu-panel,
  #sp-menu .menu,
  #sp-menu .menu > li {
    overflow: visible !important;
  }
  #sp-menu .menu > li > a {
    display: inline-flex !important;
    min-height: 60px !important;
    height: 60px !important;
    align-items: center !important;
    padding: 0 10px !important;
    color: #252525 !important;
    font-size: 14px !important;
    line-height: 60px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
  }
  #sp-menu .menu > li.active > a,
  #sp-menu .menu > li > a:hover,
  #sp-menu .menu > li:hover > a {
    color: #2fb0dd !important;
    background: transparent !important;
    text-decoration: none !important;
  }
  #sp-menu .menu-child {
    display: none;
    position: absolute !important;
    left: 0 !important;
    top: 100% !important;
    z-index: 3000 !important;
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: #fff !important;
    border: 0 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .14) !important;
  }
  #sp-menu li:hover > .menu-child,
  #sp-menu li.menu-parent-open > .menu-child {
    display: block !important;
  }
  #sp-menu .menu-child .menu-child {
    left: 100% !important;
    top: 0 !important;
  }
  #sp-menu .menu-child > li {
    display: block !important;
    position: relative !important;
    width: 240px !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }
  #sp-menu .menu-child a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    min-height: 44px !important;
    height: auto !important;
    padding: 10px 12px !important;
    color: #111 !important;
    background: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }
  #sp-menu .menu-child li:hover > a,
  #sp-menu .menu-child li.menu-parent-open > a {
    color: #fff !important;
    background: #2faee0 !important;
    text-decoration: none !important;
  }
  #sp-menu .menu-child .menu-toggler {
    flex: 0 0 auto !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: 10px !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 5px solid currentColor !important;
    border-right: 0 !important;
  }
}

/* Product page icon polish 20260624. */
#sp-breadcrumbs .breadcrumb .divider.fa-location::before,
#sp-breadcrumbs .breadcrumb .divider.fa.fa-location::before {
  content: none !important;
}
/* Footer polish 20260624: compact legal block and restored back-to-top control. */
#sp-bottom {
  padding: 30px 0 34px;
}
#sp-bottom .sp-module,
#sp-bottom .mod-custom,
#sp-bottom .custom {
  margin: 0;
}
#sp-bottom .menu {
  margin-top: 0;
  margin-bottom: 0;
}
.mobillife-footer-grid {
  align-items: start;
}
#sp-footer {
  background: #111;
  color: #fff;
  padding: 18px 0 22px;
  font-size: 14px;
  line-height: 1.45;
}
#sp-footer .container {
  max-width: 1118px;
}
#sp-footer .sp-module-title {
  display: none;
}
#sp-footer p {
  margin: 0 0 14px;
}
#sp-footer p:first-child {
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.55;
}
#sp-footer .text-muted {
  max-width: 900px;
  margin: 0 auto 16px;
  color: #79848d !important;
  line-height: 1.55;
  text-align: center;
}
#sp-footer .text-muted:last-child {
  margin-bottom: 0;
}
#sp-footer a {
  color: #dbe2e6;
  text-decoration: underline;
}
#back-top.back-to-top-link {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1500;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #333;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, background-color .2s ease, visibility .2s ease;
}
#back-top.back-to-top-link.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#back-top.back-to-top-link:hover,
#back-top.back-to-top-link:focus {
  color: #fff;
  background: #444;
}
#back-top.back-to-top-link span {
  display: none;
}
#back-top.back-to-top-link::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: translateY(3px) rotate(45deg);
}
@media (max-width: 520px) {
  #sp-bottom { padding: 24px 0 26px; }
  #sp-footer { padding: 16px 0 18px; font-size: 13px; }
  #back-top.back-to-top-link { right: 16px; bottom: 16px; }
}
/* Category product parity 20260624: promo labels and add-to-cart button. */
.browse-view .row .product .spacer {
  position: relative;
}
.browse-view .row .product .spacer .product-promo-label {
  position: relative;
  z-index: 2;
  display: table;
  margin: 3px 0 0;
  padding: 2px 6px;
  color: #111;
  background: #ffe900;
  border-radius: 0 4px 4px 0;
  box-shadow: 1px 1px 7px rgba(154,154,154,.85);
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.browse-view .row .product .spacer .reccomend + .product-promo-label,
.browse-view .row .product .spacer .percentPrice + .product-promo-label {
  margin-top: 25px;
}
.browse-view span.addtocart-button {
  display: inline-block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.browse-view span.addtocart-button input.addtocart-button,
.browse-view input.addtocart-button {
  min-width: 92px !important;
  height: 36px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 4px !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: #29a8dd !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
  text-align: center !important;
}
.browse-view span.addtocart-button input.addtocart-button:hover,
.browse-view input.addtocart-button:hover,
.browse-view span.addtocart-button input.addtocart-button:focus,
.browse-view input.addtocart-button:focus {
  background: #1f9ccc !important;
  color: #fff !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
/* Phone dropdown parity 20260624. */
.mobillife-top-info .btn-group {
  position: relative;
  display: inline-flex !important;
  align-items: stretch;
  vertical-align: top;
}
.mobillife-top-info .head-tel-title {
  min-height: 38px;
  line-height: 36px;
  padding: 0 7px 0 10px;
  border: 1px solid #f1f1f1;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: #fff;
  cursor: pointer;
}
.mobillife-top-info .head-tel-title p {
  margin: 0;
  white-space: nowrap;
}
.mobillife-top-info .head-tel-title img,
.mobillife-top-info .head-tel-inner img {
  display: inline-block;
  vertical-align: middle;
}
.mobillife-top-info .head-tel-title a {
  color: #5b5b5b;
}
.mobillife-top-info #dropdownPhones {
  width: 34px;
  min-width: 34px;
  height: 38px;
  padding: 0;
  border: 1px solid #f1f1f1;
  border-radius: 0 4px 4px 0;
  background: #e9ecef;
  color: #333;
  box-shadow: none;
}
.mobillife-top-info .dropdown-menu.head-tel-inner {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
  z-index: 2400;
  width: 222px;
  min-width: 222px;
  margin: 0;
  padding: 14px 15px 13px;
  color: #5b5b5b;
  background: #fff;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 7px 24px rgba(0,0,0,.14);
  text-align: left;
}
.mobillife-top-info .btn-group.mobillife-phone-open .dropdown-menu.head-tel-inner,
.mobillife-top-info .dropdown-menu.head-tel-inner.show {
  display: block !important;
}
.mobillife-top-info .dropdown-menu.head-tel-inner p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.mobillife-top-info .dropdown-menu.head-tel-inner p:first-child {
  margin-bottom: 12px;
  font-weight: 700;
}
.mobillife-top-info .dropdown-menu.head-tel-inner a {
  color: #5b5b5b;
  font-weight: 600;
}
.mobillife-top-info .dropdown-menu.head-tel-inner hr {
  margin: 12px 0;
  border: 0;
  border-top: 1px solid #e7e7e7;
}
@media (max-width: 520px) {
  .mobillife-top-info .dropdown-menu.head-tel-inner {
    left: auto;
    right: 0;
  }
}
/* Legacy tab and VirtueMart add-to-cart parity 20260624. */
.tab-content > .tab-pane,
.tabs > .tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.active,
.tab-content > .tab-pane.show,
.tabs > .tab-content > .tab-pane.active,
.tabs > .tab-content > .tab-pane.show {
  display: block;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a.active {
  color: #111;
  font-weight: 700;
}
span.addtocart-button {
  display: inline-block !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: 0 !important;
}
span.addtocart-button input.addtocart-button,
span.addtocart-button button.addtocart-button,
input.addtocart-button,
button.addtocart-button {
  min-width: 92px !important;
  height: 36px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 4px !important;
  outline: 0 !important;
  box-shadow: none !important;
  background: #29a8dd !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 36px !important;
  font-weight: 400 !important;
  text-align: center !important;
  text-shadow: none !important;
}
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button button.addtocart-button:hover,
input.addtocart-button:hover,
button.addtocart-button:hover,
span.addtocart-button input.addtocart-button:focus,
span.addtocart-button button.addtocart-button:focus,
input.addtocart-button:focus,
button.addtocart-button:focus {
  background: #1f9ccc !important;
  color: #fff !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
/* Category title and promo badge stack parity 20260624. */
.category-view > h1,
.category-view .category_description + h1 {
  margin: 0 0 32px;
  display: none;
}
.browse-view .row .product .spacer .product-promo-label {
  position: absolute !important;
  top: 75px !important;
  left: 0 !important;
  z-index: 4 !important;
  display: block !important;
  margin: 0 !important;
  white-space: nowrap !important;
}
.browse-view .row .product .spacer .reccomend + .product-promo-label,
.browse-view .row .product .spacer .percentPrice + .product-promo-label {
  margin-top: 0 !important;
}
/* Product detail cleanup 20260627: prevent legacy carousels and broken buy rows from adding horizontal scroll. */
html,
body.mobillife-store {
  overflow-x: hidden;
}
.productdetails-view.productdetails .product_description > .row.addbuy {
  clear: both;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}
.productdetails-view.productdetails .product_description .beznal-forma,
.productdetails-view.productdetails .product_description .addbuy {
  max-width: 100%;
}
/* Product detail summary grid 20260627: keep services and credit in the right column. */
@media (min-width: 768px) {
  .productdetails-view.productdetails .product_description > .mobillife-product-summary-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 1fr);
    align-items: start;
  }
  .productdetails-view.productdetails .product_description > .mobillife-product-summary-grid > .mobillife-product-main-col,
  .productdetails-view.productdetails .product_description > .mobillife-product-summary-grid > .mobillife-product-side-col {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
  }
  .productdetails-view.productdetails .mobillife-product-side-col .info-dostavka {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .productdetails-view.productdetails .product_description > .mobillife-product-summary-grid {
    display: flex !important;
  }
}

/* Header mini-cart polish 20260627. */
.mobillife-top-cart .cart_content {
  width: 340px !important;
  box-sizing: border-box !important;
  padding: 12px 12px 13px !important;
  border: 1px solid #e6edf2 !important;
  border-radius: 3px !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .18) !important;
}
.mobillife-top-cart .vm_cart_products {
  max-height: 272px !important;
  padding-right: 5px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.mobillife-top-cart .product_row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 74px;
  column-gap: 10px;
  min-height: 72px;
  padding: 10px 0 !important;
  border-bottom: 1px solid #edf1f4 !important;
  overflow: visible !important;
}
.mobillife-top-cart .product_row:last-child {
  border-bottom: 0 !important;
}
.mobillife-top-cart .cart_content .block-left {
  position: relative;
  float: none !important;
  width: auto !important;
  min-width: 0;
  min-height: 58px;
  padding-left: 66px;
}
.mobillife-top-cart .cart_content .image {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 56px;
  height: 56px;
}
.mobillife-top-cart .cart_content .image img {
  max-width: 56px !important;
  max-height: 56px !important;
  object-fit: contain;
}
.mobillife-top-cart .cart_content .quantity,
.mobillife-top-cart .cart_content .product_name,
.mobillife-top-cart .cart_content .product_name a {
  font-size: 13px !important;
  line-height: 1.28 !important;
}
.mobillife-top-cart .cart_content .product_name a {
  display: inline !important;
  word-break: normal;
  overflow-wrap: anywhere;
}
.mobillife-top-cart .cart_content .customProductData {
  max-height: 38px;
  margin-top: 4px;
  color: #8a9aa3 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  overflow: hidden !important;
}
.mobillife-top-cart .cart_content .block-right {
  float: none !important;
  width: auto !important;
  color: #111;
  font-size: 13px;
  line-height: 1.25;
  text-align: right !important;
  white-space: normal;
}
.mobillife-top-cart .cart_content > .total {
  float: none !important;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100% !important;
  padding: 10px 0 4px !important;
  font-size: 13px;
}
.mobillife-top-cart .cart_content > .total:before {
  content: 'Всего';
  color: #333;
}
.mobillife-top-cart .cart_content > .total strong {
  float: none !important;
  font-size: 14px;
  font-weight: 700;
}
.mobillife-top-cart .cart_content .show_cart {
  float: none !important;
  width: 100% !important;
  margin: 10px 0 0 !important;
}
.mobillife-top-cart .cart_content .show_cart a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 156px;
  min-height: 34px;
  padding: 8px 18px !important;
  border-radius: 4px !important;
  font-size: 13px;
  font-weight: 600;
}
@media (max-width: 520px) {
  .mobillife-top-cart .cart_content {
    width: min(340px, calc(100vw - 24px)) !important;
  }
}

/* Header cart amount visibility 20260627. */
.mobillife-top-cart .cart_top .total {
  visibility: visible !important;
  font-size: 13px !important;
  line-height: 30px !important;
  color: #2aaadd !important;
  text-align: right !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.mobillife-top-cart .cart_top .total strong,
.mobillife-top-cart .cart_top .cart_empty {
  visibility: visible !important;
  font-size: 13px !important;
  font-weight: 400 !important;
}

/* Product info modal fallback 20260627. */
.mobillife-info-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, .72);
}
.mobillife-info-modal-backdrop.is-open {
  display: flex;
}
.mobillife-info-modal-dialog {
  position: relative;
  width: min(400px, calc(100vw - 36px));
  min-height: 190px;
  max-height: calc(100vh - 36px);
  padding: 24px 25px 28px;
  overflow: auto;
  background: #fff;
  border: 1px solid #555;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .35);
  color: #333;
}
.mobillife-info-modal-backdrop.is-delivery .mobillife-info-modal-dialog {
  width: min(700px, calc(100vw - 36px));
  min-height: 370px;
  padding: 18px 20px 24px;
}
.mobillife-info-modal-dialog h2 {
  margin: 0 0 18px;
  color: #555;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.mobillife-info-modal-close {
  position: absolute;
  right: 11px;
  top: 8px;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #aaa;
  font-size: 28px;
  line-height: 24px;
  cursor: pointer;
}
.mobillife-info-modal-body .row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.mobillife-info-modal-body .col-sm-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 12px 0 0;
}
.mobillife-info-modal-body .col-sm-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.mobillife-info-modal-body .title-dost {
  margin-bottom: 12px;
  color: #111;
  font-weight: 700;
  text-align: center;
}
.mobillife-info-modal-body ul.dost {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobillife-info-modal-body ul.dost li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 18px;
  line-height: 1.35;
}
.mobillife-info-modal-body ul.dost li:before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #2dade3;
  font-weight: 700;
}
@media (max-width: 640px) {
  .mobillife-info-modal-backdrop.is-delivery .mobillife-info-modal-dialog,
  .mobillife-info-modal-dialog {
    width: calc(100vw - 24px);
    min-height: 0;
    padding: 20px 16px 22px;
  }
  .mobillife-info-modal-body .col-sm-4 {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
  }
  .mobillife-info-modal-body .title-dost {
    text-align: left;
  }
}
/* Mobile header parity with xn--80abvfiadq4d.xn--90ais 20260628. */
@media (max-width: 520px) {
  body.mobillife-store { overflow-x: hidden !important; }
  body.mobillife-store #sp-top-menu {
    position: relative !important;
    height: 404px !important;
    min-height: 404px !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  body.mobillife-store #sp-top-menu .mobillife-top-menu-grid {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    height: 404px !important;
    min-height: 404px !important;
    padding: 12px 15px 72px !important;
    row-gap: 0 !important;
    box-sizing: border-box !important;
  }
  body.mobillife-store #sp-top-menu #sp-logo {
    order: 1 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 60px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
  }
  body.mobillife-store #sp-top-menu #sp-logo .brand-logo,
  body.mobillife-store #sp-top-menu #sp-logo .mobillife-logo {
    width: auto !important;
    max-width: 220px !important;
    max-height: 60px !important;
  }
  body.mobillife-store .mobillife-top-info {
    order: 2 !important;
    width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }
  body.mobillife-store .mobillife-top-info .row {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }
  body.mobillife-store .mobillife-top-info .row > [class*="col-"] {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    text-align: center !important;
  }
  body.mobillife-store .mobillife-top-info .btn-group {
    display: inline-flex !important;
    left: auto !important;
    margin: 0 auto 10px !important;
  }
  body.mobillife-store .mobillife-top-info .callback {
    height: auto !important;
    margin: 0 0 10px !important;
    text-align: center !important;
  }
  body.mobillife-store .mobillife-top-info .top-address {
    width: auto !important;
    max-width: 100% !important;
    margin: 6px auto 0 !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
  }
  body.mobillife-store .mobillife-top-info .head-time {
    white-space: normal !important;
  }
  body.mobillife-store .mobillife-top-cart {
    position: absolute !important;
    left: 16px !important;
    top: auto !important;
    bottom: -53px !important;
    z-index: 140 !important;
    width: 62px !important;
    min-height: 50px !important;
  }
  body.mobillife-store .mobillife-top-cart #vmCartModule {
    top: auto !important;
    left: auto !important;
    width: 62px !important;
    margin: 0 !important;
  }
  body.mobillife-store #sp-header .mobillife-header-row {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr) 58px !important;
    column-gap: 16px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    height: 60px !important;
    min-height: 60px !important;
    margin: 0 !important;
    padding: 0 15px !important;
  }
  body.mobillife-store #sp-menu {
    grid-column: 3 !important;
    justify-self: end !important;
    width: 58px !important;
    height: 60px !important;
    left: auto !important;
    top: auto !important;
  }
  body.mobillife-store .mobillife-menu-toggle {
    width: 58px !important;
    min-width: 58px !important;
    height: 60px !important;
    justify-content: center !important;
    padding: 0 !important;
    color: #2aaadd !important;
    font-size: 0 !important;
  }
  body.mobillife-store .mobillife-menu-toggle span {
    display: none !important;
  }
  body.mobillife-store .mobillife-menu-toggle .fa {
    font-size: 30px !important;
    line-height: 1 !important;
  }
  body.mobillife-store .mobillife-menu-panel {
    right: 0 !important;
    left: auto !important;
    top: 60px !important;
  }
  body.mobillife-store #sp-search {
    display: block !important;
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    height: 43px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  body.mobillife-store #sp-search [id^='offlajn-ajax-search'],
  body.mobillife-store #sp-search .offlajn-ajax-search-container,
  body.mobillife-store #sp-search .offlajn-ajax-search-inner,
  body.mobillife-store #sp-search form {
    width: 100% !important;
    max-width: 100% !important;
    height: 43px !important;
    margin: 0 !important;
  }
  body.mobillife-store #sp-search .offlajn-ajax-search-inner,
  body.mobillife-store #sp-search form[id^='search-form'] {
    display: flex !important;
    align-items: stretch !important;
  }
  body.mobillife-store #sp-search input[id^='search-area'] {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    height: 43px !important;
    padding: 8px 12px !important;
    border: 1px solid #ddd !important;
    border-right: 0 !important;
    background: #fff !important;
    color: #555 !important;
    font-size: 12px !important;
    box-shadow: none !important;
  }
  body.mobillife-store #sp-search input[id^='suggestion-area'] {
    display: none !important;
  }
  body.mobillife-store #sp-search div[id^='ajax-search-button'] {
    position: static !important;
    flex: 0 0 56px !important;
    width: 56px !important;
    height: 43px !important;
    border: 1px solid #ccc !important;
    background: #fff !important;
  }
}



/* Mobile offcanvas and product detail refinement 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store .mobillife-top-info .dropdown-menu.head-tel-inner.show {
    position: fixed !important;
    left: calc(50vw - 110px) !important;
    right: auto !important;
    top: 145px !important;
    width: 220px !important;
    max-width: calc(100vw - 32px) !important;
    transform: none !important;
    z-index: 3000 !important;
  }

  body.mobillife-store #sp-search {
    align-self: stretch !important;
    display: flex !important;
    align-items: center !important;
    height: 60px !important;
  }

  body.mobillife-store #sp-search [id^='offlajn-ajax-search'],
  body.mobillife-store #sp-search .offlajn-ajax-search-container,
  body.mobillife-store #sp-search .offlajn-ajax-search-inner,
  body.mobillife-store #sp-search form {
    height: 43px !important;
  }

  body.mobillife-store .body-wrapper {
    position: relative !important;
    left: 0 !important;
    transition: left .3s ease !important;
  }

  body.mobillife-store.mobillife-mobile-menu-open {
    overflow: hidden !important;
  }

  body.mobillife-store.mobillife-mobile-menu-open .body-wrapper {
    left: -300px !important;
  }

  body.mobillife-store .mobillife-offcanvas-overlay {
    position: fixed !important;
    inset: 0 !important;
    display: none !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, .55) !important;
    z-index: 2200 !important;
  }

  body.mobillife-store.mobillife-mobile-menu-open .mobillife-offcanvas-overlay {
    display: block !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel,
  body.mobillife-store .mobillife-menu-panel {
    position: fixed !important;
    display: block !important;
    left: auto !important;
    right: 0 !important;
    top: 0 !important;
    width: 300px !important;
    max-width: 300px !important;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 72px 20px 28px !important;
    background: #fff !important;
    box-shadow: none !important;
    overflow: auto !important;
    z-index: 2300 !important;
    transform: translateX(100%) !important;
    transition: transform .3s ease !important;
  }

  body.mobillife-store.mobillife-mobile-menu-open #sp-menu .mobillife-menu-panel,
  body.mobillife-store.mobillife-mobile-menu-open .mobillife-menu-panel {
    transform: translateX(0) !important;
  }

  body.mobillife-store .mobillife-menu-close {
    position: fixed !important;
    right: 8px !important;
    top: 8px !important;
    width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #333 !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 28px !important;
    text-align: center !important;
    z-index: 2400 !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu {
    display: block !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu > li {
    position: relative !important;
    display: block !important;
    width: 100% !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu > li > a,
  body.mobillife-store #sp-menu .mobillife-menu-panel .menu-child a {
    display: block !important;
    min-height: 0 !important;
    padding: 7px 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #222 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: normal !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu-child,
  body.mobillife-store #sp-menu .mobillife-menu-panel .menu-child .menu-child {
    position: static !important;
    display: none !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: none !important;
    padding: 0 0 0 16px !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel li.menu-parent-open > .menu-child {
    display: block !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu-toggler {
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    top: 9px !important;
  }

  .productdetails-view.productdetails .product_description > .mobillife-product-summary-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .productdetails-view.productdetails .product_description > .mobillife-product-summary-grid > .mobillife-product-main-col {
    display: contents !important;
  }

  .productdetails-view.productdetails .stock_sku { order: 1 !important; }
  .productdetails-view.productdetails .cmcompare { order: 2 !important; }
  .productdetails-view.productdetails .product-price { order: 3 !important; }
  .productdetails-view.productdetails .mobillife-product-mobile-credit { order: 4 !important; }

  .productdetails-view.productdetails .info-dostavka {
    position: static !important;
    order: 5 !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 12px 0 14px !important;
    padding: 0 15px !important;
  }

  .productdetails-view.productdetails .spacer-buy-area {
    width: 100% !important;
    height: auto !important;
  }
}

/* Mobile correction pass: dropdown/offcanvas/product stacking 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store .mobillife-top-info .dropdown-menu.head-tel-inner.show {
    max-width: 220px !important;
    min-width: 220px !important;
  }

  body.mobillife-store .mobillife-offcanvas-overlay {
    inset: 0 300px 0 0 !important;
    width: auto !important;
    height: 100vh !important;
    z-index: 2100 !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel,
  body.mobillife-store .mobillife-menu-panel {
    background: #fff !important;
    z-index: 3300 !important;
  }

  body.mobillife-store .mobillife-menu-close {
    z-index: 3400 !important;
  }

  .productdetails-view.productdetails .mobillife-product-main-col > .clear {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .productdetails-view.productdetails .stock_sku,
  .productdetails-view.productdetails .cmcompare,
  .productdetails-view.productdetails .product-price,
  .productdetails-view.productdetails .mobillife-product-mobile-credit,
  .productdetails-view.productdetails .info-dostavka {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    box-sizing: border-box !important;
  }

  .productdetails-view.productdetails .stock_sku {
    padding: 14px 15px 0 !important;
  }

  .productdetails-view.productdetails .cmcompare,
  .productdetails-view.productdetails .product-price {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .productdetails-view.productdetails .mobillife-product-mobile-credit {
    position: static !important;
    display: block !important;
    height: auto !important;
    order: 4 !important;
    margin: 8px 0 12px !important;
    padding: 0 15px !important;
    overflow: visible !important;
  }

  .productdetails-view.productdetails .mobillife-product-mobile-credit .rassdv,
  .productdetails-view.productdetails .mobillife-product-mobile-credit [class*='rassd'] {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    transform: none !important;
  }

  .productdetails-view.productdetails .info-dostavka {
    margin: 10px 0 14px !important;
  }
}

/* Mobile phone popover independent from Bootstrap dropdown 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store .mobillife-phone-popover {
    display: none !important;
    box-sizing: border-box !important;
    padding: 18px 18px 16px !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    background: #fff !important;
    color: #555 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  body.mobillife-store .mobillife-phone-popover.is-open {
    display: block !important;
  }

  body.mobillife-store .mobillife-phone-popover a {
    color: #555 !important;
  }
}



/* Mobile regression correction after sticky experiment 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store #sp-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 1700 !important;
    background: #f7f7f7 url('/images/bg_menu.png') repeat !important;
  }

  body.mobillife-store #sp-header .mobillife-header-row {
    display: grid !important;
    grid-template-columns: 84px minmax(0, 1fr) 58px !important;
    column-gap: 16px !important;
    align-items: center !important;
    height: 60px !important;
    min-height: 60px !important;
    padding: 0 15px !important;
  }

  body.mobillife-store .mobillife-top-cart {
    position: absolute !important;
    left: 16px !important;
    top: auto !important;
    bottom: -53px !important;
    z-index: 1800 !important;
    width: 62px !important;
    height: 50px !important;
    min-height: 50px !important;
    overflow: visible !important;
  }

  body.mobillife-store .mobillife-top-cart #vmCartModule,
  body.mobillife-store .mobillife-top-cart .vmCartModule,
  body.mobillife-store .mobillife-top-cart .cart_top {
    width: 62px !important;
    height: 50px !important;
    min-height: 50px !important;
    overflow: visible !important;
  }

  body.mobillife-store #sp-search {
    grid-column: 2 !important;
    width: 100% !important;
    max-width: none !important;
    height: 60px !important;
    padding: 8px 0 !important;
    align-self: center !important;
  }

  body.mobillife-store #sp-search input[id^='search-area'] {
    width: calc(100% - 58px) !important;
  }

  body.mobillife-store #sp-menu {
    grid-column: 3 !important;
    justify-self: end !important;
    width: 58px !important;
    height: 60px !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
  }

  body.mobillife-store .mobillife-phone-popover {
    width: 220px !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  body.mobillife-store .mobillife-phone-popover p,
  body.mobillife-store .mobillife-phone-popover li {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }

  .productdetails-view.productdetails .mobillife-product-summary-grid {
    gap: 0 !important;
  }

  .productdetails-view.productdetails .stock_sku {
    padding: 18px 15px 0 !important;
  }

  .productdetails-view.productdetails .product-price {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 15px 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  .productdetails-view.productdetails .product-price > .PricesalesPrice.vm-display {
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    position: static !important;
    float: none !important;
  }

  .productdetails-view.productdetails .product-price > .price-crossed {
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    max-width: calc(100% - 170px) !important;
    margin: 0 0 0 8px !important;
    position: static !important;
    float: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .productdetails-view.productdetails .product-price > .price-crossed .PricebasePriceWithTax {
    display: inline !important;
    position: static !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
  }

  .productdetails-view.productdetails .product-price > .percentPrice {
    display: block !important;
    width: 130px !important;
    margin: 8px 0 0 !important;
    clear: both !important;
  }

  .productdetails-view.productdetails .mobillife-product-mobile-credit {
    position: static !important;
    display: block !important;
    height: auto !important;
    margin: 10px 0 12px !important;
    padding: 0 15px !important;
  }

  .productdetails-view.productdetails .mobillife-product-mobile-credit .rassdv {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  .productdetails-view.productdetails .info-dostavka {
    position: static !important;
    display: block !important;
    width: 100% !important;
    margin: 10px 0 12px !important;
    padding: 0 15px !important;
  }
}


/* Mobile cart and product price final correction 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store .mobillife-top-cart .cart_top {
    position: relative !important;
    left: -12px !important;
    top: -12px !important;
  }

  body.mobillife-store .mobillife-top-cart .cart_top .total {
    padding-right: 8px !important;
  }

  .productdetails-view.productdetails .product-price {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 8px 15px 0 !important;
    overflow: visible !important;
  }

  .productdetails-view.productdetails .product-price > .PricesalesPrice.vm-display {
    order: 1 !important;
    flex: 0 0 auto !important;
    display: block !important;
    width: auto !important;
    max-width: 160px !important;
    margin: 0 !important;
    position: static !important;
    float: none !important;
  }

  .productdetails-view.productdetails .product-price > .price-crossed {
    order: 2 !important;
    flex: 0 1 auto !important;
    display: block !important;
    width: auto !important;
    max-width: calc(100% - 175px) !important;
    margin: 0 0 0 8px !important;
    position: static !important;
    float: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .productdetails-view.productdetails .product-price > .price-crossed .PricebasePriceWithTax {
    display: inline !important;
    position: static !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    float: none !important;
  }

  .productdetails-view.productdetails .product-price > .percentPrice {
    order: 3 !important;
    flex: 0 0 130px !important;
    display: block !important;
    width: 130px !important;
    margin: 8px 0 0 !important;
  }
}


/* Mobile phone popover compact final correction 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store .mobillife-phone-popover {
    padding: 12px 16px !important;
    line-height: 1.34 !important;
  }

  body.mobillife-store .mobillife-phone-popover p,
  body.mobillife-store .mobillife-phone-popover li {
    margin-top: 0 !important;
    margin-bottom: 6px !important;
  }
}

/* Mobile phone dropdown visual parity 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store .mobillife-phone-popover,
  body.mobillife-store .mobillife-top-info .dropdown-menu.head-tel-inner.show {
    box-sizing: border-box !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: calc(100vw - 32px) !important;
    padding: 17px 16px 14px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 3px !important;
    background: #fff !important;
    color: #555 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .14) !important;
    text-align: left !important;
  }

  body.mobillife-store .mobillife-phone-popover p,
  body.mobillife-store .mobillife-top-info .dropdown-menu.head-tel-inner.show p {
    margin: 0 0 9px !important;
    color: #555 !important;
    font-size: 0 !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
  }

  body.mobillife-store .mobillife-phone-popover p:first-child,
  body.mobillife-store .mobillife-top-info .dropdown-menu.head-tel-inner.show p:first-child {
    margin-bottom: 13px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    white-space: normal !important;
  }

  body.mobillife-store .mobillife-phone-popover p:first-child span,
  body.mobillife-store .mobillife-top-info .dropdown-menu.head-tel-inner.show p:first-child span {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  body.mobillife-store .mobillife-phone-popover img,
  body.mobillife-store .mobillife-top-info .dropdown-menu.head-tel-inner.show img {
    display: inline-block !important;
    width: auto !important;
    max-width: 17px !important;
    height: auto !important;
    max-height: 16px !important;
    margin: 0 20px 0 0 !important;
    vertical-align: middle !important;
  }

  body.mobillife-store .mobillife-phone-popover a,
  body.mobillife-store .mobillife-phone-popover span,
  body.mobillife-store .mobillife-top-info .dropdown-menu.head-tel-inner.show a,
  body.mobillife-store .mobillife-top-info .dropdown-menu.head-tel-inner.show span {
    color: #555 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    vertical-align: middle !important;
  }

  body.mobillife-store .mobillife-phone-popover hr,
  body.mobillife-store .mobillife-top-info .dropdown-menu.head-tel-inner.show hr {
    margin: 12px 0 !important;
    border: 0 !important;
    border-top: 1px solid #e8e8e8 !important;
  }
}


/* Mobile cart/menu category parity 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store .mobillife-top-cart {
    left: 16px !important;
    width: 62px !important;
    height: 50px !important;
  }

  body.mobillife-store .mobillife-top-cart .cart_top {
    left: -8px !important;
    top: -12px !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel {
    padding: 70px 20px 28px !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu li {
    position: relative !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu > li > a,
  body.mobillife-store #sp-menu .mobillife-menu-panel .menu-child a {
    position: relative !important;
    padding-right: 32px !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu-child {
    padding-left: 10px !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu-child .menu-child {
    padding-left: 15px !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu-toggler {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 0 !important;
    top: 40% !important;
    width: 25px !important;
    height: 25px !important;
    margin: -8px 0 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #969696 !important;
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 23px !important;
    font-weight: 700 !important;
    line-height: 17px !important;
    text-align: center !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu-toggler::before {
    content: '+' !important;
    display: block !important;
    transform: translateY(0px) !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel li.menu-parent-open > a > .menu-toggler::before {
    content: '-' !important;
    transform: translateY(-2px) !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel li.menu-parent-open > a {
    color: #1e9ed2 !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu-child .menu-child a {
    font-size: 16px !important;
    line-height: 1.25 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}


/* Mobile sticky header/cart/metro final pass 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store .mobillife-top-info .head-metro {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 2px auto 0 !important;
    text-align: center !important;
  }

  body.mobillife-store .mobillife-top-info .head-metro table {
    width: auto !important;
    margin: 0 auto !important;
    border-collapse: collapse !important;
  }

  body.mobillife-store .mobillife-top-info .head-metro td {
    width: auto !important;
    padding: 0 !important;
    vertical-align: middle !important;
  }

  body.mobillife-store .mobillife-top-info .head-metro td:first-child {
    padding-right: 4px !important;
  }

  body.mobillife-store .mobillife-top-info .head-metro img {
    display: inline-block !important;
    vertical-align: middle !important;
  }

  body.mobillife-store .mobillife-top-cart .cart_top {
    top: -12px !important;
  }

  body.mobillife-store.mobillife-mobile-header-stuck #sp-header {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 3200 !important;
    background: #f7f7f7 url('/images/bg_menu.png') repeat !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08) !important;
  }

  body.mobillife-store #mobillife-mobile-header-spacer {
    display: none;
    height: 60px;
  }

  body.mobillife-store.mobillife-mobile-header-stuck #mobillife-mobile-header-spacer {
    display: block !important;
  }
}


/* Mobile sticky cart fixed position patch 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store.mobillife-mobile-header-stuck .mobillife-top-cart {
    position: fixed !important;
    left: 16px !important;
    top: 5px !important;
    bottom: auto !important;
    z-index: 3301 !important;
  }

  body.mobillife-store.mobillife-mobile-header-stuck .mobillife-top-cart .cart_top {
    left: 0 !important;
    top: 0 !important;
  }
}

/* Mobile final polish: cart, home gap, product discount, content padding 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store #sp-header {
    overflow: visible !important;
  }

  body.mobillife-store .mobillife-top-cart {
    left: 15px !important;
    width: 132px !important;
    height: 50px !important;
    min-height: 50px !important;
    overflow: visible !important;
    pointer-events: none !important;
  }

  body.mobillife-store .mobillife-top-cart #vmCartModule,
  body.mobillife-store .mobillife-top-cart .vmCartModule {
    width: 132px !important;
    height: 50px !important;
    min-height: 50px !important;
    overflow: visible !important;
    pointer-events: none !important;
  }

  body.mobillife-store .mobillife-top-cart .cart_top {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    display: block !important;
    width: 62px !important;
    height: 50px !important;
    min-height: 50px !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  body.mobillife-store.mobillife-mobile-header-stuck .mobillife-top-cart {
    left: 15px !important;
    top: 5px !important;
    width: 132px !important;
    height: 50px !important;
  }

  body.mobillife-store.mobillife-mobile-header-stuck .mobillife-top-cart .cart_top {
    left: 0 !important;
    top: 0 !important;
  }

  body.mobillife-store .mobillife-top-cart .cart_top svg {
    width: 34px !important;
    height: 34px !important;
  }

  body.mobillife-store .mobillife-top-cart .cart_top .total_products {
    left: 31px !important;
    top: 4px !important;
  }

  body.mobillife-store #mod-custom106 {
    margin-top: 34px !important;
  }

  body.mobillife-store .productdetails-view.productdetails .product-price {
    row-gap: 8px !important;
  }

  body.mobillife-store .productdetails-view.productdetails .product-price > .percentPrice {
    order: 3 !important;
    flex: 0 0 100% !important;
    width: 130px !important;
    max-width: 130px !important;
    margin: 0 !important;
  }

  body.mobillife-store:not(.frontpage):not(.com_virtuemart) #sp-main-body .mobillife-main,
  body.mobillife-store:not(.frontpage):not(.com_virtuemart) #sp-main-body .container-inner,
  body.mobillife-store:not(.frontpage):not(.com_virtuemart) #sp-component {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* Mobile final polish correction 2: cart glyph and product discount row 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store .mobillife-top-cart .cart_top,
  body.mobillife-store.mobillife-mobile-header-stuck .mobillife-top-cart .cart_top {
    left: -12px !important;
    top: 0 !important;
  }

  body.mobillife-store .mobillife-top-cart .cart_top .total_products {
    left: 31px !important;
    top: -6px !important;
  }

  body.mobillife-store .productdetails-view.productdetails .product-price {
    display: flex !important;
    height: auto !important;
    min-height: 76px !important;
    padding: 8px 15px 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  body.mobillife-store .productdetails-view.productdetails .product-price > .PricesalesPrice.vm-display {
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    max-width: 160px !important;
    margin: 0 !important;
    position: static !important;
    float: none !important;
  }

  body.mobillife-store .productdetails-view.productdetails .product-price > .price-crossed {
    padding: 10px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    max-width: calc(100% - 175px) !important;
    margin: 0 0 0 8px !important;
    position: static !important;
    float: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.mobillife-store .productdetails-view.productdetails .product-price > .percentPrice {
    display: block !important;
    width: 130px !important;
    max-width: 130px !important;
    margin: 8px 0 0 !important;
    position: static !important;
    float: none !important;
    clear: both !important;
  }
}

/* Mobile content page padding correction 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store:not(.frontpage):not(.com_virtuemart) #sp-main-body .mobillife-main {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body.mobillife-store:not(.frontpage):not(.com_virtuemart) #sp-main-body .container-inner,
  body.mobillife-store:not(.frontpage):not(.com_virtuemart) #sp-component {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Mobile professional cart/header spacing polish 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store .mobillife-top-cart,
  body.mobillife-store.mobillife-mobile-header-stuck .mobillife-top-cart {
    left: 15px !important;
    width: 70px !important;
    height: 50px !important;
    min-height: 50px !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  body.mobillife-store.mobillife-mobile-header-stuck .mobillife-top-cart {
    top: 5px !important;
  }

  body.mobillife-store .mobillife-top-cart #vmCartModule,
  body.mobillife-store .mobillife-top-cart .vmCartModule {
    position: relative !important;
    display: block !important;
    width: 62px !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 !important;
    border: 2px solid #3eb6de !important;
    border-radius: 4px !important;
    background: #fff !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    pointer-events: auto !important;
  }

  body.mobillife-store .mobillife-top-cart #vmCartModule > a,
  body.mobillife-store .mobillife-top-cart .vmCartModule > a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
  }

  body.mobillife-store .mobillife-top-cart #vmCartModule svg,
  body.mobillife-store .mobillife-top-cart .vmCartModule svg {
    display: block !important;
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 auto !important;
  }

  body.mobillife-store .mobillife-top-cart .cart_top,
  body.mobillife-store.mobillife-mobile-header-stuck .mobillife-top-cart .cart_top {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 62px !important;
    height: 50px !important;
    min-height: 50px !important;
    overflow: visible !important;
    pointer-events: none !important;
  }

  body.mobillife-store .mobillife-top-cart .cart_top .total {
    display: none !important;
  }

  body.mobillife-store .mobillife-top-cart .cart_top .total_products {
    position: absolute !important;
    left: auto !important;
    right: 7px !important;
    top: 4px !important;
    display: block !important;
    min-width: 18px !important;
    width: auto !important;
    height: 18px !important;
    padding: 0 5px !important;
    border-radius: 18px !important;
    background: #3eb6de !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: 18px !important;
    text-align: center !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body.mobillife-store #mod-custom106 {
    margin-top: 60px !important;
  }
}

/* Mobile frontpage article text padding 20260628. */
@media (max-width: 767.98px) {
  body.mobillife-store.frontpage #sp-component .com-content-article.item-page.frontpage {
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }
}

/* Bel home callback/search/news final local pass 20260629. */
body.frontpage #sp-callback-form {
  background: #303030;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 4px 4px;
  padding: 26px 12px !important;
}
body.frontpage #sp-callback-form .callback {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}
body.frontpage #sp-callback-form .callback a.feedback {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: max-content !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 8px 18px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: #29a8dd !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}
body.frontpage #sp-main-news {
  display: block !important;
  background: #f5f5f5 !important;
  padding: 56px 0 82px !important;
  overflow: hidden !important;
}
body.frontpage #sp-main-news .container { max-width: 1118px; }
body.frontpage #sp-main-news .sp-module-title,
body.frontpage #sp-main-news .mobillife-news-heading {
  display: block !important;
  margin: 0 0 34px !important;
  color: #000 !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
body.frontpage #sp-main-news .owl-carousel.novosti { display: block !important; margin: 0 !important; padding: 0 !important; }
body.frontpage #sp-main-news .owl-carousel.novosti .newsitem { display: flex !important; flex-direction: column !important; background: #fff !important; }
body.frontpage #sp-main-news .owl-carousel.novosti .img-wrap { width: 100% !important; height: 145px !important; background-repeat: no-repeat !important; background-position: center !important; background-size: cover !important; background-color: #fff !important; }
body.frontpage #sp-main-news .owl-carousel.novosti .text-wrap { min-height: 82px !important; padding: 16px 20px 20px !important; background: #fff !important; }
body.frontpage #sp-main-news .owl-carousel.novosti .mod-articles-category-title { display: block !important; min-height: 44px !important; max-height: 68px !important; overflow: hidden !important; color: #111 !important; font-size: 16px !important; font-weight: 700 !important; line-height: 1.35 !important; text-decoration: none !important; }
body.frontpage #sp-main-news .owl-carousel.novosti .owl-dots { margin-top: 20px !important; text-align: center !important; }
body.frontpage #sp-main-news .owl-carousel.novosti .owl-dot span { display: block !important; width: 10px !important; height: 10px !important; margin: 5px !important; border-radius: 50% !important; background: #d3d3d3 !important; }
body.frontpage #sp-main-news .owl-carousel.novosti .owl-dot.active span { background: #29a8dd !important; }
@media (max-width: 767.98px) {
  body.mobillife-store #sp-header .mobillife-header-row { position: static !important; }
  body.mobillife-store #sp-header #sp-search,
  body.mobillife-store #sp-search {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute !important;
    left: 102px !important;
    right: 74px !important;
    top: 9px !important;
    width: auto !important;
    max-width: none !important;
    height: 46px !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
    z-index: 30 !important;
  }
  body.mobillife-store #sp-search [id^='offlajn-ajax-search'],
  body.mobillife-store #sp-search .offlajn-ajax-search-container,
  body.mobillife-store #sp-search .offlajn-ajax-search-inner,
  body.mobillife-store #sp-search form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  body.mobillife-store #sp-search input[id^='search-area'],
  body.mobillife-store #sp-search #offlajn-ajax-search260 #search-area260 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    float: none !important;
    width: calc(100% - 56px) !important;
    max-width: none !important;
    height: 46px !important;
    box-sizing: border-box !important;
    padding: 0 12px !important;
    border: 1px solid #d5d5d5 !important;
    border-right: 0 !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 14px !important;
    line-height: 46px !important;
  }
  body.mobillife-store #sp-search input[id^='suggestion-area'] { display: none !important; }
  body.mobillife-store #sp-search div[id^='ajax-search-button'] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: 56px !important;
    height: 46px !important;
    border: 1px solid #d5d5d5 !important;
    background: #fff !important;
  }
  body.frontpage #sp-callback-form { padding: 28px 10px !important; }
  body.frontpage #sp-callback-form .callback { gap: 6px !important; font-size: 15px !important; }
  body.frontpage #sp-callback-form .callback a.feedback { padding: 8px 12px !important; font-size: 15px !important; }
  body.frontpage #sp-main-news { padding: 34px 12px 46px !important; }
  body.frontpage #sp-main-news .sp-module-title,
  body.frontpage #sp-main-news .mobillife-news-heading { margin-bottom: 22px !important; font-size: 24px !important; }
  body.frontpage #sp-main-news .owl-carousel.novosti .img-wrap { height: 145px !important; }
  body.frontpage #sp-main-news .owl-carousel.novosti .text-wrap { min-height: 78px !important; padding: 14px 18px 16px !important; }
}
/* Footer logo restore 20260629. */
#sp-bottom .mobillife-footer-grid > div:first-child {
  min-width: 0 !important;
}
#sp-bottom #mod-custom9021 img,
#sp-bottom img[src*="logo-mobillife-horizontal-copy-2.png"] {
  display: block !important;
  max-width: 170px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
}
@media (max-width: 767.98px) {
  #sp-bottom .mobillife-footer-grid > div:first-child {
    display: flex !important;
    justify-content: center !important;
  }
  #sp-bottom #mod-custom9021 img,
  #sp-bottom img[src*="logo-mobillife-horizontal-copy-2.png"] {
    max-width: 158px !important;
    margin-bottom: 24px !important;
  }
}
/* Footer mobile grid fix 20260629. */
@media (max-width: 767.98px) {
  #sp-bottom .mobillife-footer-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
    overflow: hidden !important;
  }
  #sp-bottom .mobillife-footer-grid > div {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
  #sp-bottom .mod-articles-category,
  #sp-bottom .mod-articles-category li,
  #sp-bottom .newsflash,
  #sp-bottom .newsflash-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }
}


/* Footer news carousel mobile overflow fix 20260629. */
@media (max-width: 767.98px) {
  #sp-bottom #modArticlesCategory114,
  #sp-bottom #modArticlesCategory114 .owl-stage-outer,
  #sp-bottom #modArticlesCategory114 .owl-stage,
  #sp-bottom #modArticlesCategory114 .owl-item {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  #sp-bottom #modArticlesCategory114,
  #sp-bottom #modArticlesCategory114 .owl-stage-outer {
    overflow: hidden !important;
  }

  #sp-bottom #modArticlesCategory114 .owl-stage {
    display: block !important;
    transform: none !important;
  }

  #sp-bottom #modArticlesCategory114 .owl-item {
    float: none !important;
  }

  #sp-bottom #modArticlesCategory114 .owl-item.cloned {
    display: none !important;
  }
}
/* Codex 20260629 cart page controls and mobile menu links. */
.vm-cart-item-quantity .quantity-input {
  margin-right: 4px;
  vertical-align: middle;
}
.vm-cart-item-quantity .vm-cart-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-left: 4px;
  border: 1px solid #cfd6dc;
  border-radius: 3px;
  background: #fff;
  color: #4d5963;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
}
.vm-cart-item-quantity .vm-cart-update-button:hover {
  border-color: #2ba9d6;
  color: #2ba9d6;
}
.vm-cart-item-quantity .vm-cart-delete-button {
  font-size: 22px;
  font-weight: 700;
}
.vm-cart-item-quantity .vm-cart-delete-button:hover {
  border-color: #c9302c;
  color: #c9302c;
}
@media (max-width: 991.98px) {
  body.mobillife-store #sp-menu .mobillife-menu-panel li.menu-deeper > a {
    cursor: pointer;
  }
  body.mobillife-store #sp-menu .mobillife-menu-panel li.menu-deeper > a .menu-toggler {
    pointer-events: auto;
  }
}
/* Codex 20260629 final mobile header/search/menu recovery. */
@media (max-width: 767.98px) {
  body.mobillife-store #sp-header {
    position: relative !important;
    z-index: 1200 !important;
    min-height: 70px !important;
    padding: 8px 0 !important;
    background: #f8f8f8 url("/images/site/header-bg.png") repeat !important;
    overflow: visible !important;
  }

  body.mobillife-store #sp-header .mobillife-header-row {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) 64px !important;
    gap: 10px !important;
    align-items: center !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 54px !important;
    padding: 0 14px !important;
    box-sizing: border-box !important;
  }

  body.mobillife-store .mobillife-top-cart {
    position: absolute !important;
    left: 14px !important;
    top: calc(100% + 10px) !important;
    bottom: auto !important;
    z-index: 1300 !important;
    width: 62px !important;
    height: 50px !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  body.mobillife-store.mobillife-mobile-header-stuck #sp-header {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,.13) !important;
  }

  body.mobillife-store.mobillife-mobile-header-stuck .mobillife-top-cart {
    position: fixed !important;
    left: 14px !important;
    top: 10px !important;
    bottom: auto !important;
  }

  body.mobillife-store #sp-search {
    display: block !important;
    grid-column: 2 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body.mobillife-store #sp-search [id^='offlajn-ajax-search'],
  body.mobillife-store #sp-search .offlajn-ajax-search-container,
  body.mobillife-store #sp-search .offlajn-ajax-search-inner,
  body.mobillife-store #sp-search form {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  body.mobillife-store #sp-search .offlajn-ajax-search-inner {
    position: relative !important;
    display: flex !important;
    align-items: stretch !important;
    background: #fff !important;
    border: 1px solid #d2d2d2 !important;
  }

  body.mobillife-store #sp-search input[id^='search-area'] {
    display: block !important;
    flex: 1 1 auto !important;
    width: calc(100% - 54px) !important;
    height: 44px !important;
    min-width: 0 !important;
    padding: 0 12px !important;
    border: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 14px !important;
    line-height: 44px !important;
  }

  body.mobillife-store #sp-search [id^='ajax-search-button'] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 54px !important;
    width: 54px !important;
    height: 44px !important;
    margin: 0 !important;
    border-left: 1px solid #d2d2d2 !important;
    background: #fff !important;
  }

  body.mobillife-store #sp-menu {
    grid-column: 3 !important;
    position: static !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: 64px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.mobillife-store .mobillife-menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #28aada !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  body.mobillife-store .mobillife-menu-toggle .fa,
  body.mobillife-store .mobillife-menu-toggle i {
    display: block !important;
    font-size: 32px !important;
    line-height: 1 !important;
  }

  body.mobillife-store .mobillife-menu-toggle span {
    display: none !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel .menu-child {
    display: none !important;
  }

  body.mobillife-store #sp-menu .mobillife-menu-panel li.menu-parent-open > .menu-child {
    display: block !important;
  }
}

/* Mobile VirtueMart cart dropdown 20260710. */
@media (max-width: 767px) {
    #vmCartModule .wrap-cart-content {
        left: 0 !important;
        right: auto !important;
        width: 300px;
        max-width: calc(100vw - 48px);
    }

    #vmCartModule .cart_content {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    #vmCartModule .cart_content:before {
        left: 25px;
        right: auto;
    }

    #vmCartModule .vm_cart_products {
        max-height: 45vh !important;
        overflow-y: auto;
    }
}
/* Global visible BYN symbol sizing 20260710. */
.mobillife-byn-symbol {
  display: inline-flex !important;
  align-items: center !important;
  width: 0.82em !important;
  height: 0.96em !important;
  margin-left: 0.12em;
  vertical-align: -0.12em;
  line-height: 1 !important;
  white-space: nowrap;
  flex: 0 0 auto;
}

.mobillife-byn-symbol svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
}

/*Фиксы*/
@media (max-width: 767px) {
    .browse-view .row .product .spacer .vm-product-media-container a, .browse-view .row .product .spacer .vm-product-media-container img.browseProductImage {
        max-width: 75% !important;
    }
}

@media (max-width: 575px) {
    .product-price+div.clear {
        padding-bottom: 70px;
    }
}

#sp-callback-form {
    background-image: url(/images/grey_bg.png);
    background-repeat: repeat;
    padding: 30px 0px 30px 0px
}

.callback a {
    background: #29a8dd;
    border: 1px solid #29a8dd;
    border-radius: 4px;
    margin: 0 5px;
    padding: 5px 15px;
    color: #fff;
    width: auto;
}

.manufacturer-description {
display: none;
}

.productdetails-view.productdetails .product_description .product-price .price-crossed {
    padding: 10px !important;  
}

@media (min-width: 1024px) {
    .rsform {
        height: 35.99px;
    }
}

/*производитель в карточке не актив*/
.ask-a-question, .manufacturer, .manufacturer-details-view .email-weblink, .manufacturer-details-view .description {
    margin: 10px 0 0 !important;
    pointer-events: none !important;
}

@media (max-width: 480px) {
.productdetails-view .manufacturer {
        text-align: left !important;
    }
}

.manufacturer a {
    color: #333;
    font-size: 19px;
}

/*производитель в карточке не актив*/
@media (max-width: 767px) {
.product-related-products, .product-related-categories {
    display: grid;
    gap: 30px;
    padding: 20px;
    justify-content: center;
}
}
@media (max-width: 767px) {
.product-field-type-R, .product-field-type-Z {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
}

/*Сопутствующие товары Комп*/

.product-related-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px 0;
}

.product-field-type-R { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:center;
    text-align:center;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
    box-sizing: border-box;
}

.product-related-products > .product-fields-title-wrapper {
    position: absolute;
    width: 100%;
    margin-top: -45px;
}

.product-related-products, .product-related-categories {
padding-top: 50px !important;
}

@media (max-width: 1024px) {
.product-related-products {
grid-template-columns: repeat(3, 1fr);
}
}

@media (max-width: 768px) {
.product-related-products {
grid-template-columns: 1fr;
}
}

#sp-header-top {
display: none;
}